# Timeline

The timeline view provides an overview of all objects in your experience. Use the timeline view to arrange when objects will be visible in your experience.

* To access the timeline view, select the timeline view icon (<img src="/files/27TqEemJlgqsBCre7AcG" alt="" data-size="line">) on the editor panel.

## Presentation of objects

Objects on the timeline are represented by a horizontal bar - termed a container. The position and length of each container defines when the object will be active on the timeline. For example, the when a 3D model will be visible or an audio file will be heard.

The color of the container and the icon indicates the type of object. These correspond to the colors and icons of the create object buttons in the panel on the left-hand side. For more information about parts of the interface, see [The editor panel](/engage/experience-editor/user-interface/the-editor-panel.md).

![Example timeline](/files/OfbyHtufddWaPLcTMM6G)

{% hint style="info" %}
You can place multiple containers on the same row, so long as they don't overlap.
{% endhint %}

## Adjusting objects

* **Move:** To move an object, drag it to a new position.
* **Delete:** To delete an object, select it, and then select the delete icon (<img src="/files/kO76Noi7x9FnONjc31wq" alt="" data-size="line">). You can also press the **delete** key on your keyboard.
* **Clone:** To create a duplicate of an object, select it, and then, in the panel on the left-hand side, select **Clone**.
* **Adjust length:** To adjust the start time or end time of an object, drag the grips at either end of the container.

![Location of the object grips](/files/sJgU1MoLpF9rPmiDGlTO)

## Presentation of keys

In the timeline view, keys are represented by vertical lines an object's container. However, these lines are visible only while an object is selected.

![Highlighted keys, as they appear in the timeline view](/files/03eLqFGgtS5JKbr6Yegq)

## **Adjusting keys**

* **Delete:** To delete a key in the timeline view, select the object, move the playhead to the position of the key, and then select the delete key icon (<img src="/files/UEkv41cpl6BT46iDl3J1" alt="" data-size="line">).
* **Copy and paste:** To duplicate keys, select the object, move the playhead to the position of the key, select the copy icon (<img src="/files/djYdA26zhbuZk0f1mZpb" alt="" data-size="line">), move the playhead to a new position, and then press the paste icon (<img src="/files/ugA6gCNcjfWu9xDrAFUr" alt="" data-size="line">).

For all other adjustments, use either the dope sheet view or the curves view.


---

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