# Create a Product

A **product** is the top-level container for everything Duku tracks for an application.

It holds your targets, explorations, intent tests, and results. In most teams, one product maps to one app or site.

{% stepper %}
{% step %}

#### Open Products

Sign in to `https://dashboard.duku.ai`, then open **Products**.
{% endstep %}

{% step %}

#### Create the product

Click **Create Product**.
{% endstep %}

{% step %}

#### Fill in the fields

* **Name:** A clear label like `Marketing Site` or `Web App`
* **Description:** Optional context for your team
* **Base URL:** The general root URL for the product
  {% endstep %}

{% step %}

#### Save it

Click **Create**. Then add a target for the deployment you want to test.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Create separate products for separate applications. Explorations start from the target URL, not the product base URL.
{% 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/create-a-product.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.
