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

# Anotaciones

1. Toque una imagen del informe para acceder a las herramientas de anotación.

   <div align="left"><figure><img src="/files/f95de3bc49c1d9c32678bfa2b2c0e27f4d97a84f" alt="" width="375"><figcaption></figcaption></figure></div>
2. Aparecerán dos opciones de anotación encima de la imagen: nota (A) y herramientas de dibujo (B). Toque la herramienta que desea usar.

   <div align="left"><figure><img src="/files/cff86cd0cd44d5d3034737bd1d9276231b6b9da4" alt=""><figcaption></figcaption></figure></div>

### Notas

Toque la imagen donde desea que aparezca una nota. Escriba su texto y guárdelo. Puede arrastrar la nota a otra ubicación o [editar](/manual/es/report-and-run-integrate/content/anotaciones-de-nota/editar-una-nota.md) cambiar el tamaño del texto según sea necesario.&#x20;

<div align="left"><figure><img src="/files/45c34b32dc12715954623ea125dbc34d3668b50b" alt=""><figcaption></figcaption></figure></div>

### Líneas

Dibuje una línea recta en su imagen y se convertirá automáticamente en una flecha (puede [editar](/manual/es/report-and-run-integrate/content/anotaciones/edit-annotations.md) cambiar la dirección de la flecha, quitar la punta de flecha y cambiar el diseño según sea necesario). Use líneas y flechas para dirigir la atención del lector a áreas específicas de una imagen.

<div align="left"><figure><img src="/files/760ed44cfde5f67db505f6edb83bd22d85cd78e6" alt=""><figcaption></figcaption></figure></div>

### Círculo

Dibuje una forma circular en su imagen y se convertirá en un círculo perfecto.

<div align="left"><figure><img src="/files/de0d4facd3734144a3a879d95c30a7d5421a49d9" alt=""><figcaption></figcaption></figure></div>

### Polígono

Dibuje cualquier forma de varios lados y se convertirá en un polígono limpio.&#x20;

<div align="left"><figure><img src="/files/6d0099f4976f38cffb806c762491c559ed39d827" alt=""><figcaption></figcaption></figure></div>

### Marca/Cruz

También puede dibujar marcas de verificación ✔ y cruces ✖ en las imágenes para mostrar el estado de un proyecto (por ejemplo, para marcar el trabajo como completo/incompleto). Al dibujar una cruz, mantenga el dedo sobre la pantalla y dibuje una "x"; la forma cambiará automáticamente a una "x" cuando levante el dedo.&#x20;

<div align="left"><figure><img src="/files/81a6834884c1f262aeb477397c831b0fab2ef92d" alt="" width="375"><figcaption></figcaption></figure></div>

### Color y grosor

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

<div align="left"><figure><img src="/files/01f2f67a26bab355c62075e64854aeb490f7d5f9" alt="" width="375"><figcaption></figcaption></figure></div>

Del mismo modo, puede ajustar el grosor de las flechas y las formas tocando la anotación y arrastrando el selector de grosor de línea hacia la izquierda (para hacerla más fina) y hacia la derecha (para hacerla más gruesa).&#x20;

<div align="left"><figure><img src="/files/2650789f4f9b6bd11d6f0d85a0d9cd5e96f2a127" alt="" width="375"><figcaption></figcaption></figure></div>


---

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