# ตั้งค่าการแจ้งเตือน

ฟีเจอร์การแจ้งเตือน (Notification) ทำหน้าที่เป็นศูนย์กลางการแจ้งเตือนแอดมินให้ทราบถึงความเคลื่อนไหวของลูกค้าในระหว่างการซื้อสินค้ากับบอท และเมื่อระบบตรวจพบว่าลูกค้าติดปัญหาในขั้นตอนใด ฟีเจอร์นี้จะช่วยส่งสัญญานการขอความช่วยเหลือของลูกค้าไปยังแอดมินเพื่อให้บริการลูกค้าได้อย่างรวดเร็ว&#x20;

การแจ้งเตือนในระบบ deeple มี 3 ประเภทดังนี้

* [แจ้งเตือนประเภทการชำระเงินของลูกค้า](/store-management/notification-setting/payment.md)
* [แจ้งเตือนประเภทรายการสั่งซื้อ](/store-management/notification-setting/order.md)
* [แจ้งเตือนประเภทแชท](/store-management/notification-setting/chat.md)


---

# Agent Instructions: 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:

```
GET https://tutorials.deeple.ai/store-management/notification-setting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
