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

# Programación y despacho

- [Desviación de la ruta](https://navixy.com/docs/user/es/guide/events-and-notifications/scheduling-and-dispatching/deviation-from-the-route.md): Reciba notificaciones cuando un vehículo se desvíe de una ruta planificada. Utiliza geocercas de tipo ruta para definir el trayecto permitido y alerta cuando el objeto sale de él.
- [Tiempo de conducción](https://navixy.com/docs/user/es/guide/events-and-notifications/scheduling-and-dispatching/driving-time.md): Alerta cuando un conductor exceda el tiempo continuo de conducción permitido. Establezca la duración máxima de conducción y el tiempo mínimo de estacionamiento necesario para reiniciar el temporizador.
- [Tiempo de estacionamiento](https://navixy.com/docs/user/es/guide/events-and-notifications/scheduling-and-dispatching/parking-time.md): Reciba notificaciones cuando un vehículo permanezca estacionado más allá de un límite de tiempo configurado. Vincúlelo a geocercas para supervisar el tiempo de permanencia en ubicaciones específicas.
- [Identificación del conductor](https://navixy.com/docs/user/es/guide/events-and-notifications/scheduling-and-dispatching/driver-identification.md): Rastree eventos de identificación del conductor en GPS mediante iButton, RFID o reconocimiento facial. Garantice que solo conductores autorizados operen los vehículos y reciba alertas en tiempo real.
- [Cambio de conductor](https://navixy.com/docs/user/es/guide/events-and-notifications/scheduling-and-dispatching/driver-change.md): Rastree los cambios de conductor en vehículos compartidos detectando cuándo se usa una nueva llave de hardware (iButton, RFID o BLE). Registra y reporta cada cambio para garantizar la rendición de cuentas.
- [Ausencia del conductor](https://navixy.com/docs/user/es/guide/events-and-notifications/scheduling-and-dispatching/driver-absence.md): Detecte cuándo un conductor está ausente de su asiento mientras el vehículo está en funcionamiento, utilizando cámaras con IA. Alerta a los administradores de flota sobre posibles riesgos de seguridad.
- [Ejecución de tareas](https://navixy.com/docs/user/es/guide/events-and-notifications/scheduling-and-dispatching/task-performance.md): Reciba notificaciones de eventos de tareas de campo: finalización de tareas, retrasos, fallos, llegadas y envíos de formularios. Se aplica a tareas asignadas a empleados de campo.
- [Cambio de estado de trabajo](https://navixy.com/docs/user/es/guide/events-and-notifications/scheduling-and-dispatching/work-status-change.md): Reciba notificaciones cuando un empleado de campo actualice su estado de trabajo mediante la aplicación X-GPS Tracker. Defina qué estados activan alertas para una mejor coordinación del despacho.


---

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