> 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/documentation/wayfinding/create-a-new-wayfinding-building-with-floors.md).

# Create a new Wayfinding building with floors

<figure><img src="/files/6301cfc9baaf7330369d9e1ac79117a7ec5f0fb4" alt=""><figcaption></figcaption></figure>

## Create a new building with floors

To create a new building with floors for the wayfinding system, follow these steps:

## Create a wayfinding building

1. Open the menu item **Engineering \[A]**

   ▷ The "Engineering" workspace opens.
2. Click on **Wayfinding \[B]**

   ▷ The "Wayfinding " workspace opens.
3. Click on **\[+ Building]** **\[C]**

   ▷ The window **"Create wayfinding for the building" \[D]** opens
4. Give your building a name **\[E]**
5. Select an asset on which the building is based **\[F]**

### Add a floor:

1. Click on the tab **Floors \[G]**

   ▷ The window switches to the **floor view \[H]**.
2. Select an asset that represents the floor **\[I]**
3. Give the floor a name **\[J]**
4. Click on **"Add floor" \[K]**

   ▷ Another row appears **\[L]**
5. If necessary, remove the floor by clicking on **Remove** **\[M]**

   ▷ The corresponding row is removed.
6. Click on "**Save**" **\[N]**

   ▷ Congratulations! You have successfully created a wayfinding building


---

# 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/documentation/wayfinding/create-a-new-wayfinding-building-with-floors.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.
