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

# Миграция пользователей из Wialon

Первым шагом в процессе миграции является перенос пользователей из Wialon в Navixy. Эта процедура помогает сократить время регистрации всех ваших пользователей из предыдущей системы, обеспечивая быструю и простую миграцию телематического решения на платформу Navixy.

1. В системе Wialon CMS откройте папку с пользователями.\
   ![On-Premise - Users migration from Wialon](/files/ccce23624f68176f59885e4c3877d062ecc9c09c)
2. Нажмите кнопку .xlsx в правом нижнем углу, чтобы выгрузить пользователей.

![](/files/313c87a8ab9e15a963730d2c3aa16e4ebede0aaf)

Это позволит вам скачать исключительно список имен пользователей, чтобы вы никого не забыли при миграции.

1. В панели администратора Navixy выберите Пользователи и нажмите Импортировать пользователей.

![](/files/a904f824c93972b085809332e28db8ca35eb5d11)

2. Выберите шаблон, чтобы загрузить пример файла с требуемыми полями.

![](/files/cfde85b0cb5fcfb1fd617d75efa7b25e13572fed)

3. Заполните этот файл в соответствии с вашим списком пользователей. Обязательные поля: адрес электронной почты, пароль, статус (1 — активен, 0 — неактивен). Все остальные поля необязательны.

Импорт пользователей завершён. Все пользователи теперь находятся в системе 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/users-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.
