# Introduction

![](https://3428167489-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M9FWCpXUlUKb8HkzA8-%2F-MOxi2yixv5ctqSu2JzZ%2F-MOxi5Ek4dRWGKPUupkW%2Fgb.jpg?alt=media\&token=dde1d43b-73e7-42df-a9d2-0f20ed64858d)

This Documentation shall guide you through the Implementation of the nexxPLAY Media Player into your Websites and Apps..

For most Cases, the Integration via the Javascript SDK is most appropriate and offers the most Possibilities.&#x20;

{% content-ref url="javascript-sdk" %}
[javascript-sdk](https://play.docs.nexx.cloud/javascript-sdk)
{% endcontent-ref %}

Nevertheless, in some Scenarios, the iFrame Integration may be more easy to handle.

{% content-ref url="iframe-integration" %}
[iframe-integration](https://play.docs.nexx.cloud/iframe-integration)
{% endcontent-ref %}

If you are working with a WordPress Environment, it may be helpfull to use the official nexxPLAY WordPress Plugin.

{% content-ref url="platform-plugins/wordpress-plugin" %}
[wordpress-plugin](https://play.docs.nexx.cloud/platform-plugins/wordpress-plugin)
{% endcontent-ref %}

If you need the Player in an AMP Environment, nexxPLAY also comes with a native AMP Plugin, that can be embedded right away.

{% content-ref url="platform-plugins/google-amp" %}
[google-amp](https://play.docs.nexx.cloud/platform-plugins/google-amp)
{% endcontent-ref %}

If your Web Project is based on React, you might need the React Plugin.

{% content-ref url="platform-plugins/react-plugin" %}
[react-plugin](https://play.docs.nexx.cloud/platform-plugins/react-plugin)
{% endcontent-ref %}

In case, that you are working with native Apps, you will find Links and initial Integration Help here.

{% content-ref url="native-players/nexxplay-for-ios" %}
[nexxplay-for-ios](https://play.docs.nexx.cloud/native-players/nexxplay-for-ios)
{% endcontent-ref %}

{% content-ref url="native-players/nexxplay-for-android" %}
[nexxplay-for-android](https://play.docs.nexx.cloud/native-players/nexxplay-for-android)
{% endcontent-ref %}

For native Apps, based on Flutter, you will find the official Flutter Plugin here.

{% content-ref url="native-players/nexxplay-for-flutter" %}
[nexxplay-for-flutter](https://play.docs.nexx.cloud/native-players/nexxplay-for-flutter)
{% endcontent-ref %}

If you are planning to use Widgets to promote your Content throughout Web, PWA, iFrames and native Apps, you can use the nexxPLAY Widgets here.

{% content-ref url="widgets" %}
[widgets](https://play.docs.nexx.cloud/widgets)
{% endcontent-ref %}

In case you have additional Questions, use the nexxOMNIA Help System

{% embed url="<https://omnia.nexx.cloud/help>" %}

&#x20;


---

# 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://play.docs.nexx.cloud/master.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.
