> For the complete documentation index, see [llms.txt](https://documentation.taskmaverick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.taskmaverick.com/your-organization/teams.md).

# Teams

A Team is a group of employees within a [Unit ](/your-organization/units.md)who share similar responsibilities and work from a shared [mobile board](/mobile-app/your-mobile-boards.md#team-board).  Think of it as a department at a specific location — Kitchen, Front Desk, Sales Floor, Warehouse Pickers.

***

## Why set up Teams?

* **Target Missions** — schedule Missions to specific teams at specific locations
* **Shared mobile board** — the team works from one communal board (typically on a shared iPad/tablet)
* **Track performance** — report on Mission completion by team

***

## How Teams work

* Each team has a [**shared mobile board**](/mobile-app/your-mobile-boards.md#team-board)&#x20;
* Missions are scheduled for **specific teams at specific units**
* Only team members can [**claim and close**](/mobile-app/perform-a-mission.md) Missions on their team's board
* Other users can view the board but not interact with it

Taskmaverick uses a two-level system:

| Concept           | What it is                                                           |
| ----------------- | -------------------------------------------------------------------- |
| **Team Template** | A reusable blueprint created once — defines the team name and rules  |
| **Team in Unit**  | An actual team at a specific location, populated with real employees |

**Example:** Create a "Kitchen" Team Template once. Every restaurant location gets its own Kitchen team — same Missions, same processes, different employees.

***

## How to create a Team Template

1. Go to **Teams → New Team**
2. Enter the team name and optional tag
3. Set the **Maximum Claimed per Person** setting (default is 1)
4. Save

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLLw6mmkCzf1jpC9LdKjS%2Fuploads%2FFRUfeDxjRBekfsBM6kDP%2FCreate%20a%20Team.gif?alt=media&token=4bdc7035-87ee-4dc6-8fe6-b4357b8020a6>" %}

The template is now available to add to any unit.

***

## How to add a Team to a Unit

1. Go to **Units** → select a unit
2. Add the Team Template to the unit
3. Assign employees to the team

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLLw6mmkCzf1jpC9LdKjS%2Fuploads%2Fi2BovKBevi3ANre5FCYm%2FAdd%20to%20Unit.gif?alt=media&token=ce499d38-2a47-46df-b51e-81fe56b6fb66>" %}

***

## Good to know

* If a Team Template is **deactivated or deleted**, all teams using it across all units are affected and become inactive
* **Maximum Claimed per Person** controls how many Missions one person can work on simultaneously within the same Team board


---

# 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, and the optional `goal` query parameter:

```
GET https://documentation.taskmaverick.com/your-organization/teams.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
