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

# CLASS EVOLUTION

Unlock the full potential of your characters in MuOnline by completing the essential class evolution quests. Advancing through these class upgrades allows you to gain powerful new abilities, increased stats, and access to exclusive gear, making your character stronger in battle. This guide provides detailed instructions for each class’s upgrade quests, led by the legendary NPCs Sebina and Marlon.

## 1. What is Class Evolution in MuOnline?

In MuOnline, every character starts at the base class, but through class evolution, they can transform into advanced versions with enhanced stats, skills, and equipment. To evolve, you must complete specific quests that challenge your strength, endurance, and knowledge of the game. These quests are designed to test your character’s abilities and prepare them for tougher enemies.

## 2. The Evolution Stages for Each Class

Each class in MuOnline can evolve through multiple stages. Below is a breakdown of their progression paths:

* <mark style="color:$warning;">Dark Knight → Blade Knight → Blade Master</mark>
* <mark style="color:$warning;">Dark Wizard → Soul Master → Grand Master</mark>
* <mark style="color:$warning;">Fairy Elf → Muse Elf → High Elf</mark>
* <mark style="color:$warning;">Magic Gladiator → Duel Master</mark>
* <mark style="color:$warning;">Dark Lord → Lord Emperor</mark>

<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://mu-lumen.gitbook.io/mu-lumen-docs/class-evolution.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.
