# Cue Status

The status of a cue will be visually displayed in several places:

* Stage Model Viewer
* Stagehand List
* Cue List
* Cue Control

### Cue Status States

* [Cue Unloaded](#cue-unloaded)
* [Cue Loaded](#cue-loaded)
* [Cue Running](#cue-running)
* [Cue Complete](#cue-complete)
* [Cue Faulted](#cue-faulted)

## Cue Unloaded

When you first open Spikemark, there will be no cues loaded. If there was a cue loaded already, press the **Stop Icon** in the **Cue Controls** or use the hot key **F6** to **unload** the cue.

![](/files/-MjAim3GyIkLeT2ozhqp)

![](/files/-MjAdTuBk01DnLtNcPQ2)

## Cue Loaded

![](/files/-MjAiPUoF_RXHbXLePOZ)

* **Cue Control Header:** Cue # Loaded
* **Stage Model Viewer:**
  * **Current Location:** Bright Red
  * **Target Location:** Dark Red
* **Cue:** Red Outline
* **Movement:** Red Highlight
* **Motor Status:** Rocket Icon

![](/files/-MjAb5TfRd6cIkVn6Sro)

## Cue Running

![](/files/-MjAipGI7tj5TmSNpF7n)

* **Cue Control Header:** Cue # Running
* **Stage Model Viewer:** Green
* **Cue:** Highlighted Green
* **Movement:** Green Progress Bar
* **Motor Status:** Green Forward Arrow

![](/files/-Mj_j8Yu-sDsOT_iCcxw)

## Cue Complete

![](/files/-MjGAObgg6mwXKXuhJ4P)

* **Cue Control Header:** Cue # complete
* **Stage Model Viewer:** Blue
* **Cue:** Purple Outline
* **Movement:** Purple Highlight
* **Motor Status:** Blue Complete Icon

![](/files/-Mj_nN5LH950HHxxssh8)

## Cue Faulted

![](/files/-MjBSbRRs3m1uRLYbRyX)

* **Cue Control Header:** Cue # faulted
* **Stage Model Viewer:** Yellow
* **Cue:** Yellow Outline
* **Movement:** Yellow Highlight
* **Motor Status:** Can be various[ Motor Status Icons](/docs/spikemark/motor-status-icons.md), depending on the fault.

![](/files/-Mj_WItaAHAhW67K51m1)


---

# 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/cue-status.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.
