# Integration Methods

- [Prebid Adapter](https://developer.nexx360.io/integration-methods/prebid-adapter.md)
- [Update Prebid with Nexx360 Adapter](https://developer.nexx360.io/integration-methods/prebid-adapter/update-prebid-with-nexx360-adapter.md)
- [Multiformat bids](https://developer.nexx360.io/integration-methods/prebid-adapter/multiformat-bids.md)
- [Dynamics Ids](https://developer.nexx360.io/integration-methods/prebid-adapter/dynamics-ids.md)
- [Testing and Debugging](https://developer.nexx360.io/integration-methods/prebid-adapter/testing-and-debugging.md)
- [LiveIntent HIRO integration](https://developer.nexx360.io/integration-methods/prebid-adapter/liveintent-hiro-integration.md)
- [Direct Integration (n360ortb)](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb.md)
- [Installation](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/installation.md)
- [API Reference](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/api-reference.md)
- [Display Library API Reference](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/display-api-reference.md)
- [Standalone Integration](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/standalone-integration.md)
- [Native Ads](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/native-integration.md): Request and render OpenRTB 1.2 native ads with the n360ortb library.
- [GAM Integration](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/gam-integration.md)
- [Connect your GAM account](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/gam-integration/connect-your-gam-account.md)
- [Line Item Setup](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/gam-integration/line-item-setup.md)
- [GAM Creative Setup](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/gam-integration/gam-creative-setup.md)
- [Integration in GAM as Creative](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/gam-integration/integration-in-gam-as-creative.md)
- [Privacy & Consent](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb/privacy-consent.md)
- [OpenRTB](https://developer.nexx360.io/integration-methods/openrtb.md)
- [Video Example](https://developer.nexx360.io/integration-methods/openrtb/video-example.md): OpenRTB Video example
- [Mobile Example](https://developer.nexx360.io/integration-methods/openrtb/mobile-example.md): OpenRTB Mobile/In-App example
- [Cookie Sync](https://developer.nexx360.io/integration-methods/openrtb/cookie-sync.md)
- [In-App](https://developer.nexx360.io/integration-methods/inapp.md)
- [Request example](https://developer.nexx360.io/integration-methods/inapp/request-example.md)
- [Response example](https://developer.nexx360.io/integration-methods/inapp/response-example.md)
- [Google Ad Manager setup](https://developer.nexx360.io/integration-methods/inapp/google-ad-manager-setup.md)
- [Direct InApp (SDK-less)](https://developer.nexx360.io/integration-methods/direct-inapp-sdkless.md): SDK-less in-app header bidding integration using a simple GET request, designed to be called before Google Ad Manager ad requests.
- [Android Integration](https://developer.nexx360.io/integration-methods/direct-inapp-sdkless/android-integration.md)
- [iOS Integration](https://developer.nexx360.io/integration-methods/direct-inapp-sdkless/ios-integration.md)
- [Google Ad Manager Setup](https://developer.nexx360.io/integration-methods/direct-inapp-sdkless/google-ad-manager-setup.md)
- [AMP](https://developer.nexx360.io/integration-methods/amp.md)
- [Ad Server setup](https://developer.nexx360.io/integration-methods/amp/connect-your-gam-account.md): You can either allow us to set up your GAM account via API, or you can handle the setup yourself.
- [Add rtc-config object to amp-ad units](https://developer.nexx360.io/integration-methods/amp/add-rtc-config-object-to-amp-ad-units.md)
- [VAST / CTV](https://developer.nexx360.io/integration-methods/vast-ctv.md)
- [Create VAST Config](https://developer.nexx360.io/integration-methods/vast-ctv/create-vast-config.md)
- [Build VAST ad tag](https://developer.nexx360.io/integration-methods/vast-ctv/build-vast-ad-tag.md)
- [Connect the Google Ad Manager (GAM) account](https://developer.nexx360.io/integration-methods/vast-ctv/connect-your-gam-account.md)
- [Cookie Sync](https://developer.nexx360.io/integration-methods/vast-ctv/cookie-sync.md)
- [Sample CTV Tag](https://developer.nexx360.io/integration-methods/vast-ctv/sample-ctv-tag.md)
- [Native](https://developer.nexx360.io/integration-methods/native.md)
- [Native Configs](https://developer.nexx360.io/integration-methods/native/native-configs.md): Describes all applicable native config, do not hesitate to ask us new configs
- [GET](https://developer.nexx360.io/integration-methods/native/get.md)
- [POST](https://developer.nexx360.io/integration-methods/native/post.md)
- [Sample Response](https://developer.nexx360.io/integration-methods/native/sample-response.md)
- [Instream Player](https://developer.nexx360.io/integration-methods/instream-player.md)
- [API Reference](https://developer.nexx360.io/integration-methods/instream-player/api-reference.md)
- [Privacy & Consent](https://developer.nexx360.io/integration-methods/instream-player/privacy-consent.md)


---

# 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://developer.nexx360.io/integration-methods.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.
