# Switching Teams

Differently from workspaces, Teams are not meant to be switched all the time. Theoretically, one would enter a Team and never move to another one for the course of the project. That's why there is no "Team Switcher UI".

However, it is possible to change teams. Doing so removes your email from the current Team's members list, and automatically adds it to the Team you join.

{% hint style="warning" %}
Because switching Teams modifies the [Team Catalog](/hats/teams/teams.md#the-team-catalog), if you are working with version control you need to remember to push the modifications to other users.
{% endhint %}


---

# 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://tools.continis.io/hats/teams/switching-teams.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.
