# Order book

<figure><img src="/files/6OpV5CN7Xh8n5WhtHBH6" alt=""><figcaption><p>tuleep.trade order book</p></figcaption></figure>

The order book component displays the current buy and sell orders for the selected ticker in real time.

This provides a view of the current supply and demand levels for the asset and can be used to gauge market sentiment.&#x20;

* The buy orders (bids) are listed on the left-hand side of the order book, with the highest bid at the top and lower bids below it.&#x20;
* The sell orders (asks) are listed on the right-hand side of the order book, with the lowest ask at the top and higher asks below it.


---

# 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.tuleep.trade/terminal/order-book.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.
