> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/solana/solana-bot/limit-orders/active-orders.md).

# Active Orders

{% stepper %}
{% step %}
Access <kbd>📝 Limit Orders</kbd> easily from the home menu or by using the <kbd>/orders</kbd> command.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2F5rNGRUWNGh0H2VmSdDQK%2FLO.png?alt=media&#x26;token=67214624-559a-4602-9a0e-1be4c44c7f5f" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
You will be prompted to the following menu, where you can view the coins with active orders.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FVBKgtGC2USvxwRzCFPNA%2F5.png?alt=media&#x26;token=30fe8762-2a6e-43f8-a014-c7f298971de6" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Select the coin for which you want to open the orders menu. The menu shown in the image below will appear.
{% endstep %}

{% step %}
This menu provides an overview of all your current open orders for the selected coin. By clicking <kbd>🗑️ Delete Order</kbd>, you can cancel the corresponding order displayed on the left.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FRxBau1fDkv0dPTiJTibe%2FScreenshot%202025-05-28%20alle%2016.21.16.png?alt=media&#x26;token=3f3c1bb7-412b-44bf-9f84-428f88e9068d" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bloombot.app/solana/solana-bot/limit-orders/active-orders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
