> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/german/pflichtbasis/platform-core/connect-hub.md).

# Connect Hub

Connect Hub ist der Teil von Platform Core, in dem externe Systeme mit BuildingPro Suites verbunden werden und eingehende Daten für die Verwendung innerhalb der Plattform aufbereitet werden.

Es deckt den gesamten technischen Weg von der Einrichtung der Verbindung bis hin zur sicheren Kommunikation und zur Verarbeitung der Nutzdaten ab. Dadurch wird Connect Hub zum zentralen Bereich für Integratoren und Administratoren, die Daten aus Drittanbietersystemen in das gemeinsame Datenmodell von BuildingPro Suites einbringen müssen.

## Was Sie in Connect Hub tun können

Innerhalb von Connect Hub können Sie:

* protokollbasierte Verbindungen konfigurieren in [Connectivity as a Service](/collection/german/pflichtbasis/platform-core/connect-hub/connectivity-as-a-service.md)
* Zuordnungen und Transformationen definieren in [Datenverarbeitung (Funktion/Formate)](/collection/german/pflichtbasis/platform-core/connect-hub/data-processing-function-formats.md)
* Integrationen installieren und verwalten in [Edge/App-Marktplatz für Plug-ins & Erweiterungen](/collection/german/pflichtbasis/platform-core/connect-hub/edge-app-marketplace-for-plug-ins-and-extentions.md)
* Zertifikate für sichere Kommunikation verwalten in [PKI](/collection/german/pflichtbasis/platform-core/connect-hub/pki.md)

## Wie die Bereiche zusammenarbeiten

In einer typischen Einrichtung wird zunächst eine Verbindung erstellt, um Daten von einem externen System zu empfangen. Die eingehenden Daten werden dann decodiert, transformiert und den richtigen Assets und Attributen zugeordnet. Falls erforderlich, werden unterstützende Apps oder vertrauensbasierte Zertifikatseinstellungen als Teil desselben Integrationsflusses hinzugefügt.

Connect Hub vereint daher Konnektivität, Integrationsverwaltung, Datenaufbereitung und Sicherheit an einem Ort.


---

# 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://docs.buildings.ability.abb/collection/german/pflichtbasis/platform-core/connect-hub.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.
