# Order Books

As we have already seen, placing market orders is the easiest way to enter/exit the desired markets but this convenience comes at a price. You buy/sell at the price offered by the market, which might not be suitable to you. \
If you believe, there is 80% chance of success in an event, you would not want to buy Yes shares at more than 80c per share.\
That's where Limit orders come in, which give you the flexibility to specify the price at which you want to buy/sell.&#x20;

Order book is aggregation of these limit orders at each price level, which looks like the one shown below.

<figure><img src="/files/49d8QwHUx47z2gFcshFa" alt=""><figcaption></figcaption></figure>

It shows that the best price someone is willing to pay for buying Yes shares is 49.4c (best bid) and the best price someone is willing to sell at is 50.3c (best ask), which has a gap of 90c. This difference between best bid and best ask is known as spread. As more and more people trade in a market, spread tends to reduce and vice versa.


---

# 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.fliq.one/trading-concepts/order-books.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.
