# Play Store

## Creating a new Subscription in the Google Play Store Console

1. Connect to the [Google Play Console](https://play.google.com/console) :
2. Navigate to the following section:\
   \&#xNAN;*Google Play Console > All apps > \[YOUR APP] > Monetize > Products > Subscriptions*
3. Click on *Create subscription*
4. Fill in the **Product ID** and details such as name and description which will be displayed to the user
5. Add one or several **Base Plans** and their associated Pricings / Phases / Offers

<div data-full-width="true"><figure><img src="/files/FOKT83d0K0Nd3uHeC0KY" alt=""><figcaption><p>Create a new Subscription entry</p></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/7sMu6YxV7EZWsiIDCyee" alt=""><figcaption><p>Add one or several base plans to the Susbcription</p></figcaption></figure></div>

Don't forget to **Activate** the newly created **Base Plan** to make it available for purchase.

{% hint style="danger" %}
The value of the **Product ID,** **Base Plan ID** and **"Backwards Compatible"** parameters need to be mapped with the corresponding plan in the Purchasely Console.
{% endhint %}

<div data-full-width="true"><figure><img src="/files/7jGKrJujUBDClIxJqn3Q" alt=""><figcaption><p>Map Plan attributes in Purchasely Console according to Google Play Console</p></figcaption></figure></div>

{% hint style="info" %}
These updates in the Google Play Console may take some time - a few hours - to be available for internal or public testing
{% endhint %}

## Creating a new In-App product in the Google Play Store Console

1. Connect to the [Google Play Console](https://play.google.com/console)
2. Navigate to the following section:\
   \&#xNAN;*Google Play Console > All apps > \[YOUR APP] > Monetize > Products > In-app products*
3. Click on the 3 dots near *Import* and select *Create product*
4. Fill in the **Product ID** and details such as name and description which will be displayed to the user
5. Adjust the price

<div data-full-width="true"><img src="/files/Z1nXTFYaMOReft8Op4nd" alt=""></div>

The value of the **Product ID** parameter will be needed to be mapped with the corresponding plan in the Purchasely Console.

{% hint style="info" %}
Google handles consumable and non consumables products but does not allow you to set it in their console. Use our dashboard to set your in-app product as consumable or non consumable and our SDK will handle the necessary process with Google Play.
{% endhint %}


---

# 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-1/console-configuration/create-your-products/play-store.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.
