# Create a Team

You can create a team in the **Organization Dashboard** by clicking on your avatar and then clicking **Account & Settings** from the dropdown menu.

<figure><img src="/files/6ChcVGYqS5eZh2Vkx92g" alt=""><figcaption></figcaption></figure>

Once you are on the dashboard, you will see **Teams** on the left. Click **Create Team**, and a modal will pop up. Enter the team's name and click **Create** to create your team.

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


---

# Agent Instructions: 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:

```
GET https://docs.msquared.io/dash/organizations/team/create-a-team.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
