# Project access management

The BugBug [BUSINESS](https://bugbug.io/pricing/#:~:text=Optional%20parallel%20runs-,BUSINESS,-For%20scaling%20companies) plan allows you to assign users to specific projects. By default, every user is assigned to every project. To modify this, navigate to ***Organization settings > Users*** and make the necessary changes.

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

<figure><img src="/files/1StisOBmuB5FrYnrGV0m" alt=""><figcaption></figcaption></figure>

Please note that the ***Admin*** role has access to all projects, which cannot be modified. To assign a specific user to a project, you must first change their role to ***Editor.***

{% hint style="info" %}
You can read more about the differences between **Admin** and **Editor** roles [here](/collaboration/inviting-team-members.md#user-roles).
{% endhint %}


---

# 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.bugbug.io/collaboration/project-access-management.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.
