> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://auth0.com/feedback

```json
{
  "path": "/docs/manage-users/access-control",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

> Explore topics related to access control, including role-based access control (RBAC), authorization policies, and the differences between Auth0's core authorization feature and the authorization extension.

# Access Control

| Read...                                                                                                                           | To learn...                                                                                                      |
| --------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| [Role-Based Access Control](/docs/manage-users/access-control/rbac)                                                               | About the concept of role-based access control and how it applies in Auth0.                                      |
| [Authorization Policies](/docs/manage-users/access-control/authorization-policies)                                                | About the concept of authorization policies and how they apply in Auth0.                                         |
| [Rules for Authorization Policies](/docs/manage-users/access-control/rules-for-authorization-policies)                            | How rules apply to authorization policies and Auth0's role-based access control (RBAC) system.                   |
| [Sample Use Cases: Role-Based Access Control](/docs/manage-users/access-control/sample-use-cases-role-based-access-control)       | How to implement roles-based authorization (RBAC) in different scenarios and explore how to use rules with RBAC. |
| [Sample Use Cases: Actions with Authorization](/docs/manage-users/access-control/sample-use-cases-actions-with-authorization)     | How to use actions with roles-based access control (RBAC). For use with our Authorization Core feature set.      |
| [Sample Use Cases: Rules with Authorization](/docs/manage-users/access-control/sample-use-cases-rules-with-authorization)         | How to use rules with roles-based access control (RBAC). For use with our Authorization Core feature set.        |
| [Authorization Core vs. Authorization Extension](/docs/manage-users/access-control/authorization-core-vs-authorization-extension) | About the differences between Auth0's core RBAC release and the Authorization Extension.                         |
| [Configure Core RBAC](/docs/manage-users/access-control/configure-core-rbac)                                                      | How to configure Auth0 Core Authorization features for role-based access control (RBAC) of your APIs.            |
