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

# Mage

<img src="/files/AOjiWr6SbQ0aQCzVuQpp" alt="" data-size="line"> The Six Aspects are not just a series of traditions, or a mantra to live your life by. Those who delve deep into their history and lore uncover something ancient and primal within themselves. The Aspects are the essence of existence, and the mages have tapped into this essence, wielding it for the benefit—or detriment—of the Four Worlds. Each Aspect bends reality in their own manner, and the mages have their own style, knowing the Aspects are generous with their gifts. Mages aren’t tough like warriors or cunning like rogues, but the very shape of existence answers to their call.

The Aspect of Nature has delivered the **druids** to the world. Connected to the web of creation that binds everything, they call upon the uncorrupted world to ensnare and overwhelm those who would attempt to harm them.

The **artificers** of the Aspect of Artifice resurrect ancient technology, and create new devices, all with the intention of releasing the most destructive weapons possible. Their magic is enabled and amplified through their connection with the Aspect of Artifice—and they’re masters of what they do.

**Warlocks** make pacts with the Aspect of Chaos, siphoning mana from the unknowable so they might release it when the time is right. What emerges is a surprise to their hapless victims, and the warlocks themselves.

Standing strong against lawlessness, are the **inquisitors**, staunch supporters of the oldest codified religion in the Four Worlds. Deviation from what is locked in place by the Aspect of Order is unforgivable, and the inquisitors’ right to rule is supported by the divine energies they channel on behalf of a controlled and endless peace.

Perhaps the strangest addition to the field of battle are the **biomancers**, more used to healing than harming, they still maintain a grasp on every fragment of of the Aspect of Life, including a fearsome knowledge of anatomy. Biomancers know just where to strike.

**Necromancers** relish their entry into the arena, flaying the souls from the enemies of the Aspect of Death and using their corpses as unliving shields. For every necromancer that falls, another gains a body for their ever-growing army—albeit a little on the putrescent side.


---

# 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.pixelwar.com/pixel-heroes/classes/mage.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.
