> For the complete documentation index, see [llms.txt](https://developer.nexx360.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.nexx360.io/readme.md).

# 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="/pages/-MYFyZDyBhd0Lbri7kSO" %}
[Account creation](/getting-started/account-creation.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYGkYAmXmSqZ2sSOkhb" %}
[Account settings](/getting-started/account-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/uT26ePLtOYJeCyIiHCu2" %}
[Introduction](/general-configuration/introduction.md)
{% endcontent-ref %}

## Integration Methods

Choose the integration that fits your environment.

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

## Campaign Delivery

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

{% content-ref url="/pages/ne8qHUjsLcNCleetKv8T" %}
[Introduction](/campaign-delivery/introduction.md)
{% endcontent-ref %}

## Platform APIs

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

{% content-ref url="/pages/LhVY1gOqrMRLYix6L6no" %}
[Management API](/platform-apis/management-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/mhxbPDwpT2z9QFfgpK2K" %}
[Reporting API](/platform-apis/reporting-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/Qr5n10ghca89LUpezY2h" %}
[Campaign API](/platform-apis/campaign-api.md)
{% endcontent-ref %}

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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