# Multi Mode

{% embed url="<https://www.youtube.com/watch?v=l5_B6-H9mW8>" %}

This configuration enables users to connect multiple accounts, trade multiple symbols, create multiple tabs and add multiple UI components&#x20;

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

Please see the [UI overview page](/documentation/application-elements/ui-overview.md) for how to add components and some examples for Multi arrangements.

### Account and Symbol menus

Each component has at least one of these menus to determine how it behaves, what it shows you and to specify on which account it creates and edits orders/positions.

For example, here is the Chart component which has currently selected the trading symbol **BTCUSDT** and will be displaying any open orders for the "**test**" account

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

In addition, each component has a summary of its selected Account/Symbol configuration in the window title.&#x20;

Read the next section for a useful way to manage all of these components and settings


---

# 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://docs.insilicoterminal.com/documentation/application-elements/multi-mode.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.
