# Blocks

There are 5 types of Blocks in the Puzzle Board.

<table><thead><tr><th width="107">Type</th><th width="100">Block</th><th>Usage</th></tr></thead><tbody><tr><td><img src="/files/IMNTMfRpW2AExBz7IwgE" alt="" data-size="line"></td><td>Power</td><td>Executes Primal Action (e.g. Attacking enemy team)</td></tr><tr><td><img src="/files/5TamZqleOIPDdkx542PA" alt="" data-size="line"></td><td>Moon</td><td>Gain [Moon] resource which is used to activate skills</td></tr><tr><td><img src="/files/cwiATvOCUHnkUZyiljYE" alt="" data-size="line"></td><td>Sun</td><td>Gain [Star] resource which is used to activate skills</td></tr><tr><td><img src="/files/iKGS97UKaDPL1zRDnO0t" alt="" data-size="line"></td><td>Star</td><td>Gain [Sun] resource which is used to activate skills</td></tr><tr><td><img src="/files/BxbkJ9NdHxnoF8WejWTm" alt="" data-size="line"></td><td>Rainbow</td><td>Wild Card (Matches any blocks)</td></tr></tbody></table>


---

# 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/blocks.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.
