# How does our trading bot system work?

Our [trading bot](https://darkbot.io/bots) system is based on advanced [algorithms and machine learning](https://darkbot.io/machine-learning) technologies. It allows users to create and customize their own trading strategies, determine trading parameters and automatically execute trades on different markets. Or you can fully use the [genetic bots](/bots-and-strategy/types-of-bots.md#genetic-bots) by setting certain [criteria](/bot-wizard/genetic-criterias-and-genetic-algorithm-settings.md), which will be generated trading strategies and settings.


---

# 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/f-or-a-or-q/how-does-our-trading-bot-system-work.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.
