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

# Planification et dispatching

- [Déviation par rapport à l'itinéraire](https://navixy.com/docs/user/fr/guide/events-and-notifications/scheduling-and-dispatching/deviation-from-the-route.md): Recevez une notification lorsqu'un véhicule s'écarte d'un itinéraire planifié. Utilise des géorepères de type itinéraire pour définir le trajet autorisé et alerte lorsque l'objet s'en éloigne.
- [Temps de conduite](https://navixy.com/docs/user/fr/guide/events-and-notifications/scheduling-and-dispatching/driving-time.md): Alertez lorsqu'un conducteur dépasse le temps de conduite continue autorisé. Définissez la durée maximale de conduite et le temps de stationnement minimal requis pour réinitialiser le minuteur.
- [Temps de stationnement](https://navixy.com/docs/user/fr/guide/events-and-notifications/scheduling-and-dispatching/parking-time.md): Recevez une notification lorsqu'un véhicule reste stationné au-delà d'une limite de temps configurée. Liez-le aux géorepères pour surveiller le temps de présence dans des emplacements spécifiques.
- [Identification du conducteur](https://navixy.com/docs/user/fr/guide/events-and-notifications/scheduling-and-dispatching/driver-identification.md): Suivez les événements d'identification du conducteur via iButton, RFID ou reconnaissance faciale. Assurez-vous que seuls les conducteurs autorisés utilisent les véhicules et recevez des alertes en temps réel.
- [Changement de conducteur](https://navixy.com/docs/user/fr/guide/events-and-notifications/scheduling-and-dispatching/driver-change.md): Suivez les changements de conducteur sur les véhicules partagés en détectant l'utilisation d'une nouvelle clé matérielle (iButton, RFID ou BLE). Enregistrez et signalez chaque changement à des fins de traçabilité.
- [Absence du conducteur](https://navixy.com/docs/user/fr/guide/events-and-notifications/scheduling-and-dispatching/driver-absence.md): Détectez lorsqu'un conducteur n'est pas à son siège alors que le véhicule est en fonctionnement, à l'aide de caméras équipées d'IA. Alerte les gestionnaires de flotte sur les risques potentiels pour la sécurité.
- [Exécution des tâches](https://navixy.com/docs/user/fr/guide/events-and-notifications/scheduling-and-dispatching/task-performance.md): Recevez des notifications pour les événements de tâches sur le terrain : achèvement des tâches, retards, échecs, arrivées et soumissions de formulaires. S'applique aux tâches attribuées aux employés sur le terrain.
- [Changement d'état de travail](https://navixy.com/docs/user/fr/guide/events-and-notifications/scheduling-and-dispatching/work-status-change.md): Recevez une notification lorsqu'un employé terrain met à jour son état de travail via l'application X-GPS Tracker. Définissez quels états déclenchent des alertes pour une meilleure coordination du dispatching.


---

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