# Grab Manipulator

### Grab manipulator is primarily used to quickly move around objects in the scene.

<div align="left"><img src="/files/RIpHsrrudLIhptLHGPYF" alt=""></div>

### How to use

Grab is the default mode selected when you first load into a creation session. Its icon is a little grabby hand in the top tool bar, found just right of the [Asset Browser](/content-browsers/asset-browser.md).

To use Grab, simply click and drag an entity to the place you want to move it. It allows you to move the object freely; if you need more precise directional control while moving objects, check out the [Transform Manipulator](/tools/transform-manipulator.md).

{% hint style="info" %}
Moving objects with Grab manipulator functions exactly the same as using the **baseline sphere** with the Transform [Move tool](/tools/transform-manipulator/move.md).
{% endhint %}

![](/files/aRVkhk6kRKVeAabQS5gX)

{% hint style="info" %}
Objects moved with Grab manipulator will collide and snap to nearby voxels in the scene. Objects with flatter surfaces, like walls and floors, are easiest to use this function on. When no snappable voxels are nearby, the selected object will not snap to anything and instead be placed mid air a set distance from camera.
{% endhint %}

![Voxel snapping from the top of one floor level to another](/files/cu7uQVOvMLFu9H7qiciZ)


---

# 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/grab-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.
