# Admob

{% hint style="info" %}
This page is no longer being updated. Please refer to our [admob-integration-guide](https://docs.buildnatively.com/guides/integration/admob-integration-guide "mention") for current configurations and support.
{% endhint %}

### How to set up Admob?

Turn on the **Admob** feature and fill out the following information:

* Enter **iOS App ID** (if you're planning to use it in iOS)
* **(Only for iOS) Permission description** - The permission description text should explain to the user why your app needs that permission. Refer to [this](https://developer.apple.com/app-store/user-privacy-and-data-use/) article from Apple[ ](https://developer.apple.com/app-store/user-privacy-and-data-use/)to avoid potential **rejection**.
* Enter **Android App ID** (if you're planning to use it in Android)

{% hint style="warning" %}
For now, Natively supports only Banner and Interstitial ads.
{% endhint %}

### Where to find Android or iOS App IDs?

{% content-ref url="../../guides/setup-admob-app" %}
[setup-admob-app](https://docs.buildnatively.com/guides/setup-admob-app)
{% endcontent-ref %}


---

# 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.buildnatively.com/natively-platform/features/admob.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.
