# Market Detail Page

This is the **core trading interface** where analysis and execution happen.

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

{% tabs %}
{% tab title="Market Information Panel" %}

#### **Market Information Panel**

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

Displays complete market data:

* Full market question
* Tags and categories
* Expiry date
* Market description and rules
  {% endtab %}

{% tab title="Analytics & Data" %}

#### **Analytics & Data**

* **Odds Chart**

  * Historical price movement of YES/NO outcomes

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

* **Order Book**

  * Live view of buy/sell depth

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

* **Platform Comparison Table**

  Side-by-side comparison across platforms:

  * YES price
  * NO price
  * Volume
  * Liquidity

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

{% endtab %}

{% tab title="Trade Execution Panel" %}

#### Trade Execution Panel

<figure><img src="/files/3ZgGcQTCsiCphO5KsiOd" alt=""><figcaption></figcaption></figure>

This is where trades are executed.

**Key Features**

* Aggregated order execution
* Best price routing
* Multi-platform trading

**Trade Insights**

Before execution, users see:

* Average fill price
* Fee breakdown (platform + UniMarkets fee)
* Slippage estimate
* Worst-case cost
  {% endtab %}
  {% endtabs %}

#### **Trade Flow**

1. Analyze market data
2. Select platform(s) and outcome
3. Enter trade amount
4. Review execution details
5. Confirm trade

All transactions are recorded automatically.


---

# 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.unimarkets.io/platform-guide/platform-overview/market-detail-page.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.
