> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/spikemark/cue-status.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.creativeconners.com/docs/spikemark/cue-status.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
