# Cues

&#x20;A cue contains a list of commands, wich all be triggered when the cue is called.

Some options are available in cues :&#x20;

* Auto follow : indicate the behaviour of the cue after executing its commands :&#x20;
  * Wait for go : the cue stop the cuelist execution, waiting for a go command from the user
  * End of transition : the cue triggers the next cue at the end of all transitions of all its commands (delays and fades) plus the auto follow time
  * Immediate : the cue triggers the next cue right after its own triggering (even if fades and delays are still running) plus auto follow time
* Random Callable : if not checked, this cue won't be callable when it parent cuelist triggers a "Go random"

Each command contains :&#x20;

* a selection manager, you can choose here fixtures, subfixtures and groups you wanna modify
* a values manager, you can give multiple values to your selection, or apply it some presets
* some timing options


---

# 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://norbertrostaing.gitbook.io/blinderkitten/object-types/cues.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.
