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

# Platform Core

Platform Core brings together the administrative and technical capabilities that are unlocked as part of the Platform offering. It covers the areas used to automate the platform, manage integrations programmatically, import large data sets, and configure system-wide notifications and escalations.

Where the Mandatory Base provides the essential operational foundation, this Platform Core section focuses on the extended toolbox for advanced platform management and customization.

## What Platform Core Covers

This section currently includes:

* [Alert & Escalation](/collection/platform/platform-core/alert-and-escalation.md) for external notification channels, escalations, and in-app notifications
* [Script Engine](/collection/platform/platform-core/script-engine.md) for recurring Python and SQL based data processing and automation
* [API Keys](/collection/platform/platform-core/api-keys.md) for secure access to the BuildingPro Suites API
* [Bulk Import](/collection/platform/platform-core/bulk-import.md) for importing larger sets of entities such as assets and users

## Why It Matters

Platform Core is what turns BuildingPro Suites into a configurable platform rather than only a set of predefined features. It allows teams to integrate custom workflows, automate logic, manage secure access, and operate the system efficiently at scale.

These capabilities are especially relevant for advanced administrators, system integrators, and teams building tailored solutions on top of the platform.


---

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