> 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/content/anotaciones-de-nota/crear-una-nota.md).

# Crear una nota

1. Toca el cuadro de comentario encima de la imagen.&#x20;

   <div align="left"><figure><img src="/files/c0df1639fb12a06a92fedf626cfd7dd829bc445c" alt="" width="375"><figcaption></figcaption></figure></div>
2. Toca la imagen donde quieres que aparezca la nota.

   <div align="left"><figure><img src="/files/105c0211fa328589e2758e0acc23c441e664462d" alt="" width="375"><figcaption></figcaption></figure></div>
3. Escribe tu texto en el campo de texto.&#x20;

   <div align="left"><figure><img src="/files/2f205e9620645c367ee9b58b7a886c68d02f35cc" alt="" width="375"><figcaption></figcaption></figure></div>
4. Toca **Guardar**.&#x20;

   <div align="left"><figure><img src="/files/3e6e1d945ecc5540a71edc198333c1fddceeb36e" alt="" width="375"><figcaption></figcaption></figure></div>
5. La nota aparecerá en la imagen.

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

{% hint style="info" %}
Si quieres ajustar la posición de la nota, mantén el dedo presionado sobre la nota, arrástrala hasta la ubicación deseada en la imagen y levanta el dedo.&#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/report-and-run/content/anotaciones-de-nota/crear-una-nota.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.
