> 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


---

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