# Nexx360 solutions

Nexx360 is a next-generation Header Bidding solution that connects publishers to premium server-side demand across web, mobile, video, and native environments. Use this documentation to set up your account, configure your inventory, choose an integration method, and access the platform APIs.

## Getting Started

Set up your account and configure your core settings before integrating.

{% content-ref url="getting-started/account-creation" %}
[account-creation](https://developer.nexx360.io/getting-started/account-creation)
{% endcontent-ref %}

{% content-ref url="getting-started/account-settings" %}
[account-settings](https://developer.nexx360.io/getting-started/account-settings)
{% endcontent-ref %}

{% content-ref url="general-configuration/introduction" %}
[introduction](https://developer.nexx360.io/general-configuration/introduction)
{% endcontent-ref %}

## Integration Methods

Choose the integration that fits your environment.

| Method                                                                                                        | Best for                                   |
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [Prebid Adapter](https://developer.nexx360.io/integration-methods/prebid-adapter)                             | Web publishers already using Prebid.js     |
| [Direct Integration (n360ortb)](https://developer.nexx360.io/integration-methods/direct-integration-n360ortb) | Lightweight web integration without Prebid |
| [OpenRTB](https://developer.nexx360.io/integration-methods/openrtb)                                           | Custom server-to-server integrations       |
| [In-App](https://developer.nexx360.io/integration-methods/inapp)                                              | Mobile app header bidding via OpenRTB      |
| [Direct InApp (SDK-less)](https://developer.nexx360.io/integration-methods/direct-inapp-sdkless)              | Mobile apps without an SDK                 |
| [AMP](https://developer.nexx360.io/integration-methods/amp)                                                   | AMP pages                                  |
| [VAST / CTV](https://developer.nexx360.io/integration-methods/vast-ctv)                                       | Video and Connected TV via a VAST tag      |
| [Native](https://developer.nexx360.io/integration-methods/native)                                             | Native ad formats                          |
| [Instream Player](https://developer.nexx360.io/integration-methods/instream-player)                           | Instream video player integration          |

## Campaign Delivery

Understand how Nexx360 selects and delivers direct campaigns, including targeting, pacing, and creative selection.

{% content-ref url="campaign-delivery/introduction" %}
[introduction](https://developer.nexx360.io/campaign-delivery/introduction)
{% endcontent-ref %}

## Platform APIs

Programmatically manage your inventory, pull reporting data, and manage campaigns.

{% content-ref url="platform-apis/management-api" %}
[management-api](https://developer.nexx360.io/platform-apis/management-api)
{% endcontent-ref %}

{% content-ref url="platform-apis/reporting-api" %}
[reporting-api](https://developer.nexx360.io/platform-apis/reporting-api)
{% endcontent-ref %}

{% content-ref url="platform-apis/campaign-api" %}
[campaign-api](https://developer.nexx360.io/platform-apis/campaign-api)
{% endcontent-ref %}

{% hint style="info" %}
All integration methods can be activated independently and combined.
{% endhint %}


---

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