# Orderbook Panel

<div align="left"><figure><img src="/files/fTwzuhwYSk8W19a4e6UQ" alt="" width="297"><figcaption></figcaption></figure></div>

The Orderbook (CLOB) is a real-time map of supply and demand, showing all resting limit orders from other traders.

* Asks (Sellers): The red rows at the top show the prices at which other users are willing to sell. The lowest ask is the "best ask."
* Bids (Buyers): The green rows at the bottom show the prices at which other users are willing to buy. The highest bid is the "best bid."
* Mid-Price: The price displayed in the center is the midpoint between the best bid and the best ask. This is often used as the "mark price" for the exchange.

**Columns:**

* Price (USD): The price per contract for the resting orders.
* Qty (VIX): The number of contracts available at that price level.
* Total (USD): The total notional value (Price × Qty) at each price level.

\
**How to Use:** Use the CLOB to gauge short-term order flow and identify liquidity pockets for your entries and exits.


---

# 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.nunchi.trade/nunchi-testnet-user-guide/dashboard/orderbook-panel.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.
