# Team Management

## Creating A Team

You can create as many teams as you want and assign people to teams.&#x20;

You can also update your teams or delete them.

> If you have teams coming from integrations like Github, you can't update or delete those teams. In order to change them you need to change it from providers team settings page.

Navigate to -> Teams

<figure><img src="/files/9l4rC00VTiOOnrjGEemJ" alt=""><figcaption><p>iftrue | Team list page</p></figcaption></figure>

### Create new team

1. Click create team.

<figure><img src="/files/ZdZliY2XqLnYAvLXgBVV" alt=""><figcaption><p>iftrue | create team</p></figcaption></figure>

* Give it a name
* Choose visibility by selecting from dropdown:
  * Open : Team can be seen by anyone in the organization
  * Secret: Only team members can see the team

2. Assign members

Once the team has created, you will see it in the list. Click the newly created team

<figure><img src="/files/meSXSfBoZDRUYvCrhAXK" alt=""><figcaption><p>Amazing Team | Created</p></figcaption></figure>

Inside the team you will see **Members tab**

Click and add accounts you want in the team.

<figure><img src="/files/zodGZCNdHM2fPTngb48w" alt=""><figcaption><p>Add members to team</p></figcaption></figure>

That's it. You should see your team stats immediately.


---

# 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.iftrue.co/getting-started/basics/team-management.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.
