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

# Story

The last humans fled Earth in pursuit of a new home, Caerras. Mystical creatures called Venari wander the lands as guardians of the Kore, the ocean of life that bathes all living things.

Centuries later, humans and Venari cohabit in an ultramodern society where tech meets convention. Now, a dangerous outbreak threatens their existence, destroying the largest continent of Caerras, Tecta, and shifting Venari into corrupt monsters.

You've been chosen as a Seeker, a skilled trainer of Venari capable of channeling the Kore, to fight the outcry of the corruption and save others in need of your powers.

The most powerful political entity in the world, the Providence, is determined to use all its resources and Seekers to end this collapse. Choose one of three factions to fight the outbreak, learn your newfound Kore abilities, and cleanse Venari by Ascending to bring balance to Caerras once again.

<figure><img src="/files/QkgcXNoJ8au4iSEUt5pq" alt=""><figcaption><p><strong>Faction Leaders (from left to right), Talaw, Vestal, and Azule.</strong></p></figcaption></figure>

**Talaw** Seekers are the ultimate contenders against corrupt Venari.

**Vestal** Seekers are one with the Kore, survivors of the unknown.

**Azule** Seekers are resourceful engineers who help others in need.


---

# 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.legendsofvenari.com/game/story.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.
