# Adding Users to Projects

Permissions within NiDB are based on project. This probably corresponds an IRB approved project, such that certain personnel should have access to the project.

{% hint style="info" %}
To give permissions to other users, you must have **NiDB Admin** permissions.
{% endhint %}

**To add (or remove) a user's permissions to a project**

1. Go to **Admin**-->**User**
2. Click on the username of the user you want to change
3. If you want to give the user <mark style="color:blue;">**global admin permissions**</mark> within NiDB, check the **NiDB Admin** box at the top of the page. This allows the user to assign permissions to other users, and allows users to delete subjects, studies, and series, for the projects they have permissions for
4. To give <mark style="color:blue;">**permissions to specific projects**</mark>, check the boxes next to the project name.
   1. Project admin allows them to enroll subjects into that project
   2. View/Edit data/PHI are not clearly separated in their functionality. Just select all of these to allow the user access to the project.
5. To remove permissions to specific projects, uncheck the appropriate boxes
6. Click **Update** at the bottom of the page


---

# 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.neuroinfodb.org/nidb/tutorials/administration-of-users-projects-and-system/adding-users-to-projects.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.
