> For the complete documentation index, see [llms.txt](https://docs.moasure.com/en/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/en/moasure-lx1/your-moasure-app/editing-your-floor-plan/annotate.md).

# Annotate

Annotations allow you to add notes directly onto your floor plan.

This can be useful for marking features, installation notes, materials, or other important details that are not automatically captured during measurement.

Annotations appear as text labels placed on the floor plan and can be moved or rotated as needed.

***

### Add an Annotation

To add an annotation:

1. Open your saved floor plan.
2. Tap **Edit** in the bottom toolbar.
3. Tap **Annotate**.
4. Tap inside the **text box** and enter your note.
5. Tap **Okay**.
6. Tap on the **floor plan** to place the annotation.

The annotation will appear on the floor plan.

***

### Move an Annotation

To reposition an annotation:

1. Tap the **annotation** on the floor plan.
2. Drag it to the desired location.

***

### Rotate an Annotation

Annotations can be rotated to align with walls or other features in the layout.

You can rotate annotations in two ways.

#### Using gestures

Use **two fingers** to rotate the annotation directly on the floor plan.

#### Using the Rotate tool

1. Tap the **annotation**.
2. Tap the **Rotate** icon in the editing menu.

Each tap rotates the annotation to the next orientation.

***

### Edit an Annotation

To change the annotation text:

1. Tap the **annotation** on the floor plan.
2. Tap **Edit** in the editing menu.
3. Tap inside the **text box** and update the text.
4. Tap **Apply** to confirm.

***

### Delete an Annotation

To remove an annotation:

1. Tap the **annotation** on the floor plan.
2. Tap **Delete** in the editing menu.

The annotation will be removed from the floor plan.

***

### Annotation Text Size

Annotation text uses a **fixed size** to maintain consistent readability across the floor plan.

This ensures that **annotations, room labels, and dimensions** appear uniform within the layout.


---

# 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:

```
GET https://docs.moasure.com/en/moasure-lx1/your-moasure-app/editing-your-floor-plan/annotate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
