> For the complete documentation index, see [llms.txt](https://guide.techfleet.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.techfleet.org/join-the-community/onboarding-to-tech-fleet/onboarding-videos.md).

# Onboarding Videos

## Introduction Video

{% embed url="<https://youtu.be/AwJ269Q_0fI>" %}
Welcome to Tech Fleet, a nonprofit on a mission to create fair access to tech careers.
{% endembed %}

## How to Get Started on Projects

{% embed url="<https://www.youtube.com/watch?v=4X8tJrweIUw>" %}
Get started building real team experience in Tech Fleet with 5 easy steps.
{% endembed %}

## Discord Tutorials

{% content-ref url="/pages/gTdasq0C2MFwzC0JgbSF" %}
[The Great Tech Fleet Discord Migration Video Tutorials](/resources/the-great-tech-fleet-discord-migration-video-tutorials.md)
{% endcontent-ref %}

## Story from Tech Fleet alum Kathryn Potter

{% embed url="<https://www.youtube.com/watch?v=JM9zj3fl6-g>" %}
Testimonial from Tech Fleet alumni Kathryn Potter, who went through Tech Fleet as a UX Design Lead.
{% endembed %}

## Story from Tech Fleet alum Ben Shimazu

{% embed url="<https://www.youtube.com/watch?v=P7hATIi-V_o>" %}
Testimonial from Tech Fleet alumni Ben Shimazu, who went through Tech Fleet as a UX Design Lead.
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.techfleet.org/join-the-community/onboarding-to-tech-fleet/onboarding-videos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
