> For the complete documentation index, see [llms.txt](https://docs.simplio3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplio3d.com/learning-the-app/products/new-product.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simplio3d.com/learning-the-app/products/new-product.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
