> For the complete documentation index, see [llms.txt](https://docs.rox.com/development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rox.com/development/product/organization-level-configurations/team-management-add-remove-and-set-default-team.md).

# Team Management: Add, Remove and Set Default Team

Teams in Rox help you organize your members into groups that reflect how your organization works. This guide will show you how to create, configure, and remove teams to keep your workspace aligned with your structure.

Navigate to Teams by clicking on **your name** on the bottom left corner, clicking **Settings** and then clicking **Teams** on the left column.

## How to Add a Team

1. Click **+Add Team** in the top right corner.

* Configure the Team:
  * Fill out the **Team Name**.
  * Add **Team Members**.
  * Assign a **Team Owner**.

2. Click **+Add Team** to save your changes

<figure><img src="/files/niPNWSQTJ8ts6QirOxLo" alt="" width="375"><figcaption></figcaption></figure>

## How to Set a Default Team

<figure><img src="/files/ip1mAyFLhzCncvB91oIg" alt=""><figcaption></figcaption></figure>

1. Click **Select A Team** under **Default Team**.
2. Select the team you would like to set as the default for your organization.

## How to Delete a Team

<figure><img src="/files/h52C27xg1oXnWT6TMiKT" alt=""><figcaption></figcaption></figure>

* Click the **three dots** on the row of the team name.
* Select **Remove from Organization**.

***

By organizing your members into teams in Rox, you can streamline collaboration, align ownership, and ensure the right people are working together on the right accounts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.rox.com/development/product/organization-level-configurations/team-management-add-remove-and-set-default-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.
