# Player DataMode

nexxPLAY is able to work in a **`static`**&#x44;ataMode, which works without usage of the API. Every Client is allowed to enable this DataMode for their Players by using the appropriate SDK Overrides (or configure the general Rule via nexxOMNIA).

Please notice the following Restrictions of this DataMode carefully:

* Only available with the Playmodes: **`video, scene, audio, live`** and **`radio`**. The GlobalID System also supports this DataMode (as long as it references a Streamtype, that supports it). The "**autoContent**" and "**remote**" Playback Modes do not support static DataMode.
* Will not work, if CDN Security methods (Tokenizing, DRM) are used.
* Due to the fact, that the player uses a pre-rendered JSON Config file in this case, it is not guaranteed, that Domain Settings, Metadata and Video Suggestions always reflect the latest Configuration. The Backend Service will update these Files as soon as possible, but if up-to-date Information is absolutely necessary, the usage of this DataMode is not suitable.
* The following Functionalities of nexxPLAY will be automatically disabled:
  * MultiLanguage Texts
  * Pay Management
  * User-based Features (Favourites, personal Recommendations, Likes etc)
  * Addons (except Recommendations)
  * Session-based Restrictions:
    * Geo restricted Access
    * Device Number restricted Access
    * User Login State restricted Access
  * Geo-specific Ad Providers


---

# 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/integration-enhancements/datamodes.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.
