> For the complete documentation index, see [llms.txt](https://1ex.gitbook.io/1ex-smart-dom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1ex.gitbook.io/1ex-smart-dom/settings/general-settings.md).

# General Settings

This settings block includes general terminal settings that apply to all work areas.&#x20;

Settings items are divided into categories in the form of drop-down blocks.

{% hint style="info" %}
IMPORTANT! The architecture of the application is built in such a way that each block has its own settings. Therefore, the general settings have a limited set that applies to the entire application.
{% endhint %}

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

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

1. Language settings (RU, ENG).
2. Scale: A resizable scale for the entire application.
3. Settings of the application glass:

**Show midline** - the presence of a midpoint line (between the best Bid and the best Ask).

**Scrolling step** - changeable step for scrolling the glass of applications (mouse wheel).

**Spread mode - free** - free scrolling of the cup without centering.

**Spread mode - floating** - when the current asset price (spread) is shifted out of sight or approaching the edge of the screen, the spread is centered.

**Spread mode - fixed** - the spread is rigidly fixed in the center of the workspace.

**"Center spread on mouse leave"** - when holding the cursor over the working area of the glass, it is possible to perform any scrolling and analysis, but after moving the cursor out of the glass area, the spread is automatically centered.


---

# 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://1ex.gitbook.io/1ex-smart-dom/settings/general-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.
