> For the complete documentation index, see [llms.txt](https://help.topstepx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.topstepx.com/components/dom/components.md).

# Components

### Price

The **Price** column displays the various price levels at which futures contracts can be traded. Each row represents a different price point, enabling traders to see where they can place buy or sell orders. The prices are arranged vertically, with the market's current price level typically highlighted for easy reference.

<figure><img src="/files/2PhmHI0pOvomNG7VcxJE" alt=""><figcaption><p>Price Column</p></figcaption></figure>

### Bid Size

The **Bid Size** column indicates the quantity of contracts that buyers are willing to purchase at each price level. Each row corresponds to the amount of interest from buyers at the respective price point. This helps traders gauge the market demand and potentially identify strong support levels.

<figure><img src="/files/u26QPewqF6Hn5mXMTLm3" alt=""><figcaption><p>Bid Size Column</p></figcaption></figure>

### Ask Size

The **Ask Size** column indicates the quantity of contracts that buyers are willing to purchase at each price level. Each row corresponds to the amount of interest from buyers at the respective price point. This helps traders gauge the market demand and potentially identify strong support levels.

<figure><img src="/files/zUEGvpmob6HT5BPdLSwI" alt=""><figcaption><p>Ask Size Column</p></figcaption></figure>

### Volume Profile

The **Volume Profile** represents the distribution of traded volume at each price level. This profile helps traders identify significant price levels where high levels of trading activity occurred. It provides insights into market sentiment and potential areas of support and resistance based on the volume of contracts traded at various prices.

<figure><img src="/files/1vVc2B9DEtdH2Oq1eR3X" alt=""><figcaption><p>Volume Profile</p></figcaption></figure>

### My Ask / Bid

The My Ask & Bid columns indicate where you may have working orders. The can be Limit Orders, Stop Orders, Trailing Stops or Take Profit orders.

<figure><img src="/files/Iop9rK6eW976iOwb8mN6" alt=""><figcaption><p>My Ask / Bid. Above shows a working limit buy order</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.topstepx.com/components/dom/components.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
