> For the complete documentation index, see [llms.txt](https://wiki.ragnaroklibre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ragnaroklibre.com/tieng-viet/he-thong-tro-choi/trao-doi.md).

# Trao Đổi

1. **Trao đổi là gì?**
   * Trong Ragnarok Libre, có **hai loại hệ thống trao đổi** cho phép bạn đổi các vật phẩm khác nhau.

2. **Các loại trao đổi**
   * Trao Đổi Kafra
     * Đưa vật phẩm Kafra cho Tailring để đổi lấy nhiều vật phẩm hữu ích.
     * Vật phẩm Kafra có thể thu thập chủ yếu từ cửa hàng.
     * Có 4 loại vật phẩm Kafra:
       * Huy hiệu Kafra
       * Đồng xu Kafra
       * Danh thiếp Kafra
       * Bưu thiếp Kafra
   * **Butterly Wing**
     * Tăng độ thân thiết với tộc Doram để nhận nhiều vật phẩm **miễn phí**.
     * Cần sử dụng **cỏ chó con Doram** để nâng độ thân thiết.
       * Cỏ này có thể nhận được sau khi hoàn thành toàn bộ nhiệm vụ ngày.
     * Độ thân thiết càng cao, càng đổi được nhiều vật phẩm.
       * Khi yêu cầu vật phẩm, cần chờ một thời gian mới nhận được.
   * **Sàn Giao Dịch**
     * Sử dụng để giao dịch các vật phẩm như **trang bị**, **thẻ**, và một số **nguyên liệu**.
       * Thông tin chi tiết có thể được tham khảo qua liên kết riêng.
         * [Link](/tieng-viet/he-thong-kinh-te/cho-giao-dich.md)


---

# 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://wiki.ragnaroklibre.com/tieng-viet/he-thong-tro-choi/trao-doi.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.
