# Leveling up Dragon

### Example based on dragon with 400 attack, 700 armor and 550 speed:

Important Note: You need to pay 200DLKE to unlock levels for your dragon.&#x20;

For example, if you have not unlocked any levels and your hero has 1700XP, once it has won a fight giving you 300XP, the hero XP will become 1999XP. It will be capped at 1999XP and will not move unless you have paid 200DLKE to unlock level 2.

| Level         | XP            | Attack | Armor | Speed |
| ------------- | ------------- | ------ | ----- | ----- |
| 1             | 1000-1999     | 400    | 700   | 550   |
| 2             | 2000-2999     | 410    | 710   | 560   |
| 3             | 3000-3999     | 420    | 720   | 570   |
| 4             | 4000-4999     | 430    | 730   | 580   |
| 5             | 5000-5999     | 440    | 740   | 590   |
| 6             | 6000-6999     | 450    | 750   | 600   |
| 7             | 7000-7999     | 460    | 760   | 610   |
| Max Level 101 | 101000-101999 | 1400   | 1700  | 1550  |


---

# 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://drachenkrieger.gitbook.io/dunkler-drachenkrieger/gameplay-mechanics/leveling-up-dragon.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.
