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

# Storyline

As the Sentinels and the Elders fought tirelessly to reclaim their land and drive back the Mires, they began to realize that their resources were running low. The fertile fields that once supplied them with ample crops were now barren, and the mines that provided them with valuable minerals were dwindling.

Desperate for a solution, the Elders set out on a quest to find new land and resources. They scoured ancient maps and searched through forgotten ruins, hoping to find a way to sustain their species.

It was during this time that they stumbled upon a series of ancient Artifacts, the same Artifacts that helped release the Elders.  However, these were hidden away in the depths of the earth. These specific Artifacts held the key to unlocking new lands, full of resources that the Elves could use to rebuild their civilization.

But the journey to these new lands was treacherous, filled with danger and the unknown. The Elders knew that they were venturing into the realm of the Mires, and that they would have to be on high alert at all times.

As they journeyed through the darkness, the Elders encountered strange and ominous creatures, twisted and corrupted by the power of the Mires. They fought bravely against these monsters, using their skills and their magic to protect themselves and their people.

Despite the dangers, the Elders persisted, driven by their desire to save their land and their people. And in the end, they emerged victorious, discovering new lands that were rich in resources and ripe for exploration.

The Elders returned home triumphant, hailed as heroes by their people. And with the help of the Sentinels, they are now able to rebuild their civilization, stronger and more resilient than ever before.


---

# 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://ethernal-elves.gitbook.io/ethernal-elves/settlement/storyline.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.
