# Market Depth

## Exploring the Market Depth Widget

Web Trader's **Market Depth** widget enables traders to inspect the current market depth of a specific security. Specifically, it displays the following information:

* Equity order book;
* Quote for selected symbol;
* Details about the order stream for the specified selected symbol.

![](/files/-MCzD5t-xkmjcfI9cSVi)

Optionally, you can link this widget by color with other widgets. For example, if you link **Market Depth** with **Chart** — whenever you inspect the market depth for a specific security, its chart will automatically be loaded up. The opposite is also true: when loading up a chart for a specific security, its market depth will consequently be displayed.


---

# 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://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/market-depth.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.
