# iOS and tvOS

The Didomi SDK for iOS and tvOS enables apps to collect user consent through a native experience.

Read on for more information:

* [Setup](/cmp/mobile-sdk/ios/setup.md): How to configure the SDK
* [Logging](/cmp/mobile-sdk/ios/logging.md): Log formats and levels
* [App Tracking Transparency (iOS 14+)](/cmp/mobile-sdk/ios/app-tracking-transparency-ios-14.md): How to integrate the Didomi SDK with the App Tracking Transparency framework
* [Reference](/cmp/mobile-sdk/ios/reference/api.md): API functions exposed
* [Versions](/cmp/mobile-sdk/ios/versions.md): History of versions


---

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