> 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/scheduling-and-dispatching.md).

# Планирование и диспетчеризация

Блок **Планирование и диспетчеризация** Этот раздел охватывает правила контроля событий для операций диспетчеризации автопарка, включая отклонение от маршрута, ограничения на время движения и время стоянки, идентификацию водителя, выполнение заданий и изменения статуса работы.

* [**Контроль отклонения от маршрута**](/docs/user/ru/guide/events-and-notifications/scheduling-and-dispatching/deviation-from-the-route.md): Уведомляет, когда транспортное средство отклоняется от заданного маршрута, используя геозоны типа маршрута.
* [**Отсутствие водителя**](/docs/user/ru/guide/events-and-notifications/scheduling-and-dispatching/driver-absence.md): Определяет, когда водитель отсутствует на сиденье во время движения транспортного средства, с использованием камер с ИИ.
* [**Смена водителя**](/docs/user/ru/guide/events-and-notifications/scheduling-and-dispatching/driver-change.md): Отслеживает смену водителя на общих транспортных средствах, определяя использование нового аппаратного ключа (iButton, RFID или BLE).
* [**Идентификация водителя**](/docs/user/ru/guide/events-and-notifications/scheduling-and-dispatching/driver-identification.md): Отслеживает события идентификации водителя через iButton, RFID или распознавание лица, чтобы подтвердить авторизованных водителей.
* [**Время движения**](/docs/user/ru/guide/events-and-notifications/scheduling-and-dispatching/driving-time.md): Оповещает, когда водитель превышает разрешенное непрерывное время движения, с настраиваемым временем стоянки для сброса таймера.
* [**Время стоянки**](/docs/user/ru/guide/events-and-notifications/scheduling-and-dispatching/parking-time.md): Уведомляет, когда транспортное средство остается припаркованным дольше заданного ограничения времени, и может быть привязано к геозонам.
* [**Выполнение задания**](/docs/user/ru/guide/events-and-notifications/scheduling-and-dispatching/task-performance.md): Отправляет уведомления о событиях полевых заданий, таких как завершение, задержки, сбои, прибытия и отправка формы.
* [**Изменение рабочего статуса**](/docs/user/ru/guide/events-and-notifications/scheduling-and-dispatching/work-status-change.md): Уведомляет, когда полевой сотрудник обновляет свой рабочий статус через приложение X-GPS Tracker.


---

# 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://navixy.com/docs/user/ru/guide/events-and-notifications/scheduling-and-dispatching.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.
