# Permission-Based Interface Behaviour

The system automatically adjusts what users can see and interact with based on the permissions assigned to them.

**In the POS:**

* If the user doesn’t have permission for a specific function (e.g. staff management), the button or option will be **greyed out**.

**In the Admin Portal:**

* If a user lacks permission for certain features (e.g., staff management, services, reports). those options are **completely hidden**.


---

# 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.bossithq.com/users-and-access/user-permissions/permission-based-interface-behaviour.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.
