# Game7 Dev Hub

## Developer Documents - External

- [Built for Players](https://docs.game7.io/built-for-players.md): The video game-centric ecosystem designed to empower players and developers.
- [The G7 Network](https://docs.game7.io/the-g7-network.md): The backbone of our Digital Nation
- [Building on the G7 Network](https://docs.game7.io/building-on-the-g7-network.md): The framework to enable and empower developers.
- [G7 Network Information](https://docs.game7.io/building-on-the-g7-network/g7-network-information.md)
- [Connecting to the Network](https://docs.game7.io/building-on-the-g7-network/connecting-to-the-network.md)
- [G7 Token and Faucet](https://docs.game7.io/building-on-the-g7-network/g7-token-and-faucet.md)
- [Bridging G7](https://docs.game7.io/building-on-the-g7-network/bridging-g7.md): The canonical fungible token bridge for the G7 Network and more
- [Using G7 Network Explorer](https://docs.game7.io/building-on-the-g7-network/using-g7-network-explorer.md)
- [World Builder](https://docs.game7.io/world-builder.md): World Builder is Game7ʼs answer to development and infrastructure challenges prevalent across Web3 gaming economies.
- [Analytics](https://docs.game7.io/world-builder/analytics.md)
- [Leaderboards](https://docs.game7.io/world-builder/leaderboards.md)
- [Dropper](https://docs.game7.io/world-builder/dropper.md)
- [Terminus](https://docs.game7.io/world-builder/terminus.md)
- [Staker](https://docs.game7.io/world-builder/staker.md)
- [Camelot Integration](https://docs.game7.io/world-builder/camelot-integration.md): Camelot is a Decentralized Exchange (DEX) which supports the Arbitrum ecosystem, and Arbitrum Orbit (Layer 3) networks. This guide will cover their AMMv3. The AMMv3 is a fork from Algebra Labs 1.9.
- [Camelot Addresses](https://docs.game7.io/world-builder/camelot-integration/camelot-addresses.md): Camelot Public Deployment on Game7 Test Network.
- [G7 Network Technology Partners](https://docs.game7.io/g7-network-technology-partners.md): We don't build alone
- [Open-source Commitment](https://docs.game7.io/open-source-commitment.md)
- [Game7 Developer Program](https://docs.game7.io/game7-developer-program.md)
- [Additional Contracts and Services](https://docs.game7.io/additional-contracts-and-services.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.game7.io/built-for-players.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.
