# Hotkeys

## Introduction

Web Trader provides rich shortcut functionality to users who'd like to streamline their trading routine with hotkeys. If you need to buy a security or cancel all active orders with a single press of a key — Web Trader enables you to configure shortcuts for such events. The range of actions that can be mapped to keyboard keys is determined by the broker along with the default mappings. However, traders can always map their own keys to the default range of events by means of the **Hotkeys** widget.

## Configuration of Hotkeys

![](/files/-MCzD845I5UYMb8GEjc4)

This widget lists all of the existing shortcuts which can be modified or even removed. To create a new hotkey, click **Add**.

![](/files/-MCzD847h9UuNKH1hRws)

In the appeared pop-up window, specify the following parameters:

* **Shortcut**. This is the key combination that will trigger the associated action.
* **Action**. Expand the drop-down menu and select one of the actions created by the broker.
* **Parameters**. These are the parameters that are associated to the action.&#x20;

![](/files/-MCzD8482iajT7shaXZF)

## Troubleshooting with Hotkeys

Some hotkeys require the presence of specific widgets for proper execution; for example, hotkeys related to placing orders require the **Orders** widget being present on the screen. Otherwise the following error will pop up in the bottom-right corner:

![](/files/-MCzD84AVLta2zTN3Mu4)


---

# 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://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/hotkeys.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.
