> For the complete documentation index, see [llms.txt](https://docs.insilicoterminal.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.insilicoterminal.com/documentation/application-elements/multi-mode/hotkeys.md).

# Hotkeys

In **Multi** mode, the Hotkeys need special consideration.&#x20;

Because you have only one keyboard, but potentially two or more accounts connected on screen, Terminal needs to be told exactly where to trade when you press the 'b' key for example.

We do this with the same Symbol and Account menus you find on other components:

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

Simply press the Hotkey button on the top menu bar to select an Account and Symbol.&#x20;

{% hint style="success" %}
When trading **multiple** tickers/chart simultaneously, you can assign a ticker by **shift-clicking** a respective component's header. A notification will appear.
{% endhint %}

{% hint style="info" %}
We **strongly recommend** you assign a Link color to your Hotkeys to make clear that you're always trading on the right venue!
{% endhint %}

Note that in Classic mode, Hotkeys are automatically synchronized with all components.&#x20;


---

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