# Translation

As the name suggests, translation options enable users to **translate** the object around. There are few different ways user can use translation options.&#x20;

{% hint style="info" %}
Translation handles are the defaults handles that appear when an object is selected.

The axis colors are also shown near the input boxes to relate the rotation values to the handle colors.
{% endhint %}

![C6 prepare section - Object Transform handles and translate form](/files/FuPKlay5QRlP5KKM6oo4)

### 1. Translate with exact values

When translation handles are highlighted on an object, the **translation input form** shows up. The forms shows the current X, Y and Z values of the object on the print bed. User can enter valid values here to exactly move the object on the print bed.

![C6 prepare section - Translate objects using exact values](/files/U5r3tGUlQHEFTnl0wVUm)

{% hint style="info" %}
User can also Reset the translation values using the **RESET** button in the translate form
{% endhint %}

### 2. Translate along an axis

Clicking and dragging on individual axis will move the object along that axis (only). This is a good option when user wants to move in one direction, and approximately.

![C6 prepare section - Translate objects along an axis](/files/b7NOnRPoa0K3iqr4GCVa)

### 3. Translate in a plane

The transform handles allow moving in a plane as well. Hovering the mouse pointer near the center of the axis handle highlights the planes, which can then be clicked and dragged

![C6 prepare section - Translate objects in a plane](/files/vojM4m5hPUSbkEcrmdbb)

### 4. Locking Z axis

Many a times, users don't want the objects to move in Z axis, as it lifts the object up in the air (relative to print bed). In such situation, user can use the **Lock Z translation option**&#x20;

![C6 prepare section - Translate objects with Z locked](/files/vojM4m5hPUSbkEcrmdbb)


---

# 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.c6.fabheads.com/modules/transform/translation.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.
