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

# Aktivasi massal

Jika Anda memindahkan sejumlah besar perangkat GPS dari platform lain ke Navixy, mengaktifkan setiap perangkat secara manual bisa menjadi tantangan. Sebagai gantinya, Anda dapat menghubungi [dukungan Navixy](mailto:support@navixy.com) untuk mendaftarkan ratusan bahkan ribuan perangkat hanya dengan satu file CSV atau Excel.

## Template daftar perangkat

Sebelum Anda memulai, pastikan file CSV Anda berisi kolom-kolom berikut dalam urutan yang ditentukan:

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

Jika perangkat perlu ditugaskan ke pengguna yang berbeda, isi kolom `user_id` . Jika file tidak memiliki `user_id`, semua perangkat akan ditambahkan ke satu pengguna. Harap hindari penggunaan karakter khusus seperti "+", "°", atau spasi ganda dalam file. Kolom komentar bersifat opsional dan dapat digunakan untuk menambahkan informasi tambahan tentang perangkat. Kami juga menyediakan [file contoh](https://www.navixy.com/wp-content/uploads/2022/04/hardware-trackers-activation-example.csv) sebagai panduan.

Setelah file unggah massal dibuat, silakan hubungi tim dukungan Navixy untuk bantuan lebih lanjut dengan proses unggah.

Perlu diketahui bahwa jumlah minimum untuk unggah massal adalah 30 perangkat.

## Aktivasi massal aplikasi X-GPS tracker

Untuk aplikasi seluler X-GPS Tracker, silakan gunakan nama kolom dan urutan berikut:

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

ID perangkat akan dihasilkan secara otomatis. Kami selalu siap membantu Anda dengan masalah terkait aktivasi massal atau fitur lainnya. Jika Anda memiliki pertanyaan atau kekhawatiran, silakan hubungi tim keberhasilan pelanggan kami.


---

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