# Configuring User Permissions

{% embed url="<https://app.guidde.com/share/playbooks/tZ6JoJVGXMWeJZejtoNmci?origin=G25dDmjNZ2b8ccFUz9X7G7W8T1k1>" %}

## Rank Permissions

When configuring a rank, each permission can be set to **Grant**, **Unset**, or **Deny**:

* **Grant** — Explicitly gives the permission to anyone with that rank.
* **Unset** — Neither grants nor denies the permission; it simply leaves it unchanged.
* **Deny** — Blocks the permission, even if another rank would otherwise grant it. A denied permission always overrides a grant.

Use **Deny** sparingly. It’s best suited for special ranks that must override other granted permissions, such as a temporary ban rank. In most cases, leaving a permission **Unset** is sufficient, as it will not grant the permission on its own.

<figure><img src="/files/Rwt53gmsDlRGEbWyIktD" alt="" width="419"><figcaption></figcaption></figure>

## Viewing User Permissions

You can view a user’s computed permissions directly in the account portal. Click the **(i)** icon above their ranks to see every permission that’s granted, unset, or denied. Hover over any permission to see a tooltip listing the groups and ranks responsible for granting or denying it.

<div><figure><img src="/files/1rMJx1tDXU1iJVTJ95s6" alt=""><figcaption></figcaption></figure> <figure><img src="/files/JUgTLT49pIdslQXMX17U" alt=""><figcaption></figcaption></figure></div>


---

# 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.sonoransoftware.com/cms/tutorials/user-management/configuring-user-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.
