> For the complete documentation index, see [llms.txt](https://docs.dark-mythos.com/dark-mythos-gamepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dark-mythos.com/dark-mythos-gamepaper/de/allgemeines/auto-battler.md).

# Auto-Battler

## Warum nutzen wir das Konzept "Auto-Battle"

{% hint style="info" %}
Auto-Battle-Modus oder auch als Auto-Play-Modus bekannt, ist eine Funktion, den Spielern die Möglichkeit zu bieten, Spielinhalte automatisch ablaufen zu lassen, ohne dass sie ständig manuell eingreifen müssen.
{% endhint %}

In unserer immer schneller werdenden Gaming-Welt soll der Konsum von Inhalten und Spielen möglichst einfach und ohne Wartezeit sein. Aus diesem Grund haben wir uns für dieses Konzept entschieden. Das Spiel selbst findet automatisiert statt, der Spieler muss erst in den Rundenvorbereitungen eingreifen und seine Strategie ausarbeiten. Wartezeiten den passenden Gegner zu finden, entfallen.

Vorteile im Überblick:&#x20;

* Kein zeitintensiver Konsum notwendig
* Spiele lassen sich jederzeit starten und beenden
* Laufende Spiele können jederzeit unterbrochen und zu einem anderen Zeitpunkt wieder aufgenommen werden
* Geräteunabhängiger Spielefortschritt: laufende Spiele können von überall fortgesetzt werden ohne, dass Spielfortschritte verloren gehen


---

# 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.dark-mythos.com/dark-mythos-gamepaper/de/allgemeines/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.
