> For the complete documentation index, see [llms.txt](https://help.movin3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.movin3d.com/movin-tracin-stage-en/getting-started/the-workspace.md).

# The workspace screen

The workspace opens in a web browser on the control computer. On a kiosk machine, it opens automatically. The screen has four areas.

<figure><img src="/files/vMeI16H0WfDsofr2vkvg" alt="The workspace screen with its four areas marked"><figcaption><p>The four areas: 1 the top bar, 2 stage navigation, 3 the viewport, and 4 the inspector.</p></figcaption></figure>

## 1 · Top bar — system status

A status strip spans the top of the screen.

* **System status** — an at-a-glance summary of the current state, shown as a single word: **SETUP** (setup is incomplete), **READY** (ready to start), **STANDBY** (previewing live data without broadcasting), **LIVE** (broadcasting), or **FAULT** (a problem needs attention). The line below shows what is preventing the system from becoming ready, or the elapsed time once the show is live.
* **Status indicators** — Sensors, Sync (PTP), Calibration, Track (people tracked), Stream (OSC), and Rec. Each indicator is green when healthy, and amber or red when not. Hover over an indicator to view more details.
* **Controls** — **Start preview** starts the pipeline. Once it is running, this control becomes **Stop** and **Restart**. **GO LIVE** begins broadcasting. The **⚙** button opens the server controls (Reboot, Shutdown, and Restart GUI).

## 2 · Stage navigation (left)

Complete the three stages in order: **Calibration**, **Live Settings**, and **Live Monitor**. Each stage shows a check mark when complete and expands to show its sub-steps. A **NEXT** tag identifies the next required step. A stage that is not yet available is locked, and hovering over it shows the reason. **Calibration locks (🔒)** once the pipeline is running.

## 3 · Viewport (center)

The live 3D point cloud, with the capture zones drawn over it. The **Layers** control shows or hides the point cloud, the zones, and the mocap skeletons.

## 4 · Inspector (right)

A context panel that displays the controls and details for the selected item — a stage guide, the sensor list, the zones, the OSC output, and so on.

## First launch

The first time you open the workspace, a welcome screen explains what the app does. Select **Got it** to dismiss it, then begin from the **Calibration** stage on the left.


---

# 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://help.movin3d.com/movin-tracin-stage-en/getting-started/the-workspace.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.
