> 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/preface/typographische-konventionen.md).

# Typographic conventions

The following typographical conventions are used in this document:

## Markings in images

In this document, elements in a screenshot are regularly referred to in texts.

In screenshots, such elements are marked with letters in black squares.

In texts, these elements are shown as, for example, **\[A]**, **\[B]**, **\[C]** ...

## Paths

Paths can indicate the following:

* They show you how to navigate within the ABB BuildingPro interface. In this case, a specific action is required from you.
* Arrows indicate the location of a menu. In this case, the path is for your information only; no action is required from you.

Which option is meant depends on the respective context.

Paths are indicated by an arrow "->".

{% hint style="info" %}
**Example**

Navigate to: Engineering -> Users -> Archive

**Explanation**

This instruction tells you to click the "Engineering" menu item, then the "Users" menu item, and then the "Archive" menu item.
{% endhint %}

### Variables in paths

Often you need to select dynamic elements within paths, e.g. user names. Such variables are *\[italic in square brackets]* set.

{% hint style="info" %}
**Example**

Navigate to: Engineering -> Users -> \[*Select a user*]

**Explanation**

This instruction tells you to click the "Engineering" menu item, then the "Users" menu item, then click on a user name.
{% endhint %}

## Proper names

Proper names, e.g. of apps but possibly also of menu items, are *italic* displayed.

{% hint style="info" %}
**Example**

*Xovis People Counter App*
{% endhint %}

## Links

### Internal links

Internal links take you to a relevant page within this document.

Internal links are introduced by an arrow and marked as a hyperlink.

{% hint style="info" %}
[-> Example of an internal link](/collection/english-v14/preface/readme.md)
{% endhint %}

### External links

External links refer to other websites. External links are marked with an arrow -> and \[External Link].

{% hint style="info" %}
[-> \[External Link\] Example of an external link](https://www.wikipedia.de)
{% endhint %}

## Instructions

Instructions show you step by step how to achieve a desired goal.

Procedures are displayed as a numbered list.

{% hint style="info" %}

1. First step
2. Second step
3. Third step
   {% endhint %}

### Intermediate results in procedures

The result of an action is introduced by an empty triangle pointing to the right

{% hint style="info" %}
**Example**

1. Click Engineering\
   ▷ The "Engineering" menu opens
   {% endhint %}

### Information in instructions

Useful information within an instruction is introduced by a diamond

{% hint style="info" %}
**Example**

1. Give the asset under **\[F]** a description.\
   ◈ This description serves as a help or memory aid for users of ABB BuildingPro.
   {% endhint %}

### Warnings in instructions

Important notes within an instruction are introduced by the symbol **⚠** introduced

{% hint style="info" %}
**Example**

* Tick the checkbox for **\[N]**, to enable this asset for augmented reality\
  **⚠** Warning: This process costs infravolts!
  {% endhint %}

### Options in instructions

Places where you can choose between several options are marked with the following symbol:

**⇄ OR**

{% hint style="info" %}
**Example**:

1. Click on **\[N]**, to create the user and complete the process

   ▷ The window **\[D]** is closed\
   ▷ A new user is created\
   ▷ The new user appears in the user list\
   \
   **⇄ OR**
2. Click on **\[O]**, to create the user and immediately continue with creating another user\
   ▷ A new user is created\
   ▷ The window **\[D]** remains open\
   ▷ All entries are reset\
   ▷ Repeat the process from step 4
   {% endhint %}

## Info boxes

The warning messages follow the requirements of standard EN-82079-1

{% hint style="info" %}
The blue info box is information.
{% endhint %}

{% hint style="warning" %}
The orange info box warns of a minor hazard, e.g. if the settings you have just made could be lost
{% endhint %}

{% hint style="danger" %}
**DANGER!**\
The red info box warns of serious risks that could lead to property damage or personal injury
{% endhint %}

{% hint style="success" %}
The green info box contains additional information
{% 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/preface/typographische-konventionen.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.
