# Timeline

**Game Creator** comes with 3 custom **Tracks** for [Unity Timeline](https://docs.unity3d.com/Manual/TimelineSection.html) that help build in-game cutscenes.

* **Actions** Track
* **Conditions** Track
* **Triggers** Track

![(Timeline executing an Actions object and a Trigger)](/files/-LeBoXvA_GBnjt9m-KIi)

{% hint style="warning" %}
Note that **Game Creator** **Tracks** will only work in play-mode. Scrubbing the **Timeline** in Editor-mode will have no effect on **Game Creator** **Tracks**.
{% 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.gamecreator.one/game-creator/systems/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.
