# Create Teams

## Step 1

Click on the plus symbol on the upper right corner of the screen and select <mark style="background-color:blue;">New Team</mark> from the dropdown.

{% hint style="info" %}
Teams are only available for organizations. If you are part of an organization but don't see the New Team option, click on your avatar and switch the organization.
{% endhint %}

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

## Step 2

{% hint style="info" %}
You must be one of the organization owners to create teams.
{% endhint %}

Input the team name and description. Naming is hard but try to pick a name that is easy to understand by yourself and other organization owners.

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

## Step 3

You will be assigned as the first member and owner of the team. Start searching for other team members, and add them to the team.

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

You can change the role of each member to an Owner. A team Owner can add or remove team members, change their Roles, and delete the team. We recommend a minimum of two owners for each team to manage the team members.

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

You can add as many members as you need to your team. Use the <mark style="background-color:blue;">Add Member</mark> button to add a new row for each team member.

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

## Step 4

To finish, click on <mark style="background-color:blue;">Create</mark>.

{% hint style="info" %}
You can manage the existing teams from the Teams tab under your organization page.
{% endhint %}

<figure><img src="/files/X7LYr2zDSDNDxfs2nMdd" 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.pollination.solutions/user-manual/web-platform/create-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.
