# Skill System

Each hero class in Seraph features a unique set of skills, organized into three distinct skill trees. Players earn skill points as they level up, which can be used to unlock and upgrade skills, allowing for a highly personalized and flexible skill system.

All skills have a maximum level cap, though there are methods to exceed this limit. Players can assign unlocked skills to hotkeys via the skill panel for quick access during combat.

In all skill trees, progression is linear: players must acquire prerequisite skills before unlocking subsequent skills connected by one-way arrows.

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


---

# Agent Instructions: 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:

```
GET https://whitepaper.seraph.game/gameplay/skill-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
