# Getting Started

## Installation Guide:

Install the dependencies first:

* [Game Creator 2](https://assetstore.unity.com/packages/tools/game-toolkits/game-creator-2-203069)
* [Google Play Games Plugin](https://github.com/playgameservices/play-games-plugin-for-unity/tree/master/current-build)

For setting up the [Google Play Games Plugin](https://github.com/playgameservices/play-games-plugin-for-unity/tree/master/current-build), make sure to follow the instructions in their website here : [Get started with the Google Play Games plugin for Unity](https://developer.android.com/games/pgs/unity/unity-start). Also, you should already have a google play console account for this to work.

You can then install the Play [Game Services Plugin](https://u3d.as/3gZg).

You can also test the provided demo apk that you can download [here](https://www.dropbox.com/scl/fi/gb30x1n4kdjvw4hdivbh5/PlayGame-ServicesPlugin.apk?rlkey=dvvgij3rqtao5beih2ki5rzy7\&dl=0).


---

# 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://dimexel.gitbook.io/playplus-documentation/getting-started.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.
