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

# Bulk activation

If you are transferring a large number of GPS devices from another platform to Navixy, activating each device manually can be a challenge. Instead, you can contact [Navixy support](mailto:support@navixy.com) to register hundreds or even thousands of devices with just a single CSV or Excel file.

## Device list template

Before you begin, ensure that your CSV file contains the following columns in the specified order:

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

If you need to assign devices to different users, fill in the `user_id` column. In case of a file without `user_id`, all devices are added to a single user. Avoid using special characters such as "+", "°", or double spaces in the file. The comment field is optional and can be used to add additional information about a device. Navixy also provides a [sample file](https://www.navixy.com/wp-content/uploads/2022/04/hardware-trackers-activation-example.csv) for guidance.

Once the bulk upload file has been created, reach out to Navixy’s support team to assist further with the upload.

Note that the minimum bulk upload amount is 30 devices.

## Bulk activating of X-GPS tracker app

In case of X-GPS Tracker mobile app, use the following column names and order:

* model
* label
* notification\_phone
* notification\_email

The device IDs are generated automatically. If you have any questions or concerns, feel free to reach out to the Navixy customer success team.


---

# 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/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.
