# Teams

OnePub supports the concept of Teams.

A Team owns a collection of Packages and the Team controls who has access to the owned packages.

The system starts with a single Default Team for which all Members are Team Leaders and Team Members.

{% tabs %}
{% tab title="Pro" %}
Only the Default Team is allowed.
{% endtab %}

{% tab title="Team" %}
You may create additional Teams with a **single** Team leader and nominate specific Members as Team Members.

You may disable the Default Team to stop the uncontrolled uploading of packages.
{% endtab %}

{% tab title="Enterprise" %}
You may create additional Teams with **multiple** Team Leaders and nominate specific Members as Team Members.

You may disable the Default Team to stop the uncontrolled uploading of packages.
{% endtab %}
{% endtabs %}

A Team leader is able to:

* Define new packages
* Add Members as Team Members
* Deactivate a Package


---

# 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.onepub.dev/fundamentals/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.
