> For the complete documentation index, see [llms.txt](https://docs.botmanager.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botmanager.io/misc/ruleset-examples-for-automation.md).

# RuleSet Examples for Automation

To see what is possible with the Automation Add-On, see some examples and use cases. Of course, these examples should not be copied 1:1 and used. You may need to adjust the rules to suit your needs.

* [Add funds to deals](/misc/ruleset-examples-for-automation/add-funds-to-deals.md)
* [Change TP Dynamically](/misc/ruleset-examples-for-automation/change-tp-dynamically.md)
* [Dynamically decrease risk](/misc/ruleset-examples-for-automation/increase-decrease-risk-settings.md)
* [Dynamic SL when in Profit](/misc/ruleset-examples-for-automation/dynamic-sl-in-profit.md)
* [Increase/Decrease MAD by available Balance](/misc/ruleset-examples-for-automation/increase-decrease-mad-by-available-balance.md)
* [Turn off Bots on Sunday](/misc/ruleset-examples-for-automation/turn-off-bots-on-sunday.md)
* [Turn on/off Bots by active Deals](/misc/ruleset-examples-for-automation/turn-on-off-bots-by-active-deals.md)
* [Replace pairs by top X pairs from Cryptobubbles.net](/misc/ruleset-examples-for-automation/replace-pairs-by-top-x-pairs-from-cryptobubbles.net.md)
* [Replace pairs from Cryptobubbles.net for multiple single pair Bots](/misc/ruleset-examples-for-automation/replace-pairs-from-cryptobubbles.net-for-multiple-single-pair-bots.md)
* [Change QFL Percentage by available Balance](/misc/ruleset-examples-for-automation/change-qfl-percentage-by-available-balance.md)


---

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

```
GET https://docs.botmanager.io/misc/ruleset-examples-for-automation.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.
