> For the complete documentation index, see [llms.txt](https://rol-aokth.gitbook.io/aok-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rol-aokth.gitbook.io/aok-guide/support/how-to-play/trade.md).

# Trade - แลกเปลี่ยน

1. ผู้เล่นสามารถ <mark style="color:red;">**แลกเปลี่ยน**</mark> ไอเทมด้วยตนเอง โดยเมื่อยืนใกล้ผู้เล่นนั้นๆ จะมีกดปุ่ม <mark style="color:purple;">**Action**</mark>&#x20;

* เมื่อกดแล้วจะมี Popup ขึ้นมาให้กดคำว่า <mark style="color:purple;">**Deal**</mark> เพื่อแลกเปลี่ยน
* ส่วน Popup ของผู้เล่นที่ถูก Deal จะขึ้นคำว่า <mark style="color:red;">**Accept**</mark> เพื่อเข้าสู่หน้าต่างแลกเปลี่ยนต่อไป

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

2.เมื่อของผู้เล่นที่ถูก Deal กด <mark style="color:purple;">**Accept**</mark> จะเข้าสู่หน้าต่างแลกเปลี่ยน (Dealing)

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

3. เลือก <mark style="color:purple;">**Item**</mark> ที่ต้องการแลกเปลี่ยน

<figure><img src="/files/iLHZvJ4Qlu5mlnZlCgSc" alt=""><figcaption><p><mark style="color:yellow;">เลือก Item ที่ต้องการแลกเปลี่ยน</mark></p></figcaption></figure>

4. จะมี <mark style="color:purple;">**Popup**</mark> ขึ้นมาให้กดที่ <mark style="color:purple;">**Offer**</mark> เพื่อเพื่มไอเทมไปยังหน้าต่างแลกเปลี่ยน (หน้าต่าง Dealing)

<figure><img src="/files/Q1RePzSdGr49dAA4wC8V" alt=""><figcaption><p><mark style="color:yellow;">Offer</mark></p></figcaption></figure>

5. เมื่อทั้งสองฝ่าย <mark style="color:red;">**ตรวจสอบ**</mark> จนแน่ใจแล้วว่าถูกต้อง ให้กดที่ <mark style="color:purple;">**Lock**</mark> ทั้งสองฝ่าย

<figure><img src="/files/mLXs30vdOdTx4FaZrYyB" alt=""><figcaption><p><mark style="color:yellow;">Offer</mark></p></figcaption></figure>

6. กด <mark style="color:purple;">**Confirm**</mark> ทั้ง 2 ฝ่าย แล้วหน้าต่างแลกเปลี่ยนจะปิดตัวลง

<figure><img src="/files/yszLKhM9tX7MGR9xFjYO" alt=""><figcaption><p><mark style="color:yellow;">Confirm</mark> </p></figcaption></figure>

7. การแลกเปลี่ยน <mark style="color:red;">**เสร็จสิ้น**</mark> ไอเทมจะย้ายไปอยู่ในตัวของอีกฝ่าย <mark style="color:red;">**ให้กด i**</mark> เพื่อตรวจสอบอีกครั้ง

<figure><img src="/files/wsa1FYb2on9WcXvOjXla" alt=""><figcaption><p><mark style="color:yellow;">การแลกเปลี่ยนเสร็จสิ้น</mark></p></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://rol-aokth.gitbook.io/aok-guide/support/how-to-play/trade.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.
