> For the complete documentation index, see [llms.txt](https://norbertrostaing.gitbook.io/blinderkitten/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://norbertrostaing.gitbook.io/blinderkitten/object-types/cues.md).

# 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
