# Polymarket Interface

On the Polymarket interface, here's how it looks:

### Propose Resolution

The first step to resolving a market is to **propose a resolution**.&#x20;

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

Once submitted, the proposal enters a **2-hour dispute window**. During this time, **anyone can dispute** the proposed outcome.

<figure><img src="/files/6Xx9SO6ISfzXawKoV9xw" alt=""><figcaption></figcaption></figure>

### Proposal Accepted

If the proposal goes **unchallenged** during the dispute window, it is accepted, and the market **resolves accordingly**.

<figure><img src="/files/7msjpnC9SxNKyObddGww" alt=""><figcaption></figcaption></figure>

### Proposal Disputed

If the proposal is **disputed**, it proceeds to a **discussion and vote**. In the meantime, **another proposal** can be submitted.

<figure><img src="/files/zdSE7GzDyKrgN34ZvHsJ" 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/resolution/the-resolution-process/polymarket-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.
