# 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: 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:

```
GET https://1ex.gitbook.io/1ex-smart-dom/settings/general-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
