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

# Labels

You can use labels to mark details related to a product, for example when you want to highlight that a product has a worldwide shipment possibility.

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

By default, you can see the list of labels, along with their images. They can be filtered by name, and displayed in ascending or descending order. You can manage the labels 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 label

1. To add a new label to your database, go to **Products** -> **Labels** and choose **Add label**.
2. Provide the information about the new label:

* Name
* Description
* Location of the label - you can choose if and how the label icon is displayed on a product image:
  * don't show as overlay
  * top left corner
  * top right corner
  * bottom left corner
  * bottom right corner

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

3. Save the label.
4. To add a label icon, go to the **Media** tab. Choose an image from your local machine, or use a drag and drop option. Then, upload the image.

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

Your label is ready to use and you can add it to a product of your choice. Go to **Products**, open a specific product for edition, and in the **General** tab, select the created label.


---

# 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/labels.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.
