# DEEP DIVE

- [Asset Module](https://gamebyts.gitbook.io/gamebyts/deep-dive/asset-module.md)
- [Computer Types](https://gamebyts.gitbook.io/gamebyts/deep-dive/asset-module/publish-your-docs.md)
- [Boost & Sockets](https://gamebyts.gitbook.io/gamebyts/deep-dive/asset-module/boost-and-sockets.md)
- [Minting Scrolls](https://gamebyts.gitbook.io/gamebyts/deep-dive/asset-module/minting-scrolls.md): Minting Scrolls allow users to perform a Computer-Minting Event.
- [Game Module](https://gamebyts.gitbook.io/gamebyts/deep-dive/game-module.md)
- [Computer-Minting](https://gamebyts.gitbook.io/gamebyts/deep-dive/game-module/computer-minting.md)
- [Inventory System](https://gamebyts.gitbook.io/gamebyts/deep-dive/game-module/inventory-system.md)
- [Boost Upgrade](https://gamebyts.gitbook.io/gamebyts/deep-dive/game-module/boost-upgrade.md)
- [Durability System](https://gamebyts.gitbook.io/gamebyts/deep-dive/game-module/durability-system.md)
- [Earning Module](https://gamebyts.gitbook.io/gamebyts/deep-dive/earning-module.md)
- [BYT Earning](https://gamebyts.gitbook.io/gamebyts/deep-dive/earning-module/byt-earning.md)
- [BYT Cap/Mechanics](https://gamebyts.gitbook.io/gamebyts/deep-dive/earning-module/byt-cap-mechanics.md)
- [Loot Crate System](https://gamebyts.gitbook.io/gamebyts/deep-dive/earning-module/loot-crate-system.md)
- [Power System](https://gamebyts.gitbook.io/gamebyts/deep-dive/earning-module/power-system.md)
- [Other Modules](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules.md)
- [Decentralized Wallet](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/decentralized-wallet.md)
- [Tokenomics](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/tokenomics.md)
- [BYT Sink Mechanisms](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/byt-sink-mechanisms.md)
- [BYT Sustainability Strategy](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/byt-sustainability-strategy.md)
- [Activation Code System](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/activation-code-system.md)
- [Anti-Cheating System](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/anti-cheating-system.md)
- [Governance & Ecosystem fund](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/governance-and-ecosystem-fund.md)
- [Marketplace](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/marketplace.md)
- [Skins Marketplace](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/skins-marketplace.md)
- [Privacy](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/privacy.md)
- [Giveaway](https://gamebyts.gitbook.io/gamebyts/deep-dive/other-modules/giveaway.md)


---

# Agent Instructions: 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:

```
GET https://gamebyts.gitbook.io/gamebyts/deep-dive.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.
