# Create New Google Play Listing

## Before You Begin

* Native publishing requires a ***Professional, Team, or Business plan.***
* Log into the Google account associated with your Google Developer Account.
* Ensure building your app was successful and that you have downloaded the Android App Bundle (.AAB file).

{% hint style="danger" %}
**Important:** Once you create your Listing, you should **never** change the Package Name. If you change the Package Name, the Google Play Store treats the upload as a completely different app. If you want to upload a new version of your app, you must use the same Package Name and [signing certificate](https://developer.android.com/studio/publish/app-signing) as when originally published.
{% endhint %}

## Walkthrough

1. Open the [Google Play Console](https://play.google.com/apps/publish) in a new browser tab.

2. Click **All Apps** in the top left corner, then click **Create App** in the top right corner.

   <div align="center"><img src="/files/-MfhSJKV7temgyop6e_m" alt="" width="563"></div>

3. Enter an [**App Name**](#user-content-fn-1)[^1], select the **Default Language** for the app, the type of app (**App** or **Game**), and if it’s a **Free** or **Paid** app.

   <img src="/files/-MfhSy7tF8Cl7qcV_64l" alt="" width="563">

4. Accept all **Declarations**, and click **Create App** in the lower right corner which will redirect you to the App Dashboard.

   <img src="/files/-MfhTcAcXTwe1lE3NDim" alt="" width="563">

5. Before we create a version of your app, you need to fill in some details about your app's content. ***This is required for all releases.***&#x20;
   * This can be found by scrolling to the bottom of the left-hand menu and click on **App Content.**&#x20;

     <div align="center"><img src="/files/-MfhpxWAuOpUlnY6Crel" alt="You will need to complete each section by clicking Start, filling in the necessary information and clicking Save in the lower right, and then using the back arrow to return to the remaining declarations. Once you&#x27;ve completed all sections, return to the Dashboard" width="563"></div>

6. The [Next guide](/publishing-apps/publishing-to-the-google-play-store/upload-your-build-file-to-google-play-listing.md) will cover Google Testing Tracks and Creating releases for both New and Existing apps!

[^1]: This is the name users will see on the Play Store.


---

# 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://help.adalo.com/publishing-apps/publishing-to-the-google-play-store/create-new-google-play-listing.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.
