> 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/th/account-management/profile-and-settings.md).

# โปรไฟล์และการตั้งค่า

***

#### **ฉันสามารถเปลี่ยนที่อยู่อีเมลของฉันได้ไหม?**

ขณะนี้ BoxHero ยังไม่รองรับการเปลี่ยนที่อยู่อีเมลของคุณโดยตรง หากต้องการใช้อีเมลใหม่ ให้สร้างบัญชี BoxHero ใหม่ด้วยที่อยู่อัปเดต แล้วเชิญเข้าทีมเดิมของคุณ เมื่อบัญชีใหม่ได้รับสิทธิ์เข้าถึงแล้ว คุณสามารถลบบัญชีเก่าของคุณได้โดยออกจากทีม หรือลบบัญชีนั้น

หากคุณพบปัญหาใดๆ โปรดติดต่อ [ฝ่ายสนับสนุน](https://www.boxhero.io/docs/resources/contact).

#### **ฉันจะเปลี่ยนการตั้งค่าการแจ้งเตือนได้อย่างไร?**

ไปที่ <mark style="color:$primary;">`การตั้งค่า`</mark> > <mark style="color:$primary;">`การแจ้งเตือน`</mark> เพื่อเลือกประเภทของการแจ้งเตือนที่คุณต้องการรับ ตัวเลือกได้แก่:

* **การแจ้งเตือนบนมือถือ** สำหรับการแจ้งเตือนเมื่อสินค้าใกล้หมด
* **การแจ้งเตือนทางอีเมล** สำหรับรายงานประจำสัปดาห์ของทีมคุณ *(เฉพาะผู้ดูแลระบบ)*

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

#### **ฉันจะเปลี่ยนภาษาได้อย่างไร?**

BoxHero รองรับภาษาอังกฤษ, สเปน, ฝรั่งเศส, เยอรมัน, รัสเซีย, ญี่ปุ่น, เกาหลี, อินโดนีเซีย, ไทย, เวียดนาม, โปรตุเกส (บราซิล) และจีน (แบบย่อและแบบตัวเต็ม)

* หากต้องการเปลี่ยนภาษาบนเดสก์ท็อป ให้คลิกไอคอนโปรไฟล์ของคุณที่มุมขวาบน ไปที่ <mark style="color:$primary;">`การตั้งค่าบัญชี`</mark> > <mark style="color:$primary;">`ภาษา`</mark>.
* บนมือถือ ให้ไปที่ <mark style="color:$primary;">`การตั้งค่า`</mark> > <mark style="color:$primary;">`การตั้งค่าบัญชี`</mark> (ไอคอนโปรไฟล์) >  <mark style="color:$primary;">`ภาษา`</mark>.

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

#### **ฉันจะเปลี่ยนเขตเวลาได้อย่างไร?**

เขตเวลาเป็นการตั้งค่าระดับทีม ไม่ใช่การตั้งค่าบัญชีรายบุคคล หากต้องการเปลี่ยน ให้ไปที่ <mark style="color:$primary;">`การตั้งค่า`</mark> > <mark style="color:$primary;">`ทีม`</mark> และอัปเดตเขตเวลาที่นั่น การเปลี่ยนแปลงนี้จะมีผลกับสมาชิกทุกคนในทีม บนมือถือ ให้ไปที่ <mark style="color:$primary;">`การตั้งค่า`</mark> > <mark style="color:$primary;">`การตั้งค่าการแสดงผล`</mark> > <mark style="color:$primary;">`เขตเวลา`</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/th/account-management/profile-and-settings.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.
