> 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/devices-and-settings/device-specific-controls/anti-theft-and-security/unauthorized-movement.md).

# Unauthorized movement

Enable the device to treat its current position as a parking reference and report to Navixy when the vehicle leaves the set radius after ignition off.

Arms the device to detect that a parked vehicle has moved and to report an event to the Navixy platform. On many devices this works as an auto-geofence: when the ignition is off, the device treats the current position as a parking point and reports an event if the vehicle leaves a set radius.

![](https://2096203889-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F446mKak1zDrGv70ahuYZ%2Fuploads%2Fgit-blob-ec2cb2b6f4312f5dd1ad0804203089176ecfd944%2Fimage-20241118-024806.png?alt=media)

## Settings

The fields depend on the device. You may see:

* **Enable**: turn unauthorized-movement detection on or off.
* **Activation timeout**: the delay after the ignition is switched off before detection becomes active.
* **Radius**: the distance from the parking point within which movement triggers an event.
* On vibration-based variants, these models use motion-sensor fields instead of a radius:
  * **Sensitivity level**: how easily the motion sensor triggers (low, medium, or high).
  * **Start motion detection in (minutes)**: the delay after ignition off before monitoring activates.
  * **Motion interval (seconds)**: how long motion must persist before an event is recorded.
  * **Delay time (seconds)**: an additional delay after motion is confirmed before the alert is sent, to filter out brief bumps.

## Availability

Appears on device models that support device-side unauthorized-movement or auto-geofence detection.

## See also

* [Tow detection](/docs/user/guide/devices-and-settings/location-and-movement/tow-detection.md): a related device-side movement alarm.
* [Unauthorized movement](/docs/user/guide/events-and-notifications/security/unauthorized-movement.md): the platform rule that acts on these events.


---

# 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/devices-and-settings/device-specific-controls/anti-theft-and-security/unauthorized-movement.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.
