> For the complete documentation index, see [llms.txt](https://docs.klaykingdoms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klaykingdoms.com/en/intro.md).

# intro

- [Klay Kingdoms](https://docs.klaykingdoms.com/en/intro/readme.md): Official whitepaper, updated 2nd Feb. 2023
- [How it works](https://docs.klaykingdoms.com/en/intro/overview.md)
- [KING & CRYSTAL Tokens](https://docs.klaykingdoms.com/en/intro/overview/king-token.md)
- [Decentralized Exchange (DEX)](https://docs.klaykingdoms.com/en/intro/overview/dex.md)
- [The Lore of Klay Kingdoms](https://docs.klaykingdoms.com/en/intro/lore.md)
- [Creation Myth](https://docs.klaykingdoms.com/en/intro/lore/creationmyth.md)
- [The War of the Gods, Harmageddon](https://docs.klaykingdoms.com/en/intro/lore/harmageddon.md)
- [The Founding of the Klay Kingdoms](https://docs.klaykingdoms.com/en/intro/lore/founding.md)
- [The Tyranny of King Chaturanga](https://docs.klaykingdoms.com/en/intro/lore/chaturanga.md)
- [Elam, the Great Sage](https://docs.klaykingdoms.com/en/intro/lore/elam.md)
- [Aswan, the Mogul](https://docs.klaykingdoms.com/en/intro/lore/aswan.md)
- [Luxor, the Dimensional Gate](https://docs.klaykingdoms.com/en/intro/lore/luxor.md)
- [The Birth of a King from the Common People](https://docs.klaykingdoms.com/en/intro/lore/thebirth.md)
- [Tragedy and New Opportunities](https://docs.klaykingdoms.com/en/intro/lore/ch9.md)
- [Maps](https://docs.klaykingdoms.com/en/intro/maps.md)
- [World Map](https://docs.klaykingdoms.com/en/intro/maps/world-map.md)
- [Klay Castle](https://docs.klaykingdoms.com/en/intro/maps/klay-castle.md)
- [Roadmap](https://docs.klaykingdoms.com/en/intro/roadmap.md)
- [Step 1. Community ✔️](https://docs.klaykingdoms.com/en/intro/roadmap/phase-0.5.md)
- [Step 2. KINGs NFT ✔️](https://docs.klaykingdoms.com/en/intro/roadmap/phase-1.md)
- [Step 3. Klay Kingdoms lore reveal ✔️](https://docs.klaykingdoms.com/en/intro/roadmap/phase-2.md)
- [Step 4. Game interface and world map ✔️](https://docs.klaykingdoms.com/en/intro/roadmap/phase-3.md)
- [Step 5. Character Renewal and Map Update ✔️](https://docs.klaykingdoms.com/en/intro/roadmap/22.08.md)
- [Step 6. DEX, KING and CRYSTAL Tokens ️✔️](https://docs.klaykingdoms.com/en/intro/roadmap/phase-5.md)
- [Step 7. Dungeons and Items ✔️](https://docs.klaykingdoms.com/en/intro/roadmap/phase-6.md)
- [Step 8. Hero and Item Development ✔️](https://docs.klaykingdoms.com/en/intro/roadmap/step-8.-hero-and-item-development.md)
- [Step 9. Pets, Friends, Party, and Blood Alliance](https://docs.klaykingdoms.com/en/intro/roadmap/step-9.-pets-friends-party-and-blood-alliance.md)
- [Partnerships](https://docs.klaykingdoms.com/en/intro/partnerships.md)
- [Security](https://docs.klaykingdoms.com/en/intro/security.md)


---

# 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://docs.klaykingdoms.com/en/intro.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.
