> 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-en/installation-and-setup/playback-scene.md).

# Playback Scene

Starting from MOVIN Studio v2.1.0, you can play back, export, or stream previously recorded clips to other platforms even without connecting a MOVIN TRACIN device after logging in. If you would like to access clips without connecting the device, please refer to [MOVIN Studio Installation](/movin-tracin-en/installation-and-setup/movin-studio-installation.md) and update to MOVIN Studio v2.1.0 or later.

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

In the Playback Scene, you can play back previously recorded clips, export them, or stream them to other platforms.

* For more details, please refer to the [Play, Export and Live-stream Mocap Clip](/movin-tracin-en/movin-studio-usage-guide/play-export-and-live-stream-mocap-clip.md).
* If you would like to start motion capture, click the "Go Mocap" button at the bottom center.

Now that the software is installed and you’re logged in, it’s time to connect your hardware.\
Don’t worry—it’s simple. Let’s get started!


---

# 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-en/installation-and-setup/playback-scene.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.
