# Teams

### Create a new team

To create a new team in Brainboard:

1. Go to the [settings page of teams](https://app.brainboard.co/settings/teams).
2. Click on `Create team`

   ![Add team](/files/cGfEairi1sif7jofGcLn)
3. Fill the information about the team:
   * Name
   * Members
4. Click on create

### View team's information

To view the information on a team, click on the 3 horizontal dots and then on `View team information`.

![View team](/files/DM8ZVDycIXzl7xdqVzQz)

### Edit team

To edit the information on the team, click on the 3 horizontal dots and click on `Edit team information`.

![Edit team](/files/DizQXz2uJzVOUfF7hcQK)

### Delete team

To delete a team, click on the 3 horizontal dots and click on `Delete the team` and confirm.

![Edit team](/files/Pa0mwwJa9NeflnEHq6ft)

{% hint style="danger" %}
Deleting a team cannot be undone
{% 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://docs.brainboard.co/settings/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.
