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

# Demi Heroes

### 1. What are Demi Heroes?

![](https://lh4.googleusercontent.com/0OuI5sIJq7Ws5Z9SoIuzYnf2wO95Uieo2PRh2EjrFRo-ewEVmVo0GWR4hi4MV1lcClJbH4jflbPiUQ9XF8zci5fX6NZGYC4G5fC6A_LVU2jjokRsAH466ODWk7eRzTrJjiVevURl)

**Demi Heroes’ Lore:** <https://www.youtube.com/watch?v=8VEh22MV8is&t=15s>&#x20;

Once upon a time, the land of Miesen consisted of the legend of a gate that connected parallel worlds. Initially, people on the other side of the gate came for the purpose of trading and making connections. As a result, Miesen became one of the busiest cities in the universe of Faraland.

However, not all realities were marvelous. Chaos ensued, a war among realities opened the portal of the multiverse, transforming Miesen from a beautiful land into eternal ice. The consequences of that war still remain.

Even though the war had ended, there were people who were trapped and could not return to their world from the other side of the gate. The citizens of Miesen called them “Demi”. The legend also says that, due to a different biological mechanism, Demi can only maintain their existence for a certain period of time in Faraland. They need to use a primordial energy source to keep them alive.

That energy is called “Soul Stone”.


---

# 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://guide-faraland.gitbook.io/guide/features/demi-heroes.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.
