> For the complete documentation index, see [llms.txt](https://play.docs.nexx.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://play.docs.nexx.cloud/other-integration-options/preview-links.md).

# Preview Links

For special Occasions, you might want to share a complete Player Page for external Users. Maybe even for a Media Item, that is not published yet.&#x20;

To create a Preview Link, navigate within nexxOMNIA to the target Media Item, choose the "**share**" Button and open the "**Preview Link**" Tab. Create a new Preview Link and define its Details.

![nexxOMNIA Preview Link Dialogue](/files/-MABqmIE2mp-pOVCRzyG)

You can define in the upcoming Dialogue, which Features should be enabled within this Link and save it afterwards. nexxOMNIA will create the Preview Link URL for this Media Item and with the selected Features immediately.

{% hint style="info" %}
You can also use nexxOMNIA API to create/read Preview Links for each Media Item.
{% endhint %}

{% hint style="info" %}
Please notice, that by default, the Preview Link URLs will be based on the "nexx.cloud" URL Structure. If you want to use your own URLs for Preview Links, use the nexxOMNIA Support Section to enable a Custom Domain for this Feature.
{% 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, and the optional `goal` query parameter:

```
GET https://play.docs.nexx.cloud/other-integration-options/preview-links.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
