> 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/central-manager/manage-store-inventory-using-worksheets/using-worksheets.md).

# About worksheets

Worksheets are how you manage store inventory from Central Manager. You can use worksheets to add or update inventory items in stores, to set regular or sale prices on items, change ordering information, and create transfers or purchase orders.

To use worksheets, you select the stores whose inventory you want to update and then identify the inventory items you want to include in the worksheet. Central Manager generates either one worksheet for each store or one worksheet for all stores, depending on the type of worksheet. After the worksheet is generated you can add or remove items from the worksheet and change the item information as required.

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

{% hint style="success" %}
For worksheets 251, 304, 330, 340, and 351 you can also export the worksheet to a Microsoft Excel spreadsheet, edit the item information in the spreadsheet, and import the spreadsheet data back into the worksheet.
{% endhint %}

When you are satisfied with the item information in a worksheet you approve it for processing. By default, approved worksheets are processed immediately, unless you scheduled processing for a future date and time. Larger worksheets take longer to process. In some cases, the best practice is to process the worksheets while the stores are not open to business.

You can use worksheets to initiate transfers and purchase orders, but they must be released and received at the store level. In Central Manager, the processing status of these worksheets remains In Process until the stores have received the transfers or purchase orders.

After worksheets are completed you can acknowledge and file them.


---

# 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/central-manager/manage-store-inventory-using-worksheets/using-worksheets.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.
