> 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/english-v14/getting-started/welcome-to-abb-buildingpro-an-interactive-introduction.md).

# Welcome to ABB BuildingPro: An interactive introduction

## **Onboarding in** ABB BuildingPro&#x20;

The **onboarding feature** in ABB BuildingPro offers new users an interactive tour of the platform’s key features and modules. As soon as you enter a page for the first time, you will be shown a brief introduction that explains the main functions of that page.

<div align="left"><figure><img src="/files/50282a9aadd0703491d1f30db7b1757c07e448ea" alt="" width="306"><figcaption></figcaption></figure></div>

**Onboarding features:**

* **Step-by-step tour**: You can navigate through the various explanations of a page’s features by clicking **“Next”** .
* **Navigate back**: If you would like to read an explanation again, you can use **“Back”** to return to the previous step.
* **Skip**: If you do not need the introduction, you can end the onboarding with **“Skip”** .

{% hint style="info" %}
The onboarding is displayed **only once** per page. If you end the onboarding with **“Skip”** it will no longer be shown to you on this page in the future.
{% endhint %}


---

# 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/english-v14/getting-started/welcome-to-abb-buildingpro-an-interactive-introduction.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.
