# Create and manage a team

### Create a team

You can create a team by going to your Teams tab in your *project settings*, then click "+ New team" **(1)**:

![](/files/9JRqiJF2Q3mPVVD5U6p6)

{% hint style="info" %}
When creating a team, you can **optionally** copy another team's layout **(2)**.
{% endhint %}

### Manage your team's layout

The **layout** of a team is the way every visible aspect of your UI is set, from columns to Smart Views to widgets.

If you want to apply an *existing* team's layout to another team, go to its settings page and use the "Copy" feature **(3)**.

{% hint style="danger" %}
This action cannot be undone! Always review your action before copying a layout.
{% endhint %}

![](/files/-M3uj4I1TvnTYmKQNCA0)

### Delete a team

To delete a team, go to its settings page, scroll down under the user list and click on "Delete this team".

![](/files/-LftN1jfr-9RiiWC76S5)

To delete a team, you will be asked to retype the team's name as a confirmation mechanism.

{% hint style="danger" %}
**Danger zone**: Be very careful, this action 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.forestadmin.com/user-guide/project-settings/teams-and-users/create-and-manage-a-team.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.
