> For the complete documentation index, see [llms.txt](https://sdn.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://sdn.docs.3q.video/interface/konto/integrationen.md).

# Integrationen

Hier werden die Verknüpfungen des Kundenkontos mit Diensten von Drittanbietern verwaltet. Aktuell unterstützen wir das E-CDN/ Peer-to-Peer-Streaming mit den Dienstleistern:

* [Hive](https://www.hivestreaming.com/)
* [Kollective Streaming](https://kollective.com/browser-based-peering/)

Das Browser-basierte Peering für Livestreams verhindert eine Überlastung des Empfängernetzwerks und spart Bandbreite.

Zum Öffnen des Bereichs gehen Sie im **Hauptmenü** auf ***Konto***. Im **Drop-down-Menü** wählen Sie den Bereich "**Integrationen**"***.***

In der Übersicht können Sie das Kundenkonto mit den Anbietern verbinden.

<figure><img src="/files/ZE4sh3mFq23mEz61IiGe" alt="" width="563"><figcaption></figcaption></figure>

Nach dem Verbinden werden in der Übersicht die hinterlegten Verbindungsdaten des Drittanbieters sowie der Name und die E-Mail-Adresse des Benutzers, der die Verbindung ausgeführt hat, angezeigt.&#x20;

<figure><img src="/files/jrp8mpnwzwl5E5lzEBGY" alt="" width="563"><figcaption></figcaption></figure>

Nicht mehr benötigte Integrationen werden über das Icon "**Mülleimer**" gelöscht.

{% hint style="warning" %}
Integrationen können nur von dem Benutzer gelöscht werden der diese angelegt hat.
{% endhint %}

## 1. Das Konto mit dem Drittanbieter verbinden

Um das Konto zu verbinden, klicken Sie auf den Button "**Verbinden**" in der Zeile des Anbieters.

<figure><img src="/files/z9WWkB6ECY7XRfNFgGbJ" alt=""><figcaption></figcaption></figure>

Im Formular hinterlegen Sie die vom Anbieter zur Verfügung gestellte **ID** und für Kollective zusätzlich den **ServiceToken**. Zum Abschluss speichern Sie die Eingabe.

<figure><img src="/files/0IzBTEl6oSMEZAF0CgWE" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Sobald das Konto mit Hive verbunden ist, können Sie für alle Projekte im Kundenkonto das Peer-to-Peer-Streaming mit Hive aktivieren.
{% endhint %}

## 2. P2P-Streaming für ein Livestream-Projekt aktivieren oder deaktivieren

Wählen Sie in der Projektübersicht das gewünschte Projekt und öffnen Sie die Projekteinstellungen. Im Formular "Einstellungen" setzen oder entfernen Sie unter "3rd Party Applikationen" das Häkchen in der Checkbox des gewünschten Anbieters. Mit dem **Speichern** wird die Einstellung aktiviert.

<figure><img src="/files/b1Zrw42LxNgRk6ieH45Z" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
Es kann nur ein P2P-Anbieter pro Projekt aktiviert werden.
{% 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://sdn.docs.3q.video/interface/konto/integrationen.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.
