# 5. Base Stats

![Monking example Information, Description, Properties](https://lh6.googleusercontent.com/mZldkpknjnI8546poy1JqdmLUsZRfBXvFZ6wb7szOl1liyJ84xcpalr6abDxC7KWctTpUSMY5xKtY2smnikBDs3Gu5OMvUxEiKNJCTiQJImpNir2I35p_z1pA5YZZJroLttW8kLo4IvsNVhy6A)

Each Revomon in-game would start with 6 stats.&#x20;

* HP - This determines how many hit points your Revomon has.
* ATK - Short for Attack. This contributes to Physical Skills damage.
* DEF - Short for Defence. This contributes to how much less damage you take from Physical skills.
* SPA - Short for Special Attack. This contributes to Special Skills damage.
* SPD - Short for Special Defense. This contributes to how much less damage you take from Special skills.
* SPE - Short for Speed. This determines which Revomon deals damage first.

Each specific Revomon would share the same base stats. E.G. John’s Deksiple would have the same Base HP as Chizmeister’s Deksiple. Looking at the [Revodex](https://app-v2.revomon.io/revodex), it shows that they both share 80 Base HP.


---

# 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://revomon.gitbook.io/revomon/guides/competitive-revomon-guide/5.-base-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.
