# Boxing Badger Wiki

## Boxing Badger

- [Intro](https://wiki.boxingbadger.com/intro.md): Boxing Badger is a competitive boxing game that leverages NFTs to unlock your characters.
- [Genre & Style](https://wiki.boxingbadger.com/the-game/genre-and-style.md): Boxing Badger - Punch Out inspired
- [Game Mechanics](https://wiki.boxingbadger.com/the-game/game-mechanics.md): Here are some of the game mechanics we will be implementing.
- [Stats](https://wiki.boxingbadger.com/the-game/game-mechanics/stats.md): Base stats are altered by passives abilities and body types.
- [Body Types](https://wiki.boxingbadger.com/the-game/game-mechanics/body-types.md): Your body is special.
- [Gloves & Damage Types](https://wiki.boxingbadger.com/the-game/game-mechanics/gloves-and-damage-types.md): Damages are broken down into physical and elemental.
- [Passive Abilities](https://wiki.boxingbadger.com/the-game/game-mechanics/passive-abilities.md): NFTs will sport two random passive abilities that will be paramount depending on which enemy you are fighting.
- [Game Modes](https://wiki.boxingbadger.com/the-game/game-modes.md): Our goal is to provide many ways to have fun and compete.
- [Campaigns](https://wiki.boxingbadger.com/the-game/game-modes/campaigns.md)
- [PvP Seasons](https://wiki.boxingbadger.com/the-game/game-modes/pvp-seasons.md): Fight for seasonal competitions!
- [Guild Fights](https://wiki.boxingbadger.com/the-game/game-modes/guild-fights.md): Fight for your guild!
- [Tournaments](https://wiki.boxingbadger.com/the-game/game-modes/tournaments.md): Discover the ultimate competition!
- [About Us](https://wiki.boxingbadger.com/the-team/about-us.md): One founder to the rule them all!
- [Contact](https://wiki.boxingbadger.com/the-team/contact.md): We'd love to hear from you!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.boxingbadger.com/intro.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.
