# Roles

Roles are sets of permissions that are given to users or groups of users so that they can perform actions allowed by the included permissions.

For now, we provide 5 predefined roles that you can use in your organization, to grant horizontal permissions:

* **Basic Role**: allows access and basic use of Biuwer
* **Content Viewer**: allows you to view all Spaces, Pages and Cards.
* **Content Administrator**: allows you to administer (view, create, edit and delete) all Spaces, Pages and Cards.
* **Data Administrator**: allows to administer (view, create, edit and delete) all Connections, Datasets and Data Models.
* **Organization Administrator**: allows you to administer the organization.


---

# 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.biuwer.com/security-management/roles.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.
