> For the complete documentation index, see [llms.txt](https://docs.motivewave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motivewave.com/user-guide/console-1/docking-framework-guide/customization.md).

# Customization

Customization options can be found in the Preferences dialog (**Configure > Settings** from the Console menu bar). Click on **General**, then on **Dock**. The following options are available:

* **Tab Location** – Location of the station tabs (top or bottom)
* **Page Bar Location** – Location of the page bar (top or bottom)
* **Grid Spacing** – Sets the distance between the grid dots. The " **Show Grid on Floating Pages"** will enable/disable the grid when selected.
* **Snap to Grid** – Automatically aligns stations to the nearest grid when they are moved close.
* **Show Tab Icons** – Optionally displays the icons for the station tabs. These icons indicate the panel type.
* **Show Bar Size in Tabs** – Optionally displays the bar sizes on the station tabs.
* **Show Watchlist Count** – Optionally displays the total number of instruments in a Watchlist.
* **Confirm Remove Page** – Shows a warning message when deleting a page (on by default).

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

The screen shot below shows the console window with the station tabs at the bottom, page bar at the top and station tab icons, bar size, watchlist count enabled.

<figure><img src="/files/8RJoN538r2PVnF9Jgf16" alt=""><figcaption></figcaption></figure>

## Active Tab Bar Colors

The colors for the active chart and active focus can be customized from the Preferences dialog (**Configure > Settings** from the Console menu bar). Click on the **Theme** tab, then on the **Theme** sub tab. The screen shot below shows the customized colors:

<figure><img src="/files/i6Ctyrh2thBQvzTn9eiy" 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://docs.motivewave.com/user-guide/console-1/docking-framework-guide/customization.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.
