> 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/getting-started/custom-layouts.md).

# Custom Layouts

### Create Custom Layouts

You can rearrange the platform's components on your workspace by clicking and dragging the component's header to other areas of your layout or adding it as a tab. Upon clicking and dragging the component, a yellow arrow key tool will appear to guide the placement.

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

Once you’ve adjusted the layout to your preference, "draft" will appear next to your layout name. To save the changes made to your selected layout, click the  ‘Save Layout’ button in the upper right-hand corner.

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

To save the changes made to your layout as a new layout option, click the "Save as New Layout" button in the upper right-hand corner and create a Layout Name.

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

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

### Multiple windows

You can pop out multiple windows by clicking the double-square button in the top-right corner. Once a new window/tab opens in your browser, you can maximize individual components (e.g. Chart, DOM, Quotes, etc.) by clicking the square on the top-right corner of the section. There is no limit to the number of windows you can have open at a time.

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

Note: due to exchange regulations, you can only have ProjectX open on one device / browser instance at a time. This means if you have it open on a PC, you cannot have it open on your phone. You also cannot have it open on multiple PC's at the same time nor can you have it open on Google Chrome and Microsoft Edge at the same time. \
\
However, having multiple 'window tabs' open on a single device (browser) **is** permitted.

### Reset layout

You can reset your layout to the default settings by clicking the "Reset Layout" button in the upper right-hand corner. Clicking "Reset Layout" will return the layout to the default settings.

<figure><img src="/files/7mp5why15kkBxbz4Vt1w" alt=""><figcaption></figcaption></figure>

### Delete saved layout

You can delete a saved layout by first selecting the layout name in the drop-down that you want to delete. After selecting the layout, click the "Delete Layout" button in the upper right-hand corner.

<figure><img src="/files/vM7MCKgtKCL54SHpkLMY" alt=""><figcaption></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/getting-started/custom-layouts.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.
