# Measurement

## Overview

The Measurement tool allows users to accurately measure distances within the SiEGA environment.&#x20;

## Features

* **Measurement Modes:** Switch between measuring distance (in feet or meters) and area (in square feet or square meters) to fit your project needs.&#x20;
* **Real-Time Display**: See live measurement updates in a central display box as you interact with the tool.
* **Area Calculation:** Easily draw custom shapes to calculate the enclosed area in your preferred unit, whether square feet or square meters.

## How to Use

To get started, open the Measurement tool by selecting it from the main toolbar on the right side of your screen. Once activated, you'll see options to switch between measuring distance and area.

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

You will see multiple measurement options including:

* **Length (m)**: Measure linear distance in meters by clicking and dragging between points.
* **Length (ft)**: Measure linear distance in feet for projects requiring imperial units.
* **Area (m²)**: Draw a shape to calculate the enclosed area in square meters.
* **Area (ft²)**: Draw a shape to calculate the enclosed area in square feet.
* **Undo**: Remove the most recent shape in your current measurement sequence.
* **Clear All**: Erase all existing measurements from the scene.

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

To add a measurement to the environment, simply click one of the four available measurement options. Use left-click to place each point in the scene. Once you've finished placing all points, press left-shift to confirm and finalize the measurement.

<figure><img src="/files/c0N7cPZdGT7Is6weHgVT" alt=""><figcaption><p>Example of the Add option being used to add a measurement to the environment</p></figcaption></figure>


---

# Agent Instructions: 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.aeroai.io/siega-features/tools/measurement.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.
