> 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-integrate/quick-start-guide/generate-a-pdf.md).

# Generar un PDF

1. Toca un informe para abrirlo.\
   &#x20;![](/files/798f4c9cd8f7875cefac636f2f28894fa1e63309)<br>
2. Toca **Compartir** en la esquina inferior derecha del informe.\
   ![](/files/133ae9ed6c0823f96d82e88ce702fa2a9bfc8505)<br>
3. Toca **Añadir (+)** en la esquina inferior derecha.\
   &#x20;![](/files/d33fe98219bfc1a43b68f5906147b3b9aa4cb024)
4. Seleccione el diseño de salida PDF deseado (imágenes grandes con texto debajo, imagen con texto al lado, muchas imágenes por página).\
   ![](/files/924c10b6b3d3a4321c440b6b685a46f66cc24a07)<br>
5. Asigne un nuevo nombre al informe, si lo desea.&#x20;
6. Toca el **marca de verificación** en la esquina inferior derecha de la pantalla.\
   ![](/files/6a9a98f6dd3d1e7bfb8a9faa2f266cd95d6076a1)<br>
7. El informe mostrará un mensaje de "en proceso" mientras se genera. \
   ![](/files/a6ea921dfb544b4561520a0aa7c958a8a1eae73f)
8. Toca los tres puntos verticales a la derecha del nombre del informe.\
   ![](/files/f864b22c2aaf4d68d3400b6585a5bd178c12d82b)<br>
9. Seleccionar **Mostrar** del menú.\
   ![](/files/3242a9b706629c7e2e29cb679ce5fc9510f0673f)<br>
10. El informe se mostrará en su dispositivo. Está listo para guardarse o compartirse. ![](/files/7c8bd168e5496cf0045fc1ae7226d766972c36f0)


---

# 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-integrate/quick-start-guide/generate-a-pdf.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.
