> 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.md).

# UniDeck Teams

UniDeck is designed to scale with your needs, from solo creators to dynamic teams and large enterprises. Whether you're collaborating on projects or require robust, self-hosted solutions, UniDeck offers tailored plans to enhance productivity and maintain control.

**UniDeck Teams** empowers groups to collaborate seamlessly within shared dashboards, ensuring everyone stays aligned and informed.

#### Key Features:

* **Shared Dashboards** Invite team members to view and edit dashboards, fostering real-time collaboration.
* **Premium Access** Team members gain access to all premium widgets and features, streamlining workflows.
* **Centralized Management** Manage team settings, permissions, and integrations from a unified interface.

{% hint style="warning" %}
*Each team member requires a UniDeck account to participate.*
{% endhint %}

***

### UniDeck Enterprise

For organizations prioritizing data sovereignty, customization, and advanced security, **UniDeck Enterprise** offers a comprehensive solution.

#### Enterprise Highlights:

* **Self-Hosted Deployment**: Run UniDeck on your own infrastructure, ensuring complete data control.
* **Custom AI Models**: Integrate proprietary AI models for tailored insights and automation.
* **Enhanced Security**: Benefit from enterprise-grade security features, including Single Sign-On (SSO) and compliance with industry standards.
* **Dedicated Support**: Receive personalized assistance from a dedicated account manager.​

#### Ideal For:

* Organizations with strict data compliance requirements.
* Companies seeking deep customization and integration capabilities.
* Enterprises aiming to leverage AI while maintaining full control over their data.​

***

### Choose the Right Plan

| Plan           | Best For              | Key Features                                                  |
| -------------- | --------------------- | ------------------------------------------------------------- |
| **Teams**      | Small to medium teams | Shared dashboards, premium widgets, team management           |
| **Enterprise** | Large organizations   | Self-hosting, custom AI, enhanced security, dedicated support |

*For detailed pricing and to discuss your organization's needs, please* [*contact our sales team*](https://unideck.app/contact)*.*&#x200B;

***

UniDeck is committed to providing flexible solutions that grow with your team or organization. Explore the Teams and Enterprise options to find the perfect fit for your collaborative and security requirements.​

***


---

# 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.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.
