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

# Gerar um PDF

1. Toque em um relatório para abri-lo.\
   &#x20;![](/files/4ea744941b7eb9e73b136f71a7031bbc06a1ebe6)<br>
2. Toque **Compartilhar** no canto inferior direito do relatório.\
   ![](/files/653017505f331c05e2a5ffad795f028d7b93a803)<br>
3. Toque **Adicionar (+)** no canto inferior direito.\
   &#x20;![](/files/8188f3ce1321d7931840b22cf03f6febe813c047)
4. Selecione o layout de saída de PDF desejado (imagens grandes com texto abaixo, imagem com texto ao lado, várias imagens por página).\
   ![](/files/660d52a064ce9778b2a8a067c94886653099292d)<br>
5. Dê um novo nome ao relatório, se desejar.&#x20;
6. Toque em **marca de seleção** no canto inferior direito da tela.\
   ![](/files/48f72c2015128fab1976b52814d98b71b8169165)<br>
7. O relatório exibirá uma mensagem de "trabalho em andamento" enquanto é gerado. \
   ![](/files/4f3c397d8b502615d44f6fb839bd20029b94e961)
8. Toque nos três pontos verticais à direita do nome do relatório.\
   ![](/files/f413671c00b7d94a3fae7f0036419deea75790c1)<br>
9. Selecionar **Exibir** no menu.\
   ![](/files/affb04226cfd1ffc12265787bc615cd3e64f2abc)<br>
10. O relatório será exibido no seu dispositivo. Ele estará pronto para ser salvo ou compartilhado. ![](/files/5d2c89afa4d969030fe05688706c60a02cff8557)


---

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