> For the complete documentation index, see [llms.txt](https://kaleideschool.gitbook.io/kaleide-school-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kaleideschool.gitbook.io/kaleide-school-docs/basic-information/fees.md).

# Fees - 2026/27

The table below describes the different payments required throughout the school year.&#x20;

Tuition fees include before and after care, swimming lessons, transport for outings and lunch.

{% tabs %}
{% tab title="Enrolment" %}
The registration fee for Preschool students is €345.&#x20;

The registration fee for Primary students is 545€.

This is not refundable. For successive years, the registration fee is 295€.
{% endtab %}

{% tab title="Supplies" %}
€235 per child and per school year in Preschool.

€335 per child and per school year in Primary.
{% endtab %}

{% tab title="Tuition" %}
{% hint style="info" %}
Tuition fees vary according to the child's age.
{% endhint %}

We offer two payment options:

* **One yearly payment:**  This option has a discount on tuition fees.&#x20;
* **10 monthly payments:** The first payment should be made before September, the remaining will be charged on the first day of each month.  Although we suggest 10 monthly payments, we are open to other arrangements with each family as long as long as there are no outstanding payments.

In addition to the advance payment discount, we offer a **sibling discount for** families who have two or more siblings enrolled at the school.

{% endtab %}
{% endtabs %}

Before care, after care and lunch are included in the fees.

For parents who need to drop their children off earlier, or pick them up later, **we offer before school care as of 8am, and after care until 4pm.**&#x20;

{% tabs %}
{% tab title="Before care" %}
From 8am to 8.45am, Monday to Friday. This is included in the standard fees.&#x20;
{% endtab %}

{% tab title="After care" %}
From 2pm to 4pm, Monday to Friday. This is included in the standard fees.
{% endtab %}

{% tab title="Lunch" %}
A catering meal based on locally sourced products, and included in the standard fee.
{% endtab %}
{% endtabs %}

You can download our fees here:

{% file src="/files/4I3qW18r4qSS6tH22lLX" %}


---

# 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://kaleideschool.gitbook.io/kaleide-school-docs/basic-information/fees.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.
