# Show Sequencer

The Show Sequencer is the main tool for multimedia show programming in Depence. The Timeline can contain several different Track types depending on usage and media type.

## Create a Show File

To create a new Show file, from the <mark style="color:blue;">**Sequences**</mark> directory right-click on the right side:

<div><figure><img src="/files/cyq173AvSovDJN7KJZ6Z" alt=""><figcaption></figcaption></figure> <figure><img src="/files/11NUA3TooZQfr86blIHn" alt=""><figcaption></figcaption></figure></div>

### Load a Show File

Multiple Shows can be loaded and edited with a double click on a repository item.

The Sequencer will list them in a tabbed view:

![](/files/-MhI_k_HwYlz_Q74hejk)

## Show Organization

A Show File is a timeline composed of [tracks](/depence-show-and-animation/depence-show-sequencer/depence-track-types.md) that can be organized in a tree structure by using Folders, while all child objects will inherit their parent's Lock, Mute & Solo properties.

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

## **Show Playback**

Once you click on "Play", the Sequencer will playback all Scenes according to their position on the timeline. The **first click** on Stop will "Pause" the Show without Releasing the currently active Scenes. A **second click** on Stop will release the Show.


---

# 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://help.depence.com/depence-show-and-animation/depence-show-sequencer.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.
