# Prepare To Integrate

First and foremost, **we're thrilled** to have you on board! To get you started, we've created an example game (it's really just buttons) that you can run locally and a demo arcade app that will host your game, mimicking the core functionality of the production arcade. If you've integrated your game successfully, you'll be able to play it within the demo arcade. See [Quick Start.](/intro/quick-start-guide.md)

Before we dive into that, let's take care of some prerequisites.

### 1. Create a Yours Wallet

Both players and developers need to have a [Yours Wallet](https://chromewebstore.google.com/detail/yours-wallet/mlbnicldlpdimbjdcncnklfempedeipj) to connect to the arcade. Instead of creating accounts the traditional way (email & password), users simply connect their wallet. The wallet is used to approve & broadcast transactions to the blockchain, sign messages, and more. To get started, click the link above, install the extension, and create your wallet. If you already have a Yours Wallet, feel free to skip this step.

### 2. Run Your Game

Since you're here, we assume you have a game ready to integrate. Before proceeding, please ensure your game is up and running in a local or development environment and is accessible via your web browser.


---

# 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.hastearcade.com/prep-work/prepare-to-integrate.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.
