> 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

Untuk menambahkan pengguna baru ke panel Admin, klik <img src="/files/b9b4992a700192b74537c84bab39ce18bd64ab86" alt="" data-size="line"> pada halaman Pengguna. Ini akan membuka **Pengguna baru** jendela:

<div data-full-width="true"><figure><img src="/files/59a79ed5f560858252a814f81843f17cb5146ebd" alt="New user pt1" width="504"><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/c5fd1d59ffdf0394d6ffd2d662cff67d723b6f5e" alt="New user pt2" width="514"><figcaption><p>Jendela pengguna baru</p></figcaption></figure></div>

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

## Cara mengimpor data pengguna

Untuk menambahkan beberapa pengguna baru sekaligus, Anda dapat menggunakan **Impor data pengguna** fitur di [Bilah alat Pengguna](/docs/admin/id/users.md#user-toolbar). Cukup klik <img src="/files/50e226f719f30fe837ff2b67a81338d5f79d06ca" alt="Import user data" data-size="line"> dan unggah file XLSX atau CSV berukuran tidak lebih dari 10 Mb. Untuk memastikan file diformat dengan benar, unduh template dengan mengklik tautan.

<figure><img src="/files/b0dca49009ec1e7a72af56e2cc8ef3d139f2841d" 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.
