> 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-6/running-cues/consolette.md).

# Consolette

## Showstopper Consolette

Moving motors using the Showstopper Consolette.

<figure><img src="/files/ykxg6f8AUeQATLj2ozVT" alt="Showstopper 4 Consolette Isometric View"><figcaption></figcaption></figure>

## Consolette Movements

The Consolette is a great tool both for running shows and for easily jogging motors to a desired location. Check out the links below from the [**Showstopper Consolette Manual**](/docs/showstopper/legacy/showstopper-consolette.md) for more information on cued movement using the Showstopper Consolette.

{% hint style="info" %}
When paired with Spikemark 6, the Consolette will control [**Playback 1**](https://github.com/creativeconners/PublicDocumentation/blob/main/spikemark-6/includes/playbacks-controller-overview.md).
{% endhint %}

### Setting Up the Consolette

* [**Connecting Consolette Cables**](/docs/showstopper/legacy/showstopper-consolette/making-the-connections.md)
* [**Connecting to Spikemark**](/docs/showstopper/legacy/showstopper-consolette/connecting-the-consolette-to-spikemark.md)

### Running Cues

* [**Status Display**](/docs/showstopper/legacy/showstopper-consolette/running-cues.md#status-display)
* [**Cue Control Buttons**](/docs/showstopper/legacy/showstopper-consolette/running-cues.md#cue-control-buttons)

### Stopping Motion

* [**Emergency Stop**](/docs/showstopper/legacy/showstopper-consolette/emergency-stop.md)
* [**Hold To Run (HTR) and Soft Stop**](/docs/showstopper/legacy/showstopper-consolette/running-cues.md#htr--soft-stop)


---

# 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-6/running-cues/consolette.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.
