# SDK Integration

This section explains how to integrate the DT FairBid SDK for Android, iOS, and Unity apps. Android and iOS require platform-specific setup, whereas Unity uses plugins for integration to simplify the process and ensure cross-platform compatibility.&#x20;

## Integration Overview

{% stepper %}
{% step %}

### Get the SDK

* [Android](/dt-fairbid/fairbid-sdk/sdk-integration/android.md)
* [iOS](/dt-fairbid/fairbid-sdk/sdk-integration/ios.md)
* [Unity](/dt-fairbid/fairbid-sdk/sdk-integration/unity.md)
  {% endstep %}

{% step %}

### [Set Up DT FairBid in DT Console](/dt-fairbid/getting-started-with-dt-fairbid/setting-up-your-app-in-the-dt-console.md)

{% endstep %}

{% step %}

### [Initialize the SDK](/dt-fairbid/fairbid-sdk/initializing-the-sdk.md)

{% endstep %}

{% step %}

### [Integrate Ad Formats](/dt-fairbid/fairbid-sdk/ad-formats.md)

{% endstep %}
{% endstepper %}


---

# 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.digitalturbine.com/dt-fairbid/fairbid-sdk/sdk-integration.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.
