> 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/content/images/add-full-page-images.md).

# Definir uma imagem de página inteira

Imagens de página inteira ocuparão a maior parte da página do relatório publicado. Você pode marcar uma caixa nas propriedades da imagem para definir uma imagem como tela cheia.&#x20;

![Exemplo de imagem padrão &#x20;
(não é imagem de página inteira)](/files/8ccd7874749c3361ddd94100234c0aea3c4d925a) ![Exemplo de imagem de página inteira](/files/4d95a073719ed562bb4be1c29241ac6a88df7173)

1. Para definir uma imagem como tela cheia, carregue uma imagem em um relatório.
2. Clique na imagem para editar suas propriedades.\
   ![](/files/2aea31431e16191be8ec8216ca6c43602a0b18a1)
3. Marque a caixa ao lado de *É de página inteira?*\
   ![](/files/b05f8145f6d5df27f885e97b6263bac5be264ac9)
4. Clique **Atualizar**.\
   ![](/files/7087274cd0e010b7ee74ba37432a9098aa254bbb)
5. Quando um relatório para download for gerado, a imagem será exibida na página inteira. \
   ![](/files/45d25394e2a2d9d79427b899234a37a11b4b93d5)<br>


---

# 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/content/images/add-full-page-images.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.
