# Setup

Zombie apocalypse games are basically player-versus-zombie (PvE), with limited respawn, a lot of customisation options for both zombies and players. This mode is only designed exclusively for fighting with [zombies](https://minecraft.wiki/w/Zombie) with different attributes, abilities (skills), equipment and many more.

For setting up this game head to [Game setup](/ragemode-docs/guides/game-setup.md#step-1-create-game) page and use `apocalypse` game type.

{% hint style="warning" %}
Both zombie type can spawn anywhere inside the selected game area, make sure that smaller areas like houses, dense forest with bushes, are "walk-able" so that zombies can find their way to the players.
{% endhint %}


---

# 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://mdswork.gitbook.io/ragemode-docs/zombie-game-guide/setup.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.
