# Stats

At the stats screen, users will be able to strengthen themselves using the stat points gained from levelling up. Each level will grant the user 10 stat points to strengthen their stats.

![](/files/-MenGCuhn7tWhZi0h9zn)

**HP: Hit Points**

Avatar’s health. Lose the battle when HP reaches 0.                       Investing 1 stat point grants 10 HP.

**ATK: Attack**

Used to calculate the damage dealt by a basic attack.                   Investing 1 stat point grants 2 ATK.

**MAGIC: Magic Attack**

Used to calculate the damage dealt by a special attack.                Investing 1 stat point grants 2 MAGIC.

**DEF: Defence**

Reduces damage taken from basic attacks.                                     Investing 1 stat point grants 2 DEF.

**MR: Magic Resist**

Reduces damage taken from special attacks.                                  Investing 1 stat point grants 2 MR.


---

# 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://run-mania.gitbook.io/run-mania/features/home/stats.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.
