# Orders

This page ensures you have **full control** and **visibility** over your active and pending trades, allowing you to manage them efficiently. When you place an order using [Buy](/leap-telegram-bot/leap-telegram-setup/buy.md) or [Sell](/leap-telegram-bot/leap-telegram-setup/sell.md) and select [Limit Order](/leap-telegram-bot/leap-telegram-setup/limit-orders.md) or [DCA](/leap-telegram-bot/leap-telegram-setup/dca-dollar-cost-averaging.md), it will automatically appear on your **Orders Page**. This is where you can monitor all of them in one place.

Here’s what you can do:

* **Track Active Orders:** View details of ongoing orders, including their status and remaining time.
* **Cancel Orders:** Manually cancel any order before it reaches its expiration time.

{% hint style="success" %}
Orders **expire** If an order isn’t executed before its set expiration, it will **automatically** be removed from the list.
{% 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.leap-blockchain.com/leap-telegram-bot/leap-telegram-setup/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.
