> 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

- [Deviation from the route](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/deviation-from-the-route.md): Get notified when a vehicle deviates from a planned route. Uses route-type geofences to define the permitted path and alerts when the object moves outside it.
- [Driving time](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driving-time.md): Alert when a driver exceeds the allowed continuous driving time. Set the maximum driving duration and the minimum parking time required to reset the timer.
- [Parking time](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/parking-time.md): Get notified when a vehicle remains parked beyond a configured time limit. Bind to geofences to monitor dwell time in specific locations.
- [Driver identification](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driver-identification.md): Track GPS driver identification events via iButton, RFID, or facial recognition. Ensure only authorized drivers operate vehicles and receive real-time alerts.
- [Driver change](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driver-change.md): Track driver changes on shared vehicles by detecting when a new hardware key (iButton, RFID, or BLE) is used. Logs and reports each change for accountability.
- [Driver absence](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driver-absence.md): Detect when a driver is absent from their seat while the vehicle is in operation, using AI-equipped cameras. Alerts fleet managers to potential safety risks.
- [Task performance](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/task-performance.md): Receive notifications for field task events: task completion, delays, failures, arrivals, and form submissions. Applies to tasks assigned to field employees.
- [Work status change](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/work-status-change.md): Get notified when a field employee updates their work status via the X-GPS Tracker app. Define which statuses trigger alerts for better dispatch coordination.


---

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