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

# Bots and Strategy

- [Bots listning page](https://docs.darkbot.io/bots-and-strategy/bots-listning-page.md): Explore the bot's listning page
- [What information is available on the bots listning page](https://docs.darkbot.io/bots-and-strategy/bots-listning-page/what-information-is-available-on-the-bots-listning-page.md): Exploring the Bots Listing Page
- [Sorting and filtering bots](https://docs.darkbot.io/bots-and-strategy/bots-listning-page/sorting-and-filtering-bots.md): Exploring Bot Filtering and Sorting Options
- [Bots details page](https://docs.darkbot.io/bots-and-strategy/bots-details-page.md): Explore the bot's detailed page
- [How to go to the bots details page](https://docs.darkbot.io/bots-and-strategy/bots-details-page/how-to-go-to-the-bots-details-page.md): A Guide to Accessing Bot Information
- [What information is available on the bot details page](https://docs.darkbot.io/bots-and-strategy/bots-details-page/what-information-is-available-on-the-bot-details-page.md): A Comprehensive Overview of the Bot Details Page
- [Exploring the Deals Tab on the Bot Details Page](https://docs.darkbot.io/bots-and-strategy/bots-details-page/exploring-the-deals-tab-on-the-bot-details-page.md): Monitoring and Analyzing Bot Trades
- [Exploring the Markets Tab on the Bot Details Page](https://docs.darkbot.io/bots-and-strategy/bots-details-page/exploring-the-markets-tab-on-the-bot-details-page.md): Analyzing Active Markets
- [Exploring the Statistics Tab on the Bot Details Page](https://docs.darkbot.io/bots-and-strategy/bots-details-page/exploring-the-statistics-tab-on-the-bot-details-page.md): General Metrics and Trade Statistics
- [Exploring the Technical analysis Tab on the Bot Details Page](https://docs.darkbot.io/bots-and-strategy/bots-details-page/exploring-the-technical-analysis-tab-on-the-bot-details-page.md): Technical Analysis: Market Summary and Detailed Insights
- [Exploring the Machine learning Tab on the Bot Details Page](https://docs.darkbot.io/bots-and-strategy/bots-details-page/exploring-the-machine-learning-tab-on-the-bot-details-page.md): Genetic Strategies in the Machine Learning Tab
- [Exploring the Backtest Tab on the Bot Details Page](https://docs.darkbot.io/bots-and-strategy/bots-details-page/exploring-the-backtest-tab-on-the-bot-details-page.md): Analyzing Historical Performance
- [Types of bots](https://docs.darkbot.io/bots-and-strategy/types-of-bots.md): Understanding Custom and Genetic Bots: Tailoring Trading Strategies
- [Interacting with Created Bots: Options and Features](https://docs.darkbot.io/bots-and-strategy/interacting-with-created-bots-options-and-features.md): Explore all possible interactions with the bot
- [How to create custom bot](https://docs.darkbot.io/bots-and-strategy/interacting-with-created-bots-options-and-features/how-to-create-custom-bot.md): Empower Your Trading with a Custom Bot Tailored to Your Unique Strategy
- [How to create genetic bot](https://docs.darkbot.io/bots-and-strategy/interacting-with-created-bots-options-and-features/how-to-create-genetic-bot.md): Empower Your Trading with a Genetic Bot Tailored to Your Unique Strategy
- [How to edit bot](https://docs.darkbot.io/bots-and-strategy/interacting-with-created-bots-options-and-features/how-to-edit-bot.md): Editing and Customizing Your Trading Bots
- [How to rename bot](https://docs.darkbot.io/bots-and-strategy/interacting-with-created-bots-options-and-features/how-to-rename-bot.md): How to Change the Name of Your Trading Bot in DarkBot
- [How to enable/disable bot](https://docs.darkbot.io/bots-and-strategy/interacting-with-created-bots-options-and-features/how-to-enable-disable-bot.md): Seamlessly Activate or Deactivate Bots for Optimal Trading Efficiency
- [How to delete bot](https://docs.darkbot.io/bots-and-strategy/interacting-with-created-bots-options-and-features/how-to-delete-bot.md): Enhancing Efficiency by Removing Unwanted Trading Bots


---

# 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.darkbot.io/bots-and-strategy.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.
