# Platform permissions

Actions of the entire platform are available through **permissions**, which are collected in **roles** to facilitate their management. Therefore, **to indicate what a user can do**, one or more roles can be assigned directly to the user or to one of the groups of users to which he or she belongs.

Using platform permissions is very simple, because they are horizontal. Users that have been assigned a role can perform a large number of actions, but this can also be dangerous.

For example, if a user is assigned the role "**Content Viewer**", he will be able to see all Spaces, Pages and Cards. This means that he will be able to access (view only) all the content of your organization.

It is recommended to use the platform permissions carefully, assigning the roles to administrator users, advanced users or users with power in the organization (top management, owners, etc.).

To manage platform permissions, access the administration area and in files of users and groups of users, assign the necessary roles in each case.


---

# 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/platform-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.
