> 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/readme-1/customize-the-pos-screen/items-enabling-line-item-details.md).

# Enable line item details in transaction lists

Stores have the option to enable line item details in transaction lists. The line item details offer more information about an item, such as the quantity available in the store, the current price, whether the item is on sale, and the bin location.

If line item details are not enabled, you can only see a summary line for each item in the transaction list:

<div align="left"><img src="/files/9Sq1exOPgOeath60E46B" alt=""></div>

If line item details are enabled, however, an arrow displays on the summary line. Click this arrow to display the item details line below the summary line:

<div align="left"><img src="/files/3J9p5OEWFJczhUi6v8Zv" alt=""></div>

Enabling line item details is a two-step process:

1. Enable line item details in the POS profile.
2. Assign the POS Profile to the register(s).

## **Enable line item details in the POS profile**

1. In Store Manager, click **Setup**.
2. Expand **Hardware**.
3. Click **POS Profiles**.
4. Do one of the following:

* Double-click an existing POS profile to open and edit it.
* Click **New** and create a new POS profile.

5. Select **Enable line item detail row**.
6. Click **Save And Close**.

## **Assign the POS profile to the register(s)**

1. In Store Manager, click **Setup**.
2. Expand **Hardware**.
3. Click **Register List**.
4. Do one of the following:

* Double-click an existing register to open and edit it.
* Click **New** and create a new register.

5. On the **General** tab, from **POS Profile**, select the POS profile with line item details enabled.

<div align="left"><img src="/files/74VkNjrBoDm2jtAwe69B" alt=""></div>

6. Click **Save And Close**. Line item details are now enabled for the register(s) using the POS profile.


---

# 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/readme-1/customize-the-pos-screen/items-enabling-line-item-details.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.
