> 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/play-the-game/the-battle/battle-controls.md).

# Battle controls

When entering the battle and fighters are ready, the combat is started automatically. The following options allow you to control the combat steps, auto play and speed.&#x20;

### Next step

<figure><img src="/files/jd1p27cRFHuKl8HjNNqk" alt=""><figcaption></figcaption></figure>

Whenever you want to step through the battle in your style, stop the auto-play and use this button to trigger each step individually. This enables full control for deep combat analysis.

### Auto-play

<figure><img src="/files/JJhmLc79sDFOk8THAU54" alt=""><figcaption></figcaption></figure>

Auto-play is enabled by default. Press the auto-play button to stop auto-play and click though every step played in the battle yourself using the next step button. Or just click it again, and auto-play will continue.

### Fast forward

<figure><img src="/files/SgeW4W8ybD5KEVKJemN7" alt=""><figcaption></figcaption></figure>

If you are one of the impatient ones and/or played a lot of battles already, feel free to press this button. Auto play speed is increased by x5. Don't complain about overlaying sound effects, thank you.


---

# 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.dark-mythos.com/dark-mythos-gamepaper/play-the-game/the-battle/battle-controls.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.
