# Get Started

## SDK Integration

1. **Facebook SDK**

   Download SDK and follow the instruction: <https://developers.facebook.com/docs/unity/gettingstarted>. You'll need Facebook App Id to get this done.
2. **Firebase SDK**\
   This will help us analyze & grow our game. The instruction is: <https://firebase.google.com/docs/unity/setup>. There're 4 SDKs we need to integrate

   1. Firebase Analytics
   2. Firebase Remote Config
   3. Firebase Crashlytics
   4. Firebase Cloud Messaging

   Please get the google-services.json & GoogleService-Info.plist from your AM
3. **Monetization SDK**

   We'll use Ads Mediation to maximize ad availability & eCPM. Currently, we can use one of two main ad mediation services, IronSource or MAX. Please follow the mediation service integration that had been selected for your game

   1. MAX
4. **Admob App Open ID**

   Follow this instruction: <https://developers.google.com/admob/unity/app-open>

   Please pay attention to these notes:

   1. **Download this file** and replace the **GoogleMobileAdsDependencies.xml** in the folder ***Assets/GoogleMobileAds/Editor*** <https://drive.google.com/file/d/1rWdgmk7XFNjtwspEmzv4GCLvZn9oq6BO/view?usp=sharing>
   2. **Test ads:** Follow this instruction: <https://developers.google.com/admob/unity/test-ads>

   &#x20;      Focus on this part: ![](https://1345690446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fpk503Ia6RC6HiKULNWfH%2Fuploads%2F5dulruzQCLUlSrPWEqGw%2Fimage.png?alt=media\&token=4b0d17ec-2a95-4cc6-867c-ad23b0d89427)


---

# 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://integration.commandoo.com/get-started.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.
