# Puzzle Board

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

The battle starts with a puzzle board (6x6) filled randomly with [Blocks](/game/battle/blocks.md).

Each player takes turn by swapping blocks to match at least 3 of the same [Block ](/game/battle/blocks.md)type.

By matching \[<img src="/files/zfIHCcyvFmLnNxXKnmyn" alt="" data-size="line">] blocks, the player will executes Primal Action to the enemy.

And while matching \[<img src="/files/dmZ7jxsRe70WhyVoaHeO" alt="" data-size="line">],\[<img src="/files/cDNq0MSGwbHVhAHh0JrG" alt="" data-size="line">] or \[<img src="/files/vYlIZqRDyMMl0jXJhbVQ" alt="" data-size="line">] blocks, the play will gain the respective resources which will be used to activate skills.

At the start of each player's turn, the player can choose to activate powerful [Skills ](/game/axies/parts/skills.md)with the resources gained from matching the blocks. Once skill is activated, the resources will be consumed.

Throughout the team battle, each team may have up to 3 characters, and all effects, damage, healing, shield, health and skills are affected by [Battle Power](/game/axies/battle-power.md).

The battle continues until either one team Health reaches 0 and the surviving team wins.


---

# 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://gitbook.axiequest.com/game/battle/puzzle-board.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.
