> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kontext.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Kotlin SDK

> Integrate Kontext ads into your Android app with the Kotlin SDK.

<Card title="Kotlin SDK" icon="github" href="https://github.com/kontextso/sdk-kotlin">
  See how easy it is to integrate high-performance ads into your Android app using our lightweight SDK.
</Card>

## Requirements

* Android API 26+ (Android 8.0)
* Kotlin 1.9+
* Jetpack Compose for the recommended `InlineAd` integration (View interop is available via `InlineAdView` if your app is not on Compose)

<Note>
  You'll need a [publisher account](/publishers#getting-started-is-easy) to obtain your `publisherToken` and placement codes.
</Note>

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/sdk/kotlin/installation">
    Add the SDK via Gradle, configure GAID auto-collection.
  </Card>

  <Card title="Showing your first ad" icon="rocket" href="/sdk/kotlin/first-ad">
    Create a session, feed messages, mount an ad — the 5-minute integration.
  </Card>

  <Card title="API reference" icon="book" href="/sdk/kotlin/api">
    Every type and method exposed by the SDK.
  </Card>

  <Card title="Guides" icon="signs-post" href="/sdk/kotlin/guides">
    Patterns and recipes: no-fill, character switching, View interop, and more.
  </Card>

  <Card title="Example app" icon="github" href="/sdk/kotlin/example">
    Run the bundled Compose demo end-to-end against your own publisher token.
  </Card>
</CardGroup>
