# Health

You can add health to the objects so that they can be destroyed when hit. It is very easy to set; Go to **Object Menu -> Interactions -> Abilities -> Health**

<figure><img src="/files/x4aFGPH0gKQZzZRPsxWs" alt=""><figcaption><p>Object Menu -> Interactions -> Abilities -> Health</p></figcaption></figure>

From the Health menu you can enter a value to set the **HP** for the object.

<figure><img src="/files/kUZnFtj8zxUnx24uE7qA" alt=""><figcaption><p>Health menu</p></figcaption></figure>

If you click on **Advanced** you can set the where the HP bar stands on the object by dragging or clicking on the **HP bar vertical offset** slider.

<figure><img src="/files/Ga8FpLBIPOH6iRA5SVY8" alt=""><figcaption><p>Setting the HP bar vertical offset</p></figcaption></figure>

By combining different abilities and options like [**Damage**](/buenoverse/interactions/abilities/damage.md), **Health** and [**Paths**](/buenoverse/fundamentals/paths.md) you can create enemies in your world.

To learn more about health and damage abilities, check out the 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/interactions/abilities/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.
