# Cash Drawer Records in the Admin Portal

In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Cash** > **Cash drawer.** This shows all records of cash drawer sessions. Each record shows:

* **Device** — The POS device used for the session
* **Amount start** — Cash recorded at the beginning of the session
* **Amount end** — Cash recorded at the end of the session
* **Session start** — Date and time the session began
* **Session end** — Date and time the session ended

{% hint style="warning" %}
**Amount end** and **Session end** will be empty when the session has not been closed yet.
{% endhint %}

<figure><img src="/files/UTY7KvuDPUKQCiDjETsm" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/wUcnNiLerQB4umGecN7K" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.bossithq.com/till-cash-drawer/cash-drawer-records-in-the-admin-portal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
