> 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/catalogs-module.md).

# Catalogs

The **Catalogs** module of the Emporix Management Dashboard is designed to manage catalogs and categories structure to better organize your products.

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

* [Catalogs](/ce/management-dashboard/catalogs-module/catalogs.md) - where you can administer available catalogs
* [Categories](/ce/management-dashboard/catalogs-module/categories.md) - where you can create and assign categories for your products

{% hint style="info" %}

* Looking for business guides about the features? See [Catalogs](/ce/core-commerce/catalog.md) and [Categories](/ce/core-commerce/categories.md) documentation in the Core Commerce section.
* Looking for the API documentation? See [Catalog Service](/api-references/api-guides/catalogs-and-categories/catalog/catalog.md) and [Category Service](/api-references/api-guides/catalogs-and-categories/category-tree/category.md).
  {% 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/catalogs-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.
