> For the complete documentation index, see [llms.txt](https://wiki.boxingbadger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.boxingbadger.com/the-game/game-mechanics/stats.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.boxingbadger.com/the-game/game-mechanics/stats.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
