# Overview

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

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

You get broad coverage without brittle tests or constant maintenance.

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