# Working space and interface

<figure><img src="/files/SJP5YytzjsxjWbCV2SKt" alt=""><figcaption><p>Interface</p></figcaption></figure>

### Working space

The main component of the interface is the workspace, where the main elements of the terminal are indicated as follows:

* Order Book[ (DOM)](/1ex-smart-dom/features/order-book-dom.md)
* Modules of the Order Book
* Ticker Tape[ (Time\&Sales)](/1ex-smart-dom/features/ticker-tape-time-and-sales.md)
* Clusters
* Candle Charts

Each element is located on a separate tab, has its own settings and a separate trading block. It is possible to open each element independently of each other, so you can assemble a workspace only from the elements you need.

<figure><img src="/files/O55AWBofTcw6H88neOIl" alt=""><figcaption><p>An example of building a workspace</p></figcaption></figure>

&#x20; Tabs can be moved both vertically and horizontally.

<figure><img src="/files/kKiYsPADtjoSaAk4Oi0N" alt=""><figcaption><p>Moving tabs inside the workspace</p></figcaption></figure>

#### Sawing working space

Tabs, windows, settings, and connections are saved automatically when you close the terminal.

### Widgets and side panel

* Each trading element has several widgets:&#x20;
* Settings - each trading element has a number of individual settings.&#x20;
* Working volume - allows you to select a working volume in the required size. It displays the lot size and leverage size when closed.&#x20;
* When the window opens it shows:
  * Balance&#x20;
  * Choice of calculation as a percentage of the base or quotation currency&#x20;
  * Lot size&#x20;
  * Minimum available volume&#x20;
  * Maximum available volume for purchase&#x20;
  * Maximum available volume for sale

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

* A price multiplier is a numerical multiplier that allows you to change the visible range of prices in the Order Book (a close analogy is the scale of a map). For example, with a multiplier of 1, the price step in the order book is equal to the instrument step. And with a multiplier of 10, the price step increases 10 times and allows the user to see an increased price range. It is possible to select a multiplier value from those proposed or add your own in a separate input field.

<figure><img src="/files/4ZA0zZHde3u0IqJKfCp0" alt=""><figcaption></figcaption></figure>

**Side panel**&#x20;

The side panel is a part of the interface and makes it possible to access the main elements of the Order Book.


---

# 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/working-space-and-interface.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.
