# Creating new product

Ergonode features three types of products to accommodate the needs of both e-commerce business owners and their customers.

<figure><img src="/files/fTnQgUjEEio62PqO8GLr" alt=""><figcaption></figcaption></figure>

Click on the ***+ New Product*** button.

<figure><img src="/files/VTswhUKItkvzuI0UI08H" alt=""><figcaption></figcaption></figure>

Choose the product type you wish to create.&#x20;

{% hint style="info" %}
Depending on the product type you select, click on the corresponding link below to see the rest of the process.
{% endhint %}

* [Simple product](/products/catalog/creating-new-product/simple-products.md)
* [Grouping product](/products/catalog/creating-new-product/grouping-product.md)
* [Product with variants](/products/catalog/creating-new-product/product-with-variants.md)


---

# 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://usermanual.ergonode.com/products/catalog/creating-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.
