# Presets

In Spikemark, Presets are way to recall a cue or a set of cues in a graphical(pushbutton like) way.

If you are looking for Pre-Programmed Positions, We call those [Spikes](/docs/spikemark/spikes.md).

Presets are a way to load and run cues or a set of cues without the complexity of the cue list often used in permanent installs when you want to run a set of cue, but care less about the particular order of cues. It is one of the lesser used features in Spikemark, but still a good tool to know about when programming Spikemark. Here are the steps to create and run a Preset:

1. Write a cue or sequence of cues using [cue links](/docs/spikemark/cue-links.md):

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

2. Right click on the first cue in that sequence and click **create preset**: - Give it a name and description:

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

3. Navigate to the **Preset Workspace**:

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

4. Click on the preset to load the cue, and then click the GO button and run the sequence of cues:

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

Notice how this runs the whole sequence of cues without having to read through the cue list.

Create a bunch more sequences and create Presets for them, and then run all of your machinery from the Preset Workspace and not the Complex Cue List.


---

# 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/presets.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.
