# Setup

### <img src="/files/qkRz0XouRMuwHLVog6j8" alt="" data-size="line"> Installation

Download the latest `.yymps` from the [GitHub release page](https://github.com/Playgama/bridge-gamemaker/releases) and import it via `Tools` → `Import Local Package` menu.

<figure><img src="/files/dyVZavQPRy9M4pkhgiAn" alt=""><figcaption><p>Tools → Import Local Package</p></figcaption></figure>

### <img src="/files/qkRz0XouRMuwHLVog6j8" alt="" data-size="line"> Config

In the `datafiles/playgama-bridge-config.json` config file you can set up various identifiers and in-game purchases.

You can see an explanation of the file structure here: [Playgama Bridge Config](/playgama/sdk/playgama-bridge-config.md).

<figure><img src="/files/BCvDCDBY6zjyZeLHX1tr" alt=""><figcaption></figcaption></figure>

### <img src="/files/qkRz0XouRMuwHLVog6j8" alt="" data-size="line"> Initialization and Build

Once the game is loaded, the plugin is already initialized. No additional actions are required.

To ensure the plugin functions correctly, select the appropriate index template during the build process.

<figure><img src="/files/MiEgkOfiMA7ekLex5UYL" alt=""><figcaption><p>Game Options → HTML5 → General</p></figcaption></figure>


---

# 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://wiki.playgama.com/playgama/sdk/engines/gamemaker/setup.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.
