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

# Mission

## Mission of the KAZO Expeditionary Group:

At KAZO, we embrace the call of adventure and the relentless pursuit of knowledge. Our mission is to explore the enigmatic island of Iora, unravel its mysteries, and recover its precious relics. Through our unwavering dedication, we strive to unlock the secrets that lie dormant within Iora's hallowed grounds.

### Weekly Missions:&#x20;

KAZO will embark on weekly missions, venturing into uncharted territories, and delving deep into the heart of Iora. **Each mission presents an opportunity to uncover relics of immense value** and significance, bringing us closer to the truths concealed within the island's ancient embrace.

### Relic Acquisition:&#x20;

Our relentless exploration yields a plethora of relics, each holding fragments of the island's history and knowledge. These relics serve as the keys that unlock the doorways to Iora's deepest secrets. Through careful analysis and diligent study, we decipher their hidden wisdom, piecing together the puzzle of Iora's past.

### Rewarding Excellence:&#x20;

The Cartographer, entrusted with the crucial task of verifying the importance of the relics, stands as our guide and arbiter of knowledge. Weekly, they bestow rewards upon those who demonstrate exceptional insight and astuteness in understanding the relics' true worth. These rewards not only honor our achievements but also serve as tokens of our progress and motivation to forge ahead.

### Unlocking New Lands:&#x20;

As our collection of relics expands, so does our understanding of Iora's intricate tapestry. With every significant discovery, we move closer to unlocking new lands that remain shrouded in mystery and forbidden to all but the most intrepid explorers. These uncharted realms hold the promise of untold wonders and hidden knowledge, awaiting our relentless pursuit.


---

# 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.kazo.app/kazo/mission.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.
