> For the complete documentation index, see [llms.txt](https://docs.songbookplus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.songbookplus.com/spanish/readme/notizfunktion/notizen-einfugen.md).

# Insertar notas

Primero seleccione en la barra de herramientas qué tipo de nota desea insertar y luego agréguela en la posición deseada en el documento.

Los tipos de notas para marcar texto y dibujar formas vienen en varias variantes. (Se reconoce por la pequeña flecha en la esquina del botón). Si mantiene presionado un botón de este tipo, se abre un menú para seleccionar la variante deseada.

A continuación, encontrará un resumen de todos los tipos de notas posibles.

En los botones y menús de la imagen de abajo, verá un número. Las notas correspondientes están marcadas con el mismo número.

<figure><img src="/files/NAcYpeVCBCvZ0WZdySej" alt=""><figcaption><p>Diferentes tipos de notas</p></figcaption></figure>

En el dibujo a mano alzada (14+15) y al dibujar formas (8-12), puede usar la función de deshacer/rehacer para revertir los últimos pasos.

Deshacer es posible mientras la herramienta en la barra de herramientas no sea apagada o cambiada y la forma dibujada esté completa.

{% hint style="info" %}
Esta función de deshacer/rehacer está disponible a partir de la versión 6.5.
{% endhint %}

<figure><img src="/files/JMxJIItikGomxIwJ3Qv0" alt=""><figcaption></figcaption></figure>


---

# 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.songbookplus.com/spanish/readme/notizfunktion/notizen-einfugen.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.
