# Connecting to TDX

## Orson Test Data Orchestrator

### Test Data Extractor (TDX) User Guide

### Starting 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/VGHZVjPvxwkgtLYZFKbQ" alt=""><figcaption><p>Windows Menu Options</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/CVTYvYeTncSpEnZ5lEeq" alt=""><figcaption><p>TDX startup commands</p></figcaption></figure>

This will open the TDX application.

&#x20;

<figure><img src="/files/lbId3jQlfllV59DpGUaB" alt=""><figcaption><p>TDX screen</p></figcaption></figure>


---

# 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/user-documentation/user-guide-for-tdx/connecting-to-tdx.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.
