# Cue Structure

## Cue List

<figure><img src="/files/YrCo70s0dDZJ4WMjoOgk" alt="Cue List"><figcaption></figcaption></figure>

Cues are sorted in the cue list in the order they will be played during the show. The sorting of cues is determined by the cue number and there is no limit on the number of cues that can be in a show.

## Cue

<figure><img src="/files/RHu11ebBnpBUEgHl9nuS" alt="Cue"><figcaption></figcaption></figure>

A cue is the largest building block of a show and represents an entire look or moment on stage. Each cue is made up of individual movements, actions, and triggers that spell out the exact placement of scenic elements and performers on stage.

<figure><img src="/files/KGezuHPrP99gznxGu0AS" alt="Cue"><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=4th0DukqjZU>" %}

In this example cue 2 is the interior of the house.

## Playback

<figure><img src="/files/wWNyQJkE0I4VVAdPwM7R" alt="Playback"><figcaption></figcaption></figure>

A playback is the mechanism for controlling the execution of cues. Each playback can have one sequence assigned to it per cue.

## Sequence

<figure><img src="/files/4oiCIo4C7IpGIS8uuPFF" alt="Sequence"><figcaption></figcaption></figure>

A sequence is made up of steps that are linked together with triggers. A sequence is assigned a playback that it will be run on during the show. Sequences are automatically created while programming.

## Step

<figure><img src="/files/3AEM9RJrhCsPCexxZVMA" alt="Step"><figcaption></figcaption></figure>

A step exists in a sequence and contains Stagehand movements, actions, and triggers. Each step can have an unlimited number of these components, and all the components will start at the same time when the step is run.

## Movement

<figure><img src="/files/v2KX4SlkTStYP1rF7teB" alt="Movement"><figcaption></figcaption></figure>

Movements are the smallest building blocks of a cue. A movement exists in a step and performs a single task for a single Stagehand. Each type of Stagehand has its own [type of movement](/docs/spikemark-6/movements.md).

## Trigger

<figure><img src="/files/y7VTMscPfvLBdSjVvTOq" alt="Trigger"><figcaption></figcaption></figure>

Triggers link together steps to create more complex sequences. Each [type of trigger](/docs/spikemark-6/triggers.md) looks for a specific condition to be met before executing the next step in the sequence. Triggers can be stacked to create more complex conditions.


---

# 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.creativeconners.com/docs/spikemark-6/cues/cue-structure.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.
