> 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/readme-1/open-and-close-batches/entering-opening-amounts.md).

# Enter opening cash amounts

Enter the opening cash amount in the cash drawer for each POS lane at the beginning of the day or at the beginning of your shift.

{% hint style="info" %}
You must have the **Allowed to enter Opening Amounts** permission to enter opening cash amounts in POS.
{% endhint %}

1. Count all cash in the cash drawer:
   1. Write down how much cash you have in the various denominations.
   2. Calculate the total amount of cash in the cash drawer.
2. If necessary, restock the cash drawer with coins or smaller bills, e.g., $5, $10.
3. In POS, tap **Operations** | **Batch** | **Enter Opening Amounts**.

{% hint style="info" %}
If opening cash amounts have already been entered, you will be prompted to keep or overwrite the existing opening cash amounts. To enter new opening cash amounts, tap **Yes**.
{% endhint %}

4. Tap in the **Cash** field.
5. Do one of the following:

* Enter the total cash amount; or
* Tap **Calculator** and enter the total amount for each denomination.

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

6. Tap **OK**. The POS lane is now ready to open and perform transactions.


---

# 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/readme-1/open-and-close-batches/entering-opening-amounts.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.
