# Bomb

When players purchase heroes, they receive a Base Bomb as a bonus. Players can unlock different types of bombs with various stats. Players unlock bombs in the inventory using Gems. Before entering a match, players can choose which bomb to equip. If the player has not unlocked any other bombs, the system will default to equipping the Base Bomb. If the player has unlocked other bombs, they can click to choose which bomb to equip.


---

# 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.bombpixel.xyz/game-features/bomb.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.
