# Trading

### Starting a Trade

To begin a trade with another player:

```
/trade [player]
```

***

### The Trading Menu

Once both players accept, a secure trade window opens.

Inside the menu you’ll see:

* **Your items** (left side)
* **Their items** (right side)
* **Your money offer**
* **Their money offer**
* **Confirm buttons**
* **Status indicators**

Nothing is exchanged until **both players confirm twice**.

<figure><img src="/files/0dXSPkYr3LcXof6NBsDU" alt=""><figcaption></figcaption></figure>

***

### Cancelling a Trade

You can cancel at any time before both players confirm:

* Close the menu

If either player cancels, the trade ends and nothing is lost.


---

# Agent Instructions: 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:

```
GET https://docs.sapling.gg/survival-guides/trading.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
