> 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/mandatory-base/platform-core/connect-hub/edge-app-marketplace-for-plug-ins-and-extentions.md).

# Edge/App Marketplace for plug-ins & extentions

BuildingPro Suites offers various apps to implement data from third-party systems into BuildingPro Suites. You have the option to install any apps from our library.

<figure><img src="/files/fWT4cRI2M20TZehj5D0K" alt=""><figcaption></figcaption></figure>

Perform the installation by simply clicking on ![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB9s2DNtIvhBdrJ64xR9g%2Fuploads%2FjeCktzX4qZhW5yrz4LX1%2Fimage.png?alt=media\&token=73edc925-991a-490f-a61c-689c7d60f631). If the app is available in multiple versions, you will be prompted to select the appropriate version.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB9s2DNtIvhBdrJ64xR9g%2Fuploads%2FdWxfAcpQlJKAsiZ3oQB0%2Fimage.png?alt=media&#x26;token=99154276-5a30-4017-9ad2-a3986e81723d" alt=""><figcaption></figcaption></figure>

To uninstall an app, click on ![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB9s2DNtIvhBdrJ64xR9g%2Fuploads%2FvqDCLn4dFC26OXXJbq18%2Fimage.png?alt=media\&token=dc7b270a-d218-4aea-ace6-edd89f739e11).

Details about the individual apps can be found in the section \[External Link] [BuildingPro Suites Apps](broken://spaces/B9s2DNtIvhBdrJ64xR9g/pages/wfVBCWG0OuNf8H9aXNeQ).

### Generic Frontend Configuration

So that a separate frontend doesn't have to be developed for each app, every app in BuildingPro Suites can be configured via this generic frontend. This frontend design is only used if no other is available.

<figure><img src="/files/31hDegdCG8pNE4GXFlqG" alt=""><figcaption></figcaption></figure>

1. **App Overview:** Click on <img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB9s2DNtIvhBdrJ64xR9g%2Fuploads%2FsOiakjPoDl6cIBnUFjGe%2Fimage.png?alt=media&#x26;token=08bab5f9-893c-4c01-ac53-59ae562f0186" alt="" data-size="line"> to get to the app overview.
2. **Endpoint:** First, enter the endpoint.
3. **Method:** Select the method. (GET/ POST/ DELETE/ PUT)
4. **Config-ID:** Enter the Config ID (e.g., of the devices) of the response.
5. **Tenant ID:** Enter the Tenant ID.
6. **Description:** Short description of the app.
7. **Request:** The request is set via the endpoint, method, and Config ID.
8. **Endpoint URL Preview:** Shows the URL path with the endpoint and the Config ID.
9. **Answer:** After you have sent the request (No. 11), you will see the answer here.
10. **API Version:** Shows the HTTP status of the API.
11. **Send:** Click on <img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB9s2DNtIvhBdrJ64xR9g%2Fuploads%2FvI59zJdUXH9u08u3oJaT%2Fimage.png?alt=media&#x26;token=4202ff3d-d4bc-4655-9325-626fb72e60d6" alt="" data-size="line"> to send the request.


---

# 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/mandatory-base/platform-core/connect-hub/edge-app-marketplace-for-plug-ins-and-extentions.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.
