> 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/readme/content/images/add-follow-up-images.md).

# Agregar imágenes de seguimiento

{% tabs %}
{% tab title="Vista de escritorio (pantalla ancha)" %}

1. Haga clic en la imagen donde desea añadir un seguimiento.\
   ![](/files/90db4c94ea10483ac3800b3e90829dbe3795cebc)
2. Haga clic **Seguimiento** en el lado derecho de la pantalla.\
   ![](/files/e1da949008c4ddf5c0b920c6f98affa5de3af614)
3. Haga clic **Subir imagen** en el lado izquierdo de la pantalla, debajo de *Nueva imagen*. \
   ![](/files/a0503b75cf9d10ab9786ff1069479677e1dd0803)
4. Suba la imagen de seguimiento desde su computadora.
5. Asigne un título a la nueva imagen. Haga clic en **Crear**.\
   ![](/files/f8424bded6cbec880d429ab78b060be8206fe65d)
6. La imagen original y la de seguimiento ahora están adjuntas a un solo elemento del informe. Haga clic en la imagen del informe y desplácese hasta la parte inferior de la página para comparar la imagen original y la de seguimiento. \
   ![](/files/a833a377ab3b9013f504636b36eb58fbeb2ff2e9)
   {% endtab %}

{% tab title="Vista de tablet (pantalla estrecha)" %}

1. Haga clic en la imagen donde desea añadir un seguimiento.\
   ![](/files/8a278a0d5530dcc706e21308fbc9b75b85dfa238)
2. Haga clic **Seguimiento** cerca de la parte superior de la pantalla.\
   ![](/files/5a854242317576b48d054a1d5638b57e33b4879d)
3. Haga clic **Subir imagen** en el lado izquierdo de la pantalla, debajo de *Nueva imagen*. \
   ![](/files/a0503b75cf9d10ab9786ff1069479677e1dd0803)
4. Suba la imagen de seguimiento desde su computadora.
5. Asigne un título a la nueva imagen. Haga clic en **Crear**.\
   ![](/files/f8424bded6cbec880d429ab78b060be8206fe65d)
6. La imagen original y la de seguimiento ahora están adjuntas a un solo elemento del informe. Haga clic en la imagen del informe y desplácese hasta la parte inferior de la página para comparar la imagen original y la de seguimiento. \
   ![](/files/a833a377ab3b9013f504636b36eb58fbeb2ff2e9)
   {% endtab %}
   {% endtabs %}


---

# 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/readme/content/images/add-follow-up-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.
