# Overview

First of all, create an enemy using creation tools.

{% content-ref url="/pages/-LfFT66O7VL1LXO\_ggj\_" %}
[Creation](/enemies/creation.md)
{% endcontent-ref %}

Then you need to set the attack parameters.

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

Also, you may need to customize other things.

{% content-ref url="/pages/-LfFXJqwy6bQ6WTeDJlC" %}
[Movement](/enemies/ai-controller/movement.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 %}

Next, prepare your scene and add enemies to it.

{% content-ref url="/pages/-LzqmNXQZBNmxB5RRHgA" %}
[Adding to the Game](/enemies/adding-to-the-game.md)
{% endcontent-ref %}

If you want to add covers and grass to your scene, you can find information in the appropriate section.

{% content-ref url="/pages/-LzsfIgMdgsC3U6TiJY3" %}
[Covers](/enemies/adding-to-the-game/covers.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M0hLyZs4vLra08y\_rDk" %}
[Stealth Zone (Grass)](/enemies/adding-to-the-game/stealth-grass.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/overview.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.
