> For the complete documentation index, see [llms.txt](https://docs.spartabot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spartabot.pro/getting-started/orders.md).

# 📜 Orders

OrdersThe Orders page lets you manage all pending and triggered activity across Sparta. Use the chain selector at the top of the page to switch between orders for BNB, SOL, ETH, or BASE.Active OrdersActive Orders displays all orders that are still pending or being processed. These include:

* Dip Buy
* Buy Order
* Sell Pump
* Sell Order

For each order, you can see:

* Token
* Chain
* Order ID
* Created time
* Trigger details
* Buy amount or sell percentage
* Expiry time

If you no longer want an order to execute, click Cancel and confirm the cancellation.Triggered ActivityThe Triggered section shows recent activity that has already fired. This includes executed:

* Limit orders
* Copy Trade
* Copy Dev
* AI Auto-Buy
* Keyword Trading

If a transaction hash is available, click View Tx to open the transaction on the relevant blockchain explorer.


---

# 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:

```
GET https://docs.spartabot.pro/getting-started/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.
