> 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/report-and-run/user-interface-overview.md).

# Resumen de la interfaz de usuario

### Directorio

Cuando abras la aplicación móvil Report and Run: Offline, verás un directorio que enumera las carpetas e informes dentro de tu espacio de trabajo. Toca un informe o una carpeta en el directorio para abrirlo. En la imagen de abajo, *A* es un ejemplo de una carpeta y *B* es un ejemplo de un inform&#x65;*.*

<div align="left"><img src="/files/9f64dddea7c7657e42c2f0646b1aa4b992714245" alt="Carpeta"> <img src="/files/69effc9dbbb8bbb4d181017c3263cabc4a319235" alt="Informe"></div>

### Espacios, plantillas de texto y configuración

Para crear o acceder a espacios de trabajo, plantillas de texto y configuración adicionales, toca las tres líneas horizontales en la esquina superior izquierda (ver *A* en la imagen de abajo).\
&#x20;![](/files/9113fb6c8d2e1d5760cbd7cfd104595c69404262)

Aparecerá un panel emergente que mostrará tus espacios y otras opciones. Si te has suscrito a las funciones de pago de Report and Run: Offline, este panel mostrará *Suscrito*. Si estás usando la versión gratuita, dirá *Nivel gratuito*. \
![](/files/e20d2348273d10dcd0fbb775a00b6692f41122f1)

### Informes

Cuando abras un informe, verás una lista de elementos, como imágenes, párrafos y secciones. Toca un elemento para abrirlo.\
![](/files/142761163b7deb973c762ff82a4cbdbc44d0946b)

### Elementos del informe

Con un elemento del informe abierto, puedes agregar rápidamente texto e imágenes adicionales. Para acceder a más detalles sobre las imágenes, como el título y la descripción, despliega la barra debajo de la imagen.\
&#x20;![](/files/47c904f192fa72a24309265e68cc2117ae4737cf)<br>

![](/files/1af6398767c72b5c1eeff5dc651d79c0f566b6a1)

### Generación de PDF

Puedes generar un PDF haciendo clic en Compartir en la esquina inferior derecha de cualquier informe.\
![](/files/7c8466fdbc38f314795ee277539424ccd2d9e438)<br>

El PDF generado se puede descargar en tu teléfono, imprimir o compartir con otras personas por correo electrónico, mensaje de texto u otra herramienta de comunicación.&#x20;

![Ejemplo de un informe PDF generado](/files/cd034b04e2bf44552a01037788cac85aa0ab4ad2)


---

# 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/report-and-run/user-interface-overview.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.
