# Order cancelation

Any order in Order Book can be quickly removed in several ways:

* From the table “Orders”; &#x20;
* Using the hotkey F (a default key)&#x20;
* By hovering the mouse over the price level and clicking LMB on ❌

## Table "Orders" <a href="#tablica-zayavki-orders" id="tablica-zayavki-orders"></a>

The order table has two ways to remove active orders:

* Cancel → Remove the selected active order from a table row
* Cancel all →Remove all active orders in the table&#x20;

## Hotkey F <a href="#goryachaya-klavisha-f" id="goryachaya-klavisha-f"></a>

When you press the hot key F, all orders (including stop orders) in Order Book are canceled . In the existing settings a hotkey can be changed to an alternative button on the keyboard.

## The mouse hovering  LMB+❌  <a href="#ukazatel-myshi-lkm" id="ukazatel-myshi-lkm"></a>

When you hover your mouse over the price level at which the order is located, on the right of the volume of the placed order it appears❌. When you click LMB on ❌ , the order will be canceled.&#x20;


---

# 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/trading/order-cancelation.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.
