# View Permissions

The **View Permissions** menu provides a visual representation of the complete permission chain within the platform. It allows administrators to perform security audits and confirm that access rules to Agents and data are correct and compliant.

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

### Purpose

* **Traceability:** Allows you to quickly visualize which Agents (AI assistants) a specific user can access.
* **Compliance:** Ensures that access permissions to internal data (via Agents) are aligned with your organization’s structure.

#### Usage

You can search the permission chain using one of the following criteria:

1. **User or Group:** Search by the name of the user or group.
2. **Agent:** Search for an Agent to see who can access it.
3. **Workspace:** Search by workspace to see the linked groups and agents.

### Permissions Diagram (Visual Structure)

The diagram shows the access hierarchy, with nodes representing the entity and lines representing the granted permission.

* **Main Chain:** USER belongs to GROUP.
* **Agent Access:** The GROUP has permission to access multiple AGENTS.


---

# 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://docs.poweromni.ai/en/administration-and-configuration/audits/view-permissions.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.
