# Player Health

So you made a dangerous world filled with creatures and a threat around every corner. How will you enforce it? That's very easy; **health**. You can easily give a specific amount of health to all the players roaming your world.

Go to **Room -> Settings -> Health** then enter the amount you like the players in your world to have. You can give them **10 HP** if you want them weak, or you can make them omnipotent by giving them **999999999999999 HP!**

<figure><img src="/files/Etv8PRu4s1tPSUQMJkF6" alt=""><figcaption><p>Giving 250HP to players</p></figcaption></figure>

Health can also be applied to [objects or NPCs](/buenoverse/interactions/abilities/health.md) in your world for interactive battles.

**Learn more about health and player interactions from our video tutorial below:**

{% embed url="<https://www.youtube.com/watch?v=-Jgq6mRnSrI>" %}


---

# 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.bueno.art/buenoverse/player-management/player-health.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.
