> 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/customization/set-the-image-resolution.md).

# Definir a resolução da imagem

1. Toque em um relatório para abri-lo.
2. Toque **Compartilhar** no canto inferior direito.

   <div align="left"><figure><img src="/files/fe823258f19966b21ba78a3ce371df21241fecdd" alt=""><figcaption></figcaption></figure></div>
3. Toque **Configurações**.

   <div align="left"><figure><img src="/files/172cd3a30905bc1620cf3528b9487218e8e22506" alt=""><figcaption></figcaption></figure></div>
4. Toque **Outro**.

   <div align="left"><figure><img src="/files/e3637b6bd6fd9f1bf0925017bfb619b9f262750a" alt=""><figcaption></figcaption></figure></div>
5. Toque **Resolução da imagem**.

   <div align="left"><figure><img src="/files/ef1a70d96d3732d4d0b4216c165c95f93b3faf8f" alt=""><figcaption></figcaption></figure></div>
6. Escolha a resolução na qual você deseja que as imagens sejam exibidas em relatórios publicados: \
   **Alta**, **Normal**, ou **Baixa**.&#x20;

   <div align="left"><figure><img src="/files/8d478158a6fe4106c2bfd31c0372b63e1c38ec60" alt=""><figcaption></figcaption></figure></div>
7. Suas alterações serão salvas automaticamente e serão aplicadas aos relatórios gerados no futuro.

{% hint style="info" %}
Imagens de alta resolução são maiores e mais nítidas. Imagens de baixa resolução são menores e não tão nítidas. Em geral, imagens de baixa resolução são melhores para compartilhamento na web (não para impressão).&#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/report-and-run/customization/set-the-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.
