> For the complete documentation index, see [llms.txt](https://docs.myalice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myalice.ai/get-started/create-team/role-based-access-control-rbac.md).

# Role-Based Access Control (RBAC)

MyAlice uses Role-Based Access Control (RBAC) to ensure team members have access only to the features they need. Each user is assigned a role, which determines the modules and settings they can access.

## Available Roles

| Role       | Description                                                                                                                              | Typical Users                                                  |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| Admin      | Full access to all MyAlice features, modules, user management, workspace configuration, and billing settings.                            | Account owners, platform administrators                        |
| Supervisor | Access to operational, management, reporting, and configuration features required to oversee teams and customer support operations.      | Team leads, customer support managers, operations managers     |
| Marketeer  | Access to marketing, engagement, campaign management, analytics, and customer communication tools relevant to marketing activities.      | Marketing teams, growth teams, campaign managers               |
| Developer  | Access to technical features, APIs, integrations, chatbot development, and data-related tools needed for implementation and maintenance. | Developers, solution engineers, technical implementation teams |
| Agent      | Access to customer-facing communication tools and essential workspace features required for handling customer interactions.              | Customer support agents, customer service representatives      |

## Access Matrix

<table><thead><tr><th width="138.15625">Module / Role</th><th width="110.94921875">Admin</th><th width="119.2265625">Supervisor</th><th width="115.453125">Marketeer</th><th width="117.36328125">Developer</th><th>Agent</th></tr></thead><tbody><tr><td>Home</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Reports</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td></tr><tr><td>Inbox</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✓</td></tr><tr><td>Inbox-Unassigned Queue</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✓</td></tr><tr><td>Inbox-Bot Queue</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✓</td></tr><tr><td>Inbox-AI Agents Queue</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Inbox-All Closed Queue</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Broadcast</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td></tr><tr><td>Chatbot</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td></tr><tr><td>Automation</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Integrations</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Customers</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Datalab</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td></tr><tr><td>API</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td></tr><tr><td>Raven</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Settings</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Settings-Plan &#x26; Billing</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Settings-Tags</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✓</td></tr><tr><td>Settings-Saved Replies</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✓</td></tr><tr><td>Settings-Ticket Configurations</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Settings-SLA Configurations</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Settings-Business Hours</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr></tbody></table>

## Notes

* Access permissions are determined by the assigned role.
* Admins have complete control over the workspace and settings.
* Role permissions may be updated as new features become available.
* Availability of different modules or functions depend on the subscription plan.

### Custom Access

For the Pro and Enterprise Plan, MyAlice provides tailored access configurations based on your specific business needs. This flexibility allows you to define roles and permissions that align with your operational requirements.

If assistance is required to set up custom access, feel free to reach out to **<support@myalice.ai>** for support.


---

# 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.myalice.ai/get-started/create-team/role-based-access-control-rbac.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.
