> 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-integrate/content/images/delete-follow-up-image.md).

# Eliminar imagen de seguimiento

{% hint style="danger" %}
Las imágenes de seguimiento no se envían a la papelera. Cuando se eliminan, se borran permanentemente del informe.&#x20;
{% endhint %}

1. Toque la imagen que contiene la imagen de seguimiento.
2. Desplácese hacia abajo hasta *Imágenes de seguimiento* sección.
3. Toque los tres puntos verticales a la derecha de la imagen de seguimiento que desea eliminar.\
   ![](/files/61f025706b648d992574995e3ebab83b7d5da689)<br>
4. Elige **Eliminar** del menú.\
   ![](/files/474b121517d74a929d9c4ca1884b785312dfc3e8)<br>
5. Haga clic **Aceptar** para confirmar.\
   &#x20;![](/files/1b3b19067b684100eadb8824bd465e5ddebf528d)


---

# 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-integrate/content/images/delete-follow-up-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.
