# Trading

- [Market Page](https://help.trade.fun/prediction-market/trading/market-page.md): Detailed view of an individual prediction market. (INSIDE PREDICTION PAGE)
- [Trading Panel](https://help.trade.fun/prediction-market/trading/trading-panel.md): The main interface for opening or closing positions in Prediction Markets.
- [Portfolio & Orders](https://help.trade.fun/prediction-market/trading/portfolio-and-orders.md): Manage and review all of your open and historical activity.
- [Order Book](https://help.trade.fun/prediction-market/trading/order-book.md): The Order Book shows all open buy and sell orders for a market outcome. It helps you see current liquidity, price levels, and how tight the spread is before you trade.


---

# 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://help.trade.fun/prediction-market/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.
