> 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/reference/quick-reference.md).

# Quick reference

**Open the workspace** in a browser on the control computer. On a kiosk machine, it opens automatically.

**Top bar:** the system status word (**SETUP**, **READY**, **STANDBY**, **LIVE**, or **FAULT**), six status indicators (Sensors, Sync, Calibration, Track, Stream, and Rec), and the controls (**Start preview**, **Stop**, **Restart**, **GO LIVE**, and the **⚙** server controls).

**The three stages, in order:**

1. **Calibration** — connect the sensors, then calibrate.
2. **Live Settings** — set the zones, configure post-processing, and set the OSC output. The pipeline starts in preview mode (off-air) here.
3. **Live Monitor** — broadcasting is active, and the screen is view-only.

**Calibration wizard:** Setup, First Calibration, Refine Calibration, Select Axis, World Alignment, and Save.

**Zone colors:** cyan is the point cloud capture zone (outer); amber is the motion-capture zone, which must remain inside the cyan zone.

**Calibration lock:** the lock icon (🔒) appears once the pipeline is running. Stop the pipeline to edit the calibration again.

**Going live:** select **Start preview** (off-air), then **GO LIVE** (a preflight check, then broadcast). Allow 5–15 seconds for the system to warm up. **END LIVE** ends the show.

**Recording:** in Live Monitor, select **Recording → Record**, then **Stop**. Select **Open folder** to find the file.


---

# 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/reference/quick-reference.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.
