# Selection Tools

### Move Tool

This allows you to 'move' an object on the canvas from one to another.&#x20;

There are also other interactions you can have with an object on the canvas using the move tool. These include rotating it by its corners, resizing it, or in the case of a rectangle shape for example, adjusting its corner radius directly from the canvas.

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

### Scale tool

This allows you to scale an object and its relevant properties such as its stroke or corner radius, by the same ratio.

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

### Hand/Pan tool&#x20;

This allows you to move across the canvas.


---

# 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.lottielab.com/editor/tools/selection-tools.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.
