# Auto-Battler

## Why do we use the "Auto-Battle" concept?

{% hint style="info" %}
Auto-battle mode, also known as auto-play mode, is a function that allows players to run game content automatically without having to constantly intervene manually.
{% endhint %}

In our increasingly fast-paced gaming world, the consumption of content and games should be as easy as possible and without any waiting time. This is why we have opted for this concept. The game itself takes place automatically, the player only has to intervene in the round preparations and work out their strategy. There is no waiting time to find the right opponent.

Advantages at a glance:&#x20;

* No time-consuming consumption necessary&#x20;
* Matches can be started and ended at any time&#x20;
* Matches in progress can be interrupted at any time and resumed at another time&#x20;
* Device-independent game progress: ongoing games can be continued from anywhere without losing game progress


---

# 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.dark-mythos.com/dark-mythos-gamepaper/general/auto-battler.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.
