> 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/invite-a-user-into-your-space.md).

# Invitar a un usuario a tu espacio

1. Abra el espacio de trabajo que desea compartir.
2. Haga clic **Compartir** en el lado derecho de la pantalla.\
   ![](/files/a36544396d8624e7a6f7fa1347a10ce1711fe279)
3. Haga clic **Invitar**. \
   ![](/files/5095a841dad95d905ace6d99a309baada4ac6462)\
   Nota: Si ya hay miembros invitados al espacio, aparecerán aquí.
4. &#x20;En el cuadro de texto debajo de la *Nuevo miembro* sección, escribe la dirección de correo electrónico de la persona que deseas invitar.\
   ![](/files/c7450adef78d6ef61dc621dc859bda11ed7a8cc4)<br>
5. Marque los privilegios que le gustaría conceder a la persona (por ejemplo: *puede crear*, *puede editar*, *puede eliminar* ...)\
   ![](/files/183d6c7fe357f51a2974704b770177139bf4eb41)\
   Nota: marca los privilegios de *puede exportar* si quieres que los usuarios generen informes PDF.
6. Haga clic **Crear** en la parte inferior de la ventana.\
   ![](/files/45cc886e564b9793f288cd9662fcedb5ff509df9)
7. Verá una pantalla de confirmación con los privilegios del usuario resumidos.\
   ![](/files/20725701395a559e2b0ece7bce169294b6acf8bd)

{% hint style="info" %}
El usuario invitado puede acceder a [Report and Run: Cloud](https://app.reportandrun.com/) desde la web o desde la aplicación Report and Run: Integrate disponible en la [Google Play Store](https://play.google.com/store/apps/details?id=com.blixtbit.report_and_run_app) y[ App Store](https://apps.apple.com/us/app/id1525302847).&#x20;
{% endhint %}


---

# 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/invite-a-user-into-your-space.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.
