# Permission Matrix

The Permission Matrix provides a visual overview of which roles have which permissions, making it easy to audit access control.

## Viewing the Matrix

Navigate to **Access Control > Permission Matrix** to see a grid showing:

* **Rows** — Permissions
* **Columns** — Roles
* **Checkmarks** — Which permissions are granted to which roles

## Use Cases

* **Access audits** — Quickly verify that roles have appropriate permissions
* **Compliance reviews** — Document who has access to what
* **Troubleshooting** — Understand why a user can or cannot perform an action


---

# 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://accessiq.gitbook.io/accessiq-docs/roles-and-access-control/permission-matrix.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.
