> 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/plattform/platform-core.md).

# Platform Core

Platform Core vereint die administrativen und technischen Funktionen, die im Rahmen des Platform-Angebots freigeschaltet werden. Es deckt die Bereiche ab, die zur Automatisierung der Plattform, zur programmgesteuerten Verwaltung von Integrationen, zum Import großer Datensätze und zur Konfiguration systemweiter Benachrichtigungen und Eskalationen genutzt werden.

Während die Mandatory Base die wesentliche operative Grundlage bildet, konzentriert sich dieser Abschnitt Platform Core auf das erweiterte Werkzeugset für fortgeschrittenes Plattformmanagement und Anpassungen.

## Was Platform Core abdeckt

Dieser Abschnitt umfasst derzeit:

* [Alarmierung & Eskalation](/collection/german/plattform/platform-core/alert-and-escalation.md) für externe Benachrichtigungskanäle, Eskalationen und In-App-Benachrichtigungen
* [Skript-Engine](/collection/german/plattform/platform-core/script-engine.md) für wiederkehrende, auf Python und SQL basierende Datenverarbeitung und Automatisierung
* [API-Schlüssel](/collection/german/plattform/platform-core/api-keys.md) für den sicheren Zugriff auf die BuildingPro Suites API
* [Massenimport](/collection/german/plattform/platform-core/bulk-import.md) zum Import größerer Mengen von Entitäten wie Assets und Benutzern

## Warum das wichtig ist

Platform Core ist das, was BuildingPro Suites von einer bloßen Sammlung vordefinierter Funktionen in eine konfigurierbare Plattform verwandelt. Es ermöglicht Teams, benutzerdefinierte Workflows zu integrieren, Logik zu automatisieren, sicheren Zugriff zu verwalten und das System in großem Maßstab effizient zu betreiben.

Diese Funktionen sind besonders relevant für fortgeschrittene Administratoren, Systemintegratoren und Teams, die maßgeschneiderte Lösungen auf Basis der Plattform entwickeln.


---

# 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/plattform/platform-core.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.
