# Step 2 – Register a Bundle ID

Bundle ID is a required identifier for IOS apps registered with Apple. It consists of strings which supplied by you during development, usually in form of **com.your-company-domain.app-name.**

To register a Bundle ID open your developer account on Apple’s [developer website](https://developer.apple.com/) . Click on **Certificates, IDs & Profiles** section.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/app53.png)

From the left menu, select **App IDs in Identifiers** section.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/app54.png)

Click on the “+” button in order to create a new Bundle ID

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/app55.png)

Enter all the required information - write an app name, select Explicit App ID in App ID Suffix, enter Bundle ID and click on Continue button.

> Tip: Enter a reverse-domian name in **Bundle ID** field (i.e., com.your-company-domain-name.appname), as Apple suggests.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/app56.png)

After, confirm your App settings and click on **Submit** button to complete the registration of your App ID


---

# 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.stylemixthemes.com/motors-app-documentation/ios-app-build/register-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.
