# Bot Settings

- [Strategies](https://docs.cfdhero.com/bot-settings/strategies.md): Know your tools to be an effective trader
- [Trading Parameters](https://docs.cfdhero.com/bot-settings/trading-parameters.md)
- [Entry / Exit Conditions](https://docs.cfdhero.com/bot-settings/entry-exit-conditions.md)
- [Advanced Bots](https://docs.cfdhero.com/bot-settings/advanced-bots.md): Available to Premium and Professional users.
- [DCA Bots](https://docs.cfdhero.com/bot-settings/dca-bots.md): Available to Premium and Professional users
- [Exit Bot](https://docs.cfdhero.com/bot-settings/exit-bot.md): Available to Premium and Professional Users
- [Price Bot](https://docs.cfdhero.com/bot-settings/price-bot.md): Available to Premium and Professional Users
- [Grid Bot](https://docs.cfdhero.com/bot-settings/grid-bot.md): Available to Professional Users only
- [Sell Bot](https://docs.cfdhero.com/bot-settings/sell-bot.md): Available for Premium and Professional plans
- [Trailing Stoploss](https://docs.cfdhero.com/bot-settings/trailing-stoploss.md): Available to Premium and Professional Users
- [Trailing Take Profit](https://docs.cfdhero.com/bot-settings/trailing-take-profit.md)
- [Bot's Performance Stats](https://docs.cfdhero.com/bot-settings/bots-performance-stats.md): Know how good your bots are
- [Strategy Designer](https://docs.cfdhero.com/bot-settings/strategy-designer.md): Available for Premium and Professional users


---

# 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.cfdhero.com/bot-settings.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.
