> 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/troubleshooting/error-messages/load-workspace-errors/incompatible-workspace.md).

# Incompatible workspace

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

### **Explanation**

This error message arises when attempting to load a Theia workspace which was saved using Theia3D v2023 or earlier, which are not directly supported. These workspaces cannot be loaded due to incompatibilities in the models from early versions of Theia3D relative to newer versions.

### **Possible Solutions**

To obtain Theia workspaces that are compatible with current Theia3D releases, the raw data (videos and camera system calibration) must be reprocessed using the current Theia3D or Theia3D Batch release. This data can be handled in the same manner as any new data.

{% hint style="info" %}
If the original raw data used to produce the old workspaces is no longer available, it can be extracted from the old workspaces using the [Convert Workspaces](/axiom-v2025/theia3d-documentation/theia3d-batch/file-menu.md#convert-workspaces) tool within Theia3D Batch.
{% endhint %}


---

# 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/troubleshooting/error-messages/load-workspace-errors/incompatible-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.
