# Battle Gameplay

![](/files/6XxoBGh9kiJ2ax51u3Ep)

## Auto Mode

1. Players must organize the monsters' orders and positions before going into a combat.
2. During the combat, monsters repeat their active skills every turn.
3. For the order of turns, players' team always goes first. Then the enemy team, and repeat.
4. Once every monster has taken a turn, the combat continues to the next round, if neither side has defeated the other.
5. The combat continues til one party wins.

## Manual Mode

1. In manual mode, players can control monsters manually.
2. Players can read enemies' behaviour.
3. Players have to try dodging enemies' skills and deal damage back.
4. Channel / Delay abilities will be involved.
5. Like auto mode, players always go first. Once a player's monster takes a turn, the enemies’ turn is next.
6. When all monsters have had a turn, the combat goes to the next round and all monsters can be moved again.


---

# 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://whitepapercrypto.gitbook.io/eternal-spire/how-to-play-infinity-spire/battle-gameplay.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.
