# Stats

<table><thead><tr><th width="174">Stat</th><th>Description</th></tr></thead><tbody><tr><td>HP </td><td>These are your hitpoints. This determines how much damage you can take before getting knocked out.</td></tr><tr><td>Stamina</td><td>Stamina is how much energy you have. As you take action your stamina lowers, however it does regenerate fairly quickly. Having stamina makes the game more strategic as you will need to think a bit more about when you should execute punch. </td></tr><tr><td>Dodge</td><td>Every character has a small chance to dodge.</td></tr><tr><td>Resistances</td><td>Everyone starts with 0% resistance to physical and elemental damage, however this number can be modified by <a href="/pages/hoam95DiUkmd839WoaIc">Passive Abilities</a> and your body type.</td></tr><tr><td>Speed</td><td>Speed is determined initially by your body type, but can also be altered by <a href="/pages/hoam95DiUkmd839WoaIc">Passive Abilities</a></td></tr></tbody></table>


---

# 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.boxingbadger.com/the-game/game-mechanics/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.
