> For the complete documentation index, see [llms.txt](https://docs.duku.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duku.ai/welcome-to-dukuai/overview.md).

# Overview

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

**Autonomous testing that evolves with your codebase. No flaky tests, no maintenance burden.**

Duku explores your site, maps reachable flows, and replays critical journeys on every deploy.

{% hint style="success" %}
Start with one public URL. Duku handles discovery, graph building, and replay.
{% endhint %}

### Why teams choose Duku

* **No scripts to maintain:** Duku discovers flows automatically.
* **Real browser coverage:** It validates full journeys, not isolated functions.
* **CI-ready by default:** Run explorations and intent tests on every PR.
* **Finds blind spots:** It uncovers paths you probably did not test manually.

### How Duku works

{% stepper %}
{% step %}

#### Create a product

Point Duku at your site with a base URL.
{% endstep %}

{% step %}

#### Explore the application

Duku clicks links, submits forms, and records each reachable state.
{% endstep %}

{% step %}

#### Review the graph

Inspect pages, transitions, screenshots, and captured errors.
{% endstep %}

{% step %}

#### Replay critical flows

Run intent tests for journeys like login, signup, and checkout.
{% endstep %}
{% endstepper %}

### Read next

* [Getting Started](/getting-started/create-a-product.md)
* [Core Concepts](/core-concepts/products-and-targets.md)
* [Viewport Dashboard](/viewport-dashboard/overview.md)
* [Integrations](/integrations/api-keys.md)
* [Roles & Permissions](/roles-and-permissions/overview.md)


---

# 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.duku.ai/welcome-to-dukuai/overview.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.
