> For the complete documentation index, see [llms.txt](https://docs.sahllak.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sahllak.co/items-module/adding-items.md).

# Adding Items

ERP's are optimized for itemized management of your sales and purchase. If you are in services, you can create an Item for each service that you offer. Completing the Item Master is very essential.

To add items head to Item Master list from:

```
Home > Master Shortcuts > Item
```

## How to create an Item.

* Go to the Item list, click on "+ Add Item" on the top right corner, and then click on edit full form.
* Enter an Item Code, the name will be auto-filled the same as Item Code on clicking inside the Item Name field.
* Select an Item Group (This acts as Item Category).
* Enter the opening stock units and standard selling rate.
* Save.

<figure><img src="/files/bngUBJ54IAiF2Man4NhD" alt=""><figcaption><p>Adding an  item.</p></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:

```
GET https://docs.sahllak.co/items-module/adding-items.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
