# Health

In this tab, customize various health-related parameters.

![](/files/PLP2OhL5PToGCbsXbaew)

### Damage Multipliers

These parameters indicate how much the damage received from the player will be multiplied. For different avatars, they are slightly different.

#### <mark style="color:orange;">Humanoid</mark>

Body colliders are automatically generated when you create an enemy.&#x20;

These colliders and multipliers will be used to get damage from characters. Also, colliders will be used like a ragdoll after the enemy's death\*.

{% hint style="info" %}
\*set a death animation to not activate the ragdoll
{% endhint %}

#### <mark style="color:orange;">Generic Avatars</mark>

Since colliders саn't be created automatically for non-humanoid characters, you should add them manually.&#x20;

Create a few colliders on different parts of the body, place them in the script, and set <mark style="color:green;">**Damage Multipliers**</mark>.

![](/files/-MJ3EY3xS5do_9Pz5AEs)


---

# 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.gercstudio.com/enemies/ai-controller/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.
