> For the complete documentation index, see [llms.txt](https://turbo-ai.gitbook.io/turbo-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://turbo-ai.gitbook.io/turbo-dao/get-involved/teams.md).

# Teams

### Official Turbo Teams

<table><thead><tr><th width="163">Official Teams</th><th width="106">Lead</th><th width="160">Advisors</th><th>Contributors</th></tr></thead><tbody><tr><td><strong>Marketing</strong></td><td>Wildalps</td><td></td><td>Anyone can join our Discord and contribute in the dedicated channel</td></tr><tr><td><strong>Operations</strong></td><td>Gabehyv</td><td>Andrea, Jackthestreet</td><td>Anyone can join our Discord and contribute in the dedicated channel</td></tr><tr><td><strong>Business Development</strong></td><td></td><td></td><td>Anyone can join our Discord and contribute in the dedicated channel</td></tr></tbody></table>

### Form a new Turbo Team

Forming a new Team is a great way to take your skills to the next level whilst coordinating groups of contributors to improve specific areas within Turbo. \
\
Forming a new Team is easy: write a Community Proposal[ \[CT\]](/turbo-dao/get-involved/proposals.md#cp-community-proposal) explaining the WHOs & WHYs of the new Team and submit it. Before inception, each Team has to present a minimum of:

* **1x Advisor Lead** for accountability & representation&#x20;
* **3x Advisors** to execute Community Proposals
* **3x Contributors** (this includes Advisors)

<details>

<summary>Join a Team as Contributor</summary>

Joining a Team as Contributor is a great opportunity for everyone to participate in the life of Turbo. Everyone from within the community can join as Contributor by simply picking the Contributor role within the Turbo Discord Server and start participating & engaging within any of the available teams.

</details>

<details>

<summary>Join a Team as Advisor</summary>

Advisors are nominated every 3 months by the Turbo Community. The best way to gain votes from within the community is by starting as a contributor and earning the trust from your fellow contributors. This is a great opportunity to shape the vision & proposal execution of the team you want to become an Advisor for.&#x20;

</details>

<details>

<summary>Join a Team as Lead Advisor</summary>

Nominations for the position of Lead Advisor happen every 3 months and coincide with the nomination of the Council and Team Advisors. The role of the Lead Advisor is to represent the Team with the Council, as well as other communities.&#x20;

</details>


---

# 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://turbo-ai.gitbook.io/turbo-dao/get-involved/teams.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.
