> For the complete documentation index, see [llms.txt](https://docs.warlands.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.warlands.io/whitepaper/gameplay/heroes-faction.md).

# Heroes Faction

<figure><img src="/files/xrtEtFgXVyN0EwxcwKxB" alt=""><figcaption></figcaption></figure>

### Faction: Dawnbreakers

**History:** The Dawnbreakers are ancient warriors who harness the power of sunlight to fight against darkness. They were founded during a time of great turmoil when a celestial event bathed the world in eternal light.

**Lore:** They believe in upholding honor, justice, and righteousness. Their symbol is a golden sun, and their members are skilled in fire magic and swordsmanship.

### Faction: Shadowweavers

**History**: The Shadowweavers emerged from the shadows, mastering the art of deception and manipulation. They were once a group of outcasts and rebels who united to gain power.

**Lore**: They are known for their mastery of stealth and illusion magic. Their emblem is a crescent moon, and they value cunning, strategy, and resourcefulness.

### Faction: Stormcallers

**History**: The Stormcallers are descendants of an ancient civilization that harnessed the fury of thunderstorms to forge their path. They view storms as a source of strength and renewal.

**Lore**: They command the power of lightning and wind, using it to control battles and nature itself. Their symbol is a lightning bolt, and they value bravery and resilience.

### Faction: Ironclad

**History**: The Ironclad faction is a guild of engineers, inventors, and blacksmiths who have mastered the art of technology and machinery. They arose in a time of industrial revolution.

**Lore**: They create advanced weaponry, gadgets, and constructs powered by steam and gears. Their emblem is an anvil and hammer, and they value innovation and craftsmanship.

### Faction: Starborne

**History**: The Starborne are celestial scholars who have unlocked the mysteries of the cosmos. They are seekers of knowledge and wisdom from the stars themselves.

**Lore**: They wield cosmic magic and have a deep understanding of the universe's secrets. Their symbol is a constellation, and they value enlightenment and exploration.

<br>


---

# 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.warlands.io/whitepaper/gameplay/heroes-faction.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.
