> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/ce/management-dashboard/products-module/product-templates.md).

# Product Templates

You can create custom product templates to prepare a specific data structure for your product details. A product template can be used for multiple products when you want to have the same attributes for every product.

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

You can see product template list view with filtering my name, modification and creation date.

## Creating a new template

1. To add a new template to your database, go to **Products** -> **Product templates** and choose **Add new template**.
2. Provide the name of your new template.
3. In the **Add new attribute** window, add product attributes to the template by using the available configuration options. Using the attributes configuration you can define if it's a variant attribute, if it's mandatory and what is the attribute's type. The possible attribute types are:
   * Text
   * Number
   * Yes/No
   * Date/Time

You can also use a predefined values functionality to enter the values that can be used for a product.

<figure><img src="/files/4AUIfX1cazF9ybjCLtKA" alt="" width="441"><figcaption></figcaption></figure>

4. Choose **Save** to create the template.

{% hint style="info" %}

* Looking for business guides? Check out the [Products](/ce/core-commerce/product-user-guide.md) guide.
* Looking for code tutorials and API reference? Check out the [Product Templates API](/api-references/api-guides/products-labels-and-brands/product-service.md) documentation.
  {% endhint %}


---

# 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:

```
GET https://developer.emporix.io/ce/management-dashboard/products-module/product-templates.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.
