> 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/annotations.md).

# Anotaciones

1. Para acceder a las anotaciones, haz clic en una imagen de un informe.&#x20;
2. Encuentra las herramientas de anotación encima de la imagen.\
   ![](/files/91f0c2a1023818796c1d3b351c808d4060b7e284)

### Líneas

Las líneas te permiten señalar áreas específicas de una imagen, dirigiendo la atención del lector hacia las características importantes. \
![](/files/57eb31c9dcdeb022232188aa04eda6ba0380b7c1)![](/files/c89f618094697c44aa2425b9451a36ec4f00bba4)

### Círculo

Del mismo modo, los círculos pueden llamar la atención sobre ciertas regiones de una imagen. \
![](/files/44cc347853caa7e7d3162399536e87791ee89aae)

### Polígono

Se accede desde el *Más* menú, el polígono te permite dibujar alrededor de formas y regiones más complejas. \
![](/files/d20881f85448ab957a334cad60e44a789994b126)

### Marca de verificación/Cruz

También se accede desde el *Más* menú, estas herramientas de anotación son útiles para mostrar el estado de un proyecto (por ejemplo, para marcar el trabajo como completo/incompleto). \
![](/files/7cbf3dac5e39f34a7c06930080d5de6eedd43aed)

### Color y grosor

Puedes cambiar el color de cualquier anotación, incluidas las notas, eligiendo un color diferente en el menú de la paleta.&#x20;

![](/files/95c1c8f4e0b862a683cbf1e5606ecb568fe2bca4)

Puedes ajustar el grosor de las flechas y las formas seleccionando el grosor de línea deseado en el menú de líneas.

&#x20;![](/files/ee52b98d5caa5dfbbcb3c12d4e315796b46116b2)


---

# 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/annotations.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.
