> 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/report-generation/generate-a-pdf.md).

# Generar un PDF

1\. Haga clic en **Publicar** cerca de la esquina superior derecha de la pantalla del informe.

2\. Elija **Generar PDF** del menú desplegable.\
![](/files/054a5b347ae0ddbf9beae5304eae433ef0236825)

{% hint style="info" %}
Otros formatos de documento, incluidos XLSX y DOCX, están disponibles en el menú Publicar.\
&#x20;![](/files/462e530be55b58548a4498539c6f0dcd2d745e63)
{% endhint %}

3\. En la *Publicar* ventana, puede ajustar la plantilla del informe haciendo clic en uno de los iconos de diseño en el centro de la pantalla. \
![](/files/b96bf3fc1aff2fef3515d22fde405654507a3a85)

4\. Haga clic en **Crear**.\
![](/files/15121755bc5fbc6c7d239caad3781f82769bb15e)

5\. Aparecerá una barra naranja en la parte superior de la pantalla mientras se genera el informe. Esta barra se volverá verde cuando el informe esté completo.

6\. Haga clic en el nombre del informe en el centro de la barra verde para descargar su PDF. \
![](/files/02d9d5095d6629a4ad6778d6f1fe109953fb3215)<br>

{% content-ref url="/pages/467037c323a8c4a7edb9e4613f2cb18e7b4344b8" %}
[Guía de inicio rápido](/manual/es/readme/quick-start-guide.md)
{% endcontent-ref %}


---

# 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/report-generation/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.
