> 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/content/image-builder/create-details-and-overview-image.md).

# Crear imagen de detalle y vista general

{% hint style="info" %}
El Generador de imágenes es una función premium disponible para usuarios de pago [suscriptores](/manual/es/report-and-run/subscription/how-to-subscribe.md).
{% endhint %}

1. Toca un informe para abrirlo.&#x20;
2. Toque las tres líneas horizontales en la esquina inferior izquierda.\
   ![](/files/c4d34d5ee3471bc10ba90f16f0d1df152a8427fc)<br>
3. Elige **Creador de imágenes** del menú. \
   ![](/files/77d8242dd8c9665b9817d62a8c937b4a0573cbe2)<br>
4. Toque uno de los bloques de imagen para agregar una foto desde su dispositivo.\
   ![](/files/4b3c08e000666d184b1f55412ee844c00a3c28cc)<br>
5. Elige subir imágenes desde la cámara o la galería de tu dispositivo, o desde un informe existente. \
   ![](/files/f70258050bbddbea0337d7f213081d70f4626d19)<br>
6. Puedes añadir más imágenes a tu visualización tocando el icono de foto en la barra gris debajo de la imagen (*Se mostrarán 2 fotos de forma predeterminada, pero puedes elegir hasta 6).* \
   ![](/files/12e79c0d74ab7ec7444ed3dd44e323f1d584471e)<br>
7. Deslice el control hacia la derecha para aumentar el número de bloques de imagen. Deslice hacia la izquierda para disminuirlo.\
   &#x20;![](/files/394cc1d00f615ceab880c83a913d5aebe24b63af)<br>
8. Toca la marca de verificación :heavy\_check\_mark: para guardar su diseño o el *X* para descartar los cambios. ![](/files/5a65e47236168b5fff8ae1c0e3c9ac6a23a36e2a)<br>
9. Mantenga presionada una imagen para arrastrarla a un nuevo bloque. \
   ![](/files/0aac4184ffcd7ecf07e74b6c7e68b32d3f35862d)<br>
10. Toque una imagen y pellizque para ampliar.&#x20;
11. Para una vista general y una vista detallada de la imagen, deje una foto a pantalla completa para mostrar el proyecto general. Amplíe diferentes partes de las otras fotos para mostrar los detalles del proyecto.&#x20;
12. Toca **Guardar** en la esquina inferior derecha.\
    ![](/files/0bac4b774977a29d5ce07dcd83972e2ec5859c29)<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/es/report-and-run/content/image-builder/create-details-and-overview-image.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.
