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

# Creating Item UOMs

Item UOM is essential for streamlined inventory management, precise transaction processing, and insightful reporting. Creating Item UOM involves entering the essential UOM details, such as UOM name, type, measurement type, etc.&#x20;

{% hint style="info" %}
To create an Item UOM, go to *Menu > Admin > Item > Item UOM*
{% endhint %}

#### UOM Details Fields

<table><thead><tr><th width="197">Field</th><th>Description</th></tr></thead><tbody><tr><td>UOM Name</td><td>Enter the unique identifier for the unit of measurement. It should be descriptive and easily recognizable to users. For example, "Each", "Kilogram", etc.</td></tr><tr><td>Type</td><td>Specify the category to which the unit of measurement belongs (Count, Size, Weight, Volume, Time, or Energy).</td></tr><tr><td>Measurement Type</td><td>Specify the specific unit or metric used within the defined Type of UOM (Metric or Imperial).</td></tr><tr><td>Description</td><td>This field allows you to enter a brief explanation of the unit of measurement and its application.</td></tr><tr><td>Code</td><td>This field allows you to assign a short, unique code used for reference and identification of the unit of measurement, such as "Kg" for "Kilogram".</td></tr></tbody></table>

After filling in the necessary details, click "Save" to create the item UOM.&#x20;

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

Accurately establishing UOMs in your system ensures effective management and operation within various fields, from inventory to production management.

### Assigning Item UOM

Once the UOM is created, you can assign the UOM to the item by following the steps below:

* Open the item details and go to the UOM tab.
* Select the SKU UOM from the available options. This denotes the item unit used when selling and purchasing the item.

  <figure><img src="/files/mU2hB81RVrSXDAAEOJMD" alt=""><figcaption></figcaption></figure>
* In the "Weights & Dims" tab, you can select the Size UOM and the weight UOM.

  <figure><img src="/files/sNXqVYrSzWtCax6HD7AJ" 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-uom/creating-item-uoms.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.
