# Teams

## Overview

Team is a group of users with a full set of complementary skills required to complete a task. We recommend creating teams for users who need to be assigned with the same permissions. Using teams, you can assign the same permissions to users within a project.

{% embed url="<https://youtu.be/TzqSFKecNOE>" %}

## List of **team**

You can manage a list of users by clicking **Settings** at the side menu and then select **Teams**.

![](/files/DHvQzUEGu9fk86o6majJ)

### Search teams

You can search teams by typing a keyword into the search bar in the **team list view**, and then clicking **Search**. The search results can always be cleared by clicking the **Clear** button.

### Filter teams

With the **Filter** function, you can limit the number of teams displayed. You can do that by clicking **Active team** and then selecting a filter from the dropdown. Here are a list of filters:

* **All teams**. Filter to display all teams.
* **Active teams**. Filter to display the active teams.
* **Archived teams**. Filter to display the archived teams.

## **Team detail**

Click a team name to view the detail of the team. Here are the fields of a team object:

* **Sid**, SID of the team
* **Name**, name of the team
* **Description**, description of the team
* **Members**, members of the team
* **Is archived**, whether the team is archived.

{% hint style="info" %}
Note: archived members can not be added as a team members.
{% endhint %}

## **Add team**

You can add a new team to your organization by:

1. Click on the **menu** icon on the top left
2. Click on **Settings**
3. Select **Teams**
4. Click the "+" icon at the top of the Navbar
5. Fill out the form and click submit

## Import teams

Multiple teams can be created simultaneously using **Import**. You can do this by clicking **Import** in the team list view.

## Export teams

You can export a list of teams by clicking **Export** button and select one option from the dropdown.

## Delete team

In the team list view, a team can be deleted by clicking the Delete icon next to it.


---

# 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.labii.com/admin-guide/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.
