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

# Gerar um PDF

1\. Clique **Publicar** perto do canto superior direito da tela do relatório.

2\. Escolha **Gerar PDF** no menu suspenso.\
![](/files/48e973d9fe2350cbc4f82f37f0c3014240089e64)

{% hint style="info" %}
Outros formatos de documento — incluindo XLSX e DOCX — estão disponíveis no menu Publicar.\
&#x20;![](/files/118ecb942c30f17068f93f3503ffce6f18346769)
{% endhint %}

3\. Na *Publicar* janela, você pode ajustar o modelo do relatório clicando em um dos ícones de layout no centro da tela. \
![](/files/7b9df600ec22f7518aea4c9b66e95bc48db40bd7)

4\. Clique **Criar**.\
![](/files/d2926c2325737f5a63aafd6ab78681a4f0a860e9)

5\. Uma barra laranja aparecerá no topo da tela enquanto o relatório estiver sendo gerado. Essa barra ficará verde quando o relatório estiver concluído.

6\. Clique no nome do relatório no centro da barra verde para baixar seu PDF. \
![](/files/2a59e9e03163ca453dc35c1ad6cf1bd2e61ab64b)<br>

{% content-ref url="/pages/860ba63155615d16ddef1cb14a243f8daa5799c7" %}
[Guia de Início Rápido](/manual/pt-br/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/pt-br/readme/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.
