> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/id/manajemen-akun/profil-and-pengaturan.md).

# Profil & pengaturan

***

#### **Bisakah saya mengubah alamat email saya?**

BoxHero saat ini belum mendukung perubahan alamat email secara langsung. Untuk menggunakan email baru, buat akun BoxHero baru dengan alamat yang diperbarui, lalu undang akun tersebut ke tim Anda yang ada. Setelah akun baru memiliki akses, Anda dapat menghapus akun lama Anda dengan keluar dari tim atau menghapusnya.

Jika Anda mengalami masalah apa pun, silakan hubungi [Dukungan](https://www.boxhero.io/docs/resources/contact).

#### **Bagaimana cara mengubah preferensi notifikasi saya?**

Buka <mark style="color:$primary;">`Pengaturan`</mark> > <mark style="color:$primary;">`Notifikasi`</mark> untuk memilih jenis peringatan yang ingin Anda terima. Opsi meliputi:

* **Notifikasi seluler** untuk peringatan stok rendah
* **Notifikasi email** untuk laporan mingguan tim Anda *(hanya admin)*

<figure><img src="/files/a83182e99bf970379377a4b25fcbb2ff86e53d66" alt="BoxHero Notification Settings UI Screenshot"><figcaption></figcaption></figure>

#### **Bagaimana cara mengubah bahasa saya?**

BoxHero saat ini mendukung bahasa Inggris, Spanyol, Prancis, Jerman, Rusia, Jepang, Korea, Indonesia, Thai, Vietnam, Portugis (Brasil), dan Tionghoa (Sederhana dan Tradisional).

* Untuk mengubah bahasa Anda di desktop, klik ikon profil Anda di sudut kanan atas, buka <mark style="color:$primary;">`Pengaturan Akun`</mark> > <mark style="color:$primary;">`Bahasa`</mark>.
* Di mobile, buka <mark style="color:$primary;">`Pengaturan`</mark> > <mark style="color:$primary;">`Pengaturan Akun`</mark> (ikon profil) >  <mark style="color:$primary;">`Bahasa`</mark>.

<figure><img src="/files/b40d3edccb5f9e8c71915837bd452038321f516c" alt="BoxHero Account Settings UI Screenshot - Change Language"><figcaption></figcaption></figure>

#### **Bagaimana cara mengubah zona waktu saya?**

Zona waktu adalah pengaturan tingkat tim, bukan pengaturan akun individu. Untuk mengubahnya, buka <mark style="color:$primary;">`Pengaturan`</mark> > <mark style="color:$primary;">`Tim`</mark> dan perbarui zona waktu di sana. Perubahan ini akan diterapkan ke semua anggota tim. Di mobile, buka <mark style="color:$primary;">`Pengaturan`</mark> > <mark style="color:$primary;">`Setelan Tampilan`</mark> > <mark style="color:$primary;">`Zona Waktu`</mark>.


---

# 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://www.boxhero.io/docs/faq/id/manajemen-akun/profil-and-pengaturan.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.
