# Manage Access to a Project

{% hint style="info" %}
Managing access to a project is only available for projects under an Organization.
{% endhint %}

After creating a project, you can manage access to a project from the "Collaborators" tab. Pollination manages all the access to a project by using teams.

{% hint style="warning" %}
It is required to [create a team](/user-manual/web-platform/create-teams.md) first before being able to add them to the project.
{% endhint %}

## Step 1

Click on the dropdown menu and go to the Projects page.

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

## Step 2

Select a project from your existing projects by double-clicking on the project card.

## Step 3

Click on the Collaborators tab.

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

## Step 4

Click on the Team and select the right team. Then choose the desired Permission level, and click the <mark style="background-color:blue;">Add</mark> button to add them to the project.

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

A team can have Read, Write, or Admin access to a project.

* **Read access** grants the team members access to all the project files and studies but they can't manage files or run any studies in the project.
* **Write access** grants the team members to upload new files or delete existing files from the project. It will also allow them to manage the recipes, and create new studies. They will not be able to change the settings of the project or add/remove project collaborators.
* **Admin access** grants full access to the project including but not limited to deleting the project. The good practice is to limit the number of users who have admin access to the project.


---

# 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/manage-access-to-a-project.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.
