# Covers

During the game, if an enemy finds suitable cover (close enough to yourself and the character), he will hide behind it.

* To enable this feature on the enemy, mark the <mark style="color:green;">**Use Covers**</mark> checkbox in the <mark style="color:green;">**AI Controller**</mark> script.

![](/files/EBvyDiA3PXSsR9k70b3k)

#### How to create a cover:

1. Add the <mark style="color:green;">**Cover**</mark> script to your cover game object
2. Create several empty objects and place them around the cover - opponents will be located at these points
3. Set those points in the script

![](/files/P7Wvkj38vx84sgnwXU3K)


---

# 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/adding-to-the-game/covers.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.
