> For the complete documentation index, see [llms.txt](https://drlv.gitbook.io/dragonica-landverse-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drlv.gitbook.io/dragonica-landverse-whitepaper/blockchain/cbt-guide/undefined.md).

# วิธีการใช้โค้ดกิจกรรมต่าง ๆ

### 1. พูดคุยกับ NPC Gato

&#x20;       เมื่อผู้เล่นพูดคุยกับ **NPC Gato** จะมีหน้าเมนูขึ้นมา

<figure><img src="/files/qAYsHnHKLMcNTF1b9Dw1" alt="" width="308"><figcaption></figcaption></figure>

### 2. เลือกหัวข้อ 'การใช้คูปอง'

&#x20;       ในหน้าเมนูเลือกหัวข้อ **'การใช้คูปอง'** เพื่อเปิดหน้าแสดงระบบคูปองทั้งหมด

<figure><img src="/files/586SDhUJMxKngjwujaPX" alt=""><figcaption></figcaption></figure>

### 3. กดที่ปุ่ม 'Coupon'

&#x20;       เมื่อเข้าสู่หน้าคูปองแล้ว ให้กดปุ่ม **Coupon** เพื่อเปิดหน้าต่างสำหรับกรอกรหัสคูปองกิจกรรมที่มุมซ้ายล่าง

<figure><img src="/files/6alN4i6xLgB4gscNUuqc" alt="" width="467"><figcaption></figcaption></figure>

### 4. กรอกโค้ดที่ท่านได้รับในช่อง 'Coupon'

&#x20;       เมื่อกดที่ปุ่ม **Coupon** จะมีหน้า Coupon ให้กรอกรหัสไอเทมโค้ด เมื่อกรอกเสร็จแล้วกดที่ปุ่ม **ตกลง**

<figure><img src="/files/8jTOAaIjxESmZuXWI6el" alt=""><figcaption></figcaption></figure>

### 5. ยืนยันการใช้โค้ด

&#x20;       เมื่อกด ตกลง ให้ผู้เล่นยืนยันการใช้งานโค้ดอีกครั้งด้วยการกด **ตกลง** อีกครั้ง

<figure><img src="/files/fE93hNVyZWtk1THGwtOz" alt=""><figcaption></figcaption></figure>

### 6. ไอเทมจะเข้าสู่กระเป๋าของผู้เล่นทันที

&#x20;      หลังจากผู้เล่นยืนยันการใช้งานโค้ดไอเทมจะถูกจัดส่งเข้าที่กระเป๋าของตัวละครทันที

<figure><img src="/files/z8eFvDjFht55y4SPAxEZ" alt=""><figcaption></figcaption></figure>


---

# 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://drlv.gitbook.io/dragonica-landverse-whitepaper/blockchain/cbt-guide/undefined.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.
