# Change bundle ID

### How to modify the package name/bundle ID?

Update your app’s bundle ID by enabling the ‘Customize my package details’ toggle in the App Identity section before generating a new build.

{% embed url="<https://scribehow.com/shared/Change_bundle_ID__UrAmHvDNT4CvyzsE5rsmbw>" %}

AppMySite allows you to update app’s bundle ID. Here’s how –

* Navigate to the [**Download**](https://app.appmysite.com/app/download) screen.&#x20;
* Click on the Build app button. If you have already created your app, select the rebuild app button.&#x20;
* Expand the ‘App Identity’ section.&#x20;
* Enable the ‘Customize my package details’ toggle.
* Enter your preferred bundle ID in the package name field.&#x20;
* Click on the Build app button to generate a build of your app.&#x20;

By default, AppMySite generates the bundle ID in this format:

* For Android: app.app-name.android
* For iOS: app.app-name.ios

{% hint style="warning" %}
Once your build is generated, submit it to the app stores. Your app will be submitted with the updated package name.&#x20;
{% endhint %}

{% hint style="success" %}
Turn the toggle on for Force app update from the [**Settings**](https://docs.appmysite.com/) screen in your account. This will display a prompt to your app users to update the app when you release a new version on the app stores.
{% 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://docs.appmysite.com/app/download/migrate-live-app/change-bundle-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.
