> 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

- [ADAS warnings](https://navixy.com/docs/user/guide/events-and-notifications/safety/adas-warnings.md): Get ADAS alerts from video telematics devices: lane departure, forward collision, headway monitoring, pedestrian detection, and traffic sign recognition.
- [Distracted driving](https://navixy.com/docs/user/guide/events-and-notifications/safety/distracted-driving.md): Detect distracted driving such as phone use or smoking, captured by dash cams or GPS devices with camera capabilities. Requires compatible hardware support.
- [Fatigue driving](https://navixy.com/docs/user/guide/events-and-notifications/safety/fatigue-driving.md): Detect signs of driver fatigue using tracker cameras and send dispatch alerts immediately when drowsiness is identified, enabling preventive action.
- [Harsh driving](https://navixy.com/docs/user/guide/events-and-notifications/safety/harsh-driving.md): Alert when GPS device accelerometers detect harsh acceleration, braking, or sharp turns. Configure detection thresholds in Devices and Settings first.
- [Car crash detection](https://navixy.com/docs/user/guide/events-and-notifications/safety/car-crash-detection.md): Detect vehicle collisions using the GPS tracker's accelerometer and receive immediate alerts. Requires proper device installation with correct axis alignment.
- [Cruise control](https://navixy.com/docs/user/guide/events-and-notifications/safety/cruise-control.md): Get notified when cruise control is switched on or off on a vehicle. Monitor its impact on fuel efficiency, battery management, and driver behavior patterns.
- [Pressing SOS Button](https://navixy.com/docs/user/guide/events-and-notifications/safety/pressing-sos-button.md): Receive immediate alerts when an SOS emergency button is pressed on a GPS device or personal tracker. Works with dedicated SOS buttons and discrete inputs.
- [Call button pressed](https://navixy.com/docs/user/guide/events-and-notifications/safety/call-button-pressed.md): Get notified when the call button on a GPS device is pressed. For devices equipped with a built-in phone call or radio function to enable rapid communication.
- [Fall detection](https://navixy.com/docs/user/guide/events-and-notifications/safety/fall-detection.md): Receive alerts when a personal GPS tracker detects a sudden fall, protecting elderly individuals, lone workers, or vulnerable people in real time.
- [Proximity monitoring](https://navixy.com/docs/user/guide/events-and-notifications/safety/proximity-monitoring.md): Monitor proximity between GPS-enabled devices and BLE tags using Bluetooth. Useful for detecting dangerous equipment proximity and enforcing safety distances.


---

# 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/guide/events-and-notifications/safety.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.
