# Creation

To create an enemy do the following:

1. Open the creation tool <mark style="color:orange;">**(Tools -> USK -> Create -> Enemy)**</mark>.
2. Place there your enemy model.
3. Add all animations on the Animations tab.
4. Customize the rest of the parameters if necessary (you'll find information about them below).

{% content-ref url="/pages/-LfFXKDcO-LdFylJgHDL" %}
[Attack](/enemies/ai-controller/attack.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LzriEvS7qy-m7LDNp0U" %}
[In-game Behaviour](/enemies/ai-controller/behavior.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LfFXKSqAT9fN8AtLUJd" %}
[Health](/enemies/ai-controller/health.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LfFXJqwy6bQ6WTeDJlC" %}
[Movement](/enemies/ai-controller/movement.md)
{% endcontent-ref %}


---

# 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/creation.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.
