> 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/devices/bulk-activation.md).

# Массовая активация

Зарегистрируйте сразу 30 или более GPS-трекеров в Navixy. Отправьте в службу поддержки Navixy CSV- или Excel-файл с моделью устройства, ID, APN и назначением пользователя.

Если вы переносите большое количество GPS-устройств с другой платформы в Navixy, ручная активация каждого устройства может оказаться непростой задачей. Вместо этого вы можете обратиться [в службу поддержки Navixy](mailto:support@navixy.com) чтобы зарегистрировать сотни или даже тысячи устройств с помощью всего одного файла CSV или Excel.

## Шаблон списка устройств

Перед началом убедитесь, что ваш CSV-файл содержит следующие столбцы в указанном порядке:

* user\_id
* model
* label
* device\_id
* phone
* apn\_name
* apn\_user
* apn\_password
* comment

Если вам нужно назначить устройства разным пользователям, заполните `user_id` столбец. В случае файла без `user_id`, все устройства будут добавлены одному пользователю. Избегайте использования специальных символов, таких как "+", "°", или двойных пробелов в файле. Поле comment необязательно и может использоваться для добавления дополнительной информации об устройстве. Navixy также предоставляет [образец файла](https://www.navixy.com/wp-content/uploads/2022/04/hardware-trackers-activation-example.csv) для справки.

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

Обратите внимание, что минимальное количество устройств для массовой загрузки — 30.

## Массовая активация приложения X-GPS Трекер

В случае с мобильным приложением X-GPS Tracker используйте следующие названия столбцов и порядок:

* model
* label
* телефон для уведомлений
* notification\_email

Идентификаторы устройств генерируются автоматически. Если у вас есть какие-либо вопросы или сомнения, смело обращайтесь в команду 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/admin/ru/devices/bulk-activation.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.
