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

# Security

- [Tracker detach](https://navixy.com/docs/user/guide/events-and-notifications/security/tracker-detach.md): Get alerted when a GPS tracking device is removed from the vehicle or asset it monitors. Essential for theft prevention in logistics and transportation.
- [Vibration sensor](https://navixy.com/docs/user/guide/events-and-notifications/security/vibration-sensor.md): Detect continuous vibrations on a parked vehicle via the GPS tracker's accelerometer. Alerts help identify potential theft or unauthorized access to the asset.
- [Case intrusion](https://navixy.com/docs/user/guide/events-and-notifications/security/case-intrusion.md): Get alerted when the GPS tracker's case is opened or tampered with. Protects valuable cargo by detecting unauthorized access to the tracking device itself.
- [Locking and unlocking padlock](https://navixy.com/docs/user/guide/events-and-notifications/security/lockingunlocking-padlock.md): Receive real-time notifications when a GPS-enabled smart lock is locked or unlocked. Monitor secure areas and cargo containers for all lock interactions.
- [Bracelet or ankle sensor](https://navixy.com/docs/user/guide/events-and-notifications/security/bracelet-or-ankle-sensor.md): Receive immediate alerts when a GPS bracelet or ankle sensor is removed without authorization. Designed for legal monitoring applications such as house arrest.
- [Unauthorized movement](https://navixy.com/docs/user/guide/events-and-notifications/security/unauthorized-movement.md): Get alerted when a stationary vehicle starts moving without authorization. Uses the GPS tracker's accelerometer to detect potential theft or unauthorized use.
- [Auto-geofencing](https://navixy.com/docs/user/guide/events-and-notifications/security/auto-geofencing.md): Auto-create a geofence around a parked vehicle and get alerted if it moves without the ignition on. A device-dependent anti-theft protection rule.
- [Car alarm](https://navixy.com/docs/user/guide/events-and-notifications/security/car-alarm.md): Get notified when a vehicle's car alarm triggers. Detected by the GPS device's connected input, the alert is sent immediately to your monitoring dashboard.


---

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