# Stats

- [Stats](https://docs.gamecreator.one/stats/stats.md): What doesn't kill you... is because the strength stat is not high enough
- [Stats Overview](https://docs.gamecreator.one/stats/stats/stats-overview.md): Life is short... Unless you have a Phoenix Down!
- [Stat](https://docs.gamecreator.one/stats/stats/stats-overview/stat.md): Strength, Wisdom, Agility and... Luck!
- [Attributes](https://docs.gamecreator.one/stats/stats/stats-overview/attributes.md): Hit Points for everyone
- [Status Effects](https://docs.gamecreator.one/stats/stats/stats-overview/status-effects.md): BE CAREFUL WITH THAT...! ... Never mind, I'll be poisoned for the next 3 minutes...
- [Formulas](https://docs.gamecreator.one/stats/stats/stats-overview/formulas.md): \* Rolls a 1D20 \* - Hah! I get to put an arrow in your ugly face from 3 miles away!
- [Stat Modifiers](https://docs.gamecreator.one/stats/stats/stats-overview/stat-modifiers.md): Go from \* Ah! \* to \* GROAARGH!!! \*
- [Stats UI](https://docs.gamecreator.one/stats/stats/stats-ui.md): Health <3 <3 <3 <3
- [Common Use Cases](https://docs.gamecreator.one/stats/stats/common-use-cases.md): Because Cyberpunk 2077 is not the same as God of War...
- [Simple Health Bar](https://docs.gamecreator.one/stats/stats/common-use-cases/simple-health-bar.md): Health for everyone!
- [Regenerative Mana](https://docs.gamecreator.one/stats/stats/common-use-cases/regenerative-mana.md): +1 +2 +3 +4...
- [Poison Status Effect](https://docs.gamecreator.one/stats/stats/common-use-cases/poison-status-effect.md): Aaargh! Y-You... YOU POISONED ME...!
- [Levels and XP](https://docs.gamecreator.one/stats/stats/common-use-cases/levels-and-xp.md): Ta - Ta - Tarara! You just reached level 8!
- [Strength and Armor](https://docs.gamecreator.one/stats/stats/common-use-cases/strength-and-armor.md): Ave Caesar! Morituri te salutant!
- [Lockpicking](https://docs.gamecreator.one/stats/stats/common-use-cases/lockpicking.md): Hmpf... \* Click! \* ... Gotcha!


---

# 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://docs.gamecreator.one/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.
