# Managing DCA Orders

The **DCA Orders** page in BONKbot allows you to track, manage, and adjust your active Dollar Cost Average (DCA) buy or sell orders. With this feature, you can monitor the progress of each order, make changes as needed, or cancel orders at any time.

### Accessing DCA Orders

1. From the main dashboard, tap **DCA Orders**.
2. You’ll see a list of your active DCA orders, showing their progress and key details, such as:
   * Token name (e.g., Bonk)
   * Total amount being bought or sold
   * Interval between transactions
   * Number of transactions completed vs. total
   * Remaining amount or duration

### Managing Your Active Orders

#### Viewing Order Details

Each active DCA order provides real-time updates, including:

* **Progress:** Tracks how many transactions have been completed out of the total.
* **Transaction Details:** Displays the amount being bought or sold in each interval and remaining balance.

#### Canceling an Order

If you need to stop an order:

1. Tap **Cancel** under the respective DCA order.
2. The order will be immediately terminated, and any remaining scheduled transactions will be canceled.

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

### Example: Active DCA Sell Order

In the attached example:

* A **DCA Sell** order is active for $BONK.
* Details include:
  * Selling **3.40M $BONK** over **5 transactions** at an interval of **10 minutes (680k $BONK per transaction)**
  * Progress shows **2 of 5 transactions** completed


---

# 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.bonkbot.io/bonkbot/advanced-trading/dca/managing-dca-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.
