# How to Manual Trading

Once the link is recognized, the bot will display the **Market Dashboard**:

* **Market Title:** The question being predicted.
* **Prices:** Current prices for "Yes" and "No".
* **Stats:** 24h Volume and Liquidity.

<img src="/files/EBdIUf2HJlOe8YymrgdD" alt="" width="563">

**Step 1: Select Outcome**

Click on **✅ Yes** or **No** to select the outcome you want to buy.

**Step 2: Choose Order Type**

* **🔘 Buy (Market Order):**
  * Executes immediately at the current best available price.
  * *Best for:* Speed and ensuring you don't miss the trade.
* **🔘 Limit Buy (Limit Order):**
  * Allows you to set a specific maximum price you are willing to pay.
  * *Best for:* Controlling entry price and avoiding slippage.


---

# 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.polycop.ai/manual-trading/how-to-manual-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.
