> 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/platform/bim/navigate-in-a-bim.md).

# Navigate in a BIM

## Overview

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2F6nJSFcINnHFSuIWRmvkO%2F1B260C9A-8BA9-4572-8004-E7E4679883ED.png?alt=media&#x26;token=cc9dab58-de06-4d99-843f-584a27b335bc" alt=""><figcaption><p>Fig. 1 – Overview of an open BIM</p></figcaption></figure></div>

## Pan

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FPfLnSbUf4Qwmn5GQgIRC%2FBIM.gif?alt=media&#x26;token=c2ece526-904c-4368-9371-a8113f370e15" alt=""><figcaption></figcaption></figure></div>

Hold down the **Shift** key and the **Left Mouse Button** and move the mouse left/right/up/down.

## Rotate

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FU1ehRiKOmsKR5viAb91X%2FBIM%201.gif?alt=media&#x26;token=8ba0ccb3-e935-4195-8e75-f638ced86204" alt=""><figcaption></figcaption></figure></div>

Hold down the **Left Mouse Button** and move the mouse left/right/up/down.

### Zoom

#### Free Zoom

Move the **mouse wheel** up/down to zoom in or out of the model.

#### Zoom via Buttons

You can zoom in steps using the **\[D]** and **\[E]** buttons.

#### Zoom via Selection

When you[ -> select a component](#select-components), you automatically zoom in on that component.

## Show/hide Components

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FMEwxQfhM86KSbhNIMrYS%2FBIM%20einblendenausblenden.gif?alt=media&#x26;token=7e67febb-9473-4a51-bf15-755d9d2a3833" alt=""><figcaption></figcaption></figure></div>

You can show and hide individual parts of the model. This is particularly useful for seeing components that would otherwise be obscured, e.g., by a roof.

In the sidebar, click on the **\[G]** or **\[H]** symbol to toggle visibility.

## Select Components

<figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2Fecg9f1e0pEXI653rTqPX%2F00216000.gif?alt=media&#x26;token=bdfd6c46-3676-493c-ac80-d7cfc0ad30ec" alt=""><figcaption></figcaption></figure>

Click on a component to select it.

Selecting a component has the following effects:

▷ It zooms in on the component

▷ The component is focused in the sidebar

### Deselect a Component

To deselect a component, click in an area outside the BIM, e.g., in the blue background.


---

# 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/platform/bim/navigate-in-a-bim.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.
