> For the complete documentation index, see [llms.txt](https://docs.moasure.com/es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moasure.com/es/aplicacion-moasure/herramientas-de-edicion/crear-anotaciones.md).

# Crear Anotaciones

Además de añadir [Etiquetas](/es/aplicacion-moasure/herramientas-de-edicion/editar-etiquetas.md) a puntos individuales, también puede colocar anotaciones directamente en el lienzo para proporcionar contexto adicional, resaltar áreas específicas o documentar observaciones. Esto es útil para marcar secciones de un parque infantil, identificar riesgos o señalar características del sitio que requieren atención.

Las anotaciones pueden ayudar a que las mediciones sean más claras y fáciles de comprender al compartirlas con compañeros, contratistas o clientes.

<div><figure><img src="/files/9EYKZeL92vkkWdz5w8Av" alt=""><figcaption></figcaption></figure> <figure><img src="/files/nuUQsgKv3QfrjG0kSwkn" alt=""><figcaption></figcaption></figure> <figure><img src="/files/y03BLQQwk9U0jZumkW5k" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Las anotaciones solo se pueden añadir en las Vistas de Planta 2D y Ajustada, pero se muestran tanto en Vistas 2D como en 3D. Actualmente, no son compatibles con las Vistas de Curvas de Nivel ni de Superficie 3D.
{% endhint %}

<figure><img src="/files/AabrZUz4060XLDLaRo5Q" alt="" width="375"><figcaption></figcaption></figure>

### Cómo crear una anotación

* Clique en 'Editar'.
* Clique en 'Anotación'.
* Escriba el texto de su anotación y clique en 'Aplicar'.
* Arrastre con un dedo para mover la anotación a la ubicación deseada.
* Haga un gesto de pinza con dos dedos para escalar y rotar la anotación.
* Clique en cualquier parte del plano para deseleccionar y fijar la anotación en su lugar.
* Las anotaciones permanecen legibles incluso cuando la medición es rotada.

### Cómo modificar una anotación existente

* Clique en la anotación una vez.
* Clique en 'Editar' → 'Anotación'.
* Edite el texto y clique en 'Aplicar' para guardar los cambios, o use el icono de papelera para eliminarla.

### Notas:

* Las anotaciones se pueden añadir en las Vistas de Planta 2D y Ajustada 2D, y son visibles tanto en Vistas 2D como en 3D.
* Actualmente, no son compatibles con las Vistas de Curvas de Nivel ni de Superficie 3D.
* Las anotaciones se incluyen al exportar a CAD y PDF.


---

# 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.moasure.com/es/aplicacion-moasure/herramientas-de-edicion/crear-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.
