# 1. Add your app to the dashboard

Before installing the Airflux SDK in your gaming app, you need to add your app to the Airbridge dashboard. This step will take approximately 2-5 minutes.

***

## 1. Create an account and add your app to Airbridge

{% hint style="info" %}
**Why is this step necessary?**

Airflux is built on the Airbridge platform. The App Name used to add your gaming app to Airbridge and the App SDK Token assigned by Airbridge are required for initializing the Airflux SDK.
{% endhint %}

1. Visit the [Airbridge website](https://app.airbridge.io/app), click **Dashboard**, and create an account.&#x20;
2. Select the **Growth Plan** on the Airbridge plan intro page.
3. Set the Organization name.
4. Choose **Production mode** as the app mode and add your app per platform.

{% hint style="danger" %}
**Attention**

Although apps can be added in development mode for testing purposes, Airflux only runs on apps in production mode
{% endhint %}

5. Set the App Name. The App Name must be unique and cannot be changed once the app is added to Airbridge.&#x20;
6. Set the time zone and standard currency. Choose carefully, as they cannot be changed once the app is added to Airbridge.

* Time Zone: The time zone you choose is the baseline for the time of the event occurrence.
* Standard Currency: The currency you choose is the currency used for reporting.

7. Click **Submit**.

If you have finished adding an app and want to add additional apps, refer to this Airbridge [article](https://help.airbridge.io/en/guides/register-a-new-app). &#x20;

## 2. **Find the information required for SDK setup**

Once your gaming app is added to Airbridge, select **\[Settings]>\[Tokens]** from the sidebar and find the following information. Make sure to record them somewhere safe, as the information is required to initialize the SDK.

* App Name
* App SDK Token

## Frequently Asked Questions

<details>

<summary>My app is not live yet. Can I still add it to the dashboard?</summary>

If your app is not live yet, choose **Production mode** as the app mode, skip adding the app per platform, and move on to the next steps. Once your app goes live, go to the Airbridge dashboard, select **\[Settings]>\[App Settings]**, and add the app by using search or entering the app store URL.

</details>

<details>

<summary>Can I change the app mode after the app is added to Airbridge?</summary>

No, the app mode cannot be changed later. If you want to change the app mode, you need to add the app as a new app and choose a different app mode.&#x20;

</details>


---

# 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.airflux.ai/airflux-integration-unity-v0.x/1.-add-your-app-to-the-dashboard.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.
