> 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/safety.md).

# Seguridad del conductor

Esta sección abarca las reglas de alerta que monitorean eventos de seguridad del conductor y del vehículo reportados por dispositivos GPS y hardware de vídeo telemática.

* [**Alertas ADAS**](/docs/user/es/guide/events-and-notifications/safety/adas-warnings.md): Alertas de dispositivos de vídeo telemática, incluidas la salida de carril, la colisión frontal, el monitoreo de distancia, la detección de peatones y el reconocimiento de señales de tránsito.
* [**Botón de llamada presionado**](/docs/user/es/guide/events-and-notifications/safety/call-button-pressed.md): Notifica cuando se presiona el botón de llamada en un dispositivo GPS con función integrada de llamada o radio.
* [**Detección de Choque de vehículo**](/docs/user/es/guide/events-and-notifications/safety/car-crash-detection.md): Detecta colisiones del vehículo utilizando el acelerómetro del dispositivo GPS.
* [**Control de crucero**](/docs/user/es/guide/events-and-notifications/safety/cruise-control.md): Notifica cuando el control de crucero se activa o se desactiva en un vehículo.
* [**Manejo distraído**](/docs/user/es/guide/events-and-notifications/safety/distracted-driving.md): Detecta el manejo distraído, como el uso del teléfono o fumar, utilizando cámaras de tablero o dispositivos GPS con cámara.
* [**Detección de caída**](/docs/user/es/guide/events-and-notifications/safety/fall-detection.md): Envía alertas cuando un dispositivo GPS personal detecta una caída repentina.
* [**Fatiga del conductor**](/docs/user/es/guide/events-and-notifications/safety/fatigue-driving.md): Detecta signos de fatiga del conductor utilizando cámaras del dispositivo GPS y envía alertas de despacho.
* [**Conducción peligrosa**](/docs/user/es/guide/events-and-notifications/safety/harsh-driving.md): Envía alertas cuando el acelerómetro de un dispositivo GPS detecta aceleración brusca, frenado o giros bruscos.
* [**Pulsación del botón SOS**](/docs/user/es/guide/events-and-notifications/safety/pressing-sos-button.md): Envía una alerta inmediata cuando se presiona un botón de emergencia SOS en un dispositivo GPS o un dispositivo personal.
* [**Monitoreo de proximidad**](/docs/user/es/guide/events-and-notifications/safety/proximity-monitoring.md): Monitorea la proximidad entre dispositivos con GPS y Etiquetas BLE utilizando Bluetooth.


---

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