> 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/theia3d-batch/batch-processing-outputs.md).

# Batch Processing Outputs

After running a batch analysis, the output files that were selected in the batch interface [Settings](/axiom-v2025/theia3d-documentation/theia3d-batch/settings.md#settings) will be available. All output data formats are saved in separate folders alongside the batch directory folder containing the raw input data. The possible output data folders are as follows, but may not all be present if they were not selected for output:

* \[data folder name]\_c3d
* \[data folder name]\_fbx
* \[data folder name]\_json
* \[data folder name]\_video
* \[data folder name]\_workspace

<figure><picture><source srcset="/files/3mRtt1pXBvKKektA8mtM" media="(prefers-color-scheme: dark)"><img src="/files/G6irHf0htaTmsFVS5Je9" alt=""></picture><figcaption></figcaption></figure>

Each of these output folders contains the data type indicated by their folder name, and will be structured identically to the raw data folder structure including any subject, action, trial, or other folders. All data types except for Theia workspaces are subject to the [Use Hierarchical Names](/axiom-v2025/theia3d-documentation/theia3d-batch/settings.md#use-hierarchical-names) option, so if this option is selected, all resulting file names will reflect this selection.

For more information about the contents of each data type, please see the relevant section linked below:

{% content-ref url="/pages/AGO2E0S70sjSDFflWFae" %}
[C3D Files](/axiom-v2025/theia3d-documentation/data-formats/c3d-files.md)
{% endcontent-ref %}

{% content-ref url="/pages/lihgPDZuYl2yw140BtK8" %}
[FBX Files](/axiom-v2025/theia3d-documentation/data-formats/fbx-files.md)
{% endcontent-ref %}

{% content-ref url="/pages/zNKj5sBAni3jTyq9Kbgz" %}
[JSON Files](/axiom-v2025/theia3d-documentation/data-formats/json-files.md)
{% endcontent-ref %}

{% content-ref url="/pages/kbNjwoq7VAYRfUB8LEWL" %}
[Theia3D Workspaces](/axiom-v2025/theia3d-documentation/data-formats/theia3d-workspaces.md)
{% endcontent-ref %}

{% content-ref url="/pages/QiHYMgL4uWaQfLaa4Bi4" %}
[Video Overlays](/axiom-v2025/theia3d-documentation/data-formats/video-overlays.md)
{% endcontent-ref %}


---

# 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/theia3d-batch/batch-processing-outputs.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.
