> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/ru/guide/events-and-notifications/movement-monitoring.md).

# Контроль движения

Правила в этом разделе позволяют отслеживать различные аспекты движения транспортного средства или объекта, включая нарушения геозон, состояния парковки и случаи превышения скорости. Эти правила помогают обеспечить соответствие требованиям, повысить безопасность и улучшить общую эффективность управления автопарком.

* [**Въезд или выезд из геозоны**](/docs/user/ru/guide/events-and-notifications/movement-monitoring/geofence-entrance-or-exit.md)**:** Определяет момент, когда транспортное средство или объект въезжает в заранее заданную географическую область или покидает её. Вы можете выбрать геозону и настроить уведомления о въезде и выезде.
* [**Определение состояния парковки**](/docs/user/ru/guide/events-and-notifications/movement-monitoring/parking-state-detection.md)**:** Отслеживает момент, когда транспортное средство начинает или заканчивает парковку. Вы можете задать минимальное время парковки.
* [**Превышение скорости**](/docs/user/ru/guide/events-and-notifications/movement-monitoring/speeding.md)**:** Срабатывает, когда транспортное средство превышает ограничение скорости, заданное оборудованием. Вы можете установить ограничение скорости.


---

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

```
GET https://navixy.com/docs/user/ru/guide/events-and-notifications/movement-monitoring.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.
