> 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/quickstart/writing-your-first-cues/4.11-restore-cue.md).

# 4.11 Restore Cue

This allows us to move each machine back individually to its target position of Cue 1. **Restoring** your cue rather than just running cue will help you move your machines only when it is safe to do so.

![](/files/-MhYueAyYfI_tXrgHva8)

1. **Right click** on **Cue 1** **Header** and **Select Restore Cue** to open the **Restore Cue Window.**
2. **Select** the unit you want to move.
3. **Click** the **Load Icon** in the bottom of the **Restore Cue Window** to load that movement.
4. **Click** the **GO** **Icon** in the bottom of the **Restore Cue Window** to begin that movement.
5. Repeat this process for each unit until everything is where it belongs.
6. When everything has completed it's move, **Click "Done"** to close the **Restore Cue Window.**

{% hint style="warning" %}
**Restore Cue** will disable all cue links for the duration that it is active. When you close the window, a pop-up notification will appear to verify that it is safe to reenable Cue Links.
{% endhint %}

## Time for some magic!

Let's run the Cue Link we just programmed.

![](/files/-MhZ0Hm4yjkXAPCdtJan)


---

# 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/quickstart/writing-your-first-cues/4.11-restore-cue.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.
