> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/merchandising/setting-up-automatic-item-lookup-codes.md).

# Generate automatic item lookup codes

You can simplify the process of adding items to the store database, and create consistency between items, by automatically generating item lookup codes for new items.

1. Click **Setup**.
2. Expand **Merchandising**.
3. Click **Item Settings**.
4. Select **Use Automatic Item Lookup Codes**.
5. In **Lookup code format**, enter any characters you want to include in the lookup code and use the pound/hash symbol (#) to define the length of number portion of the lookup code.

{% hint style="info" %}
Make sure the length of the number portion of the lookup code includes room for inventory growth. For example, if you use ###, the lookup code will support a numbering sequence from 001 to 999, but it will not support a numbering sequence of 1000 and higher.
{% endhint %}

6. In **Next Number**, enter the starting number for the number sequence. For example, if you enter 100, the numbering sequence will start at 100.
7. If desired, use **Increment Next Number By** to control how the number sequence increments. For example, if the number sequence starts at 100 and you enter 5 as the increment number, the numbering sequence will be 100, 105, 110, 115, etc. The maximum increment value is 10.
8. Click **Save And Close**.


---

# 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.rmhpos.com/store-manager/configure-pos-and-store-manager/merchandising/setting-up-automatic-item-lookup-codes.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.
