# Components

Components are individual building blocks within TopstepX that allow you to configure and customize the platform to your exact liking. Components allow for a 'modular' design, giving you total control over the look and feel of the platform.

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

### Available Components

ProjectX provides the following components to customize your layout:

* [DOM](/components/dom.md)
* [Order Card](/components/order-card.md)
* [Accounts](/components/accounts.md)
* [Positions](/components/positions.md)
* [Trades](/components/trades.md)
* [Orders](/components/orders.md)
* [Time and Sales](/components/time-and-sales.md)
* [Quotes](/components/quotes.md)

To learn how to add components to your layout, review the [Custom Layouts](/getting-started/custom-layouts.md) page.


---

# 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://help.topstepx.com/components.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.
