> 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-category/creating-item-category.md).

# Creating Item Category

Creating an item category involves entering essential details regarding the category, including the Item Category Name, Item Category Code, Re-Stocking Fee, and Special Notes. Assigning a category to the item helps in organizing items, makes it easier to search for them, and allows for easier management of inventory.&#x20;

{% hint style="info" %}
To create an item category, go to Menu > Admin > Item > Item Category
{% endhint %}

Users can create and edit these categories from the Item Category module. By adding items to specific categories, businesses can ensure that products are easily identifiable and can be managed more effectively.

#### Item Category Fields

<table><thead><tr><th width="264">Field</th><th>Description</th></tr></thead><tbody><tr><td>Item Category Name</td><td>Enter the name of the category in this field. This will be used to identify and differentiate it from other categories. It should be descriptive enough to convey the type of items it includes.</td></tr><tr><td>Item Category Code</td><td>Enter a unique code for the category for easy reference and identification within the ERP system.</td></tr><tr><td>Re-Stocking Fee</td><td>This field allows you to enter a fee applied when items in this category are returned. The re-stocking fee will be added as a percentage of the item price. It helps cover the costs associated with processing returns. By specifying this fee at the category level, it ensures consistency and automates the process whenever a return occurs.</td></tr><tr><td>Special Notes</td><td>Any additional information relevant to the item category can be included here. This might include handling instructions, storage requirements, or other specific details that apply to all items within the category.</td></tr></tbody></table>

After entering the details, click "Save" to create the item category.&#x20;

<figure><img src="https://3188343778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fkf8DNCjEfcSm64PCPcmf%2Fuploads%2FzjAqWknYH9jYLTG3Jts3%2Fimage.png?alt=media&amp;token=90792a87-135f-407a-bd94-f7af0add1d61" alt=""><figcaption></figcaption></figure>

Once an item category is created, it can be assigned to individual items in the item details. This association helps in managing items more efficiently, allowing for category-specific rules (like re-stocking fees) to be applied automatically.

<figure><img src="https://3188343778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fkf8DNCjEfcSm64PCPcmf%2Fuploads%2FnzRvU2West9Un3svgGr8%2Fimage.png?alt=media&amp;token=966e4b1e-01d9-4495-9b00-b9be01101dae" alt=""><figcaption></figcaption></figure>


---

# 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-category/creating-item-category.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.
