# New Product

In the **Product** listing page we have the blue "Add Product" button in the top right corner from where users can add new products.

<figure><img src="/files/PcPmXbKTrzeeZZMS86uP" alt=""><figcaption><p>Product listing</p></figcaption></figure>

Once clicking "Add Product", the user will be prompted to enter a name and select the type of product they want to create. By default, the "**Configurator**" mode is selected, but the user can also select the "Viewer" mode, which is covered in detail in the [Product Viewer](/learning-the-app/products/product-viewer.md) chapter.

<figure><img src="/files/r65HXH6vLb4yhTdRrEzF" alt=""><figcaption><p>Add new product</p></figcaption></figure>

Once clicking 'Save' it will create the new product and return back to the **Products** listing page.


---

# 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.simplio3d.com/learning-the-app/products/new-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.
