# Playback

In some cases it can be useful to play through a sequence to help visualize how the scene and the annotations change. This playback can be triggered using the *Play* button in the timeline.

<figure><img src="/files/aQD1Ku67uHGCsR78zhta" alt=""><figcaption></figcaption></figure>

A prerequisite for a smooth playback is that all assets are available and loaded. To facilitate this, the play functionality will run a [prefetch](/reference/sample-and-label-types.md) of the needed assets for each frame.

Playback speed can be modified from the settings sidebar.

<figure><img src="/files/1EvKZ0Bvtlh2SMtIb5BJ" alt=""><figcaption></figcaption></figure>


---

# 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.segments.ai/how-to-annotate/label-sequences-of-data/playback.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.
