> 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-importing-results.md).

# Import physical inventory count results

{% hint style="info" %}
You must have a physical inventory count results file in a tab delimited or comma delimited file format.
{% endhint %}

1. In the **Physical Inventory** window, double-click the physical inventory count file that you want to update with the count results.
2. Click **Import**.
3. Click **Next**.
4. On the **Select File to Import** screen, select the **File Type**:

* Tab delimited
* Comma delimited

5. Click **Browse** and select the file containing the count results.

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

6. Click **Open**.
7. Click **Next**.
8. On the **Select Import Options** screen, specify how to import items and quantities:

* **Update matching items only:** Select this option to import only the matching items in the batch. For example, if the import file has items that do not exist in the batch being counted, they will not be imported and updated. Only the matching items will be imported and updated.
* **Update matching items and add new items:** Select this option to import matching item and add new items in the batch. For example, if the import file has items that do not exist in the batch being counted, they will be imported and updated in addition to all matching items.
* **Add existing counts:** Select this option to add the item count from this import file to existing item count in the batch.
* **Replace existing count:** Select this option to replace the existing item count in the batch with the item count from this import file.

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

9. Click **Next**.
10. If any errors are reported:
    1. Click **Cancel**.
    2. Fix the errors in the import file.
    3. Restart the import.

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

11. Click **Import**. The physical inventory count file is updated with the count results.

<div align="left"><img src="/files/K6olcioyTp2FlnayLjim" 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/physical-inventory-count-importing-results.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.
