> For the complete documentation index, see [llms.txt](https://docs.ecoempires.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecoempires.com/introduction/storyline.md).

# Storyline

<figure><img src="/files/0UxWaQTSBrEN0ShIWelt" alt=""><figcaption><p>The world of Eco Empires and some of its Heroes</p></figcaption></figure>

\
In a world where climate change and resource scarcity have reshaped civilization, the remnants of once-great societies have given way to small, resilient communities. Among them, three tribes—the Frozen Vanguard, the Stormbringers, and the Waterborne—emerge as contenders for supremacy. Despite their differences, their collective ambition is to secure dominance and restore order in this tumultuous world.

As the leader of your chosen tribe, your tribe looks to you for guidance and protection in this dynamic and challenging landscape. In this thrilling and immersive RTS game, your objective is clear: lead your village to glory by deftly managing resources and overseeing its expansion.

With every decision you make, you shape the destiny of your tribe. Build, expand, and fortify your village while navigating the intricacies of diplomacy and warfare. As your village flourishes, so does the intensity of the competition. Your ultimate goal is to establish the most prosperous and formidable village, surpassing all rivals and asserting your tribe's dominance over the land.

But the path to victory is fraught with challenges. Rival leaders will stop at nothing to thwart your ambitions and claim dominance for themselves. Engage in strategic battles, forge alliances, and outmaneuver your adversaries to emerge triumphant.

Through the course of your journey, uncover the mysteries behind Earth's decline and the secrets of its past. Discover the value of unity and cooperation as you strive to build a brighter future for your tribe and all who inhabit this world.


---

# 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://docs.ecoempires.com/introduction/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.
