> For the complete documentation index, see [llms.txt](https://ragnamaple.gitbook.io/ragnamaple/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ragnamaple.gitbook.io/ragnamaple/master.md).

# Lore

![](/files/-MlCK6u4YyHEPa0qCZn0)

There have been 2000 years since the long ceasefire between humans and monsters.

It was a horrible conflict, with destruction and starvation sweeping the continents and annihilating everything in its path.

However, the prolonged calm did not teach both people and monsters a valuable lesson, as it eventually caused them to forget the hardships and scars of the conflict. Without remembering the mistakes of the past, ill thinking, corruption, and hatred spread across the nation.

Finally, the harmony has been broken, and violence has resumed its rampage over the continents. A weird cry erupted from the borders that separated people and monsters. The normally gentle monsters grew violent and attacked unsuspecting villagers, while human beings began to ruthlessly assault innocent monsters.

Volcanoes erupted violently and earthquakes ripped entire continents away. Massive blizzards wreaked havoc on villages and ecosystems, causing the extinction of certain species.

As the delicate peace began to unravel, several daring adventurers decided to embark on a quest to seek the assistance of the Great Mother Tree, which is the final hope for preserving the continents' peace.


---

# 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://ragnamaple.gitbook.io/ragnamaple/master.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.
