# How to Adjust the Order Book Settings

1. Navigate to the Pro Page at the top left of the Terrace website.

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

2. Shown in the following picture is the order book. The order book is a live list of every limit order currently waiting to be filled across all supported venues. It is divided into two sides:

* Bids (Green): These are the buyers. They are "bidding" for the asset. The highest bid is at the very top of this section because it’s the most attractive price for a seller to take.
* Asks (Red): These are the sellers. They are "asking" for a certain price. The lowest ask is at the bottom of this section because it’s the best deal for a buyer.

Shown in the middle of the order book is the spread. This is the difference between the highest price a buyer is willing to pay and the lowest price a seller is willing to accept. In the screenshot below, the spread is zero since both numbers are 84.6.

To adjust the orderbook price interval select the edit button above the orderbook:

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

3. From here, you can change the price interval for the order book. &#x20;

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

4. In addition to the price interval, you can also select the red and green buttons in the top right of the order book to see just the asks or the bids.

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

You can also see the venues column on the right hand side of the order book. This show the specific liquidity sources (OKX, Binance, Bybit, Jupiter, etc.) where individual buy and sell orders originate within Terrace's aggregated order book.


---

# 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.terrace.fi/how-to-guides/how-to-adjust-the-order-book-settings.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.
