> For the complete documentation index, see [llms.txt](https://codex.r00mz.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codex.r00mz.xyz/the-chronicle-codex.md).

# The Chronicle Codex

- [Explore The Lore](https://codex.r00mz.xyz/the-chronicle-codex/explore-the-lore.md): The Codex, a sacred repository of knowledge, holds the key to understanding the rules and principles that govern this enigmatic world.
- [The Sanctum](https://codex.r00mz.xyz/the-chronicle-codex/explore-the-lore/the-sanctum.md): The Sanctum is a sacred, hidden space where Seekers of all ranks gather to share knowledge, discuss clues, and collaborate on solving the enigmatic challenges presented by The Collective.
- [The Trials](https://codex.r00mz.xyz/the-chronicle-codex/explore-the-lore/the-trials.md): In the mystical world of The Collective, Seekers must embark on a series of challenges known as Trials. These trials are designed to test their knowledge, creativity, and problem-solving abilities.
- [The Keys](https://codex.r00mz.xyz/the-chronicle-codex/explore-the-lore/the-keys.md): The Keys represent the culmination of each Seeker's journey through the three trials. As they complete the challenges and unravel the mysteries within each trial, they collect the corresponding key.
- [The Den](https://codex.r00mz.xyz/the-chronicle-codex/explore-the-lore/the-den.md): The Den serves as a virtual gathering place for the Seekers within the r00mz universe.
- [The Collective](https://codex.r00mz.xyz/the-chronicle-codex/the-collective.md): In a world where the boundaries between the organic and the artificial are becoming increasingly blurred, a mysterious organization known as The Collective has emerged.
- [The Ranks](https://codex.r00mz.xyz/the-chronicle-codex/the-collective/the-ranks.md): In the Collective, there are various ranks that serve different purposes and responsibilities. These ranks are exclusive to the collaborators of the project and are not available for Seekers.
- [The Seekers](https://codex.r00mz.xyz/the-chronicle-codex/the-seekers.md): Seekers are the r00mz holders who choose to participate in the scavenger hunt-style game that accompanies the r00mz project.
- [The Ranks](https://codex.r00mz.xyz/the-chronicle-codex/the-seekers/the-ranks.md): The ranking system for Seekers follows their progress through the three arcs, with each key acquired, resulting in a rank-up.
- [The Values](https://codex.r00mz.xyz/the-chronicle-codex/the-seekers/the-values.md): The core values of Seekers—Respect, Integrity, and Creativity—guide them on their journey within the Collective.


---

# 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://codex.r00mz.xyz/the-chronicle-codex.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.
