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

# Scheduling and dispatching

The **Scheduling and dispatching** section covers alert rules for fleet dispatch operations, including route deviation, driving and parking time limits, driver identification, task performance, and work status changes.

* [**Deviation from the route**](/docs/user/guide/events-and-notifications/scheduling-and-dispatching/deviation-from-the-route.md): Notifies when a vehicle deviates from a predefined route, using route-type geofences.
* [**Driver absence**](/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driver-absence.md): Detects when a driver is absent from the seat while the vehicle is in operation, using AI-equipped cameras.
* [**Driver change**](/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driver-change.md): Tracks driver changes on shared vehicles by detecting when a new hardware key (iButton, RFID, or BLE) is used.
* [**Driver identification**](/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driver-identification.md): Tracks driver identification events via iButton, RFID, or facial recognition to confirm authorized drivers.
* [**Driving time**](/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driving-time.md): Alerts when a driver exceeds the allowed continuous driving time, with a configurable parking time to reset the timer.
* [**Parking time**](/docs/user/guide/events-and-notifications/scheduling-and-dispatching/parking-time.md): Notifies when a vehicle remains parked beyond a configured time limit, and can be bound to geofences.
* [**Task performance**](/docs/user/guide/events-and-notifications/scheduling-and-dispatching/task-performance.md): Sends notifications for field task events such as completion, delays, failures, arrivals, and form submissions.
* [**Work status change**](/docs/user/guide/events-and-notifications/scheduling-and-dispatching/work-status-change.md): Notifies when a field employee updates their work status via the X-GPS Tracker app.


---

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