# Sequences

### Controlling Sequences

Virtual Control has the ability to auto discover all the Sequences in the scene.  This allows the user to quickly find and work with any sequences implemented.

![](/files/-MRfw-BblQTsSsBviwNk)

When you want to operate a sequence you start by selecting a sequence from the sequence list on the left.  Once a sequence is selected you are able to operate the sequence with the provided control panel. &#x20;

* Selecting the "Play Button" will play the sequence
* Selecting the "Reset Button" will stop the sequence and reset the timeline to the beginning
* Selecting the "Pause Button" will pause the sequence in its current position in the timeline
* Selecting the "Rewind Button" will play the sequence in reverse from its current position in the timeline

When you need to operate another sequence in the scene just simply select another one from the sequences list.


---

# 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.sequinar.com/glimmer-vc/features/sequences.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.
