# Gameplay

The game revolves around tactical decisions and preparation. Each player purchases at least one BlockBot and at least one Power-Up (both necessary to play the game), then selects the Game Mode to play.

Then, each player must decide which Power-Ups to equip, and the actions their BlockBot will perform during the battle.

The battle will involve no direct action and unfold automatically depending on the given actions.

### Before the Fight

The player must set up their BlockBot in two ways:

1. Selecting which Power-Ups to equip on the BlockBot
2. Selecting a set of 5 actions that will be performed in order


---

# 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.blockbots.gg/fundamentals/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.
