> 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/features/settings-of-the-order-book-modules.md).

# Settings of the Order Book Modules

Modules are added to the workspace through the Order Book menu in the sidebar. In this case, the order of the modules corresponds to the selected order in menu. A new module opens on the left side of the working space.

Every module possesses a proper settings panel:

<figure><img src="/files/1QUFdNI0ZnMAxHHRAISz" alt=""><figcaption></figcaption></figure>

it also has a drop-down list of settings:

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

### Modules Settins with the Numerical Values

The settings panel has two types of fields for the entering values:

* **Scale** — Scale scaling for the creating a histogram.
* Time — Time range in seconds that specifies the size of the sliding window.

**Settings in the Drop-Down List**

The drop-down list contains the following set of settings:

| Setting                    | Description                                                                                                        |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| **Large Number Notation**  | Enable the display of numbers in the 1K format instead of 1000                                                     |
| **Show the total volume**  | It shows the sum of the module values ​​in the Bid and Ask zone at the bottom and top of the corresponding element |
| **Show the ratio scale**   | It shows the "delta-difference" between the total values ​​in the form of a histogram                              |
| **Show the maximal value** | It shows the maximum module values ​​at each price level                                                           |


---

# 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/features/settings-of-the-order-book-modules.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.
