# Quickstart guide

We’re excited to have you on board with SurgeGrowth! Localized pricing is what the world deserves, and every app developer should embrace it. Big tech companies are already leading the way—now it’s your turn to join them. Get started in just 15 minutes with 3 simple steps! *No engineering help required.*

## Step 1: Configuring Payment Processors (5 mins)

The first step, after sign up, is to connect your platforms(App Store and Play Store). This allows us to import your existing product SKUs and enables seamless catalog management, including creating new SKUs, updating prices, and setting up offers.

*Please ensure you have admin access to both your Play Store and App Store accounts before proceeding with the steps below.*

### **1.a - Apple App Store configuration**

In SurgeGrowth Dashboard, go to [*Payment Processors*](https://beta.surgegrowth.io/dashboard/payment-processor) *tab* and select App Store. Fill in the required fields following the instructions below.

<figure><img src="/files/50ykt0MvbAYodKoX16vP" alt=""><figcaption></figcaption></figure>

To locate the App Bundle ID and App ID, log in to [App Store Connect ](https://appstoreconnect.apple.com/)and navigate to **Apps**. Select the desired app, then open the **App Information** tab. The Bundle ID and App ID will be listed in the **General Information** section.

The next step is to generate the In-App Purchase API keys, along with the Key ID and Issuer ID. Follow [these steps](/miscellaneous/app-store-in-app-purchase-api-key.md) to complete the process.&#x20;

After entering all the required information, click **Save Changes** to establish the connection with the App Store.

### **1.b - Google Play Store configuration**

In SurgeGrowth Dashboard, go to [*Payment Processors*](https://beta.surgegrowth.io/dashboard/payment-processor) *tab* and select Google Play. Fill in the required fields following the instructions below.

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

To find Package Name, open the [Google Play Developer Console](https://play.google.com/console/u/0/developers) and select the app whose ID you need. The ID is specified next to the app's name and logo.

\
The next step is to generate the service account key file. Follow [these steps](/miscellaneous/google-play-store-credentials.md) to complete the process.

After entering all the required information, click **Save Changes** to establish the connection with the Google Play.

## Step 2: Import existing products (5 mins)

You can easily import your existing product SKUs from Google Play and the App Store. The process differs for in-app purchases and subscription products.

### 2.a - In-app purchase (Consumable and Non-consumable)

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

Watch [steps to import IAP products in bulk](/video-demos/5-bulk-import-existing-iap-products.md) or follow the steps given below:

1. Navigate to the **Bulk Changes** tab.
2. Click the **plus sign** and select **Import Product**.
3. **Upload the CSV file** containing the mapping between the product name, App Store Product ID, and Play Store Product ID.
4. Review the uploaded CSV file and correct any errors if found.
5. Click **Import** to initiate the import process.

### 2.b - Subscription products

*Coming soon*

## Step 3: Set localized pricing for imported products (5 minutes)

SurgeGrowth makes it super easy to update product prices in bulk.&#x20;

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

Follow these steps to update product prices in bulk (or watch this [explainer video](/video-demos/4-bulk-update-prices-for-multiple-products-both-iap-and-subscriptions.md)):&#x20;

1. Go to the [**Bulk Changes**](https://beta.surgegrowth.io/dashboard/bulk) tab.
2. Click the **plus sign** and select **Change Prices**.
3. Now, select all the imported products.
4. Update the base price for the selected products, or skip this step if not needed.
5. In the next step, select the [pricing index](/pricing-index/what-is-a-pricing-index.md) you want to map these products to. Based on the selected index, regional prices will be updated on Google Play and the App Store.
6. Select **Change Now** to update the prices of all products, then click **Confirm**.&#x20;

   <figure><img src="/files/Nt8cu1Y6l5y2C9diD4Yv" alt="" width="563"><figcaption></figcaption></figure>

The update process will begin, and within a short time, regional prices will be updated on Google Play and the App Store.

#### That's it. This completes your first time set up.


---

# 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://docs.surgegrowth.io/price-localisation/quickstart-guide.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.
