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

# Migración de usuarios desde Wialon

El primer paso en el proceso de migración es transferir usuarios de Wialon a Navixy. Este procedimiento ayuda a reducir el tiempo necesario para registrar a todos sus usuarios desde su sistema anterior, garantizando que pueda migrar rápidamente y con facilidad su solución telemática a la plataforma Navixy.

1. En el sistema Wialon CMS, abra la carpeta con los usuarios.\
   ![On-Premise - Users migration from Wialon](/files/4e22ae3df14e502476ef8a4d0f7b378271740f18)
2. Haga clic en el botón .xlsx en la esquina inferior derecha para cargar usuarios.

![](/files/64dac27e936e2c36e04175311cbd87da0caa47cb)

Le permitirá descargar exclusivamente la lista de nombres de usuario, para que no olvide a nadie al migrar.

1. En el panel de administración de Navixy, seleccione Usuarios y haga clic en Importar usuarios.

![](/files/b3ccbb2900aafbcb080178d71ec2938395c50e89)

2. Seleccione una plantilla para cargar un archivo de ejemplo con los campos requeridos.

![](/files/c6ed96ea228ad3da2dc90caf98c1118e3c2397a7)

3. Rellene este archivo según su lista de usuarios. Campos obligatorios: dirección de correo electrónico, contraseña, estado (1 - activo, 0 - inactivo). Todos los demás campos son opcionales.

La importación de usuarios se ha completado. Todos los usuarios ya están en el sistema 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/es/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.
