# Geofences

The Geofences module allows you to quickly control the movement of vehicles, receive notifications about deviations in routes (entry and exit, crossing a geofence, approaching a geofence border, exceeding the speed limit) and notify drivers about it.

{% hint style="info" %}
Geofences are a special geographic area that is designed to control the movement of objects within or outside of these areas.
{% endhint %}

A geofence can take the form of a polygon - a city district (for Moscow), a city, a region, a country or you can draw it on the map.

In this module you can:

* work with the list of geofences available to you,
* create geofences,
* manage geofences.

To get to the Geofences module, click on the Geofences menu item. This will open the main page of the module - "List of geofences".


---

# 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://atlas-help.smartdriving.io/english-version/moduli-atlas/geozony.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.
