# Introduction

<figure><img src="https://1999307885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs83D1dD4EQXtTNdbbsjd%2Fuploads%2FbEDvwUn4hrhLbL3tDGlr%2Fbanner04.png?alt=media&#x26;token=fee91321-95ff-4e64-b05f-61436a4ad85e" alt=""><figcaption></figcaption></figure>

We're a collective of builders on the Internet Computer blockchain dedicated to building foundational infrastructure for on-chain games and autonomous worlds. We are committed to demonstrating the unique capabilities of the Internet Computer blockchain for the on-chain gaming vertical.  All our gaming infrastructure code is open-sourced on [our Github](https://github.com/orgs/BoomDAO/repositories) and documented here.

## Four areas of focus:

1. **Game Launcher**: A one-stop game platform with a suite of powerful tools including 1-click game uploads to canisters, testing fake tokens/NFTs in a test environment, deploying World canisters with configurable rules, and a discovery page for gamers to find on-chain games to play.
2. **World Engine**: A comprehensive, on-chain game server that provides a universal game-centric database, modular game logic, composable data standards, and customizable permissions for cross-game transactions.
3. **Templates**: Streamlined, ready-to-deploy templates designed for seamless integration of Unity game clients and World canisters to the World Engine, facilitating rapid game development.
4. **Examples**: A carefully curated selection of canister code examples designed to serve as a reference for game developers, helping them build game features.

***

## Connect with Us!

If you are a game developer looking to use BOOM DAO tooling for your game, please reach out to us in the [BOOM DAO Discord](https://discord.gg/FJ7H3s35). We would love to have a call with you to know the needs of your game and assist you in setting up your World canister for the first time. We will even do all the work to set it up for you, so all you have to worry about is writing your Unity code :)

## Watch the tutorial video:

{% embed url="<https://youtu.be/LHVVi4pN6CI?si=h6yx2l5_cPfp3DzZ>" %}


---

# 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.boomdao.xyz/introduction.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.
