# Submit Your App to Production

## Before You Begin

* Ensure you are logged into the Google account associated with your Google Developer Account
* Ensure you have uploaded all the information in the Google Play Console. If not, please check the [Setup Your App On Google Play Store](/publish-apps/publishing-to-the-google-play-store/setup-your-app-on-google-play-store.md) guide first.

## Walkthrough

**1.)**  Open the [Google Play Console](https://play.google.com/console/u/0/developers) in a new browser tab and choose the app you want to update the Store listing for.

**2.)** In the left-hand menu, click on the **Production.**

**3.)**  Click **Create New Release**. Upload your android **.aab** build file.

![](/files/iuSCTa9pxSLvbA5oawQP)

**4.)** Give your release a name. This name is only visible to you and is usually automatically filled when you upload your build file. You can also add notes about new features or bug fixes in the **Release Notes** section. When you're done editing, click **Save**.

![](/files/hgmSRiUbN9U8P0bmA6qi)

**5.)** When you're ready release to the users, click **Review Release**, then **Start Rollout to Production**, then click **Rollout**.&#x20;


---

# 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.twinr.dev/publish-apps/publishing-to-the-google-play-store/submit-your-app-to-production.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.
