> For the complete documentation index, see [llms.txt](https://docs.biuwer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biuwer.com/es/gestion-seguridad/roles.md).

# Roles

Los roles son **conjuntos de permisos** que se otorgan a usuarios o grupos de usuarios para que puedan desempeñar las acciones que permiten los permisos incluidos.

Por ahora, proporcionamos 5 roles predefinidos que puedes utilizar en tu Organización para conceder permisos horizontales:

* **Rol Básico**: permite acceder y tener un uso básico de Biuwer.
* **Visor de Contenido**: permite ver todos los Espacios, Páginas y Tarjetas.
* **Administrador de Contenidos**: permite administrar (ver, crear, editar y borrar) todos los Espacios, Páginas y Tarjetas.
* **Administrador de Datos**: permite administrar (ver, crear, editar y borrar) todas las Conexiones, Conjuntos de Datos y Modelos de Datos.
* **Administrador de la Organización**: permite administrar la Organización.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/es/gestion-seguridad/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.
