# Orders

All your orders will be categorized into <mark style="color:purple;">Open Orders</mark>, <mark style="color:purple;">Order History</mark>, and <mark style="color:purple;">Trade History</mark> sections.

After you place the order, the order will appear at the bottom of the trading page and disappear after the transaction is successful. You can also find past records in the order history and transaction history.

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

{% hint style="warning" %} <mark style="color:orange;">You can cancel any order before it is successfully completed.</mark>
{% endhint %}


---

# 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.bitbot.tg/trade/orders.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.
