> For the complete documentation index, see [llms.txt](https://tutorials.deeple.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.deeple.ai/getstarted/botsetting/shopping-mode.md).

# รูปแบบการเลือกซื้อสินค้า

เป็นฟีเจอร์ที่ร้านค้าสามารถกำหนดรูปแบบการเลือกซื้อสินค้าให้กับลูกค้าได้ตามที่ต้องการ โดยมีตัวเลือก 2 รูปแบบ&#x20;

* [รูปแบบบทสนทนา (Conversation-based)](#ecff)
* [รูปแบบเว็บช้อปปิ้ง (Web shopping flow)](#b676)

## การตั้งค่ารูปแบบการเลือกซื้อสินค้า

1. กำหนดรูปแบบการเลือกซื้อสินค้าได้ตามที่ต้องการ&#x20;
2. คลิกปุ่ม "บันทึก"

![](/files/mDjR5LWkPHnUbdDDEpsD)

## เปรียบเทียบรูปแบบการเลือกซื้อสินค้า

### ***Chatbot flow วิธีเสนอขายสินค้าด้วยโฟลว์แบบแชทบอท*** <a href="#ecff" id="ecff"></a>

![](/files/ndP511McWIVqf7n6tzIf)

* ทำงานร่วมกับปุ่ม Quick Reply หากลูกค้าต้องการซื้อสินค้า 1 – 5 ชิ้น สามารถเลือกสินค้าและคลิกปุ่ม Quick Reply เพื่อเลือกจำนวนสินค้าได้ทันที
* เหมาะกับร้านค้าที่มีสินค้าไม่เกิน 10 หมวดหมู่ และหมวดหมู่ละไม่เกิน 10 รายการ เพื่อให้แชทบอทแสดงข้อมูลสินค้าได้ทั้งหมดในหน้าแชทเดียว

### ***Web shopping flow แชทบอทเสนอขายสินค้าด้วยระบบเว็บช็อปปิ้ง*** <a href="#b676" id="b676"></a>

![](/files/1o3iwaMF6aV7qbOTJt0y)

* ระบบจะแสดงสินค้าทั้งหมดเป็นหน้าคล้ายเว็บไซต์ E-Commerce ที่ลูกค้าสามารถเลือกดูสินค้า และหยิบลงตะกร้าได้เอง
* เหมาะกับร้านค้าที่มีหมวดหมู่สินค้ามากกว่า 10 หมวดหมู่ หรือมีสินค้าแต่ละหมวดมากกว่า 10 รายการ รวมถึงมีการจัดโปรโมชันอยู่หลายโปร ฯ จะช่วยให้โชว์สินค้าได้เยอะขึ้น และลูกค้าเลือกซื้อสินค้าได้ง่ายขึ้น

{% content-ref url="/pages/WC2jzNo5rnTFsvgRTHqH" %}
[การใช้งานเว็บช้อปปิ้ง (In-chat Web Shopping)](/practical-using/in-chat-web-shopping.md)
{% endcontent-ref %}

{% hint style="success" %}
**บทความแนะนำ** : [Chatbot flow กับ Web shopping flow ต่างกันอย่างไร รู้จัก 2 วิธีแชทบอทเสนอขายสินค้า พร้อมเลือกให้เหมาะกับร้านคุณ](https://blog.deeple.ai/chatbot-flow-vs-web-shopping-flow-416d83030b91)
{% endhint %}


---

# 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://tutorials.deeple.ai/getstarted/botsetting/shopping-mode.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.
