# Adding the SDK

#### 1. Add the Google Mobile Ads plugin to your project

[Download](https://github.com/googleads/googleads-mobile-unity/releases/tag/v9.6.0) and import the **Google Mobile Ads plugin.**&#x20;

Note: The SDK supports Ad Mob version from v9.6.0 and upwards

**2. Add PubScale Immersive Ads plugin to your project**

[Download](https://github.com/GreedyGame/immersive-ads-unity/releases/tag/v1.6.0) and import the latest version of the **Immersive Ads plugin.**

{% hint style="warning" %}
It is recommended to use Unity 2021 LTS or above. But, if you use Unity Editor 2019 or 2020,  change the **API compatibility Level** to **.NET 4x**.

This can be found under **Player Settings/Other Settings/Configuration**

<img src="/files/vubZmQbrJ0xvlbube0ag" alt="" data-size="original">
{% endhint %}

#### 3. Force resolve dependencies

Force resolve the dependencies from **Assets/External Dependency Manager/Android Resolver/Force Resolve** if the resolver did not open automatically.

<img src="/files/vzit7lHj2aglm03BF4uz" alt="" data-size="original">

We have added the SDK to the project. Learn how to link the app in the next step.


---

# 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://pubscale.gitbook.io/immersive-ads-sdk/integration/adding-the-sdk.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.
