> 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/getting-started/review-results.md).

# Review Results

Once an exploration completes, open the product's **Exploration** tab and scroll to the runs table.

Open a run there to inspect what Duku found.

### What to review

#### State graph

The graph shows every discovered page and how states connect. Nodes are states. Edges are actions like clicks, form submissions, and navigations.

#### Run replay

Each run includes a live recording of the full browser session.

Use it to watch every step Duku took, see where a flow changed, and confirm what happened before an error appeared.

#### Errors

Review:

* Runtime errors
* Network request failures
* Broken interactive elements
* Console errors and warnings

Each error includes the page where it occurred and a screenshot from that state.

#### Screenshots

Every state transition includes a full-page screenshot. Use them to verify what Duku actually saw.

{% hint style="info" %}
One exploration gives you a useful snapshot. Multiple explorations improve graph coverage over time.
{% endhint %}

### Continue with

* [Goals & Intent Tests](/core-concepts/goals-and-intent-tests.md)
* [GitHub Action](/integrations/github-actions/ci-integration-with-github-actions.md)
* [API Keys](/integrations/api-keys.md)
