> 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-admissions/administrator/finance/fee-setup.md).

# Fee Setup

This feature allows you to set up and manage fees for applicants during the admissions process. Schools can define application fees, examination fees, reservation fees, and other charges as needed.

## Access and Navigation

Access **Fee Setup** by clicking **"Fee Setup"** on the sidebar.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc8NzirrsZKR9nwGxqGHp6B7LWtyGYnUQwZ1bc7iX78yqvQoxqCwZCff0HRRlrGP7kdRLunhQ9WX12BOfleK4BLRrR4u7m6cnAhGXJ3A2lPQHbsX5eIDQxat051O61SQItST_7suA?key=e9HV-hWXrdyB9scqKt9R9-0v" alt=""><figcaption></figcaption></figure>

{% 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 New Fee

* Click **New Fee**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXciSSA0-osL35rJqr_0iHXumX1FLlD3yGvRI4HbW9k3VvV7hLU3nIXq54_Owe6LnCtZzlwsauEcO0mWQDyEbG5q0Bzepa_yo9NnGHj8JKCb6F2qlTSbWsT6HbfaAHlAjaYuytK3HQ?key=e9HV-hWXrdyB9scqKt9R9-0v" alt=""><figcaption></figcaption></figure>

* Fill in all required fields, such as fee name, amount, and applicable details

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe3Li5hTEVdEkDaFpjQiAc1mctVOKjDILPgLlEetkt6Bg4icTczIUYMAb-Ki16uvw4gHS63QzOxN8dCb98QAFSK-B0layqClo6y_PWikjs1jvK0LRbQs9F5O6a4opQzHbz6FzoXjQ?key=e9HV-hWXrdyB9scqKt9R9-0v" alt=""><figcaption></figcaption></figure>

* Click **Add Fee** to save

## Edit a Fee

* To modify an existing fee, click the **Pencil** icon on the far-right side of the table

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeQAN6UCXtaL68QeKqG6fnpx3jq6tqgFxQxkYrAhfCY3YZsH4BN_VGdBvoXLfkquO1ZnA8xZOJkb7gtIT4F2YjX7aMiXLD4fJLF3kqWPGaeAomAF8Wkm1nUsjLcCH9iXDTE0IpsgA?key=e9HV-hWXrdyB9scqKt9R9-0v" alt=""><figcaption></figcaption></figure>

* Update the necessary details and save your changes

## Delete a Fee

* To remove a fee setup, click the **Trash Bin** icon on the far-right side of the table

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeI16P9WrGbRpDVvHC8koSDVIo-3GoPlqHShnQybusQ68QSjs8zf8fA4HumphAoR_1chi9oE9dx27sr5eBxsSTHyDCR74OplqrEs3T0UfKDrFKhYUAIi-lK4E-S_I8fBllK2dg0Uw?key=e9HV-hWXrdyB9scqKt9R9-0v" alt=""><figcaption></figcaption></figure>

* Confirm your action to proceed


---

# 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-admissions/administrator/finance/fee-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.
