> For the complete documentation index, see [llms.txt](https://docs.myalice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myalice.ai/myalice-guide-arabic/getting-started/create-team/create-multiple-teams.md).

# Create Multiple Teams

![](/files/gkYjhnSCsMQ7GVCeNzSw)

1. Click on the top-left icon on your dashboard.&#x20;
2. Click on **Create New Team**.&#x20;
3. You will find a prompt to create your new team. Add your team name, country, time zone, currency and business type. Click **Next**.
4. You will be asked to select the channels you'd like to connect for the team. Please note that you can connect the channel later as well.

After you are done, click on **Create New Team** and you will find a new team in your dashboard. Click on the top-left icon in your dashboard to toggle between your teams.

Following are the implications for each type of users.

{% tabs %}
{% tab title="MAU-based Pricing" %}
The newly created team will be under the free plan by default. Go to **Settings** > **Plan & Billing** to upgrade the new team to a paid plan.
{% endtab %}

{% tab title="LTD Users" %}
For LTD users, the newly created team will be under the free plan by default. However, tier-5 users can send an email to <support@myalice.ai> to redistribute their MAU limits under different teams.
{% endtab %}

{% tab title="Agent-based Pricing" %}
You will be charged for the number of agents you invite to each team. The same user across two teams will be counted as two agents.
{% endtab %}
{% endtabs %}


---

# 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.myalice.ai/myalice-guide-arabic/getting-started/create-team/create-multiple-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.
