# Zones

To define custom zones, you must download and install the **SD ZoneCreator**: <https://github.com/Samuels-Development/sd-zonecreator/releases/latest>

* Open the zone creator (default command is /zonecreator)
* Create a new zone and name it just Test
* Start clicking on map to create your zone, when is done click the vec2 button

<figure><img src="/files/NwCWdtBwjF9sIbtZ8h07" alt=""><figcaption></figcaption></figure>

* Go to `av_weather/config/_zones.lua` and add a new zone.
* Every zone should have the following format:
  * **index**:`string` Should be unique
  * **label**:`string` Zone name
  * **points**:`table` A table containing all your vector2 list you copied from SD ZoneCreator

<figure><img src="/files/AuiMv3nCPA9pe1HciiME" alt=""><figcaption></figcaption></figure>


---

# 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.av-scripts.com/guides/weather-script/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.
