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