> For the complete documentation index, see [llms.txt](https://studio-docs.sandbox.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://studio-docs.sandbox.game/the-editor/how-to-place-move-rotate-and-scale-an-asset.md).

# How to Place Move Rotate and Scale an Asset

A simple guide to placing an asset and using the transform tools in Sandbox Studio. Add a model to the scene, move it by axis or plane, rotate it, scale it uniformly, and switch tools with keyboard shortcuts.

{% embed url="<https://youtu.be/XP7jcuczY_k?si=o0szLg4tiN70NkMj>" %}

{% stepper %}
{% step %}

## Drag a model into the scene

Find the model in the Assets panel, then drag it into the scene. Select the new asset so its transform controls and settings are available.
{% endstep %}

{% step %}

## Activate the Move tool

Select the Move button in the top toolbar, or press W.
{% endstep %}

{% step %}

## Move along one axis

Drag a gizmo arrow to move the asset along the selected X, Y, or Z axis.
{% endstep %}

{% step %}

## Move within a plane

Drag one of the squares between two axes. The asset moves within that plane while the remaining axis stays fixed.
{% endstep %}

{% step %}

## Enter a precise position

Use the transform values in the Inspector when you need a more exact result. Drag a value or type the position required for the selected axis.

{% hint style="info" %}
*TRANSFORM GIZMO: The coloured arrows, squares, and handles attached to the selected asset are the visual controls for its transform.*
{% endhint %}
{% endstep %}

{% step %}

## Activate the Rotate tool

Select the Rotate button in the top toolbar. Use the rotation gizmo in the same way as the move gizmo, choosing the axis you want to rotate around.
{% endstep %}

{% step %}

## Activate the Scale tool

Select the Scale button in the top toolbar. Drag an axis handle when you want to scale in one direction.
{% endstep %}

{% step %}

## Scale uniformly

Drag the square in the centre of the scale gizmo. All axes change together, preserving the proportions of the asset.
{% endstep %}

{% step %}

## Switch tools with shortcuts

Use Q, W, E, and R to move through the available selection and transform tools without returning to the toolbar.
{% endstep %}
{% endstepper %}

## What You've Done

The asset is placed and can be positioned, rotated, or scaled with either the on-screen gizmos or precise Inspector values.


---

# 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://studio-docs.sandbox.game/the-editor/how-to-place-move-rotate-and-scale-an-asset.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.
