> 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

Daftarkan 30 atau lebih pelacak GPS di Navixy sekaligus. Kirim file CSV atau Excel ke dukungan Navixy dengan model perangkat, ID, APN, dan penetapan pengguna.

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

## Templat daftar perangkat

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

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

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

Setelah file unggahan massal dibuat, hubungi tim dukungan Navixy untuk bantuan lebih lanjut dalam proses unggahan.

Perhatikan bahwa jumlah minimum unggahan massal adalah 30 perangkat.

## Pengaktifan massal aplikasi X-GPS Tracker

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

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

ID perangkat dihasilkan secara otomatis. Jika Anda memiliki pertanyaan atau kekhawatiran, silakan hubungi tim keberhasilan pelanggan 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/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.
