> For the complete documentation index, see [llms.txt](https://docs.gptboost.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gptboost.io/collaborate/create-a-team.md).

# Create a Team

Creating Teams within GPTBoost is quite a simple and intuitive process that puts you in control. Here's how to do it:

* **Access Your Dashboard**
* **Click on the current Team's name:** Within your Dashboard, you'll spot your current Team's name in the upper right corner of the menu. Click on it to display the drop-down menu and begin the Team creation process.
* Click on **Add Team**

<figure><img src="/files/QrOdKhuXmZEbXu3Tzq20" alt=""><figcaption><p>Add new Team with few clicks straight form your GPTBoost dashboard</p></figcaption></figure>

* **Select a Team Name:** Every Team needs a name that represents its identity and purpose. Choose the name that best resonates with your Team's purpose and enter it into the designated field.
* **Assign a Team ID:** For added uniqueness and organization, assign a Team ID. This ID helps identify your Team among others and streamlines the management of multiple Teams.
* **Click "Save Details":** Once you've chosen a Team name and assigned an ID, simply click the "Save Details" button. Your Team is now officially created and ready for action!

<figure><img src="/files/AEj8uS4FDSNQkYVb6lxj" alt=""><figcaption><p>Choose a meaningfull name for your new Team</p></figcaption></figure>

With your Team in place, you're all set to embark on your collaborative journey. The next step? Adding Team members who share your goals and vision. Get ready to experience the power of teamwork! 🚀


---

# 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://docs.gptboost.io/collaborate/create-a-team.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.
