# Warrior XP

We are bringing an XP system for warriors. Warriors are given XP for:

* Enter a tournament
* Winning a tournament
* Fighting in a brawl
* Winning a brawl

A warrior that wins its brawl receives XP for both fighting and winning, whereas the losing warrior only receives XP for fighting.

Warrior levels will be used in the future as an eligibility criteria for certain events. No rewards are given out at this time for reaching certain levels. If future rewards are implemented, then they will apply retroactively for warriors who have reached that level. For example, if there is a reward for reaching Level 5 in the future, then all warriors who have previously reached Level 5 will also receive that reward.

<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://taunt-battleworld.gitbook.io/battleworld/battleworld-alpha-launch/warrior-xp.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.
