> For the complete documentation index, see [llms.txt](https://rng-1.gitbook.io/sekaiglory/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rng-1.gitbook.io/sekaiglory/lore.md).

# Lore

<figure><img src="/files/k4uY4gArZ0o29LkqcNwr" alt=""><figcaption></figcaption></figure>

## The Convergence of Realms

SEKAI GLORY is located at the convergence of the realms, where those who ascend to the top achieve glory and fulfill their deepest desires. In this celestial arena, selected challengers from different corners of the universe are summoned to the Glory Tournament to win for glory or die trying. The world resonates with the cheers of celestial spectators who revel in the clashes of challengers.

The challengers, carefully chosen from diverse realms, represent distinct archetypes crucial to the balance of combat. From sharpshooters and sneaky assassins to sturdy tanks and healers, each archetype brings a wide range of combat. The arena also sees magical controllers, disruptive bruisers, and agile monks, alongside righteous paladins, all engaging in battles that shape the destiny of their worlds.

As battles unfold, alliances form, and rivalries spark, creating stories that reach beyond individual worlds. The outcome of the Glory Tournament decides the challengers’ fate.


---

# 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://rng-1.gitbook.io/sekaiglory/lore.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.
