# Products

The **Products** module of the Emporix Management Dashboard is designed to help you manage products available in your store. Using the module, you can not only create products, but also work on the product templates, labels, product brands and suppliers.

The **Products** module consists of the following sections:

* [Products](/ce/management-dashboard/products-module/products.md) - where you can manage the product details
* [Product Templates](/ce/management-dashboard/products-module/product-templates.md) - where you can manage templates for creating new products
* [Labels](/ce/management-dashboard/products-module/labels.md) - where you can manage labels associated with products
* [Suppliers](/ce/management-dashboard/products-module/suppliers.md) - where you can manage products suppliers
* [Brands](/ce/management-dashboard/products-module/brands.md) - where you can manage products brands
* [AI for a Product Description](/ce/management-dashboard/products-module/ai.md) - where you can use AI to generate product descriptions

{% hint style="info" %}

* Looking for business guides about the features? See [Products](/ce/core-commerce/product-user-guide.md) documentation in the Core Commerce section.
* Looking for the API documentation? See [Products](/api-references/api-guides/products-labels-and-brands/product-service.md), [Category](/api-references/api-guides/catalogs-and-categories/category-tree.md), [Brand](/api-references/api-guides/products-labels-and-brands/brand-service.md), and [AI](/api-references/api-guides/artificial-intelligence/ai-service.md).
  {% 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://developer.emporix.io/ce/management-dashboard/products-module.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.
