> For the complete documentation index, see [llms.txt](https://mbground.gitbook.io/game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mbground.gitbook.io/game/races/elementals-coming-soon.md).

# 🔥🌊💨🌍 Elementals (coming soon)

Elementals are enigmatic beings closely connected to the fundamental forces of nature. This mystical race comprises Earth Elementals, Water Elementals, Fire Elementals, and Air Elementals. They embody the raw power and essence of their respective elements, making them formidable and awe-inspiring entities in the game world.

Characteristics:

1. Elemental Mastery: Each type of Elemental possesses a deep connection to its associated element, allowing them to harness its power and manipulate it at will.
2. Elemental Affinities: Earth Elementals control the solid ground, Water Elementals manipulate water and ice, Fire Elementals command flames, and Air Elementals influence the winds and air currents.
3. Environmental Adaptation: Elementals can adapt to and thrive in their chosen environments, making them exceptionally skilled at traversing and mastering their natural domains.
4. Elemental Unity: Elementals are bound by their elemental brethren, often working together to maintain the balance of nature and protect their realms.
5. Mystical Guardians: Elementals are often seen as protectors of the natural world, safeguarding the delicate balance between the elements.

Elementals are a powerful and mystical race that embodies the very essence of the natural world. They wield the forces of nature with grace and might, making them both revered allies and formidable adversaries in your game.


---

# 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://mbground.gitbook.io/game/races/elementals-coming-soon.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.
