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

# Membuat pengguna

Buat dan kelola akun pengguna individual di Admin Panel atau impor massal beberapa pengguna sekaligus dari file XLSX atau CSV menggunakan templat yang disediakan

Untuk menambahkan pengguna baru ke panel admin, klik <img src="https://154450907-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"> pada halaman Pengguna. Ini membuka **Pengguna baru** jendela:

<div data-full-width="true"><figure><img src="https://154450907-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://154450907-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>Jendela pengguna baru</p></figcaption></figure></div>

Masukkan alamat email yang digunakan sebagai login pengguna ke platform Navixy dan kata sandi. Bergantung pada status hukum pengguna (perorangan, badan hukum, atau pedagang tunggal), bidang yang diperlukan juga dapat mencakup nama, detail kontak, serta alamat hukum dan alamat pos.

Bagian **Pengaturan UI** pada jendela berisi **Sembunyikan IMEI perangkat** kotak centang, yang dipilih sebelumnya menurut bawaan platform. Kosongkan atau pilih untuk memberi pengguna ini nilai yang berbeda dari nilai pada seluruh platform. Untuk mengetahui apa yang dikontrol kotak centang tersebut, lihat [Default pengguna](/docs/admin/id/settings/user-defaults.md#ui-settings).

## Cara mengimpor data pengguna

Untuk menambahkan beberapa pengguna baru sekaligus, Anda dapat menggunakan **Impor data pengguna** fitur di [Toolbar pengguna](/docs/admin/id/users.md#user-toolbar). Klik <img src="https://154450907-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"> dan unggah file XLSX atau CSV berukuran tidak lebih dari 10 Mb. Untuk memastikan bahwa file diformat dengan benar, unduh templat dengan mengeklik tautan.

<figure><img src="https://154450907-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>Mengimpor data pengguna</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/id/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.
