# Teams

Here, you can create/manage any team as per your structure. You can create any team by clicking on the “Create team” button.

1. Enter the team name
2. Assign a team manager
3. Add Members to this team
4. Click on save

<div align="left"><figure><img src="/files/h0qA0taucCklcaTk6nr2" alt=""><figcaption></figcaption></figure></div>

You can edit/delete, refresh the data for any team after making the desired changes, or mark the team status as active/inactive. Once you mark a team as inactive, the data for that team will not be included in the calculation of insights.

#### Team <> Repo Mapping

.

<div align="left"><figure><img src="/files/nKEYqXsILk0m54l5qQcX" alt="" width="375"><figcaption></figcaption></figure></div>

Click on the **“+” icon** next to **Team** in the **Repo** column to map a repository to a specific team.\
Select the repo you want to associate with that team. Click on the save button.

We recommend doing this if your team works on specific repositories — otherwise, the data will be published based on the **PR authors** instead.

#### Team <> Project Mapping

Click on the “+” icon next to Team in the Project column to map a project to a specific team.\
Select the project you want to associate with that team. Click on the save button.\
We recommend doing this if your team works on specific projects — otherwise, the data will be published based on the issue assignee instead.

<div align="left"><figure><img src="/files/VDIR28ec7k9SfVMtGbgk" alt="" width="375"><figcaption></figcaption></figure></div>

### Sync team

Use the sync button in the top-right corner to synchronize your team's data with your Git account. This will not impact any teams created in Typo.


---

# 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://typo.gitbook.io/typo-help-docs/platform/settings-and-admin/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.
