# Active Orders

You can check the active buy and sell limit orders across all tokens for a given chain as follows:

1. From the `/start` menu, click on "🕔 Active Orders". Alternatively, you can send the command `/orders` in your DMs with the bot.
2. The next panel will display the list of chains with at least one active buy or sell limit order. Select the chain of interest and you will then be redirected to a panel similar to the one displayed in the image below:

<figure><img src="/files/ssoFXw3hFcs9Gx6mbtNf" alt="" width="342"><figcaption><p>Active Orders - <em>Sell Limits</em></p></figcaption></figure>

The panel displayed above is showing a summary of active sell limit orders for the selected chain. In this case, we only have sell limit orders on wallets **TEST** and **TEST2** for token $Catchy. More specifically, we have 2 *Stop Loss* orders on wallet **TEST2** and 1 *Stop Loss* order on wallet **TEST** for this token.

To check a summary of active buy limit orders for the selected chain, you can select "**Buy Limits**" from the menu, and you will be re-directed to a panel similar to the one displayed in the image below:

<figure><img src="/files/ZViUh6YQeTuRiwtY20k5" alt="" width="343"><figcaption><p>Active Orders - <em>Buy Limit</em></p></figcaption></figure>

If you click on the token name "🪙 $Catchy", you will then be redirected to the **Buy Limit** or **Sell Limit** panel of that token which we've covered in the previous sections. These can be used to check, edit, add and delete buy and sell limit orders on the token.


---

# 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.maestrobots.com/limit-orders/active-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.
