# Using FirstStage on the Desktop

Working in 3D is much easier in virtual reality than on a flat screen. However there are some functions which work just as well (or even better) on a flat screen that in virtual reality.

FirstStage provides a Desktop interface for these that uses conventional idioms.

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

The top bar of the desktop view has the following elements (left to right):

* Back button to return to the [Office](/firststage/basics/the-office.md) and change scene.
* Scene name / Project name
* Menu button to show the functions available on the desktop.
* Show/Hide button to show and hide the desktop panels (allowing you to see the VR view as spectator)

The bottom bar on the desktop is a set of transport controls.

## Desktop Panels

<table data-header-hidden><thead><tr><th width="222"></th><th></th></tr></thead><tbody><tr><td><a href="/pages/z8vaUCwpGgKGmzQGd9jC"><strong>Camera Sequencer</strong></a></td><td>This lets you do a 'live' style linear mix of the cameras to a single master track which can then be exported for editing in a full non-linear video editor.</td></tr><tr><td><a href="/pages/uDejzoqMKfPhlfCqQqmJ"><strong>Timeline</strong></a></td><td>Presents the activities on the timeline in a linear view similarly to that on the WristPad, but with more space to work.</td></tr><tr><td><a href="/pages/fScXqOz1qhcKpclt7vCM"><strong>Script</strong></a></td><td>Presents the activities on the timeline in a vertical view as a script.</td></tr><tr><td><a href="/pages/IdRr1FzT44xl8lNV4Wy5"><strong>Motion Capture</strong></a></td><td>Provides desktop control over mocap. Useful for a performance director. Also, the primary interface for facial mocap.</td></tr><tr><td><a href="#collaboration"><strong>Collaboration</strong></a></td><td>A desktop view of the Collaboration screen which helps your team communicate during a session.</td></tr></tbody></table>

Individual panels can be resized by grabbing and dragging their borders in a familiar way. You can hide a panel by clicking on the cross top right.

## Keyboard shortcuts

| Command    | Action                    |
| ---------- | ------------------------- |
| **Tab**    | Cycle next spectator view |
| **Ctrl-S** | Save                      |
| **Ctrl-Z** | Undo                      |
| **CtrlY**  | Redo                      |
| **Space**  | Play/Pause toggle         |


---

# 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/using-firststage-on-the-desktop.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.
