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

# GAME

- [Gameplay](https://docs.moonpoly.io/gameplay-1/gameplay.md)
- [💎Game Currency](https://docs.moonpoly.io/gameplay-1/gameplay/game-currency.md)
- [🎁Game Reward](https://docs.moonpoly.io/gameplay-1/gameplay/game-reward.md)
- [📊Raiting and Leagues](https://docs.moonpoly.io/gameplay-1/gameplay/raiting-and-leagues.md)
- [⚔️Online Board Match](https://docs.moonpoly.io/gameplay-1/gameplay/online-board-match.md)
- [🎴NFT Cards](https://docs.moonpoly.io/gameplay-1/gameplay/blocks-and-cards.md)
- [🔨Custom Boards](https://docs.moonpoly.io/gameplay-1/gameplay/custom-decks.md)
- [🐹Game Assets](https://docs.moonpoly.io/gameplay-1/gameplay/game-assets.md)
- [ PVP Game Rules](https://docs.moonpoly.io/gameplay-1/game-rules.md)
- [🎯Game Target](https://docs.moonpoly.io/gameplay-1/game-rules/game-target.md)
- [🟢Game Start](https://docs.moonpoly.io/gameplay-1/game-rules/game-start.md)
- [🥾Movements](https://docs.moonpoly.io/gameplay-1/game-rules/movements.md)
- [🐳Aviaries](https://docs.moonpoly.io/gameplay-1/game-rules/aviaries.md)
- [🎭Visiting Other Player's site](https://docs.moonpoly.io/gameplay-1/game-rules/visiting-other-players-site.md)
- [💲Purchasing Blockchain Networks](https://docs.moonpoly.io/gameplay-1/game-rules/purchasing-blockchain-networks.md)
- [💲Purchasing Companies](https://docs.moonpoly.io/gameplay-1/game-rules/purchasing-companies.md)
- [❓High Volatility](https://docs.moonpoly.io/gameplay-1/game-rules/high-volatility.md)
- [❓Bear/Bull Market](https://docs.moonpoly.io/gameplay-1/game-rules/bear-bull-market.md)
- [🎩Fixed in Fiat](https://docs.moonpoly.io/gameplay-1/game-rules/fixed-in-fiat.md)
- [😭High Transaction Fee](https://docs.moonpoly.io/gameplay-1/game-rules/high-transaction-fee.md)
- [🚨Scam Coin](https://docs.moonpoly.io/gameplay-1/game-rules/scam-coin.md)
- [☠️Liquidation](https://docs.moonpoly.io/gameplay-1/game-rules/liquidation.md)
- [🍟DuckMonalds](https://docs.moonpoly.io/gameplay-1/game-rules/duckmonalds.md)
- [🤧Bankruptcy](https://docs.moonpoly.io/gameplay-1/game-rules/bankruptcy.md)
- [🏦Selling Assets](https://docs.moonpoly.io/gameplay-1/game-rules/selling-assets.md)
- [NFT Moon Heroes](https://docs.moonpoly.io/gameplay-1/nft-moon-heroes.md)
- [Leveling](https://docs.moonpoly.io/gameplay-1/nft-moon-heroes/leveling.md)
- [Grading](https://docs.moonpoly.io/gameplay-1/nft-moon-heroes/grading.md)
- [Stats](https://docs.moonpoly.io/gameplay-1/nft-moon-heroes/stats.md)
- [List of Moon Heroes](https://docs.moonpoly.io/gameplay-1/nft-moon-heroes/list-of-moon-heroes.md)
- [Talents](https://docs.moonpoly.io/gameplay-1/nft-moon-heroes/talents.md)
- [PVE Game Rules](https://docs.moonpoly.io/gameplay-1/pve-game-rules.md)
- [Moonpoly Farmland](https://docs.moonpoly.io/gameplay-1/pve-game-rules/moonpoly-farmland.md)
- [Moonkers](https://docs.moonpoly.io/gameplay-1/pve-game-rules/moonkers.md)
- [Farm zones' Debuffs](https://docs.moonpoly.io/gameplay-1/pve-game-rules/farm-zones-debuffs.md)
- [Farming Rooms](https://docs.moonpoly.io/gameplay-1/pve-game-rules/farming-rooms.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://docs.moonpoly.io/gameplay-1.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.
