# Playhead

The position of the playhead is important when you add objects to the scene and when you create animations. When you add an object to your experience, it's added to the timeline at the position of the playhead. Similarly, when you create a keyframe, it's inserted at the current position of the playhead.

* To move the playhead, select a point on the time scale. You can also select the playhead and drag it to a new position.

![Time scale](/files/XURwAsMNb3DUFAVPwMru)

{% hint style="info" %}
For more accurate placement relative to existing objects, you can use the **jump to** icons: <img src="/files/wGx4exja8l0stglJKCW1" alt="" data-size="line"> and <img src="/files/Vb2O0OMLqLx8R0ZtNnPw" alt="" data-size="line">.
{% endhint %}


---

# 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.engagevr.io/engage/experience-editor/user-interface/the-editor-panel/playhead.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.
