> ## 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.

# Swift SDK

> Integrate Kontext ads into your iOS app with the Swift SDK.

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

## Requirements

* iOS 14.0+
* Swift 5.9+
* Xcode 15+

<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/swift/installation">
    Add the SDK via SPM or CocoaPods, configure ATT and SKAdNetwork.
  </Card>

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

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

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

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