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

# Editar anotaciones

### Mover anotaciones

1. Para mover una anotación, pasa el mouse sobre ella hasta que el cursor cambie a una forma de cruz. \
   ![](/files/a3ec49e9ea8701ee7dd52da81232043610b068be)
2. Haz clic, arrastra y suelta la anotación en una nueva ubicación de la imagen.

### Cambiar el tamaño de las anotaciones

1. Para cambiar el tamaño de una anotación, pasa el mouse sobre ella hasta que el cursor cambie a una flecha de doble punta. Haz clic y arrastra la anotación hasta el tamaño deseado.\
   ![](/files/65e22c3f5c5198edfb4e15537e90dd79e2d7f3f6)<br>
2. Las líneas se pueden cambiar de tamaño haciendo clic en cualquiera de los extremos de la anotación y arrastrando hasta la longitud deseada. \
   &#x20;![](/files/ffdc35e5f92ac23e70cd4643607c16ca78c41e35)<br>
3. De manera similar, los polígonos se pueden cambiar de tamaño haciendo clic en una esquina de la imagen y arrastrando para ajustar la forma. \
   ![](/files/eafb78f7eb728baace696f19b7b079dd0514ff32)

{% hint style="info" %}
Al cambiar el tamaño de líneas y polígonos, el cursor permanece en forma de cruz.&#x20;
{% endhint %}


---

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