# Welcome to Elleria

- [Tales of Elleria](https://docs.talesofelleria.com/welcome-to-elleria/readme.md): The official documentation and whitepaper for Tales of Elleria. If any content is missing or seems outdated, do reach out in Discord for an update!
- [Lore & Narrative](https://docs.talesofelleria.com/welcome-to-elleria/lore-and-narrative.md): Dualism is the key theme behind Elleria's lore. The world's 'balance' has been upset by outside forces, and we take the viewpoint of humans as protagonist, seeking to restore peace.
- [Guides](https://docs.talesofelleria.com/welcome-to-elleria/guides.md): Welcome to Elleria!
- [General Game Guide](https://docs.talesofelleria.com/welcome-to-elleria/guides/general-game-guide.md)
- [Advanced Guide](https://docs.talesofelleria.com/welcome-to-elleria/guides/advanced-guide.md)
- [Roadmap](https://docs.talesofelleria.com/welcome-to-elleria/roadmap.md): While there are no fixed timelines to accommodate to sudden changes, our developers will provide constant updates and announcements on the progress of milestones.


---

# Agent Instructions: 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:

```
GET https://docs.talesofelleria.com/welcome-to-elleria.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
