# Mobile and TV SDKs

![Consent collection in-app](/files/lgPrvNyUeQ8XsSkcTbxJ)

This section will guide you through the required steps to setup the Didomi SDK for your mobile and TV applications.

We are assuming that you have a Didomi account and an API key. If not, please go to our [website](https://www.didomi.io) and sign up for an account.

To collect and manage consents in your mobile and TV applications, we offer SDKs for the Android, iOS, and TV platforms:

* [Android / Android TV SDK](/cmp/mobile-sdk/android/setup.md)
* [iOS / tvOS SDK](/cmp/mobile-sdk/ios/setup.md)

If you’re looking for guidance on getting started with mobile development with our SDKs, feel free to explore our sample apps repositories:

* [Android Sample App (Java)](https://github.com/didomi/sample-app-android-java)
* [Android Sample App (Jetpack Compose)](https://github.com/didomi/sample-app-android-compose)
* [Android Sample App (Kotlin)](https://github.com/didomi/sample-app-android-kotlin)
* [iOS Sample App (Objective-C)](https://github.com/didomi/sample-app-ios-objective-c)
* [iOS Sample App (Swift)](https://github.com/didomi/sample-app-ios-swift-storyboard)
* [iOS Sample App (SwiftUI)](https://github.com/didomi/sample-app-ios-swift-swiftui)
* [Android / iOS Sample App (React Native)](https://github.com/didomi/sample-app-react-native)


---

# 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://developers.didomi.io/cmp/mobile-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.
