> 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/report-generation/set-default-image-resolution.md).

# Definir resolução padrão da imagem

1. Clique **Propriedades** no lado direito do seu espaço de trabalho.\
   ![](/files/f3483f41d21c97362f7234c7118b1b12141747f5)
2. Ao lado do *Resolução máxima da imagem* propriedade, clique no valor padrão.![](/files/3414240ff65d5377b85e170b5dffedfdbd2283e3)
3. Clique no menu suspenso de resolução da imagem para selecionar uma nova resolução máxima de imagem: 2048, 1024 ou 512.\
   ![](/files/a91de6605910e44ff27a77be080fa9e0c866f1c3)
4. Clique **Salvar**.\
   ![](/files/760a3e7bd8adbbe0c39f55f97d406b73786507b2)
5. A nova resolução máxima será aplicada às imagens enviadas em todo o seu espaço de trabalho.

{% hint style="info" %}
Para definir uma resolução máxima de imagem diferente para uma pasta ou relatório, abra a pasta ou o relatório e siga as mesmas etapas: clique em Propriedades > ajuste o valor de Resolução máxima da imagem > clique em Salvar.&#x20;
{% endhint %}


---

# 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/report-generation/set-default-image-resolution.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.
