> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/interface-basics/grid-mode.md).

# Grid Mode

A region has two display modes. In «Tabbed» mode one tab is visible and you switch between tabs by clicking the header. In «Grid» mode several charts are visible at once.

The mode is set separately for each region.

#### Key elements

* **Display mode** — switches between «Tabbed» and «Grid»
* **Grid settings** — the number of columns and rows
* **Tab behavior** — the order in which new charts open

<figure><img src="https://2194691319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPMuOulAKIicy77MPPDXF%2Fuploads%2FAIE22dToL2465qoHmkNI%2FGrid%20Mode%20-%20Switch%20Display%20Mode%20-%20ENG.png?alt=media&amp;token=9955ed52-d563-473a-9df6-86db3305e1a3" alt=""><figcaption></figcaption></figure>

#### Turning the mode on

1. Click the settings icon in the top right corner of the region
2. Under «Layout» → «Display mode» select «Grid»
3. Under «Grid settings» set the number of columns and rows

#### Grid size

* **Columns** — the number of columns, from 1 to 4
* **Rows** — the number of rows, from 1 to 4

The maximum grid size is 4×4, that is 16 charts at once.

{% hint style="info" %}
If there are more charts than cells, the rest are available by scrolling.
{% endhint %}

#### Opening mode

«Tab behavior» → «Opening mode» defines where a new chart goes:

* **In front** — the new chart goes first, the rest shift along
* **At the end** — the new chart goes last, and the grid scrolls to it automatically

#### Scrolling the grid

Scrolling only works with the CTRL key held down.

{% hint style="info" %}
Without CTRL the mouse wheel zooms the chart.
{% endhint %}

#### Adding a chart

There are two ways to add a chart:

* **The «+» slot in the grid** — appears in the first free cell. If the grid is full, the slot is available by scrolling
* **The «+» button in the region header** — always visible, no matter how full the grid is

Either one opens the instrument search window with the «Any», «Spot», «USDT-M» and «COIN-M» filters.

<figure><img src="https://2194691319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPMuOulAKIicy77MPPDXF%2Fuploads%2FngmwyJqKzNjWjV4YGjh5%2FGrid%20Mode%20-%20Adding%20a%20Chart%20%20-%20ENG.png?alt=media&amp;token=8611305b-d4dc-454c-b70e-457b36477232" alt=""><figcaption></figcaption></figure>

#### Scroll settings

The settings live under «Options» → «Client» → «Grid mode» and apply to every region:

* **Scroll animation duration** — the animation time in milliseconds
* **Scroll unit** — the scroll step: «Row» scrolls by one row, «Page» scrolls by the whole grid

#### Links in grid mode

The link system works exactly as it does in «Tabbed» mode. Only the display changes.

A chart opened by the region link is added to the grid according to «Opening mode». A chart opened by a chart tab link replaces the content of that tab — its position in the grid is preserved.

#### Moving charts

Charts can be dragged between cells of one region and between different regions.

#### Switching modes

When you switch from «Tabbed» to «Grid», the grid shows as many charts as it has cells. The rest are available by scrolling.

When you switch from «Grid» to «Tabbed», all charts become regular tabs.

{% hint style="info" %}
Links are preserved when switching in either direction.
{% endhint %}


---

# 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://guide.moontrader.com/en-moontrader-docs/interface-basics/grid-mode.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.
