> For the complete documentation index, see [llms.txt](https://wiki.landania.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.landania.net/english/trading/trading-system.md).

# Trading System

With our trading system, you are able to trade with other players safely and scam-free. \
With the command <mark style="color:green;">/trade \<Player name></mark> you can send a trade request to another player.&#x20;

If another player sends you a trade request, you will receive it in the chat. Click on "\[Accept]" or use the command <mark style="color:green;">/trade \<Player name></mark> to accept the request.

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

Now the trading system opens for both players and both players can add items or coins. Just click on the item in the inventory and it will be added to your own side. \
Clicking on the item again in the menu will remove it. To add coins as well, you click on the coin display and can specify an amount there.

<figure><img src="/files/PD1JKyRCgXYkHSnFRENe" alt=""><figcaption><p>Trading menu between two players</p></figcaption></figure>

If both players agree to the trade, they each click on the green tick to accept the trade.\
Once both have accepted the trade, it will be executed.&#x20;

{% hint style="warning" %}
If coins were also traded, 1% tax will be charged on them.
{% endhint %}

{% hint style="success" %}
**If you have subscribed to Landania VIP, these taxes do not apply**
{% 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://wiki.landania.net/english/trading/trading-system.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.
