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

# Penjadwalan dan pengiriman

Laporan **Penjadwalan dan penugasan** bagian ini mencakup aturan peringatan untuk operasi penugasan armada, termasuk penyimpangan rute, batas waktu mengemudi dan parkir, identifikasi supir, pelaksanaan tugas, dan perubahan status kerja.

* [**Penyimpangan dari rute**](/docs/user/id/guide/events-and-notifications/scheduling-and-dispatching/deviation-from-the-route.md): Memberi tahu ketika kendaraan menyimpang dari rute yang telah ditentukan sebelumnya, menggunakan geofence tipe rute.
* [**Ketidakhadiran supir**](/docs/user/id/guide/events-and-notifications/scheduling-and-dispatching/driver-absence.md): Mendeteksi ketika supir tidak berada di kursi saat kendaraan sedang beroperasi, menggunakan kamera berteknologi AI.
* [**Ganti supir**](/docs/user/id/guide/events-and-notifications/scheduling-and-dispatching/driver-change.md): Melacak pergantian supir pada kendaraan bersama dengan mendeteksi saat kunci perangkat keras baru (iButton, RFID, atau BLE) digunakan.
* [**Identifikasi supir**](/docs/user/id/guide/events-and-notifications/scheduling-and-dispatching/driver-identification.md): Melacak peristiwa identifikasi supir melalui iButton, RFID, atau pengenalan wajah untuk mengonfirmasi supir yang berwenang.
* [**Waktu mengemudi**](/docs/user/id/guide/events-and-notifications/scheduling-and-dispatching/driving-time.md): Memberi peringatan ketika supir melebihi waktu mengemudi berkelanjutan yang diizinkan, dengan waktu parkir yang dapat dikonfigurasi untuk mengatur ulang penghitung waktu.
* [**Waktu parkir**](/docs/user/id/guide/events-and-notifications/scheduling-and-dispatching/parking-time.md): Memberi tahu ketika kendaraan tetap parkir melebihi batas waktu yang dikonfigurasi, dan dapat diikat ke geofence.
* [**Performa Tugas**](/docs/user/id/guide/events-and-notifications/scheduling-and-dispatching/task-performance.md): Mengirim notifikasi untuk peristiwa tugas lapangan seperti penyelesaian, keterlambatan, kegagalan, kedatangan, dan pengiriman formulir.
* [**Perubahan status kerja**](/docs/user/id/guide/events-and-notifications/scheduling-and-dispatching/work-status-change.md): Memberi tahu ketika karyawan lapangan memperbarui status kerjanya melalui aplikasi 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/id/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.
