# Advanced Trading

- [Limit Orders](https://docs.bonkbot.io/bonkbot/advanced-trading/limit-orders.md)
- [Limit Buy](https://docs.bonkbot.io/bonkbot/advanced-trading/limit-orders/limit-buy.md): BONKbot lets you do two types of Limit Buys. Here's how:
- [Buy Dip](https://docs.bonkbot.io/bonkbot/advanced-trading/limit-orders/limit-buy/buy-dip.md): The most common Limit Buy is Buying the Dip. BONKbot lets you do it with ease.
- [Buy Breakout](https://docs.bonkbot.io/bonkbot/advanced-trading/limit-orders/limit-buy/buy-breakout.md): BONKbot also lets you set Buy Breakout Limit Orders.
- [Limit Sell](https://docs.bonkbot.io/bonkbot/advanced-trading/limit-orders/limit-sell.md): BONKbot lets you do two types of Limit Sells. Here's how:
- [Trailing Stop Loss](https://docs.bonkbot.io/bonkbot/advanced-trading/limit-orders/trailing-stop-loss.md)
- [Managing Limit Orders](https://docs.bonkbot.io/bonkbot/advanced-trading/limit-orders/managing-limit-orders.md)
- [DCA](https://docs.bonkbot.io/bonkbot/advanced-trading/dca.md)
- [DCA Buy](https://docs.bonkbot.io/bonkbot/advanced-trading/dca/dca-buy.md)
- [DCA Sell](https://docs.bonkbot.io/bonkbot/advanced-trading/dca/dca-sell.md)
- [Managing DCA Orders](https://docs.bonkbot.io/bonkbot/advanced-trading/dca/managing-dca-orders.md)
- [Partial Fills](https://docs.bonkbot.io/bonkbot/advanced-trading/partial-fills.md)


---

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