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

# Configurar la resolución de imagen

1. Toca un informe para abrirlo.
2. Toca **Compartir** en la esquina inferior derecha.

   <div align="left"><figure><img src="/files/20d61ccaf29ec61a8e3e557a49301bb2ad889532" alt=""><figcaption></figcaption></figure></div>
3. Toca **Configuración**.

   <div align="left"><figure><img src="/files/d5aadf9c702cdbf70ba311ba27e7d3c5dbeac95d" alt=""><figcaption></figcaption></figure></div>
4. Toca **Otro**.

   <div align="left"><figure><img src="/files/9e8c69830c22f563147a8386aad84d53f3f8afb5" alt=""><figcaption></figcaption></figure></div>
5. Toca **Resolución de imagen**.

   <div align="left"><figure><img src="/files/405dad941a8e91e60ea417cf4550257731715848" alt=""><figcaption></figcaption></figure></div>
6. Elige la resolución con la que quieres que se muestren las imágenes en los informes publicados: \
   **Alta**, **Normal**, o **Baja**.&#x20;

   <div align="left"><figure><img src="/files/1893c371e8823d5def3ecdc4164c42c7a5b414fd" alt=""><figcaption></figcaption></figure></div>
7. Tus cambios se guardarán automáticamente y se aplicarán a los futuros informes generados.

{% hint style="info" %}
Las imágenes de alta resolución son más grandes y más nítidas. Las imágenes de baja resolución son más pequeñas y no tan nítidas. Por lo general, las imágenes de baja resolución son mejores para compartir en la web (no para imprimir).&#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/es/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.
