> 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

Ekspor Perimeter dari Wialon sebagai file KML atau KMZ dan impor ke Navixy. Mencakup penanganan perimeter poligon dan lingkaran dengan konfigurasi radius kustom.

Perimeter dapat dimigrasikan dengan lancar dari Wialon ke Navixy, sehingga pengguna Anda dapat terus menggunakannya tanpa gangguan. Untuk mentransfer Perimeter ke pengguna Anda, ikuti petunjuk di bawah ini.

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

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-89f6d2742f9a863b569d2ee783a873ec0fae604b%2Fimage-20230810-122626.png?alt=media)

2. Pilih Export to KML/KMZ

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-368dfd61889d9e87982c60609c6bda5f093e4ee5%2Fimage-20230810-122657.png?alt=media)

3. Pilih semua Perimeter yang diperlukan untuk ditransfer dan tekan OK.

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-74bcdc5b886fd5e2e2500a673460a2abe316eafc%2Fimage-20230810-122805.png?alt=media)

4. Buka akun pengguna di panel admin Navixy.

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-a636363cbafb03f6d9516b38fdbb00f0b045e846%2Fimage-20230810-122828.png?alt=media)

5. Dan aktifkan bagian Perimeter di sini.

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-c0f401e4784e23cb8f77ae5001b0629a91895ec4%2Fimage-20230810-122852.png?alt=media)

Setelah mengarahkan kursor ke impor Perimeter, dua opsi impor akan ditampilkan. Pilih impor Perimeter dari file KML:

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-9461107e360914a3f51f4b6d2c76261aecf1652b%2Fimage-20230810-122933.png?alt=media)

6. Tambahkan file yang diekspor dan tentukan radius bawaan untuk Perimeter lingkaran.

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

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-aaad715a9d96704848d74ed6af99951c95150459%2Fimage-20230810-123001.png?alt=media)

Setelah Perimeter ditransfer, Perimeter tersebut dapat digunakan untuk aturan dan analitik 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.
