> 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/academy/edge-nodes/edgenodes-in-abb-buildingpro/set-up-control-edge.md).

# Set up Control Edge

## Control Edge – Control and Automation with BuildingPro Suites and Niagara

The **Control Edge** is an interface between **Niagara-based automation systems** and **BuildingPro Suites**. It enables **bidirectional communication**, so that control logic, sensor data, and alarms can be synchronized directly between **Niagara** and **BuildingPro Suites**. This allows for seamless integration into **modern building automation systems**.

***

## **Installation and Connection**

For the connection of Niagara to BuildingPro Suites, only two simple steps are required:

1. **Install the Niagara-BuildingPro Suites module**
   * The **Niagara module file** and the corresponding **license** can be requested directly from **BuildingPro Suites**.
   * The module is simply copied into the `modules` folder of the Niagara installation.
2. **Generate an API Key in BuildingPro Suites**
   * To establish the connection to BuildingPro Suites, an **API Key** must be created in BuildingPro Suites. [→ API Key Creation](/collection/platform/platform-core/api-keys.md)

Detailed information on how to set up the Niagara module can be found here:

{% content-ref url="/pages/uTf38VQmhQuGMP1oQqn7" %}
[BuildingPro Suites Modules for Niagara](/collection/academy/edge-nodes/edgenodes-in-abb-buildingpro/set-up-control-edge/eliona-modules-for-niagara.md)
{% endcontent-ref %}

***

## **What can the Niagara Control Edge do and how is it used?**

The Niagara Control Edge connects automated building and industrial systems with BuildingPro Suites. This allows data, controls, and alarms from Niagara to be visualized and analyzed in BuildingPro Suites—and conversely, controls can be sent directly from BuildingPro Suites to Niagara.

After setup, the **synchronization runs automatically** and enables seamless interaction between both systems. **Assets, asset types, and the asset structure** are automatically created and updated in BuildingPro Suites. If an asset or its type does not yet exist, it is created without manual configuration. As a result, **data points, controls, and alarms** from Niagara are directly available in BuildingPro Suites and can be used for visualizations, analyses, and automations.


---

# 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/academy/edge-nodes/edgenodes-in-abb-buildingpro/set-up-control-edge.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.
