> For the complete documentation index, see [llms.txt](https://info.edusuite.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.edusuite.asia/product-guide-k12/admin-home/planning-module/finance-setup/cashier-settings.md).

# Cashier Settings

This feature enables you to designate a specific user to take on the role of a cashier.

## Access and Navigation

To access this module, go to **Planning** > **Finance Setup** > **Cashier Settings**

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

If you cannot view the link from the list, check the privilege assigned to your account or role.

{% hint style="danger" %}
Contact your school’s system administrator to request view or edit access if you cannot access the rights management screen
{% endhint %}

## Add a Cashier

* Click the **+** **New** button

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

* Fill out the required information
  * **Cashier Name** - Select a name from the dropdown. Only users with the 'Cashier' role will appear in the list.
  * **Identifier** - Use this field to input the cashier's code or specific assignment details you can place the cashier code or assignment
* Click **Add cashier entry** once done

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

## Edit a Cashier

Click the **Pencil** button next to the cashier's name. You can only modify the identifier content as needed. Click **Update** once complete.

<figure><img src="/files/9npyalhNP8ieUiezC3Xb" alt=""><figcaption></figcaption></figure>

## Delete a Cashier

Click the **Trash bin** icon next to the cashier, and then a pop-up window will show up to confirm your intended action. Once decided, select **Yes, Delete** otherwise click on **No.**

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


---

# 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://info.edusuite.asia/product-guide-k12/admin-home/planning-module/finance-setup/cashier-settings.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.
