> 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 Extensions

Platform Core Extensions build on the [Platform Core Foundation](/collection/mandatory-base/platform-core.md) included in the Mandatory Base. They are unlocked when you choose the Platform offering and add the advanced administrative and technical capabilities used to automate the platform, manage integrations programmatically, import large data sets, and configure system-wide notifications and escalations.

The two sections describe successive layers of the same core: the Foundation is included in every installation, while the Extensions add the toolbox for advanced platform management and customization. Choosing Suites without the Platform offering does not unlock the capabilities documented in this section.

## What the Extensions Cover

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 Extensions turn the shared foundation into a configurable platform rather than only a set of predefined features. They allow 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.
