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

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.cfdhero.com/bot-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
