# TDX Installation Guide

{% hint style="info" %}
Test Data Orchestrator (TDO) has been re-branded to Wayfinder as of Q1 2026.  These documents are currently being re-written to reflect that change.  Test Data Orchestrator / TDO / Wayfinder all refer to the same product throughout these documents.
{% endhint %}

### Test Data Extractor (TDX) Installation Guide

&#x20;

### Download the Software

TDX is downloaded from <https://storage.googleapis.com/data_extractor/orson-data-extractor.jar> .

&#x20;

TDX should be run on a Windows-based server.  We do not recommend trying to run it from a Linux/Unix based server.

&#x20;

### Create the Directory(s)

Create a directory under ‘Program Files’ for the software.  We recommend ‘Data Extractor’ or ‘TDX’ as the directory name.

&#x20;

Create a sub-directory under this labelled ‘Profiles’.  This is the directory that you will store saved profiles in.

&#x20;

Place the downloaded file in this directory.      &#x20;

&#x20;

### Start TDX

To start TDX, open a terminal window from the windows start menu.

&#x20;

Right-click the windows icon in your taskbar and select ‘Terminal’.

&#x20;

<figure><img src="/files/siQURdBl1F6XPOooC6Aq" alt=""><figcaption><p>Windows Terminal selection</p></figcaption></figure>

&#x20;

In the terminal window, change the directory to your Data Extractor directory.

&#x20;

Then enter the command :

&#x20;

java -jar orson-data-extractor.jar -gui  \<Enter>

&#x20;

<figure><img src="/files/6guGliPqyt7iiCKYCslV" alt=""><figcaption><p>TDX start command</p></figcaption></figure>

This will open the TDX application.

&#x20;

<figure><img src="/files/uYpTTuEFkvYiXFSqdw14" alt=""><figcaption><p>TDX Application</p></figcaption></figure>

&#x20;

Refer to the TDX User Guide for instructions on using this application.


---

# Agent Instructions: 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:

```
GET https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/technical-guides/tdx-installation-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
