# Intro

We strive to make our SDK as simple as possible to integrate and use while providing all the tools to make your game engaging and immersive. The integration guide is a comprehensive manual covering all options and player interactions on all supported platforms we work with.

While our full guide covers all features, most games use only the essentials. Below you'll find the required steps and an API reference for quick setup.

{% hint style="warning" %}
In addition to the documentation, you can rely on our dedicated [GPT assistant](https://chatgpt.com/g/g-6821692dd4408191a7c55e414526b8ee-playgama-bridge) to guide your integration and answer any questions about the Playgama Bridge SDK.
{% endhint %}

#### &#x20;<img src="https://1088849411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ukgSPDBOdbQp4FYtbz1%2Fuploads%2F9BooaofCI33U9Np5oeif%2FFrame%203%20(1).png?alt=media&#x26;token=0750b56a-a069-4759-bda9-29951f06cd30" alt="" data-size="line"> Required Steps:

1. [Install and initialize SDK.](https://wiki.playgama.com/playgama/sdk/engines/scratch/setup)
2. [Identify the current language and display the required text labels.](https://wiki.playgama.com/playgama/sdk/engines/platform-parameters#language)
3. [Save and retrieve user progress using our storage methods.](https://wiki.playgama.com/playgama/sdk/engines/scratch/user-data)
4. [Send Game Ready message.](https://wiki.playgama.com/playgama/sdk/engines/platform-parameters#sending-a-message-to-the-platform)
5. [Display interstitial ads.](https://wiki.playgama.com/playgama/sdk/engines/scratch/advertising/interstitial)


---

# 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/scratch/intro.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.
