> For the complete documentation index, see [llms.txt](https://ainur.gitbook.io/unideck-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ainur.gitbook.io/unideck-docs/unideck-teams/create-a-team.md).

# Create a Team

## Create a Team

UniDeck Teams enables seamless collaboration by allowing you to share dashboards, widgets, and premium features with your team members. This guide walks you through the complete process of creating a team and inviting collaborators.

***

### Accessing the Team Creation Panel

To get started:

1. Navigate to the bottom control-bar of your dashboard.
2. Click on your profile (located in the bottom-right corner).
3. In the profile context menu, click the **“+” button** next to the **Teams** section.
4. This will open the **Create Team** modal.

<figure><img src="/files/MbIMzD8dynrOjQquQSuK" alt=""><figcaption><p>UniDeck Control-Bar Screenshot to Create Teams</p></figcaption></figure>

***

### Filling Out the Team Form

Inside the **Create Team** modal (as shown in the screenshot), you'll see the following fields:

#### Team Name

* Enter a unique name for your team.
* This will help you distinguish it from other teams you might create or join.

#### Members

* Enter the email address of each user you'd like to invite.
* You can **invite multiple people at once** by separating email addresses with commas.
* Example:\
  `john@example.com,jane@example.com,bob@example.com`

After entering email addresses, click the **Invite** button to queue the users for your team.

<figure><img src="/files/2E9qZ6ZYnyshfxDVuQ2K" alt=""><figcaption><p>Create Team Screenshot (Empty)</p></figcaption></figure>

***

### Submitting the Team

Once you’ve:

* Chosen a team name
* Invited at least one member

<figure><img src="/files/OHhgqxqS8W7EjRwknA3i" alt=""><figcaption><p>Create Team Screenshot (Invites Not Submitted)</p></figcaption></figure>

Click **Submit** to finalize the creation of your team.

All invited users will receive an email or in-app notification to accept the invitation and join your team.

***

### What Happens Next

After your team is created:

* You become the **Team Owner**
* The team appears in the **Teams** section of your profile menu
* You can now **share dashboards**, **assign access rights**, and **collaborate using shared premium features**

***

### Tips

* All team members must have a UniDeck account to access shared dashboards.
* You can update your team, add/remove members, or manage permissions at any time from the Teams panel.
* To upgrade your team to a premium plan, refer to the Team Billing & Management section.

***

Creating a team in [UniDeck](https://dash.unideck.app/) helps bring your collaborators into a unified workspace. Simplifying how you plan, monitor, and execute together.


---

# 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://ainur.gitbook.io/unideck-docs/unideck-teams/create-a-team.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.
