# BOT WIZARD

- [Exploring the Bot Wizard:](https://docs.darkbot.io/bot-wizard/exploring-the-bot-wizard.md): Simplifying Bot Creation
- [Steps](https://docs.darkbot.io/bot-wizard/steps.md): A detailed description of the steps in the bot wizard
- [Credentials step](https://docs.darkbot.io/bot-wizard/steps/credentials-step.md): Step 1 of the Bot Wizard: Selecting Credentials and Main Coin.
- [Market step](https://docs.darkbot.io/bot-wizard/steps/market-step.md): Selecting Markets and Configuring Conditions
- [Trade settings step](https://docs.darkbot.io/bot-wizard/steps/trade-settings-step.md): Custom and Genetic Bot Configuration
- [Advanced conditions](https://docs.darkbot.io/bot-wizard/advanced-conditions.md): Explore the condition settings for the bot
- [Trade settings](https://docs.darkbot.io/bot-wizard/trade-settings.md): Understanding Trade Settings for Effective Bot Configuration
- [Exploring Pivot Points Types in Trading](https://docs.darkbot.io/bot-wizard/exploring-pivot-points-types-in-trading.md): Pivot Point types
- [Genetic criterias & genetic algorithm settings](https://docs.darkbot.io/bot-wizard/genetic-criterias-and-genetic-algorithm-settings.md): Understanding Criteria for Genetic Bots in Trading


---

# 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.darkbot.io/bot-wizard.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.
