# Skills

## Overview

The Skill system is an MMO-type progression system. It provides players with a way to level up and gain rewards through various activities that fit into categories such as Combat, Farming, Mining, and more.

## Rewards

Upon leveling up, players are rewarded with keys to crates, money, and stats such as crit damage, crit chance, defense, and more. Additionally, leveling up unlocks various abilities such as double and triple drops and less durability damage. All of these rewards can be viewed in the /skills command.

## Leveling Up

Each level earned in a skill increases certain stats and the chance of abilities to trigger by a few percent. The max level for each skill is 50.

<br>


---

# 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://wiki.warpedrealm.com/general-server-mechanics/skills.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.
