# DEX TRADING (Spot)

- [Manual orders](https://docs.goodcrypto.app/dex-trading-spot/manual-orders.md)
- [Swap](https://docs.goodcrypto.app/dex-trading-spot/manual-orders/swap.md)
- [Limit](https://docs.goodcrypto.app/dex-trading-spot/manual-orders/limit.md)
- [Trailing](https://docs.goodcrypto.app/dex-trading-spot/manual-orders/trailing.md)
- [Take Profit](https://docs.goodcrypto.app/dex-trading-spot/manual-orders/take-profit.md)
- [Multiple Take Profits](https://docs.goodcrypto.app/dex-trading-spot/manual-orders/multiple-take-profits.md)
- [Stop Loss](https://docs.goodcrypto.app/dex-trading-spot/manual-orders/stop-loss.md)
- [Trailing Stop Loss](https://docs.goodcrypto.app/dex-trading-spot/manual-orders/trailing-stop-loss.md)
- [TP + SL combo](https://docs.goodcrypto.app/dex-trading-spot/manual-orders/tp-+-sl-combo.md)
- [Modify orders](https://docs.goodcrypto.app/dex-trading-spot/manual-orders/modify-orders.md)
- [Bots](https://docs.goodcrypto.app/dex-trading-spot/bots.md)
- [DCA bot](https://docs.goodcrypto.app/dex-trading-spot/bots/dca-bot.md)
- [Features & setup](https://docs.goodcrypto.app/dex-trading-spot/bots/dca-bot/features-and-setup.md)
- [Running the bot](https://docs.goodcrypto.app/dex-trading-spot/bots/dca-bot/running-the-bot.md)
- [Webhooks](https://docs.goodcrypto.app/dex-trading-spot/bots/dca-bot/webhooks.md)
- [💎 sniper bot](https://docs.goodcrypto.app/dex-trading-spot/bots/sniper-bot.md)
- [DEX screener](https://docs.goodcrypto.app/dex-trading-spot/dex-screener.md)
- [Webhooks](https://docs.goodcrypto.app/dex-trading-spot/webhooks.md)
- [Orders mechanics](https://docs.goodcrypto.app/dex-trading-spot/orders-mechanics.md)
- [Errors](https://docs.goodcrypto.app/dex-trading-spot/orders-mechanics/errors.md)
- [Routing](https://docs.goodcrypto.app/dex-trading-spot/orders-mechanics/routing.md)
- [Gas fees](https://docs.goodcrypto.app/dex-trading-spot/orders-mechanics/gas-fees.md)
- [Max. slippage](https://docs.goodcrypto.app/dex-trading-spot/orders-mechanics/max.-slippage.md)
- [MEV protection](https://docs.goodcrypto.app/dex-trading-spot/orders-mechanics/mev-protection.md)
- [Upcoming functionality](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality.md): The features described below are on our immediate development roadmap. The only reason they are not live yet is the team's finite throughput. Rest assured, we are doing our best to deliver them asap.
- [copy trading bot](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/copy-trading-bot.md)
- [grid bot](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/grid-bot.md)
- [infinity bot](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/infinity-bot.md)
- [SOS bot](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/sos-bot.md)
- [rebalancer bot](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/rebalancer-bot.md)
- [gas in any ERC20/SPL token](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/gas-in-any-erc20-spl-token.md)
- [auto-bridging](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/auto-bridging.md)
- [batch orders](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/batch-orders.md)
- [batch transfers](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/batch-transfers.md)
- [VWAP & TWAP orders](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/vwap-and-twap-orders.md)
- [iceberg orders](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/iceberg-orders.md)
- [Telegram shortcuts](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/telegram-shortcuts.md)
- [conversational trading](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/conversational-trading.md)
- [recurring buys](https://docs.goodcrypto.app/dex-trading-spot/upcoming-functionality/recurring-buys.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.goodcrypto.app/dex-trading-spot.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.
