> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/es/readme/collaboration/change-user-permissions.md).

# Cambiar permisos de usuario

1. Haz clic en el espacio, carpeta o informe donde deseas cambiar los permisos de un usuario.
2. Haga clic **Compartir** en el lado derecho de la pantalla.\
   ![](/files/1f671bbd1caa6e751af39cb99b7deaeb57903b74)
3. Haz clic en la dirección de correo electrónico del usuario cuyos permisos deseas ajustar. \
   ![](/files/b7adb5248ce8f474eea9ead45ccc0f8309f8c563)
4. Marca las casillas junto a los permisos que quieres conceder. Desmarca las casillas junto a los permisos que quieres denegar. \
   ![](/files/e53fd5cbd95de9b2dcafe1eb5d72d5378808b0ee)
5. Haga clic **Actualizar** en la parte inferior de la ventana.\
   ![](/files/9a13416701554b9f3802cfae55958850196cf91f)
6. Verás una pantalla de confirmación que muestra los permisos actualizados del usuario.\
   ![](/files/4923833d40257d156d44416075042225bf761f7b)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.reportandrun.com/manual/es/readme/collaboration/change-user-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
