# Interface

Each market consists of four sections:

1. **Market Overview**: shows the market title, price graph, outcomes, and buy/sell interface
2. **Order Book**: displays current bids and asks
3. **Rules**: explains how the market will be resolved
4. **Community**: shows comments, top holders, and recent activity

Let's use [Highest grossing movie in 2025?](https://polymarket.com/event/highest-grossing-movie-in-2025) as an example.

### Market Overview <a href="#market-overview" id="market-overview"></a>

Market Overview gives you a quick snapshot of the market, showing the **market question**, **price graph**, **outcomes**, and **buy/sell interface**.

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

### Order Book <a href="#order-book" id="order-book"></a>

The Order Book displays **current bids and asks**, along with how many shares traders are offering at each price.

*Example*: In the Order Book, buyers are bidding **38¢** for Yes while sellers are asking **41¢**. The **3¢ spread** is the difference. It also shows size: buyers want **82.70** **shares at 38¢**, while sellers are offering **574 at 41¢**.

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

### Rules <a href="#rules" id="rules"></a>

The Rules section explains how the market will resolve, including the **resolution criteria and resolution source**.

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

### Community <a href="#community" id="community"></a>

The Community section has three parts: **comments, top holders, and trading activity**.

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


---

# 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://polymarketguide.gitbook.io/polymarketguide/markets/basics/interface.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.
