> 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/selecting-mode.md).

# Selecting Mode

## Overview

Selecting Mode lets you easily choose and manipulate actors within the environment. By clicking the Select Mode button, you enter a mode where you can click on an actor to select it, then move, scale, or rotate it as needed. This intuitive mode provides full control over positioning and transforming objects to customize your scene.

## How to Use

To begin, activate the Selecting Mode by Select button located on the main tool bar on the right side of your screen and click on an object you would like to transform.

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

After clicking an object you'd like to transform, a secondary toolbar will appear at the top of your screen. This toolbar provides transformation options, allowing you to scale, rotate or translate the selected object. Simply click the corresponding button to enter the desired transformation mode and adjust the object directly in the scene.

<figure><img src="/files/sgvfY2dc6XPJWwTEcbrC" 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/selecting-mode.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.
