> 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/additional-charges-setup.md).

# Additional Charges

This feature enables you to set up additional charges implemented by the school, such as penalties and other miscellaneous fees.

## Access and Navigation

To access this module, go to **Planning** > **Finance Setup** > **Additional Charges**

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

If you cannot view the link from the list, check the privilege assigned to your user 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 %}

## Create an Additional Charge

* Click **+ New**
* Fill out the necessary details:

  * **Label** - what to call the Additional Charge
  * **Ranking (lowest will be applied first):** Determines the order in which an Additional Charge should be applied, particularly when multiple Additional Charges are in effect. The charge with the lowest rank will be applied first. Refer to the sample scenario below for clarification.

  <figure><img src="/files/4W19a4y07BBwb1uI7RBw" alt=""><figcaption></figcaption></figure>

  * **Amount** - either a fixed amount or percentage (% sign should be appended)
  * **Applies to** - where the charge should apply (Total, Tuition, Miscellaneous, or Laboratory)
* Click **Add additional charge** once completed

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

## Edit an Additional Charge

Click the **Pencil** button on the additional charge you wish to edit. Modify the contents as needed. Click **Save changes** once done.

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

## Delete an Additional Charge

Click the **Trash bin** icon on the additional charge you wish to delete. In the confirmation pop-up, click **Yes, Delete** if decided otherwise click **No** to go back.

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