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

# Finance Setup

{% content-ref url="/pages/-MC53dxQoZXx3Ygjyvhv" %}
[Payment Settings](/product-guide-k12/admin-home/planning-module/finance-setup/payment-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M3uhIDgFGtoQZM-YI8N" %}
[Finance Settings](/product-guide-k12/admin-home/planning-module/finance-setup/finance-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MBIwI58AgPKskRyHucx" %}
[Account Codes Setup](/product-guide-uni/admin-home/finance/finance-setup/account-codes.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5eCwW7q1u7NF8f1KSi" %}
[Tuition Plans](/product-guide-uni/admin-home/finance/finance-setup/tuition-plans.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M3uhViWNHynsiUPC97b" %}
[Discounts](/product-guide-k12/admin-home/planning-module/finance-setup/discount-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M3uhZ5aISz26bOlaC08" %}
[Additional Charges](/product-guide-k12/admin-home/planning-module/finance-setup/additional-charges-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M3uhdwZgo3uxYmBzdOF" %}
[Payment mode](/product-guide-k12/admin-home/planning-module/finance-setup/payment-scheme-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M3uhhm54h7Vw8hqPKln" %}
[School Supplies](/product-guide-k12/admin-home/planning-module/finance-setup/school-supplies-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M3uhlOtz7SzP6RyJWyU" %}
[Other Fees](/product-guide-k12/admin-home/planning-module/finance-setup/other-fees-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M3uhnp6QZqeEC6xlSJ5" %}
[Receipt Number Format](/product-guide-k12/admin-home/planning-module/finance-setup/receipt-number-format-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MT8j\_6QQD8uxS0V\_\_qW" %}
[Cashier Settings](/product-guide-k12/admin-home/planning-module/finance-setup/cashier-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M3uhs9r38CUGbyx6tQt" %}
[Payment Instructions](/product-guide-k12/admin-home/planning-module/finance-setup/assessment-form-notes-setup.md)
{% endcontent-ref %}

## Sort and Search Feature

Certain modules include a search and sort feature.

To search, click the M**agnifying Glass** icon in the upper-right corner of the page, enter a keyword, and press Enter. The relevant search results will then be displayed.

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

To sort, click the **Arrow Down A-Z** icon in the upper-right corner of the page and select a sorting option:

* **Description:** Sorts alphabetically by description
* **Label**: Sorts alphabetically by label
* **Name:** Sorts alphabetically by name
* **Price:** Sorts items based on their monetary value or cost.
* **Rank:** Sorts items based on their level or hierarchy&#x20;

The sorted results will be displayed accordingly.

<figure><img src="/files/x2R1tOvT3ygjUGw92TjL" 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.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.
