# Project Access

Users can grant team members access to their projects. There are 3 access levels.

<table><thead><tr><th width="211">Level</th><th>Description</th></tr></thead><tbody><tr><td>Viewer</td><td>Can view all project samples, analyses, analysis results, assets, and readme, but cannot edit or delete anything. </td></tr><tr><td>Contributor</td><td>Can perform all actions within a project, such as creating new analyses, deleting existing analyses, etc.</td></tr><tr><td>Administrator</td><td>In addition to what a contributor can do, an administrator can permanently delete a project.</td></tr></tbody></table>

## Managing project access

{% embed url="<https://www.loom.com/share/cbeb1124c2664dda8bc61216d8c71091?sid=7e8a763b-d556-4a12-8771-6085314ba405>" %}


---

# 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://documentation.panomics.bio/documentation/projects/project-access.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.
