# Teams & workspaces

Supervisely allows you to manage and develop datasets, models, apps and many other entities. It is important to understand how we organize users, resources and access permissions.

![](/files/-M4ZA7e3Z0ByibQvA2zI)

## **Teams**

**Team** is a group of users and resources.

Users in the same team share the same resources, like projects and models.

When you login to Supervisely, your last team will be selected. At every moment you work in a particular team and all new items like projects you create will be created in that team.

{% hint style="warning" %}
You can't create entities like projects outside of a team or have the same project in multiple teams simultaneously.
{% endhint %}

Switch and manage teams at any time or create a new team from the the left `Team` menu.

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

## Workspaces

When multiple users collaborate within the same team, it is usually convenient to split results into separate "rooms" called **Workspaces**.

A Workspace is a filter within a particular team that allows you to quickly switch between different sets of experiments.

Workspace have two types of organized resources:

* Projects and Datasets
* Workspace Tasks

Easily switch between workspaces, create new or manage existing workspaces directly from the **Projects** or **Tasks** page.

<figure><img src="/files/14bwHxLpafs68k1hJcp5" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
A workspace is a part of a team. You can't have a workspace outside of a team. Every team must have at least one workspace, but can have two or more.
{% endhint %}

At every moment you work in particular workspace and all projects and tasks you create become a part of the current workspace and the current team.

Workspaces don't provide any access permissions or roles mechanisms, unlike teams.

## More Navigation

The **Current Team** and **Workspace** are displayed next to the `More Features` button in the header bar.

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


---

# 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.supervisely.com/collaboration/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.
