> 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/manage-items/use-the-advanced-item-wizard-to-update-items/advanced-item-wizard-editable-fields.md).

# Update item information

You can edit item information if the column background is white. If the column background is gray, the item information is read only. There are a variety of ways to edit item information:

* Manually enter new values for each item. This is reasonable if there are only a few items in the item list, but for longer lists entering values manually can be time-consuming and prone to error.
* Manually enter a new value for one item and click **Copy to All** to copy the value to all other items in the list.

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

* Click in a cell in a pricing column, such as New Price, click **Formula**, and define a formula for calculating the new value. Select **Rounding** options, if applicable. Select **Apply formula to all rows in this column** to use the same formula for all other items in the list.

{% hint style="info" %}
If you are using a formula to update item prices, you can apply rounding rules to perform realistic rounding for item prices. Refer to [**Price rounding rules**](/store-manager/configure-pos-and-store-manager/inventory-and-purchasing/setting-up-rounding-rules.md) for more information.
{% endhint %}

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

* Click **Export to Excel** and update item information in the editable columns in the spreadsheet. Click **Import** to import the data from the spreadsheet back into the **Advanced Item Wizard**.

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


---

# 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/manage-items/use-the-advanced-item-wizard-to-update-items/advanced-item-wizard-editable-fields.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.
