> 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/team-portal/new-teammate-handbook/start-the-teammate-handbook-here/the-process-of-becoming-a-teammate.md).

# The Process of Becoming a Teammate

## Steps to Become a Teammate in the Community

Here's the process for gettin involved in a teammate capacity within our community:&#x20;

1. Read the user guide
2. Read the handbooks
3. Join community onboarding
4. Join Discord
5. Start observing
6. Join teamwork
   1. Project training
   2. Volunteer work
   3. Class-based training

<figure><img src="/files/nyBdW7Zm9FsTHt9lMfyi" alt=""><figcaption></figcaption></figure>

### Read the User Guide and the Handbooks

We do mean all of it! The user guide was built by the community for the community. It has valuable resources for everyone to understand every component of our community-driven ecosystem. [Start here](/start-here/get-started.md) to get started with the user guide and explore the areas of teamwork.

### Join Community Onboarding

We host community onboarding calls every week to invite new members aboard. Hear the basics about our community, why we exist, how we started, and how you can get going (just like in this handbook!) [RSVP for a community onboarding call here](/join-the-community/onboarding-to-tech-fleet.md).

### Join Discord

We make it easy for people to get started with our online community in Discord. We've made a lot of video tutorials for people to learn how to operate with our community in Discord, so [learn more in the tutorials we've made](/resources/the-great-tech-fleet-discord-migration-video-tutorials.md). When you are ready, [join Discord for Tech Fleet here](/resources/quick-links/join-tech-fleet-discord.md).

### Observe Teams

Everyone starts in this community by watching teams work so that they understand how to be a teammate in the real world. We recommend being an observer for one entire sprint, or two weeks, while you watch one project or many project teams. Learn more in the [Observer Handbook](/observer-portal/observer-handbook.md).

### Joining Teamwork

After you've completed the previous steps, read this handbook to learn how to participate in the different types of teamwork that this offers.

## Head to the Next Lesson


---

# 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/team-portal/new-teammate-handbook/start-the-teammate-handbook-here/the-process-of-becoming-a-teammate.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.
