# Adding Users to a Project

You can collaborate on the DNAnexus Platform by giving project access to other users. Project access can be revoked at any time by a project administrator.

## Adding Project Members

Once you've created a project, you can add members by doing the following:

1. From the project's Manage screen, click the Share Project button - the "two people" icon - in the top right corner of the project page.&#x20;

<figure><img src="/files/4pYNmMlNMqP7X9WhDAfM" alt=""><figcaption></figcaption></figure>

2. &#x20;Type the username or the email address of an existing Platform user, or the ID of an org whose members you want to add to the project.\
   &#x20;&#x20;

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

3. In the Access pulldown, choose the type of access the user or org will have to the project.

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

4. If you don't want the user to receive an email notification on being added to the project, click the Email Notification to "Off."
5. &#x20;Click the Add User button.
6. Repeat Steps 2-5, for each user you want to add to the project.
7. Click Done when you're finished adding members.

## Removing Project Members

To remove a user or org from a project to which you have ADMINISTER access:

1\. On the project's Manage screen, click the Share Project button - the "two people" icon - in the top right corner of the page. A modal window will open, showing a list of project members.

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

2\. Find the row showing the user you want to remove from the project.

3\. Move your mouse over that row, then click the Remove from Members button at the right end of the row.

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

## Project Access Levels

| Access Level | Description                                                                                                                                                                                               |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| VIEW         | Allows users to browse and visualize data stored in the project, download data to a local computer, and copy data to other projects.                                                                      |
| UPLOAD       | Gives users VIEW access, plus the ability to create new folders and data objects, modify the metadata of open data objects, and close data objects.                                                       |
| CONTRIBUTE   | <p>Gives users UPLOAD access, plus the ability to run executions directly in the project.</p><p><br></p>                                                                                                  |
| ADMINISTER   | Gives users CONTRIBUTE access, plus the power to change project permissions and policies, including giving other users access, revoking access, transferring project ownership, and deleting the project. |

<br>


---

# 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://academy.dnanexus.com/overview-of-the-platform/adding-users-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.
