# Overview

All the show programming that relates to timelines, layers and content sequencing happes in ***Timelines*** and ***Timeline Editor*** windows.

<figure><img src="/files/9e69XCWrIQgY534Qgi9s" alt=""><figcaption></figcaption></figure>

In the **Timelines** window you can control and monitor Play state of all the Timelines and Timeline groups.

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

In the **Timeline Editor** window, you can edit *Sections, Layers,* and *Markers* of a given *Timeline*.

## Hierarchy

Timelines and Timeline Groups in LightAct are organized in a hierarchical way.

* **Timeline Group** can contain one or several Timelines.
* **Timeline** can contain several layers, sections or markers. A Timeline can be only in one Timeline Group.
* **Sections, layers and markers** are elements within one Timeline.

## Play controls

<figure><img src="/files/9vKjdiVcOaICwLB7lv0d" alt=""><figcaption></figcaption></figure>

Every Timeline and Timeline group has its own set of play controls.

* **Play**: this play states means the playhead will continue advancing from left to right even over section borders.
* **Play and pause**: playhead will advance to the last frame of its section, then pause (hold).
* **Play and loop**: playhead will advance to the last frame of its section, then jump back to the first frame of that section.
* **Pause**: playhead doesn't advance, but the active layers are still executing.
* **Stop**: playhead doesn't advance. No layers are executing.
* **Jump to previous**: executes a jump to the previous section, marker or layer.
* **Jump to next**: executes a jump to the next section, marker or layer.

## Timeline group Mode

<div align="left"><figure><img src="/files/BLiRzsS8q6YhQg2292Vo" alt=""><figcaption></figcaption></figure></div>

Every Timeline group has a Mode property with 2 options:

1. **Only one**: this mode means that only one Timeline in this group can be in a Play state at the same time. If another Timeline switches to a Play state, all the other will switch to Pause.
2. **Multiple**: this mode means that the play states of Timelines in this group are completely independent.

{% hint style="info" %}
**Good to know**: Only one mode is particularly useful with Timeline cross-fades.
{% endhint %}

## Speed multiplier

<div align="left"><figure><img src="/files/U3kVxIsb3fQhjRGj4nWd" alt=""><figcaption></figcaption></figure></div>

In LightAct 4.12 we've introduced **Speed multiplier**. This affects the playback speed of the entire timeline.


---

# 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.lightact.com/timelines/overview.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.
