> For the complete documentation index, see [llms.txt](https://wizverse-1.gitbook.io/wizverse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wizverse-1.gitbook.io/wizverse/overview/wizards.md).

# Wizards

* **Lior** – A fearless battle mage who jumps into action! His magic is powerful, and he never backs down. He fights with skill and makes every battle exciting!

<div><figure><img src="/files/STuUeGQdZBm1xK9p1Yrm" alt=""><figcaption></figcaption></figure> <figure><img src="/files/BxLajgdT8uzsK6dHCn7k" alt=""><figcaption></figcaption></figure> <figure><img src="/files/rWtFdp24n7sifYDiRn7C" alt=""><figcaption></figcaption></figure></div>

* **Nia** – A brave fire mage who lights up every battle! Her magic burns enemies and fills her team with energy. She fights with passion and never gives up!

<div><figure><img src="/files/CJ6eXXt90iGKz4TKZ5Fi" alt=""><figcaption></figcaption></figure> <figure><img src="/files/JXGFATHqgGamNhKT80vr" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xmQCHbvxXzGhgptSPwXy" alt=""><figcaption></figcaption></figure></div>

* **Fae** – A mysterious sorceress who moves like a shadow. Her dark magic confuses enemies and keeps them guessing. She is quiet, fast, and always in control.

<div><figure><img src="/files/IB5oKnU2MqBCJETGePbn" alt=""><figcaption></figcaption></figure> <figure><img src="/files/KyGisxjDPhtROe0ELPsU" alt=""><figcaption></figcaption></figure> <figure><img src="/files/GwcaVvs7ObMpNI4bH30T" alt=""><figcaption></figcaption></figure></div>

* **Fynn** – A smart and quick-thinking wizard. He uses magic to outplay his enemies and help his team. His spells are fast, strong, and always hit the right target!

<div><figure><img src="/files/R2kLF6GN3s8KlxbDwAox" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ATNgw5n27UHTNQZikAct" alt=""><figcaption></figcaption></figure> <figure><img src="/files/i86VDVBG7l6nwRKIRRv4" alt=""><figcaption></figcaption></figure></div>


---

# 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://wizverse-1.gitbook.io/wizverse/overview/wizards.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.
