# Position

The position of your layer object on the canvas is provided in two axis, x and y. The position of your layer on the x axis determines it's horizontal position and the y position is its vertical position.

* To edit the position property, you can simply move your layer around directly on the canvas, which gives you a higher degree of fluidity of placement.
* For more precision, you can use the property panel to edit the exact values of your position property. (See below)

### Edit exact position values

Whilst you can simply drag the layer around on the canvas, sometimes it's useful being able to input a precise value, especially when animating too.

You can do this by selecting the shape, then going to the property panel and editing its X or Y values.

<figure><img src="/files/0Zk5LjRihfh94f0nictO" alt=""><figcaption></figcaption></figure>

### Along a single axis

Sometimes, you might want to move a shape along a single axis. You can do this by:

* Selecting the shape and going to the properties panel.
* Select and drag the position axis you want to edit, E.g Click and drag on the 'X' icon in the property panel to move the layer strictly along the x-axis (horizontally).
* You can also use a keyboard shortcut. Hold down the Shift key on your keyboard and drag the layer  to lock it to a single axis.

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


---

# 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/properties/transform/position.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.
