> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/item/item-brand/what-is-an-item-brand.md).

# What is an Item Brand?

An Item Brand represents a distinct identity or label associated with specific items in the inventory. An Item Brand serves as more than just a label; it encapsulates the essence of a particular brand or manufacturer, providing a recognizable marker for products bearing its association. By assigning items to specific brands, businesses can streamline inventory management processes, gain insights into brand performance, and tailor their strategies to meet customer preferences effectively.

In XoroERP,  "Item Brand" allows for a more organized and efficient way to manage inventory.&#x20;

### Creating an Item Brand

Creating an item brand involves entering Brand Name, a unique Brand Code for identification purposes, and optionally, a URL linking to the Brand logo. This information forms the foundation of the Item Brand, providing a distinct identity to products associated with it.

{% hint style="info" %}
To create an item brand, go to **Admin > Item > Item Brand**
{% endhint %}

Brand Details Fields

<table><thead><tr><th width="183">Field</th><th>Description</th></tr></thead><tbody><tr><td>Brand Name</td><td>This field allows you to enter the recognizable name of the brand.</td></tr><tr><td>Brand Code</td><td>This field allows you to add a unique identifier for the brand.</td></tr><tr><td>Brand Logo Url</td><td>This field allows you to enter the web address where the brand's logo is hosted.</td></tr></tbody></table>

### Assigning an Item Brand

Once an Item Brand is created, it can be effortlessly assigned to any item within the system. This assignment not only helps in categorizing items but also in applying filters for efficient navigation and management.

### Categorization and Filtering

Utilizing the Item Brand, users can:

* **Categorize** items under specific brands, making it easier to manage and view similar items.
* **Filter** items in reports and searches based on their assigned brand, streamlining the inventory management process.

Incorporating Item Brands into your ERP system significantly enhances the ability to manage and organize items, offering a flexible and efficient approach to inventory management.


---

# 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://docs.xorosoft.com/xoroerp-1/admin/item/item-brand/what-is-an-item-brand.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.
