> 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/id/guide/devices-and-settings/auto-geofencing-block.md).

# Blok geofencing otomatis

Auto-geofencing, juga dikenal sebagai deteksi pergerakan tidak sah, adalah fitur yang tersedia di banyak pelacak GPS kendaraan. Saat kontak dimatikan dan pelacak mendeteksi koordinat GPS di luar zona auto-geofencing yang telah ditentukan sebelumnya, hal ini menunjukkan bahwa kendaraan sedang meninggalkan area parkir yang ditetapkan.

Pelacak GPS kemudian akan segera membuat sebuah event dan mengirimkannya ke platform Navixy. Pengguna dapat mengonfigurasi notifikasi untuk event auto-geofencing.

## Mengonfigurasi auto-geofencing

Laporan **Perangkat dan pengaturan** modul ini memiliki panel khusus untuk mengonfigurasi fitur auto-geofencing. Di sini, Anda dapat:

* **Atur penundaan waktu setelah kontak dimatikan**: Tentukan berapa lama setelah kontak dimatikan sebelum fitur auto-geofencing menjadi aktif.
* **Tentukan radius pemicu**: Tentukan jarak dari lokasi parkir yang, ketika dilampaui, akan memicu event auto-geofencing.

Pengaturan ini memungkinkan kontrol yang presisi atas kapan dan di mana fitur auto-geofencing diaktifkan, sehingga memastikan kendaraan tetap aman meskipun tidak diawasi.

![](/files/ff8324838313fd1f734a948dc943c2dada6b8d98)

## Lihat juga

* [Auto-geofencing](/docs/user/id/guide/events-and-notifications/security/auto-geofencing.md) di Aturan dan notifikasi


---

# 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/id/guide/devices-and-settings/auto-geofencing-block.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.
