> For the complete documentation index, see [llms.txt](https://docs.aeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeroai.io/siega-desktop-features/tools/annotation.md).

# Annotation

## Overview

The Annotation tool allows users to interactively annotate any environment, making it easier to highlight points of interest, share insights, and leave notes. Whether it's for architectural review, design discussions, or educational purposes, this tool provides a seamless way to visually communicate ideas and observations directly within the 3D space. Users can place annotation markers to pinpoint specific areas and leave detailed notes for additional context.

Each annotation consists of a **Title** for a quick summary and a **Body** for in-depth comments, making it easy to organize and understand feedback.

## How to Use

To begin, activate the tool by clicking the Annotate button located on the main toolbar on the right side of your screen. This will reveal a secondary menu with two options: Annotate and Clear All.

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

To create a new note, select the Annotate option from this menu to enter the placement mode. You can click anywhere in the 3D scene to drop an annotation marker. A text panel will appear, prompting you to enter a Title and a Body for your note.&#x20;

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

Managing your annotations is simple. To remove a single note, just hover your mouse over the (X) button and click it. If you need to clear the entire scene, you can select the Clear All option from the Annotation menu. Please be cautious when using this feature, as it will permanently remove every annotation in the project and cannot be undone.

<figure><img src="/files/pP2noo9Y0xNqKLtdyjCk" 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.aeroai.io/siega-desktop-features/tools/annotation.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.
