# Spawn Zones

Spawn zones are needed to spawn characters and enemies and they are used in single-player and multiplayer. During the game, a character/enemy will appear at a random\* point in the specified zone.

{% hint style="info" %}
\*make an area very small if you need a precise spawn point
{% endhint %}

Spawn characters in single-player:

{% content-ref url="/pages/-Lr1FjH86t9KZtMZHyoT" %}
[Single-player Game Creation](/single-player/creation.md)
{% endcontent-ref %}

Spawn characters in multiplayer:

{% content-ref url="/pages/-LfFXlQ6vEFwDlvaOJZl" %}
[Rooms](/multiplayer/rooms.md)
{% endcontent-ref %}

Spawn AI opponents in both modes:

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

To create a <mark style="color:green;">**Spawn Zone**</mark> press <mark style="color:orange;">**(Game Object -> USK -> Spawn Zone)**</mark>.&#x20;

You can freely rotate, move and resize the area to customize it (the arrow shows in which direction players/opponents will appear).

![](/files/kWsNOTOoZnx5RoR8c2Vq)


---

# 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/other-components/spawn-zones.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.
