# Installation

{% hint style="info" %}
This documentation refers to **Next 14 CMP SDK**. If you are looking for Next 14 Proximity SDK, please go to our [Proximity SDK documentation](https://wiki.next14.com/proximity-sdk/).
{% endhint %}

## CMP-SDK

In order to install Next14 CMP  you'll have to:

1. Integrate Next14 CMP SDK as illustrated below
2. Complete the on-boarding questionnaire with your Next14 Technical Account Manager
3. Set the CMP API-KEY received into the SDK

{% hint style="info" %}
You don't need to setup any specific action on your Advertising SDKs as they should be able to communicate directly with the CMP. Check with your SDK providers whether their solution is TCF 2.0 compliant.
{% endhint %}

### Native

#### iOS

You can find One Consent **iOS CMP SDK** Technical Documentation on [Next14 CMP iOS GitHub Repository](https://github.com/jointag/next14-cmp-ios).

#### Android

You can find One Consent **Android** **CMP SDK** Technical Documentation on [Next14 CMP Android GitHub Repository](https://github.com/jointag/next14-cmp-android).

### Cross-Platform

#### Flutter

You can find Flutter documentation in the pub[.dev repository](https://pub.dev/packages/next14cmp_flutter).


---

# 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://wiki.next14.com/one-consent/mobile-app-sdk/install.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.
