# Order Book

### Our Order Book

The left side of our main dashboard displays the order book for a selected trading pair. &#x20;

The order book is organized vertically in a descending Price order.  Sell orders (red prices) are displayed above Buy orders (green prices).  Each row contains: the Price, the quantity available at that price, and the cumulative quantity available up to that price.&#x20;

A user-submitted marketable Buy order will execute against the Best Offer first, while a submitted  marketable Sell order will execute against the Best Bid first.&#x20;

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

Price precision can be adjusted as desired to display grouped or ungrouped liquidity in the order book at the user selected price intervals.&#x20;

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

### Selecting Trading Pairs

A drop-down menu above the order book allows users to enter or choose a trading pair from the available pairs list.&#x20;

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

For frequently used pairs users can also set their favourite pairs by clicking the star (☆) on the left side of each pair.  Favourites list can be accessed by clicking the star (☆) below the search bar.

<figure><img src="/files/TQEOV84FCrvpopTu6DUu" 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://docs.aquanow.io/aquanow/user-guide/trading/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.
