# Connect Hub

Connect Hub is the part of Platform Core where external systems are connected to BuildingPro Suites and incoming data is prepared for use inside the platform.

It covers the full technical path from connection setup to secure communication and payload processing. This makes Connect Hub the central area for integrators and administrators who need to bring data from third-party systems into the shared BuildingPro Suites data model.

## What You Can Do in Connect Hub

Within Connect Hub, you can:

* configure protocol-based connections in [Connectivity as a Service](/collection/mandatory-base/platform-core/connect-hub/connectivity-as-a-service.md)
* define mappings and transformations in [Data processing (Function/Formats)](/collection/mandatory-base/platform-core/connect-hub/data-processing-function-formats.md)
* install and manage integrations in [Edge/App Marketplace for plug-ins & extentions](/collection/mandatory-base/platform-core/connect-hub/edge-app-marketplace-for-plug-ins-and-extentions.md)
* manage certificates for secure communication in [PKI](/collection/mandatory-base/platform-core/connect-hub/pki.md)

## How the Areas Work Together

In a typical setup, a connection is first created to receive data from an external system. The incoming data is then decoded, transformed, and mapped to the correct assets and attributes. If needed, supporting apps or certificate-based trust settings are added as part of the same integration flow.

Connect Hub therefore combines connectivity, integration management, data preparation, and security in one place.


---

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