> For the complete documentation index, see [llms.txt](https://whitepaper.crosstheages.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.crosstheages.com/guide/en/get-started/for-playing/enjoy-the-lore.md).

# Enjoy the Lore

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

In the heart of the Rift, in the arena of Appologium, the Arkhantes, a people gifted with magic, and the Mantri, fervent supporters of technology and implants, intend to fight to the death to determine which of the two powers is superior to the other. This is an attempt to recreate a hero's duel that occurred twenty years ago, supposedly to end the war. The question of who prevailed that day remains a mystery, but the explosion resulting from the confrontation split the continent of Artellium in two, creating the desolate Rift zone that today separates the two civilisations. In the arena, Aurelius, who managed to participate in the tournament by bribing an organiser, awaits his moment. As a Fort-Goten, born in the Rift and ignored by both powers forever, he is determined to win to get closer to the young queen of Arkhante, Solis, and prepare his revenge...

... On the scorching sands of Appologium, Mantri and Arkhante oppose each other, striving to secure a place until the final, using cunning manoeuvers and strategy. While in the arena, all blows are allowed, to enter, one must only be armed with courage. Will you find the courage to enter Appologium, to challenge opponents from all walks of life for eternal glory?

**The Heroes' legacy awaits you; once in the arena, you will have all the cards in your hands.**


---

# 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://whitepaper.crosstheages.com/guide/en/get-started/for-playing/enjoy-the-lore.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.
