# Prediction Market

- [Introduction to Prediction Markets](https://docs.supercharged.io/prediction-market/introduction-to-prediction-markets.md): Where Forecasts Turn Into Profit
- [How Does it Works](https://docs.supercharged.io/prediction-market/how-does-it-works.md): Learn how the SuperCharged works in detail
- [Trading](https://docs.supercharged.io/prediction-market/how-does-it-works/trading.md): The outcomes of events by trading shares
- [Order Book basics](https://docs.supercharged.io/prediction-market/how-does-it-works/order-book-basics.md): Displays all the live resting orders available on a market
- [Selling your position](https://docs.supercharged.io/prediction-market/how-does-it-works/selling-your-position.md): Take your profits
- [Platform fee](https://docs.supercharged.io/prediction-market/platform-fee.md): What fees are gonna show up when you trade with Supercharge?


---

# 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.supercharged.io/prediction-market.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.
