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