> 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/draw-tools.md).

# Draw Tools

## Overview

The Draw tool allows users to create visual elements—such as lines, circles, and shapes—within the SiEGA environment.

## Features

* **Drawing Modes:** Choose from a variety of drawing options including Line, Landing Line, Curve, Circle and Polygon to illustrate or highlight elements within the environment.
* **Flexible Placement**: Easily place and adjust shapes using simple point-and-click controls for precise visual annotations.
* **Visual Markup:** Use drawings to mark important areas, guide attention, or support collaborative discussions

## How to Use

To get started, open the Draw tool by selecting it from the main toolbar on the right side of your screen. Once activated, you'll see a set of drawing options.

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

You will see multiple drawing options including:

* **Line**: Create straight lines between two points to mark or connect elements in the environment.
* **Landing Line**: Draw lines that conform to the terrain or surface beneath them—ideal for visualizing paths or routes over varied elevation like hills or mountains.
* **Curve**: Place multiple points to create a smooth, curved line for flexible annotations.
* **Circle**: Draw circular shapes by clicking to define the center and dragging to set the radius.
* **Polygon:** Create multi-point closed shapes to highlight or frame specific areas.
* **Undo**: Remove the most recently placed shape or point from your current drawing.
* **Clear All**: Erase all existing drawings from the scene.

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

To add a drawing to the environment, start by selecting one of the available options. Use left-click to place each point in the scene. Once you've finished placing all desired points or defining the shape, press left-shift to confirm and finalize the drawing.

<figure><img src="/files/qJlXA86lDMB7rx2vQQFb" alt=""><figcaption><p>Example of the square draw tool</p></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/draw-tools.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.
