# Vendor Consent

### Introduction

You should consider using AATKit’s Vendor Consent, in case you want to utilize a CMP that AATKit has not yet adapted with its ManagedConsent. In that case, you might want to pass individual consents (coming from your CMP) to specific non-IAB compliant ad networks/vendors.

### Usage

To use it, you need to initialize AATKit with consent type set as `vendor`. Also you should pass the list of networks which should have consent set as obtained. AATKit will set consent as withheld for another networks.

```javascript
AATKitCordova.initWithConfiguration({
    "consent": {
        "type": "vendor",
        "consentForAddapptr": "obtained",
        "vendorConsentObtainedNetworks": ["adcolony", "dfp", "unityads"]
    }
});
```


---

# 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://aatkit.gitbook.io/aatkit-cordova-integration/start/consent/vendor-consent.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.
