# Get Dative Core API key

[Dative Core](https://pub.dev/packages/dative_core) manages most parts of your app installation automatically. \
With just one command, it will change the package name for your Android app and the bundle ID for your iOS app, set up Firebase, AdMob, Facebook, and more in both your Android and iOS apps. Generally, these are complex tasks, but the Dative Core handles them for you.

### Step 1: Create a Dative Core Account

1. Go to the [Dative Support Website](https://support.dative.me).
2. Click on the  **Sign Up new Account,**&#x63;lick in **Get Started**

<figure><img src="/files/82FrV586ZMtOFHFOS9Du" alt=""><figcaption><p>Dative Core Signup new account</p></figcaption></figure>

3. Fill in the registration form with your email, password, and other required information.
4. Click **Continue** to create your account.

<figure><img src="/files/aHXAu4k2C1ywZokyKpCk" alt=""><figcaption><p>Dative Core Signup new account</p></figcaption></figure>

### Step 2: Register your App

You need to register your app to get **API Key**, note that you need to purchase the app exclusively in [**codester**](https://www.codester.com/maravilhosinga) to obten a **purchase code**.

<figure><img src="/files/NFCvUszZAVR7cGjrjbIi" alt=""><figcaption><p>Dative Core new app</p></figcaption></figure>

1. FIll the for with all required informations.
2. Project name may be anything
3. **Application ID** and **Client Key** is your [Parse server App ID](/parse-server-setup/deploy-cloud-code.md), we got it in this step.
4. iOS **Package name** use iOS Bundle ID, the same as in [Firebase Setup](https://docs.booms.live/pages/wyIteQnLmjeMvoeA8u9P#step-1.2-add-firebase-to-your-ios-app)&#x20;
5. Android **Package name** use the same as in [Firebase Setup](https://docs.booms.live/pages/wyIteQnLmjeMvoeA8u9P#step-1.3-add-firebase-to-your-android-app)&#x20;
6. **Purchase code**, get it in codester after purchase of Boom Live App.
7. After filling all informations, then click in **Continue**.

<figure><img src="/files/dfIuLPNSrelzTvays9h4" alt=""><figcaption><p>Register new Dative App</p></figcaption></figure>

### Step 3: Get your API Key

Once evething done, you can now copy your Dative Core API Key

<figure><img src="/files/bs1y6DKnbzAMczWCxm45" alt=""><figcaption><p>Dative Core Manage app</p></figcaption></figure>

<mark style="color:purple;">**Make sure that at the end of this progress, you have  saved for later use:**</mark>

* `Core API Key`


---

# 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.booms.live/get-dative-core-api-key.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.
