> For the complete documentation index, see [llms.txt](https://sageverse.gitbook.io/SageVerse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sageverse.gitbook.io/SageVerse/sageverse-tm-gameplay/story-thus-far....md).

# Story Thus Far...

## A Sign of Tribulations to Come...

On the continent of StarFall, where martial arts are considered the most respected profession, might is virtue, and weakness is sin. Despite this being the case, the martial arts civilization of the StarFall continent has fallen far from its renaissance 3.6 billion years ago. According to ancient legend, a great cataclysm visited the continent and sundered the Heavenly Tao, rendering it incomplete. Since then, the martial arts civilization has clawed its way back to its current period, where one out of every ten million people is born with spiritual roots and the ability to cultivate "Qi." However, suddenly one evening, a world-shaking supernatural phenomenon occurred and the entire Continent of StarFall was blanketed in darkness for nine days. Since then, the Qi flow of StarFall has increasingly grown in density, ancient cultivation legacies have begun to surface, and signs of unrest seem to be developing behind the veil of peace and cooperation. The Great Ancestor of the Nine Divine Extremes Sect sacrificed one thousand years of his lifespan and the regression of a small realm in his cultivation in order to perceive the faintest, almost negligible glimpse of the continent's future, before coughing a mouthful blood and directly fainting. Upon his awakening, he directly made two decrees, the second of which was a summit of the Five Great Sects. The first, however, was to deploy the "Nine Divine Extremes Pavilions" and begin to gather and train the world's geniuses for the upcoming tribulation...


---

# 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://sageverse.gitbook.io/SageVerse/sageverse-tm-gameplay/story-thus-far....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.
