# Run Your First Exploration

Once your product exists and a target is available, you can start an exploration to discover reachable pages and user flows.

{% stepper %}
{% step %}

#### Open the target

Navigate to your product's **Targets** page.
{% endstep %}

{% step %}

#### Select or create a target

Choose the target you want to test. If none exists yet, add one first.
{% endstep %}

{% step %}

#### Choose run count

Select how many runs to execute.
{% endstep %}

{% step %}

#### Start exploration

Click **Start Exploration**.
{% endstep %}

{% step %}

#### Watch progress

Open the run detail view to follow progress in real time.
{% endstep %}
{% endstepper %}

### What Duku captures

During exploration, Duku:

1. Visits your target URL
2. Finds interactive elements like links, buttons, forms, and menus
3. Executes actions in a real browser
4. Records screenshots and page state at each transition
5. Captures errors, network failures, and broken elements
6. Builds a graph of discovered states and transitions

{% hint style="info" %}
Start with a small number of runs. Increase it when you want broader graph coverage.
{% endhint %}


---

# 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/getting-started/run-your-first-exploration.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.
