> For the complete documentation index, see [llms.txt](https://docs.adnuntius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adnuntius.com/adnuntius-advertising/admin-ui/users/users-teams-and-roles-1.md).

# Teams

{% embed url="<https://youtu.be/u8j-pw7XXZM>" %}
How to create a user.
{% endembed %}

When [creating a user](/adnuntius-advertising/admin-ui/users/users-teams-and-roles.md) you will provide access to one or more teams. The [team role](/adnuntius-advertising/admin-ui/users/users-teams-and-roles-2.md) for each team will determine what actions they can do within each team.

To create a team, [go to Teams under the Users section](https://admin.adnuntius.com/admin/teams), then click "new" in the upper right corner. Give your new team a **name** and **description** of your choice. Add an **external reference** if you want to match the team with a similar instance in another system.

![Creating a new Team.](/files/yD6bt8VYjnVgbXQHR5RN)

**Type** lets you choose between "standard", "marketplace advertiser" and "marketplace publisher".

* Standard is a team type where you can add most privileges freely when creating a user. For example, if the user is to be a network administrator then this is the team type you want.
* Marketplace Advertiser is the team type suited for users whose task involves buying inventory, but not selling any.
* Marketplace Publisher is the team type suited for users whose task involves selling inventory, but not buying any.

If you choose the team type "marketplace advertiser" then you can also set a **tech fee**. This revenue share or CPM based fee will be subtracted from the gross CPM bid of all line items created by users belonging to this team.

Once a team is saved you can add **Sites** and **Folders**.

* Sites determine which sites users belonging to the team will have access to. The role will determine what actions they can do to these sites.
* Folders determine which folders in Adnuntius Data they can access. The role will determine what actions they can do to these folders.

{% hint style="info" %}
Adnuntius supports a many-to-many relationship between teams, where a site can belong to several teams.
{% endhint %}


---

# 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://docs.adnuntius.com/adnuntius-advertising/admin-ui/users/users-teams-and-roles-1.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.
