# Console Configuration

This is a simplified overview of our more detailed [console configuration](/purchasely/quick-start-1/console-configuration/installation.md#creating-a-new-app)

### Application

<figure><img src="/files/san4hLEeee6eYJ7NElXV" alt=""><figcaption><p>Create a New Application</p></figcaption></figure>

The mandatory parameters are :

* **Name**: the name of the application as it will be displayed in the Purchasely Console
* **The default language**: this will define which language shall be used when the language on a user device is not supported by the application. ⚠️ It can't be changed later
*

```
<figure><img src="/files/ybnHIL5Kg8g4fExnKRjU" alt=""><figcaption><p>Store Configuration</p></figcaption></figure>
```

The next step is to plug your applications with the different stores you want to use.

### Apple App Store

By clicking on the Apple App Store tab in your App Settings you can do the 3 required steps for Apple configuration

**App bundle id**\ <img src="/files/sKyuIxo9RGami38tdy3q" alt="" data-size="original">

**Shared App Secret**\
![](/files/dBZQqcgsEOahV29U55uo)![](/files/EUjCy6ObzOfjZp7WC3V6)

**Store Kit 2**

By default Purchasely SDK uses Store Kit 2, you need to grant us a specific access to your In-App Purchases for our service to work\
Please follow [this guide](/purchasely/quick-start-1/sdk-configuration/storekit-2.md) to configure Store Kit 2 with Purchasely

{% hint style="info" %}
You can use Store Kit 1 if you want, just skip this step and make sure that [Purchasely.start()](/purchasely/quick-start/sdk-implementation.md) is configured with Store Kit 1
{% endhint %}

**Server to Server notifications**\
![](/files/CaShQHyoClHGAUnNHoBU)

### Google Play Console

You will need to follow those steps:

1. Set your [Android App Bundle Id](/purchasely/quick-start-1/console-configuration/installation.md#android-app-bundle-id)
2. [Create](/purchasely/quick-start-1/console-configuration/installation.md#access-key-json) the Service Account
3. [Grant Access](/purchasely/quick-start-1/console-configuration/installation.md#grant-access-to-the-new-service-account) to the Service Account

{% hint style="warning" %}
Once you have completed all those steps, it can **take up from 30 minutes to 48 hours** to Google to activate those new permissions, specifically the 2nd step **App Permission** for the service account
{% endhint %}

#### Server to Server notifications

We connect to Google Cloud Pub/Sub automatically for you by using your service account access.\
All you need to do is click on "Connect to Google" and follow the steps

<figure><img src="/files/z7W3gb5qjIWHr2zpng5e" alt=""><figcaption></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://purchasely.gitbook.io/purchasely/quick-start/console-configuration.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.
