# Integrate the Adrop SDK using the Developer Guide

Before installing the Adrop SDK,&#x20;

you need to complete these steps first:

* Create your platform
* Register your app service
* Create ad units

Please ask your console administrator to help with creating the platform and registering the app service.

#### Installation Guides

After completing the platform creation, app registration, and ad unit setup, you’re ready to install the Adrop SDK.

Choose the guide that matches your app’s platform:

* Preparing Configuration Files
* Installing Adrop SDK for Android
* Installing Adrop SDK for iOS
* Installing Adrop SDK for Flutter
* Installing Adrop SDK for React Native (a framework that lets you build mobile apps using JavaScript for both Android and iOS)&#x20;
* Using the Adrop API to Show Ads
* Creating CPQ Ad Products

#### Additional Resources

* Guide for Google AdMob Users
* Verify Your Ad Implementation
* Check Platform Specifications
* Set Up Audience Targeting


---

# 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://help.adrop.io/en/developer-guide/integrate-the-adrop-sdk-using-the-developer-guide.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.
