> 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-inventory/perform-a-physical-inventory-count/managing-the-physical-inventory-count.md).

# Manage the physical inventory count

Once you have generated a list for the physical inventory count, you need to manage the count itself. Follow the general best practices for inventory counts. For example:

* Schedule the count to take place while the store is closed.
* Hire a third party vendor to perform the count for you, if necessary.
* Create a zone map of the store that identifies which sections of the store need to be counted.

There are also some practical things you can do to make the physical inventory count run smoothly:

* **Use hand-held devices like scanners to count items.** With these devices, your team members can scan or input ILC codes on labels and then enter the physical item count. This information can then be exported to a tab delimited or comma delimited file that can be easily imported into Store Manager.
* **If you must use paper and pencil to count items, print copies of the Physical Inventory Report to aid with the count.** You can use the Reference No. of the physical inventory list to generate the report. Edit the report layout so it only includes relevant information like bin location, department, category, item lookup code, or item description. Do not include expected quantity.

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

* **Create copies of the physical inventory list for specific team members or store zones and merge the results.** This is helpful if you have the same item displayed in different sections of the store. For example, you might have a large display of Coca Cola products at the entrance to the store, but the same products may also be displayed in coolers, in aisles, or in the POS lanes. In Store Manager you can create copies of the physical inventory list and then merge the results for the final calculation. Each copy of the physical inventory list will have a unique number. Assign each number to a different team member for the inventory count.

<div align="left"><img src="/files/PByLg5QsG4QxyuVoCKsG" 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-inventory/perform-a-physical-inventory-count/managing-the-physical-inventory-count.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.
