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

# Brands

You can define brands for your products to categorize them by their producer.

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

By default, you can see the list of brands, along with their logos. They can be filtered by name, and displayed in ascending or descending order. You can manage the brands table by using the options available under the orchestration icon.

<div align="left"><img src="/files/FLMAtAm2uV1Mzjj8oVzX" alt=""></div>

To add or remove columns from the list, use the available toggle buttons.

## Creating a new brand

1. To add a new brand to your database, go to **Products** -> **Brands** and choose **Add brand**.
2. Provide the brand name and description and choose **Save** to persist it in the system.
3. In the **Media** tab, add a brand logo image. Choose an image from your local machine, or use a drag and drop option. Then, upload the image.

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

Now, when you add or edit a product, the new brand appears in the brand selector.

{% hint style="info" %}

* Looking for business guides? Check out the [Brands](/ce/core-commerce/product-user-guide/brands.md) guide.
* Looking for code tutorials and API reference? Check out the [Brands API](/api-references/api-guides/products-labels-and-brands/brand-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, and the optional `goal` query parameter:

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