> 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/connect-multiple-teams.md).

# Connect Multiple Teams

You can [create multiple teams](/myalice-guide-arabic/getting-started/create-team/create-multiple-teams.md) from your dashboard and toggle between teams. However, if you have two accounts linked to two emails, you can use this method to connect the two teams and toggle between them without logging out every time.

{% hint style="info" %}
This method is also applicable for Tier 1-4 LTD users who bought multiple codes.
{% endhint %}

Say, team A is your main account and it is linked to this email: *<a_team@email.com>*.

You want to connect Team B under this one account and toggle between teams. Team B is linked to your other email: *<b_team@email.com>*.

1. Log into Team B.&#x20;
2. Go to Settings > User Management to invite *<a_team@email.com>* as an Admin.
3. Now if you accept the invitation, you can toggle between two teams by clicking on the profile icon on the top-left corner.

![](/files/1hjkUm5RpPwJrfKVXwtJ)

{% hint style="info" %}
Members from one team cannot view activities on other teams unless they are invited. So, team members on Team B cannot view activities on Team A. However, members from Team A can view, manage and toggle between the two accounts since the email is authorized and invited.
{% endhint %}

So, essentially, Team A becomes your parent account. You can create and connect more teams in the given way. You can also invite unique users to each team and set [user roles](/myalice-guide-arabic/getting-started/create-team/assign-role.md) from **Settings** > **User Management**.&#x20;


---

# 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/connect-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.
