> For the complete documentation index, see [llms.txt](https://platform.docs.3q.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform.docs.3q.video/interface/livestream-projekt/vorbereitung-einer-ubertragung/optionale-funktionen.md).

# Optionale Funktionen

Sie können Ihre Livestream-Projekte mit optionalen Funktionen ausstatten. Einige dieser Funktionen stehen erst zur Verfügung wenn:

* Das Konto mit dem Partnerdienst verbunden ist.
* Die notwendigen Systemdienste von externen Anbietern freigegeben sind.
* Das Modul für das Benutzerkonto freigegeben oder angelegt ist.

<details>

<summary><strong>Funktionen die von Partnerdienste bereitgestellt werden</strong></summary>

<table><thead><tr><th>Funktion</th><th>Partner</th><th data-hidden></th></tr></thead><tbody><tr><td>eCDN / Peer-to-Peer-Streaming</td><td>Hive</td><td></td></tr><tr><td>eCDN / Peer-to-Peer-Streaming</td><td>Kollective</td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

</details>

<details>

<summary><strong>Funktionen die mit externen Anbietern arbeiten</strong></summary>

<table><thead><tr><th>Funktion</th><th>genutzter Anbieter</th><th data-hidden></th></tr></thead><tbody><tr><td>Automatisch erzeugte Untertitelübersetzungen</td><td>DeepL</td><td></td></tr><tr><td>Live Reaktionen</td><td>Pusher</td><td></td></tr><tr><td>Bild mit KI erstellen</td><td>OpenAI</td><td></td></tr><tr><td>Beschreibungstext mit KI erstellen</td><td>OpenAI</td><td></td></tr></tbody></table>

</details>

<details>

<summary><strong>Funktionen die über Module bereitgestellt werden</strong></summary>

| Funktion                                                                                  | Modul                             |
| ----------------------------------------------------------------------------------------- | --------------------------------- |
| zur Aufzeichnung des Livestreams, ein OnDemand-Projekt muss vorhanden sein                | **Live To VOD Recorder**          |
| für das Restreaming bzw. die Weiterleitung des Livstreams an Drittplattformen             | **3rd Party Publishing**          |
| Begrenzt die Verfügbarkeit des Livestreams nach Ländern oder IP-Adressbereichen           | **IP/Geo Blocking**               |
| zur zusätzlichen Auslieferung des Livestreams über das Akamai- und / oder ChinaCache- CDN | **Multi CDN**                     |
| bietet zusätzliche Auswertungen                                                           | **Analytics Advanced**            |
| zur Auslieferung von Videowerbemitteln im Livestream                                      | **Video Advertising** (AdManager) |
| fügt Livestreams und OnDemand-Dateien in einer Playlist zusammen                          | **Playlists**                     |
| zum Erstellen von konfigurierbaren Micropages mit integriertem Livestream                 | **Webcasting**                    |

</details>


---

# 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://platform.docs.3q.video/interface/livestream-projekt/vorbereitung-einer-ubertragung/optionale-funktionen.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.
