> 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/on-premise/id/qa/migrating-users/migrating-from-wialon/geofences-migration-from-wialon.md).

# Migrasi geofence dari Wialon

Geofences dapat dipindahkan dengan mulus dari Wialon ke Navixy, memungkinkan pengguna Anda terus menggunakannya tanpa gangguan. Untuk mentransfer geofences ke pengguna Anda, ikuti instruksi berikut.

1. Buka akun pengguna di Wialon dan klik nama pengguna di pojok kanan atas:

![](/files/363303f8b282e15d1b9af2de6a7d3ee6cf4ba596)

2. Pilih Export to KML/KMZ

![](/files/1b50f0ccde4fe52b0536e39ea0f2f80f08610d91)

3. Pilih semua geofences yang diperlukan untuk dipindahkan dan tekan OK.

![](/files/27756dae0ac7933d14c8e6cdbbde8f89fa9b2a97)

4. Buka akun pengguna di panel admin Navixy.

![](/files/18169a399add37276ca51897045a166c88d3659f)

5. Dan aktifkan bagian geofences di sini.

![](/files/fc5a82a0181b1b1b33bf66394fe5720b5262fcde)

Setelah mengarahkan kursor ke impor geofence, dua opsi impor akan ditampilkan. Pilih import geofences from a KML file:

![](/files/7bb52273f2bb9524e9beac3c3aced40720b4d6e2)

6. Tambahkan file yang diekspor dan tentukan radius default untuk geofences berbentuk lingkaran.

Untuk geofences poligon, impor akan dilakukan persis seperti di sistem Wialon. Untuk geofences lingkaran, pusat dengan radius yang ditentukan pada langkah sebelumnya akan dipindahkan. Setelah itu, Anda mungkin perlu mengubah radius geofences secara manual. Letakkan kursor pada geofence yang diperlukan dan tekan tombol pensil yang muncul.

![](/files/bb217a807d7f2573748d47b86ca24fc64c478ee8)

Setelah mentransfer geofences, geofences tersebut dapat digunakan untuk rules dan analytics di platform Navixy.


---

# 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/on-premise/id/qa/migrating-users/migrating-from-wialon/geofences-migration-from-wialon.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.
