> For the complete documentation index, see [llms.txt](https://pulse-wars.gitbook.io/trade-brawl-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pulse-wars.gitbook.io/trade-brawl-whitepaper/how-to-play.md).

# How to Play

- [The 7 Classes of NFT](https://pulse-wars.gitbook.io/trade-brawl-whitepaper/how-to-play/the-7-classes-of-nft.md): What are they and what do they do???
- [Minting an NFT](https://pulse-wars.gitbook.io/trade-brawl-whitepaper/how-to-play/minting-an-nft.md): Will you mint one of the rarest and strongest “FOUNDERS OF THE FUTURE”?? Minting a founder could highly increase your chances of progressing to the MONEY rounds!! GOOD LUCK!!!!
- [Game Play](https://pulse-wars.gitbook.io/trade-brawl-whitepaper/how-to-play/game-play.md): Can you make it to the prize rounds and claim the rewards of victory????                                             MINT…. MAKE YOUR SELECTIONS…. then BATTLE your way to glory!!
- [Game Schedule](https://pulse-wars.gitbook.io/trade-brawl-whitepaper/how-to-play/game-schedule.md): Schedule (Estimate) Beginning Q3 2024                                                                                                        PRIZES COULD BE WORTH MORE DURING A PARBOLIC BULL MARKET!!!
- [Prize Pools](https://pulse-wars.gitbook.io/trade-brawl-whitepaper/how-to-play/prize-pools.md): Prize Pool  - THE SPOILS OF WAR
- [Welcome To The Pulse Wars Community Games](https://pulse-wars.gitbook.io/trade-brawl-whitepaper/how-to-play/welcome-to-the-pulse-wars-community-games.md): Even in defeat you can still win !!!


---

# 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 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, and the optional `goal` query parameter:

```
GET https://pulse-wars.gitbook.io/trade-brawl-whitepaper/how-to-play.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
