# Package Name ( app id )

The package name of an Android app uniquely identifies your app on the device Play Store.

### **Step 1 - Application ID**

1. Open **Gradle Scripts → app/build.gradle**
2. Change the application ID with your own id name
3. Standard naming procedure : **`com.company.appname`**
4. Click **Sync Now**.
5. Change the id as unique as possible, because application id is very important used if you want to publish the application to the google play.

{% hint style="info" %}
Important : your **applicationId** must will use to generate google-services.json on firebase console configuration
{% endhint %}

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

### **Step 2 - Package Name (Optional)**

This step is optional, because unique id for app identifier already configure at Step 1 above, you can go without change package folder name, but if you want to change id here the step

1. Click once on your package and then click setting icon on Android Studio.
2. Close / Unselect **Compact Empty Middle Packages**
3. Right click your package and rename it.

<figure><img src="/files/BUU65TnjYlNHKPaNn9H7" 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://the-city.gitbook.io/docs/android/package-name-app-id.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.
