> For the complete documentation index, see [llms.txt](https://world.coolcatsnft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://world.coolcatsnft.com/society-and-structure/education.md).

# Education

![](/files/hBJSMZZuqs6FM6K0Ui3o)

Education in Cooltopia, and in particular the schools/colleges, is not compulsory. Children are usually introduced to education at an early age by their parents. Education is not only reading and math, however, it spans across a wide variety of subjects from tinkering with machines to investigating the long lost Age of Magic.

From a young age, Cooltopians learn the CATABET, it's useful for reading all sorts of messages in Cooltopia.

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

### LOCATION-BASED EDUCATION

Most locations teach reading, writing and mathematics. There are also very specific subjects taught in certain locations. If looking to expand knowledge, it can be worth visiting these locations and spending a few days there.\
\
For example, Diamond City has a wealth of knowledge in its Royal Library. Learn almost anything from how to correctly plant seeds to the secrets of long lost magic, although this last subject is incredibly difficult to master. The more dangerous books in the Royal Library are locked away and stored for historical reasons.

### WHO CAN GO TO SCHOOL?

All children are welcome to attend school, but the vast majority choose not to and instead follow their parents' steps. Children usually take up education in one of the Orders of Cooltopia such as the Order of Farmers. These schools are run by local volunteers who want to inspire children to excel in particular trades or skills.

There are also schools based in the wilderness that help children learn survival skills and how to defend themselves against nasty creatures! If you want to be an Adventurer, then maybe Hero School is for you!

### ROYAL COLLEGE

For children who are particularly gifted, they may end up attending the Royal College in Diamond City. This is an advanced school designed to help children reach their maximum potential. Children have to engage in a series of activities, both mental and physical, to be invited to the college.


---

# 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://world.coolcatsnft.com/society-and-structure/education.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.
