# Zones

Zones allow you to set specific options for circular or polygon areas, such as ping on entry, ban on kill, etc. Typical application areas are base alarms and safe zones, but they are not limited to just those.

{% hint style="info" %}
Zones **only** work if there is an event in the log file inside the area the Zone covers.
{% endhint %}

## Creating Zones

To create a Zone, you first need to open the page for Zone Creation. You can choose between inputting the coordinates or doing it via an interactive web map.

<figure><img src="/files/ZddmMv626gWS7r1NWhtJ" alt=""><figcaption><p>Creating a Zone with input</p></figcaption></figure>

<figure><img src="/files/3POogB8F59nptEfQvs9G" alt=""><figcaption><p>Creating a Zone with a web map</p></figcaption></figure>

After you open the page for Zone creation, you can configure the zone to your needs. All the labels within the form have tooltips you can read to get info on what those settings do.


---

# 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.killfeed.xyz/configuration/bot-settings/gameserver-settings/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.
