> For the complete documentation index, see [llms.txt](https://guides.epicmu.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.epicmu.net/epicmu-information/characters/summoner.md).

# Summoner

## 💬History:

{% hint style="info" %} <sup>The</sup> <sup></sup><sup>**Summoner**</sup> <sup></sup><sup>hails from the mystical land of</sup> <sup></sup><sup>**Elbeland**</sup><sup>, born into an</sup> <sup></sup><sup>**ancient and noble bloodline**</sup> <sup></sup><sup>known for its deep connection with magic. Gifted with a</sup> <sup></sup><sup>**natural talent for the arcane**</sup><sup>, she possesses the rare and mysterious ability to</sup> <sup></sup><sup>**summon creatures from another dimension**</sup> <sup></sup><sup>to aid her in battle.</sup>

<sup>Unlike traditional spellcasters, the Summoner specializes in</sup> <sup></sup><sup>**close-range magical combat**</sup><sup>, using curses and elemental spells to</sup> <sup></sup><sup>**weaken, silence, and neutralize her enemies**</sup><sup>. Her unique combat style focuses on control and precision rather than brute force.</sup>

<sup>The Summoner is a</sup> <sup></sup><sup>**solitary class**</sup><sup>, meaning her skills and spells are</sup> <sup></sup><sup>**exclusive to her**</sup><sup>—she cannot share buffs with other characters, nor can she receive them in return. However, this self-reliant nature makes her a powerful and independent force, capable of handling challenges on her own.</sup>

<sup>With a blend of</sup> <sup></sup><sup>**dark sorcery**</sup> <sup></sup><sup>and</sup> <sup></sup><sup>**dimensional power**</sup><sup>, the Summoner stands as one of the most enigmatic and deadly characters in</sup> <sup></sup><sup>*MU Online*</sup><sup>.</sup>
{% endhint %}

### Evolutions:

{% hint style="info" %}

* <sup>**1ST - SUMMONER**</sup>
* <sup>**2ND - BLOODY SUMMONER**</sup>
* <sup>**3RD - DIMENSION MASTER**</sup>
* <sup>**4TH - DIMENSION SUMMONER**</sup>
* <sup>**5TH - ENOLESS SUMMONER**</sup>
  {% endhint %}

### Party Bonus:

{% hint style="info" %}

* <sup>**DARK LORD - SUMMONER - MAGIC GLADIATOR**</sup>
* <sup>**DARK KNIGHT - SUMMONER - SLAYER**</sup>
* <sup>**RAGE FIGHTER - DARK LORD - SUMMONER**</sup>
  {% endhint %}


---

# 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://guides.epicmu.net/epicmu-information/characters/summoner.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.
