> For the complete documentation index, see [llms.txt](https://docs.gercstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gercstudio.com/enemies/adding-to-the-game/stealth-grass.md).

# Stealth Zone (Grass)

During the game, a character can hide from enemies in <mark style="color:green;">**stealth zones**</mark>. When the character enters a stealth area, he becomes invisible to opponents at a distance. If an enemy comes too close to him, then he will be detected.

![](/files/-M0qtSZVyl88IPYR13Ja)

#### Creation

1. Create a new <mark style="color:green;">**Stealth Zone**</mark> by pressing <mark style="color:orange;">**(Game Object -> USK -> Common Components -> Stealth Zone)**</mark>
2. Adjust its position and size
3. Optionally add a grass visualization (or something else)

{% hint style="info" %}
For low grass, set the <mark style="color:green;">**"Hide Only in Crouch State"**</mark> parameter so that the character is hidden only in the crouch state

<img src="/files/OvA6hlilWMezOoQ4IsIP" alt="" data-size="original">
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/stealth-grass.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.
