> 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/physical-inventory-count-copying-or-merging.md).

# Copy or merge physical inventory count files

You can create copies of physical inventory count files and merge the results together to create a master inventory count file. For example, you might do this if you have created a zone map of the store for the physical inventory count and you have the same item, such as Coca-Cola, displayed in multiple zones. You might count 40 items in Zone 1, 10 items in Zone 3, and 20 items in Zone 5. When you merge the results Store Manager will recognize that these are the same products and that the correct count is 70.

## Copy physical inventory count files

Repeat this procedure as required to create enough copies for your team members to complete the physical inventory count.

{% hint style="info" %}
You must generate at least one physical inventory count file (and save it with a unique reference number) before you can copy it.
{% endhint %}

1. In the **Physical Inventory** window, select the physical inventory file you want to copy.
2. Click **Copy**.
3. Click **Yes** to copy the selected file.
4. In the **Ref. Number** field, enter a unique reference number, for example YE 2021 Zone 1.
5. In the **Description** field, enter a description as required.
6. Click **Save**.

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

## Merge physical inventory count files

1. In the **Physical Inventory** window, press and hold the **Ctrl** key and select the physical inventory files you want to merge.
2. Click **Merge**.

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

3. Click **Yes** to merge the files into a single file.

{% hint style="warning" %}
The original physical inventory files that you selected are deleted after the merged file is created. This process cannot be undone.
{% endhint %}


---

# 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/physical-inventory-count-copying-or-merging.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.
