> 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/admin/ru/users/create-user.md).

# Создание пользователей

Создавайте отдельные учетные записи пользователей в Панели администратора или массово импортируйте несколько пользователей одновременно из файла XLSX или CSV с помощью предоставленного шаблона

Чтобы добавить нового пользователя в Панель администратора, нажмите <img src="https://1576142587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKdgeXg71LpaDrwexQYwp%2Fuploads%2Fgit-blob-2de35aa34b37aff1abce7b10cafb7350c3d2d51e%2Fimage%20(75).png?alt=media" alt="" data-size="line"> на странице «Пользователи». Это откроет **Новый пользователь** окно:

<div data-full-width="true"><figure><img src="https://1576142587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKdgeXg71LpaDrwexQYwp%2Fuploads%2Fgit-blob-65e76ad6cb157130c6c78f32fd77de0f2fc428f0%2F%7BD375DB25-ED59-489C-A474-67EC065963B6%7D.png?alt=media" alt="New user pt1" width="504"><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="https://1576142587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKdgeXg71LpaDrwexQYwp%2Fuploads%2Fgit-blob-2d27a232348eb36a377645a5c3059545c458eadb%2Fimage.png?alt=media" alt="New user pt2" width="514"><figcaption><p>Окно «Новый пользователь»</p></figcaption></figure></div>

Введите адрес электронной почты, который используется как логин пользователя на платформе Navixy, и пароль. В зависимости от правового статуса пользователя (физическое лицо, юридическое лицо или индивидуальный предприниматель) обязательные поля могут также включать его имя, контактные данные, а также юридический и почтовый адрес.

В **разделе настроек интерфейса** окна находится **«Скрыть IMEI устройства»** флажок, который выбран по умолчанию в соответствии с настройками платформы. Снимите или установите его, чтобы задать этому пользователю значение, отличное от остальной платформы. О том, за что отвечает флажок, см. [Настройки пользователя по умолчанию](/docs/admin/ru/settings/user-defaults.md#ui-settings).

## Как импортировать данные пользователей

Чтобы добавить сразу нескольких новых пользователей, вы можете использовать **функцию «Импорт данных пользователей»** в [панели инструментов пользователя](/docs/admin/ru/users.md#user-toolbar). Нажмите <img src="https://1576142587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKdgeXg71LpaDrwexQYwp%2Fuploads%2Fgit-blob-5afc3084a086b37df06b5967356d1d28b5200ee6%2Fimage.png?alt=media" alt="Import user data" data-size="line"> и загрузите файл XLSX или CSV размером не более 10 МБ. Чтобы убедиться, что файл отформатирован правильно, скачайте шаблон, нажав на ссылку.

<figure><img src="https://1576142587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKdgeXg71LpaDrwexQYwp%2Fuploads%2Fgit-blob-6b41a6cfa252f54b448c48adf3d9ed13e252f0b4%2Fimage.png?alt=media" alt="User data import" width="375"><figcaption><p>Импорт данных пользователей</p></figcaption></figure>


---

# 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/admin/ru/users/create-user.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.
