# Quick Start

## Connect with Us!

First of all, 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.

***

## Build an On-chain Game in Hours

To get started, you will need a World canister as your "game server" and a Unity project that connects to it. Follow these [tutorials](https://docs.google.com/document/d/1PcWcI_HQqINbpMyTG3BFtCdK8IsyfFRL7yOGgfjsoKg/edit?usp=sharing) to create a World canister, configure it, and connect it to your Unity project.

***


---

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