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

# Driver safety

This section covers the alert rules that monitor driver and vehicle safety events reported by GPS devices and video telematics hardware.

* [**ADAS warnings**](/docs/user/guide/events-and-notifications/safety/adas-warnings.md): Alerts from video telematics devices, including lane departure, forward collision, headway monitoring, pedestrian detection, and traffic sign recognition.
* [**Call button pressed**](/docs/user/guide/events-and-notifications/safety/call-button-pressed.md): Notifies when the call button on a GPS device with a built-in call or radio function is pressed.
* [**Car crash detection**](/docs/user/guide/events-and-notifications/safety/car-crash-detection.md): Detects vehicle collisions using the GPS device's accelerometer.
* [**Cruise control**](/docs/user/guide/events-and-notifications/safety/cruise-control.md): Notifies when cruise control is switched on or off in a vehicle.
* [**Distracted driving**](/docs/user/guide/events-and-notifications/safety/distracted-driving.md): Detects distracted driving, such as phone use or smoking, using dash cams or GPS devices with cameras.
* [**Fall detection**](/docs/user/guide/events-and-notifications/safety/fall-detection.md): Alerts when a personal GPS device detects a sudden fall.
* [**Fatigue driving**](/docs/user/guide/events-and-notifications/safety/fatigue-driving.md): Detects signs of driver fatigue using GPS device cameras and sends dispatch alerts.
* [**Harsh driving**](/docs/user/guide/events-and-notifications/safety/harsh-driving.md): Alerts when a GPS device accelerometer detects harsh acceleration, braking, or sharp turns.
* [**Pressing SOS button**](/docs/user/guide/events-and-notifications/safety/pressing-sos-button.md): Sends an immediate alert when an SOS emergency button is pressed on a GPS device or personal tracker.
* [**Proximity monitoring**](/docs/user/guide/events-and-notifications/safety/proximity-monitoring.md): Monitors proximity between GPS-enabled devices and BLE tags using 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/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.
