# DASHBOARD

- [Management](https://docs.elixir.app/dashboard/management.md): Manage all publishing sections related to your game. Handle Media, import your NFTs upload builds and much more!
- [Add a new Game](https://docs.elixir.app/dashboard/management/publish-your-game.md): Uploading a game on the Elixir Platform is extremely easy. Let's get you onboarded.
- [Create a Game](https://docs.elixir.app/dashboard/management/publish-your-game/create-a-game.md)
- [Set-Up](https://docs.elixir.app/dashboard/management/publish-your-game/set-up.md)
- [Review Guidelines](https://docs.elixir.app/dashboard/management/publish-your-game/review-guidelines.md)
- [Version control](https://docs.elixir.app/dashboard/management/version-control.md): Uploading your Game Build
- [Add a Build](https://docs.elixir.app/dashboard/management/version-control/add-a-build.md)
- [Handle branches](https://docs.elixir.app/dashboard/management/version-control/handle-branches.md)
- [Upgrade Versions](https://docs.elixir.app/dashboard/management/version-control/upgrade-versions.md)
- [API Keys](https://docs.elixir.app/dashboard/management/api-keys.md): Interact with the Elixir API with your game credentials
- [NFT Collections](https://docs.elixir.app/dashboard/import-nfts.md): In this guide, we show you step by step how to import NFTs collections to the Elixir Platform, to be used with your game.
- [Add a Collection](https://docs.elixir.app/dashboard/import-nfts/add-a-collection.md)
- [Staking Support](https://docs.elixir.app/dashboard/import-nfts/staking-support.md)
- [Beta Codes](https://docs.elixir.app/dashboard/beta-codes.md): Provide access to you players through our beta code system
- [Create a Beta Code](https://docs.elixir.app/dashboard/beta-codes/create-a-beta-code.md)
- [Tournaments](https://docs.elixir.app/dashboard/tournaments.md)
- [Set Up](https://docs.elixir.app/dashboard/tournaments/set-up.md): Create the tournament settings in the Developer Dashboard
- [Create Tournament](https://docs.elixir.app/dashboard/tournaments/create-tournament.md): Create the Tournament in the Elixir Launcher
- [In-App Purchases](https://docs.elixir.app/dashboard/in-app-purchases.md): Gamers can use in-app purchases to unlock epic virtual loot such as premium content and digital assets—all without leaving the gaming action. It's secure, it's seamless, and it keeps you in the game!
- [Developer](https://docs.elixir.app/dashboard/in-app-purchases/developer.md)
- [Set up your Store](https://docs.elixir.app/dashboard/in-app-purchases/developer/set-up-your-store.md)
- [Submit Product](https://docs.elixir.app/dashboard/in-app-purchases/developer/submit-product.md)
- [Client Integration](https://docs.elixir.app/dashboard/in-app-purchases/developer/client-integration.md)
- [Handle Post-Payments](https://docs.elixir.app/dashboard/in-app-purchases/developer/handle-post-payments.md)
- [Payment Gateways](https://docs.elixir.app/dashboard/in-app-purchases/payment-gateways.md)
- [Review Guidelines](https://docs.elixir.app/dashboard/in-app-purchases/review-guidelines.md)
- [Elixir Invisible Wallet](https://docs.elixir.app/dashboard/elixir-invisible-wallet.md)
- [Gas Manager](https://docs.elixir.app/dashboard/elixir-invisible-wallet/gas-manager.md)
- [Create Gas Manager](https://docs.elixir.app/dashboard/elixir-invisible-wallet/gas-manager/create-gas-manager.md)
- [Handle Balances](https://docs.elixir.app/dashboard/elixir-invisible-wallet/gas-manager/handle-balances.md)
- [Reward Center](https://docs.elixir.app/dashboard/reward-center.md): Welcome to the Reward Center Integration Guide!
- [Game Quests](https://docs.elixir.app/dashboard/reward-center/game-quests.md)
- [Add a Stat](https://docs.elixir.app/dashboard/reward-center/game-quests/add-a-stat.md)
- [Create a Quest](https://docs.elixir.app/dashboard/reward-center/game-quests/create-a-quest.md)
- [Test Your Quest](https://docs.elixir.app/dashboard/reward-center/game-quests/test-your-quest.md): Test your implementation!
- [Submit your Quest](https://docs.elixir.app/dashboard/reward-center/game-quests/submit-your-quest.md)
- [Update Progress](https://docs.elixir.app/dashboard/reward-center/game-quests/update-progress.md): Submit the user progress to advance in the Quest
- [Review Guidelines](https://docs.elixir.app/dashboard/reward-center/game-quests/review-guidelines.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://docs.elixir.app/dashboard.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.
