> For the complete documentation index, see [llms.txt](https://help.creatibi.com/en-us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.creatibi.com/en-us/fundamentals/team/create-a-team.md).

# Create a team

Create a new team to begin collaborating with your colleagues in an organization.

You can do this from your admin console, sidebar, or quick add button.

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

**To create a team via the quick add button:**

1. Click the "Quick add" button in the top right corner
2. Select Team;
3. Fill in all needed information;
4. Click "Create tea&#x6D;**"**

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

> When you create a team, you will automatically be made into the [team admin](/en-us/fundamentals/team/team-setting/team-admin-and-member.md) for that team. After creating the team, you can always adjust the [team's permission setting](/en-us/fundamentals/team/team-setting/team-permission.md) via the team settings.

> Like what you see? Get started with a free 30-day CreatiBI trial today. [<mark style="color:blue;">Try for free</mark>](https://creatibi.com/)<mark style="color:blue;">.</mark>

### Related articles

{% content-ref url="/pages/tXnR9etMznXguTmNZlaC" %}
[Team](/en-us/fundamentals/team.md)
{% endcontent-ref %}

{% content-ref url="/pages/NJfCSL97hOxdZ5rgNeVe" %}
[Find a team](/en-us/fundamentals/team/find-a-team.md)
{% endcontent-ref %}

{% content-ref url="/pages/gTzrq35dsRayfc9jxXTK" %}
[Join a team](/en-us/fundamentals/team/join-a-team.md)
{% endcontent-ref %}

{% content-ref url="/pages/fQ3JX0sRCfTFIQEHKDEi" %}
[Team setting](/en-us/fundamentals/team/team-setting.md)
{% endcontent-ref %}


---

# 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://help.creatibi.com/en-us/fundamentals/team/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.
