# Transform Manipulator

### The Transform manipulator tool allows you more precise control manipulating objects than in Grab mode.

You can access 3 primary subtools from Transform — **Move**, **Rotate** and **Scale** — in order to manipulate any objects. In addition you can toggle between the **Global** or **Local** axis to use while manipulating objects.

![Transform manipulator subtools](/files/Qb3TkszdTk7jzgWPOZ8R)

The Transform manipulator tool is found in the top toolbar. By default, Grab mode is selected when you load up a game; simply click the dropdown arrow beside Grab and select Transform.

## Subtools

* [Move](/tools/transform-manipulator/move.md)
* [Rotate](/tools/transform-manipulator/rotate.md)
* [Scale](/tools/transform-manipulator/scale.md)
* [Global/Local](/tools/transform-manipulator/global-local.md)


---

# 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.mutate.games/tools/transform-manipulator.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.
