> For the complete documentation index, see [llms.txt](https://docs.qubitro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qubitro.com/platform/project/access-management.md).

# Access Management

The Access Management tab allows you to invite collaborators, assign roles, and manage group access (if available). This ensures that only authorized users can view or modify your project’s data and settings.

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

### Availability

This tab appears if you own a personal account on the Scale plan or if your assigned role supports access management. For organization-owned projects, the tab is visible only to members with the required permissions.

#### Inviting Collaborators

Personal accounts on the Scale plan can invite any account on Starter or Scale. For organization-owned projects, the invitee must already be a member of the organization; otherwise, the invitation will not be sent.

#### Invite Groups

This option is visible only when the project belongs to an organization. If the project belongs to a personal account, the **Invite Groups tab** does not appear.

### How to Invite

{% stepper %}
{% step %}
**Go to the Access Management Tab**

Navigate to **Project Settings**, then select **Access Management**.
{% endstep %}

{% step %}
**Enter Collaborator Details**

In the “New Collaborators” section, type the user’s email address. Alternatively, if you’re sharing with a group, choose the group from the dropdown.
{% endstep %}

{% step %}
**Assign a Role**

Select a role (Admin, Read/Write, or Read Only) from the dropdown. If sharing with a group, you may choose a custom role if it is available; if not, select one of the standard roles.
{% endstep %}

{% step %}
**Click Invite**

An invitation email is sent to the collaborator. They appear in the “Project Collaborators” list once they accept.
{% endstep %}
{% endstepper %}

### Roles & Permission

Learn more about roles and permission options for managing project access.

{% content-ref url="/pages/AMGpH3yryMqcOX8RmZlu" %}
[Roles & Permission](/platform/monitoring/dashboards/roles-and-permission.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.qubitro.com/platform/project/access-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
