> For the complete documentation index, see [llms.txt](https://docs.theiamarkerless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theiamarkerless.com/axiom-v2025/theia3d-documentation/data-formats/theia3d-workspaces.md).

# Theia3D Workspaces

<figure><img src="https://cdn.prod.website-files.com/67008ba73b4fd0346790d085/6794027628dd9c168d2d6ed3_6794027164587020766fd42d_workspace_files.png" alt="" width="188"><figcaption><p><strong>Example files that make up a single Theia3D workspace.</strong></p></figcaption></figure>

A workspace folder contains the video and data files of a saved workspace. The video files are named according to their unique camera ID. The .t3d and .p3d files contain the analysis results. It is important that the contents of the workspace folder are not modified, including moving files in or out of the folder.

Theia3D workspaces can be used to save data at various stages of analysis, but are most useful for saving analyzed data that will be reviewed later. When a fully analyzed movement trial is saved as a Theia3D workspace, the saved data includes the 2D videos, calibration file, and all data associated with the analysis. Therefore, when a saved workspace is loaded, you can immediately review the analyzed data in the 2D and 3D viewers.

To open a Theia3D workspace while Theia3D is open, use [File > Load Workspace](/axiom-v2025/theia3d-documentation/theia3d-dropdown-menus/file-menu.md) and select the folder containing the workspace files.

Top open a Theia3D workspace while Theia3D is closed, you can double-click on the results P3D file.

{% hint style="info" %}
Workspaces saved with Theia v2023.1.0.3160p19 or older will need to be reprocessed prior to opening
{% endhint %}

{% embed url="<https://youtu.be/Mr-txCgQf4g>" %}


---

# 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://docs.theiamarkerless.com/axiom-v2025/theia3d-documentation/data-formats/theia3d-workspaces.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.
