> 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/settings.md).

# Settings

### Access DOM Settings

You can customize the look, layout and feel of your DOM to your liking. This gives you the ability to add or remove buttons, change colors, font / row size, and more.

To access the settings, simply click the gear icon at the top of the DOM as so:

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

Once clicked, a popup window will show will all available options:

<figure><img src="/files/ldAZGcaCSJPcdnlRIfmd" alt=""><figcaption><p>DOM Settings Modal</p></figcaption></figure>

### Available Settings

The below list indicates the settings available to modify in the DOM:

**Use Fixed Width Bid / Ask Volumes**

This setting controls the style of the Bid / Ask volumes:

<figure><img src="/files/NIZEhF2sAR6rA41br7bB" alt=""><figcaption><p>Fixed Width setting</p></figcaption></figure>

<figure><img src="/files/l4P2ZgjpafxM3aiV1OB1" alt=""><figcaption><p>Non Fixed Width</p></figcaption></figure>

**Hide Join Bid / Ask Buttons**

Hides the Join Bid and Ask buttons from the DOM action area

**Hide Reverse Position Button**

Hides the Reverse Position button from the DOM action area

**Hide Flatten All Button**

Hides the Flatten All button from the DOM action area

**Hide P\&L Column**

Hides the P\&L column from the DOM ladder

**Show My Ask Always**

Determines if the My Ask column in the DOM ladder is always shown or not

**Hide Vol. Profile Column**

Hides the Volume Profile column in the DOM ladder

**Hide Close Position Button**

Hides the Close Position button from the DOM action area

**Hide Cancel Order Button**

Hides the Cancel Order button from the DOM action area

**Hide Cancel All Button**

Hides the Cancel All button from the DOM action area

**Show My Bid Always**

Determines if the My Bid column in the DOM ladder is always shown or not

**DOM Bid / Ask BG Color**

Controls the color(s) of the Bid and Ask column:

<figure><img src="/files/UE9g8VjodpHBHsMjqNXE" alt=""><figcaption><p>Dom Bid / Ask BG Colors</p></figcaption></figure>

**Font Size**

Controls the size of the font in the DOM rows

**Dom Cell Padding**

Controls the padding / thickness of the DOM rows


---

# 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/settings.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.
