> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/guides/weather-script/zones.md).

# 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>
