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

# ASSETS

- [In-Game Assets](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets.md)
- [Mirble](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets/mirble.md): The core utility token of Partyverse.
- [Mirblite](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets/mirblite.md): A magical base resource used to produce Mirble.
- [Diamonds](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets/diamonds.md): The premium currency of Partyverse.
- [Coin](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets/coin.md): The base currency for daily operations.
- [Talents](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets/talents.md)
- [Talent Types & Effects](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets/talents/talent-types-and-effects.md)
- [Talent Reroll Rules](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets/talents/talent-reroll-rules.md)
- [Mining Rigs](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets/mining-rigs.md): The Core of Mirblite Refining
- [📊Mirble Mining Simulator](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets/mining-rigs/mirble-mining-simulator.md)
- [In-Game Item](https://partyicons.gitbook.io/wiki/assets-1/in-game-item.md)
- [Mirblite Collectors](https://partyicons.gitbook.io/wiki/assets-1/in-game-item/mirblite-collectors.md)
- [Secret Realm Key](https://partyicons.gitbook.io/wiki/assets-1/in-game-item/secret-realm-key.md)
- [NFT](https://partyicons.gitbook.io/wiki/assets-1/nft.md)
- [OGX̅](https://partyicons.gitbook.io/wiki/assets-1/nft/ogx.md): The Exclusive NFT of Partyverse
- [Heroes](https://partyicons.gitbook.io/wiki/assets-1/nft/heroes.md): Your Ultimate Battle & Mining Units
- [Heroes](https://partyicons.gitbook.io/wiki/assets-1/nft/heroes/heroes.md)
- [Priority Heroes](https://partyicons.gitbook.io/wiki/assets-1/nft/heroes/priority-heroes.md): CB1’s Rare Collectibles


---

# 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://partyicons.gitbook.io/wiki/assets-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.
