> For the complete documentation index, see [llms.txt](https://zenyland.gitbook.io/zenyland/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zenyland.gitbook.io/zenyland/wiki/survivalmix/trade/cara-trade.md).

# Cara Trade

{% stepper %}
{% step %}

### Kirim permintaan trade

Gunakan command `/trade <player>` untuk mengirim permintaan trade ke pemain tujuan.
{% endstep %}

{% step %}

### Tunggu permintaan diterima

Tunggu pemain tersebut menerima permintaan trade kamu.
{% endstep %}

{% step %}

### Buka menu trade

Setelah diterima, menu trade akan terbuka secara otomatis.
{% endstep %}

{% step %}

### Masukkan item atau uang

Masukkan item atau uang yang ingin kamu tukarkan.
{% endstep %}

{% step %}

### Konfirmasi isi trade

Klik tombol confirm atau siap jika kamu sudah yakin dengan isi trade.
{% endstep %}

{% step %}

### Selesaikan trade

Trade akan selesai jika kedua pihak sudah menyetujui isi transaksi.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Selalu cek kembali item sebelum menekan confirm.
{% endhint %}

{% hint style="warning" %}
Jangan mudah percaya. Hindari penipuan atau scam.
{% endhint %}

{% hint style="warning" %}
Trade akan otomatis batal jika salah satu pemain keluar.
{% endhint %}

{% hint style="warning" %}
Beberapa item mungkin tidak bisa di-trade.
{% endhint %}

{% hint style="warning" %}
Gunakan fitur trade hanya dengan pemain yang terpercaya.
{% endhint %}

### Tips Aman

* Pastikan nama item dan jumlahnya sudah benar.
* Jangan terburu-buru saat trade.
* Hindari trade di luar sistem, seperti drop item langsung.


---

# 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://zenyland.gitbook.io/zenyland/wiki/survivalmix/trade/cara-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.
