> For the complete documentation index, see [llms.txt](https://docs.killfeed.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.killfeed.xyz/configuration/bot-settings/gameserver-settings/zones.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.killfeed.xyz/configuration/bot-settings/gameserver-settings/zones.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
