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

# Tribes

## The Tribe of Water&#x20;

The pirates of Waterborne, also known as the Water tribe descended from the dark world of Zandallr, hardened sailors from the harshest elements and the squalls at sea they are the most feared of the Earth tribe. Legend has it that Ivar the original Water caster formed the Water realm by flooding lands owned by the earth tribe when he descended from Zandallr. The pirates of the waterborn rely on their advanced technology that strikes fear in the hearts of those that come in their way.

## The Tribe of Fire&#x20;

Flames burn deep and bright with the flame-wielders of pyroh also known as the fire tribe. The great leader; Tallor, abandoned by the earth tribe during an exploration mission to the lands of Water, learnt spells of fire to stay alive in the harsh desert conditions. Their skins burnt, ravaged and marked by the betrayal of the earth tribe. They are trained spellcasters and assassins that are able to incant giant towers of flames engulfing their enemies in seconds without their enemies even knowing.

## The Tribe of Earth&#x20;

The Warriors of Earth also known as the earth tribe, explorers and feared conquerors of lands. Led by the great leader Salzarta they explore, plunder and pillage to expand their tribe’s dominance. The most barbaric of the tribes focus on pure brute strength, striking fear with the sound of their armies marching from miles away like the roaring thunder, taking in mercenaries as slaves to build their earth army and slaying everyone else in their way.


---

# 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://know.atrollcity.com/the-lore/tribes.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.
