> 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/cue-links.md).

# 4.10 Cue Links

We want the Wagon to start moving halfway through Cue 2, but also complete with everything else.

{% hint style="info" %}
A **Time Link** starts a timer when a Parent Cue is executed and executes the Child Cue after the timer has ran the set amount of delay time. Cue 2 is considered the **Parent Cue**, while Cue 3, the is **Child Cue.**
{% endhint %}

![](/files/-MhYtBkSihjAtn_3CJT4)

1. **Click** **the Link Icon** for Cue 3 to open the **Add Cue Link** dialogue.
2. **Click "Time Link".**
3. **Click** the **Parent Cue Drop Down** **Menu.**
4. **Select "Cue #2 - Wagon Reveal".**
5. **Click "OK"** to close **Add Cue Link** dialogue and create the link.
6. **Click the Cue Link Bar** on Cue 3 to open the **Edit Time Link** dialogue.
7. **Enter 10** in the **Delay (sec) Box.**
8. **Click "Update"** to save and close the **Edit Time Link** dialogue.

To learn more about [cue links:](/docs/spikemark/cue-links.md)


---

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