# Wayfinder (formerly Test Data Orchestrator -TDO)

{% 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 %}

Wayfinder (Test Data Orchestrator - TDO) automates and accelerates Data Provisioning and Test Preparation,  effectively shrinking these traditionally slow and manual activities to enable Continuous Testing.&#x20;

Wayfinder calculates exactly what you need to test, and then generates everything you need to actually test it. This involves calculating optimal test coverage, expressed as a data pattern – in a consumable matrix, and then automating the rest of the testing lifecycle based on these data patterns, including automation of data requests, data generation, calculation of expected results, matching data to tests, generating executable tests and feeding data to tests on demand. Wayfinder then ties in with orchestration tools to enable truly Continuous 8(10) Testing.&#x20;

Wayfinder puts the data in DevOps and enables Continuous Delivery by automating the slowest activities in the testing lifecycle. By shrink-wrapping test data and test preparation Agile teams can now fit robust testing in-Sprint, instead of accumulating Testing Debt – making Testing truly Continuous, and completing automation of the Delivery Pipeline.&#x20;

Wayfinder is provided as an On-Premises software subscription.

Documentation is divided into three (3) areas:

* [Technical Guides](https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/technical-guides)
* [User Documentation](https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation)
* [Release Notes](https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/release-notes)


---

# 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.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.
