# Valist Docs

## Valist Docs

- [Intro to Valist](https://docs.valist.io/quick-start/readme.md): Powering Deployment in the Decentralized Era - Deploying Games at Lightning Speed, from Small Prototypes to Epic Projects, on Web2 and Web3!
- [Valist For Gamers](https://docs.valist.io/quick-start/readme/valist-for-gamers.md): Enter the ultimate realm of Web3 gaming - a thrilling universe brimming with the coolest blockchain games worldwide, fueled by valist and launched with HyperPlay - Your new gaming haven awaits!
- [Valist For Game Developers](https://docs.valist.io/quick-start/readme/valist-for-game-developers.md): Level up your game development with Valist - the lightning-fast, open-source web3 protocol that offers seamless deployment for both web3 and web2 software, from massive projects to small prototypes!
- [Creating an Account & Project](https://docs.valist.io/quick-start/creating-an-account-and-project.md)
- [Web Dashboard](https://docs.valist.io/quick-start/web-dashboard.md)
- [Sapphire Launcher](https://docs.valist.io/quick-start/sapphire-launcher.md): A cross-platform desktop and Android app store and game launcher for web3.
- [CLI](https://docs.valist.io/quick-start/cli.md)
- [GitHub Action](https://docs.valist.io/quick-start/github-action.md)
- [Publishing Web Apps](https://docs.valist.io/publishing/publishing-web-apps.md): Valist makes it effortless to publish your static web app. The platform is compatible with any web framework that generates static sites, including popular choices such as Next.js, Create React App, G
- [Publishing a Next JS App](https://docs.valist.io/publishing/publishing-web-apps/publishing-a-next-js-app.md): Valist offers a different options for uploading your Next JS application, making deployment a breeze. The following steps will guide you through the process seamlessly.
- [Publishing a React JS App](https://docs.valist.io/publishing/publishing-web-apps/publishing-a-react-js-app.md): Valist simplifies the process of uploading your React JS application with various options available. The step-by-step guide provided will ensure a smooth and effortless deployment.
- [Publishing Unity Projects](https://docs.valist.io/publishing/publishing-unity-projects.md): Publishing a Unity Project with Valist is super easy!
- [Publishing using CI/CD](https://docs.valist.io/publishing/publishing-using-ci-cd.md): Valist simplifies the publishing and configuring of your applications. Enjoy automated deployments, CI, and source control in no time.
- [Publishing Binaries & Executables](https://docs.valist.io/publishing/publishing-binaries-and-executables.md): Publishing executable binaries is super easy with Valist. Learn how to use publish with the web dashboard, CLI, or GitHub Action!
- [Intro to Software License NFTs](https://docs.valist.io/monetization/intro-to-software-license-nfts.md)
- [Configuring Pricing for your Products](https://docs.valist.io/monetization/configuring-pricing-for-your-products.md): The Valist Web Dashboard gives you an easy way to configure Software License NFTs, set pricing, supply limits, and more.
- [Token-gating Unity Projects](https://docs.valist.io/monetization/token-gating-unity-projects.md): Valist makes it easy to token-gate Unity projects
- [TypeScript SDK](https://docs.valist.io/typescript-sdk/typescript-sdk.md): Documentation for using the TypeScript Valist software development kit.
- [TypeDoc](https://docs.valist.io/typescript-sdk/typedoc.md): Auto-generated TypeDoc documentation for the Valist TypeScript SDK.
- [Golang SDK](https://docs.valist.io/golang-sdk/golang-sdk.md): Documentation for the Valist Golang software development kit.
- [Smart Contracts](https://docs.valist.io/live-deployments/smart-contracts.md): List of deployed Valist contracts with addresses, and how to interact with them directly.
- [Subgraph](https://docs.valist.io/live-deployments/subgraph.md): The Valist Subgraph indexes multiple Valist contracts and consolidates it into a simple GraphQL interface.
- [Gas Tank](https://docs.valist.io/live-deployments/gas-tank.md): The Valist OpenGSN Gas Tank is what powers the metatransaction system. Here you can find a convenient web app to view the current balance and easily fund the tank.


---

# 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.valist.io/quick-start/readme.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.
