# Trading

### How to trade

You can initiate a trade from any product page, user profile, or from the main trading interface. You can access the main trading interface via the "Social" section of the sidebar.

When you initiate a trade with a specific person, they will be automatically added as the counterparty to your trade. If you begin with the main interface, you will need to add the person you wish to trade with.

### Understanding the UI

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

<details>

<summary>UI Details</summary>

1. Trade tab where trades are organized
2. Offers tab, where a user can review proposed trades
3. User selector: When making a trade offer, you must add products to both sides of the trade. You can switch between your own inventory and your counter-party here
4. Inventory of the use highlighted in section 3. Click on items to add them to the proposed trade
5. The two users involved in a trade. Click here to change the user that you wish to trade with.
6. The UI showing the items currently included in the trade. Click on the add cash button to add money to either side of the trade.
7. Cancel and create trade buttons. Cancel will clear the trade and create will issue it and notify the other user.

</details>

### Step-by-Step Instructions

<details>

<summary>Requesting a Trade</summary>

1. Access the trading UI
2. Select the items that you wish to trade
3. Search for and add the user you wish to trade with
4. Add the items you want from them
5. Add any cash to either side of the trade
6. Press confirm trade

</details>

<details>

<summary>Reviewing and Responding to a Trade</summary>

1. Access the trading UI
2. Head to the offers tab
3. Review the trade and press accept or reject

</details>


---

# 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.dyli.io/core-features/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.
