# Working with Time

Time is a key notion in FirstStage: all animation, automation and other activities are placed on a master timeline.

{% hint style="warning" %}
You can scrub time randomly and the scene will *mostly* track what you would see with playback forward from the start of the scene. However some behaviours like particle systems have internal state that depends on history and cannot be scrubbed. Other behaviours such as a rotating fan or blinking lights may not be in the same phase on each playback.
{% endhint %}

## Transport Controls

Because time is so important in FirstStage, the [WristPad](/firststage/basics/wristpad.md) has a set of transport controls at the bottom, which are accessible whichever screen you are looking at. The [Desktop](/firststage/basics/using-firststage-on-the-desktop.md) view also has the transport controls at the bottom of the screen.&#x20;

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

From left to right:

* Rewind to start of this section (or whole scene)
* Back a beat (useful for pose animation)
* Forward a beat (useful for pose animation)
* Go to the start of the next section (or end of last activity)
* Play / Pause
* Record / Pause
* Current timeline position
* [Clock synchronisation](/firststage/basics/collaboration.md#synchronise-clocks) (used when collaborating)


---

# 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.moviestorm.co.uk/firststage/basics/working-with-time.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.
