> For the complete documentation index, see [llms.txt](https://gamepaper.noagame.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gamepaper.noagame.io/the-game.md).

# THE GAME

- [Required](https://gamepaper.noagame.io/the-game/required.md): What you need to start playing
- [CPU Perfomance](https://gamepaper.noagame.io/the-game/cpu-perfomance.md)
- [Login](https://gamepaper.noagame.io/the-game/login.md)
- [Staking](https://gamepaper.noagame.io/the-game/staking.md): Stake NFTs to use in game for player and for bonuses
- [Building a Deck](https://gamepaper.noagame.io/the-game/building-a-deck.md): Classic 16 vs 16 cards game
- [Deck Score](https://gamepaper.noagame.io/the-game/building-a-deck/deck-score.md): To enter a game, a certain deck score is required.
- [Starting a Game](https://gamepaper.noagame.io/the-game/starting-a-game.md)
- [10X Reward Games](https://gamepaper.noagame.io/the-game/starting-a-game/10x-reward-games.md)
- [Skipping Games](https://gamepaper.noagame.io/the-game/starting-a-game/skipping-games.md): Save time without t
- [Gameplay](https://gamepaper.noagame.io/the-game/gameplay.md)
- [Turns](https://gamepaper.noagame.io/the-game/gameplay/turns.md): Games currently have an average of 9 turn.
- [Rewards](https://gamepaper.noagame.io/the-game/rewards.md): What you get for playing Noa
- [Heroes](https://gamepaper.noagame.io/the-game/heroes.md): Heroes are active cards and perform different actions on the battlefield.
- [Hero Classes](https://gamepaper.noagame.io/the-game/heroes/hero-classes.md): Each class is important and has its own role
- [Skills & Effects](https://gamepaper.noagame.io/the-game/heroes/skills-and-effects.md)
- [Support](https://gamepaper.noagame.io/the-game/support.md)
- [Stats](https://gamepaper.noagame.io/the-game/stats.md): Attributes that improve the hero cards offesive and defensive powers and skills.
- [Cards Stats](https://gamepaper.noagame.io/the-game/cards-stats.md)
- [Enemy NPC](https://gamepaper.noagame.io/the-game/enemy-npc.md): The enemy deck draws random cards but their rarity is predetermined for each tier
- [Enemy Deck Boosts](https://gamepaper.noagame.io/the-game/enemy-npc/enemy-deck-boosts.md)
- [Boosts](https://gamepaper.noagame.io/the-game/boosts.md)
- [Game Shop](https://gamepaper.noagame.io/the-game/game-shop.md)
- [Game Wallet](https://gamepaper.noagame.io/the-game/game-wallet.md)
- [Leaderboard](https://gamepaper.noagame.io/the-game/leaderboard.md)


---

# 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://gamepaper.noagame.io/the-game.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.
