# How ProAI Extends CoreAI (/docs/proai/how-proai-extends-coreai)



ProAI does not replace CoreAI. It complements it by adding the data movement, analytical storage, streaming, and BI services that some AI solutions need around the CoreAI layer.

Core Relationship [#core-relationship]

| Layer   | Main role                                   |
| ------- | ------------------------------------------- |
| Runtime | Runs and secures the platform               |
| CoreAI  | Serves and manages GenAI capabilities       |
| ProAI   | Adds enterprise data and analytics services |

Practical Extension Points [#practical-extension-points]

* `Airbyte` helps bring data into the wider platform from external systems
* `Kafka` supports event-driven data movement and streaming use cases
* `ClickHouse` provides analytical storage for large-scale querying
* `Superset` exposes business-facing dashboards and BI views over analytical data

What This Enables [#what-this-enables]

* AI systems that depend on synchronized enterprise data
* Analytics and reporting experiences around platform data
* Event-driven architectures that connect AI and data services
* A cleaner separation between AI application logic and enterprise data operations
