> 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/billing/canceling-your-plan.md).

# การยกเลิกแผนของคุณ

***

#### **ฉันขอรับเงินคืนได้ไหม?**

ไม่สามารถขอคืนเงินได้ในระหว่างที่ยังมีการสมัครใช้งานอยู่ หากคุณยกเลิกแพ็กเกจ คุณจะยังคงเข้าถึงได้จนถึงสิ้นสุดรอบบิลปัจจุบัน และจะไม่มีการเรียกเก็บเงินอีก&#x20;

ดูรายละเอียดทั้งหมดได้ที่ [ข้อกำหนดในการให้บริการ](https://www.boxhero.io/en/tos).

#### **ฉันจะยกเลิกการสมัครใช้งานได้อย่างไร?**

ไปที่ <mark style="color:$primary;">`การตั้งค่า`</mark> > <mark style="color:$primary;">`การเรียกเก็บเงิน`</mark> > <mark style="color:$primary;">`ยกเลิกแพ็กเกจ`</mark>. การสมัครใช้งานของคุณจะไม่ต่ออายุ แต่คุณจะยังคงเข้าถึงฟีเจอร์ทั้งหมดได้จนกว่าจะสิ้นสุดรอบบิลปัจจุบัน

<figure><img src="/files/52092677f0ed32d77b8424cd5c782d894df2ea9d" alt=""><figcaption></figcaption></figure>

#### **จะเกิดอะไรขึ้นหลังจากฉันยกเลิกการสมัครใช้งาน?**

เมื่อรอบบิลปัจจุบันของคุณสิ้นสุดลง บัญชีของคุณจะถูกเปลี่ยนไปเป็น [แผนส่วนบุคคล](https://www.boxhero.io/docs/pricing#personal-plan)ฟรีโดยอัตโนมัติ ฟีเจอร์พรีเมียม เช่น **การแจ้งเตือนสต็อกต่ำ** และ **รายงานสินค้าคงคลัง** จะถูกปิดใช้งาน แต่ข้อมูลของคุณจะไม่ถูกลบ — คุณสามารถกลับมาใช้งานต่อได้จากจุดที่ค้างไว้ หากสมัครใช้งานอีกครั้งในภายหลัง

#### **ถ้าฉันยกเลิกกลางรอบ จะถูกเรียกเก็บเงินไหม?**

ไม่ เมื่อคุณยกเลิก คุณจะไม่ถูกเรียกเก็บเงินอีก การสมัครใช้งานของคุณจะยังคงใช้งานได้จนถึงสิ้นสุดรอบบิลปัจจุบัน และจะไม่มีการดำเนินการชำระเงินเพิ่มเติม

#### **ฉันสามารถพักการสมัครใช้งานแทนการยกเลิกได้ไหม?**

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


---

# 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/billing/canceling-your-plan.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.
