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

# Миграция геозон из Wialon

Геозоны можно бесшовно перенести из Wialon в Navixy, что позволит вашим пользователям продолжить их использование без перерывов. Чтобы передать геозоны вашим пользователям, выполните приведённую ниже инструкцию.

1. Откройте учетную запись пользователя в Wialon и нажмите на имя пользователя в правом верхнем углу:

![](/files/3094a0a0fc40850d4aea19d98536ba451d169fa0)

2. Выберите Export to KML/KMZ

![](/files/8fbe7d6b227fb898d1f5e10591ef11211b24cbf3)

3. Выберите все необходимые для передачи геозоны и нажмите OK.

![](/files/96f65ba2af6d46ca92354cceff0fd3181aed84d5)

4. Откройте учетную запись пользователя в административной панели Navixy.

![](/files/f518d26692383c121f23f0d76c7340888c7cd610)

5. И активируйте раздел геозоны здесь.

![](/files/cacad7e4bcde27d2aca326f5312c4567e89c1398)

После наведения курсора на импорт геозон отобразятся два варианта импорта. Выберите импорт геозон из KML-файла:

![](/files/1fd00c9da14dc46c685a24c9de12f66a5617d6c9)

6. Добавьте экспортированный файл и укажите радиус по умолчанию для кольцевых геозон.

Для многоугольных геозон импорт будет выполнен точно так же, как в системе Wialon. Для кольцевых геозон будут перенесены центры с радиусами, указанными на предыдущем шаге. После этого возможно потребуется вручную изменить радиус геозон. Наведите курсор на нужную геозону и нажмите появившуюся кнопку с изображением карандаша.

![](/files/f54cf570e86eeb98fea253bf239b86e96a2bf277)

После переноса геозон их можно использовать для правил и аналитики на платформе 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/ru/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.
