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

# Manage Rules in Dashboard

> Learn how to manage Tenant ACL rules in the Auth0 Dashboard.

You can use the Auth0 Dashboard to view a list of your Tenant Access Control List (ACL) rules and toggle them individually.

## View list of rules

Go to [Dashboard > Security > Access Control](https://manage.auth0.com/#/security/access-control) to view a list of your existing rules.

| Column name  | Description                                                                                     | Related API response field |
| ------------ | ----------------------------------------------------------------------------------------------- | -------------------------- |
| Priority     | Ordinal number indicating when the rule is evaluated                                            | `priority`                 |
| Name         | Description of the rule's purpose or functionality                                              | `description`              |
| Action       | The [action](/docs/secure/tenant-access-control-list/reference#actions) that the rule performs. | `action`                   |
| Status       | Value indicating whether the rule is active or disabled.                                        | `active`                   |
| Last Updated | Datetime stamp of when the rule was last updated.                                               | `updated_at`               |

<img src="https://mintcdn.com/generaltranslationinc/ZBZaCyGCDGYmrL4v/docs/images/cdy7uua7fh8z/4093f9a39aba48bdf8d579c134dc4da5/Screenshot_2025-09-03_at_12.33.47.png?fit=max&auto=format&n=ZBZaCyGCDGYmrL4v&q=85&s=3e3616f06f12c595bfe22f917960a81c" alt="View list of Tenant ACL rules in the Auth0 Dashboard" width="1502" height="827" data-path="docs/images/cdy7uua7fh8z/4093f9a39aba48bdf8d579c134dc4da5/Screenshot_2025-09-03_at_12.33.47.png" />

## Enable or disable a rule

You can enable or disable a specific rule by toggling the button next to it.

The **Status** field shows the rule as `Active` or `Disabled` accordingly.

<img src="https://mintcdn.com/generaltranslationinc/-mZh6I5893vkj3e3/docs/images/cdy7uua7fh8z/29b92e102142d3cb20e69a40e292f6b7/Screenshot_2025-09-03_at_12.34.05.png?fit=max&auto=format&n=-mZh6I5893vkj3e3&q=85&s=e20002e6d07ecf179cf856037c1b3b51" alt="Enable or disable a Tenant ACL rule in the Auth0 Dashboard" width="1502" height="827" data-path="docs/images/cdy7uua7fh8z/29b92e102142d3cb20e69a40e292f6b7/Screenshot_2025-09-03_at_12.34.05.png" />
