> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kodelabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Buildings

> Learn how to create and manage buildings in your organization portfolio

The **Buildings** page, accessible from the left-hand sidebar, displays all buildings in your Launchpad workspace. It allows you to create new buildings and provides detailed controls for managing existing buildings, including building details, which products are enabled, and publish status.

<Frame caption="The Buildings page lists all buildings with name, category, address, enabled products, timezone, square feet, and status">
  <img src="https://mintcdn.com/kodelabs/QV43LEddE2aJcRYU/images/launchpad/launchpad-client-org-buildings-table.png?fit=max&auto=format&n=QV43LEddE2aJcRYU&q=85&s=47f3dfa4d1abcef6736bcba33352781f" alt="Buildings table showing building name, category, address, enabled products, timezone, square feet, and published status with search, filters, and Add Building controls" width="1024" height="638" data-path="images/launchpad/launchpad-client-org-buildings-table.png" />
</Frame>

You can filter buildings by state, city, property type, enabled products, and status using the `Filters` panel. You can also export the building list as a CSV or bulk import buildings from a spreadsheet.

<Frame caption="The Filters panel and three-dot menu provide filtering, export, and bulk import options">
  <img src="https://mintcdn.com/kodelabs/QV43LEddE2aJcRYU/images/launchpad/launchpad-client-org-buildings-filters.png?fit=max&auto=format&n=QV43LEddE2aJcRYU&q=85&s=3bd6d4b29f12e173faa7f7677b90e1ea" alt="Filters panel with dropdowns for state, city, property type, product enabled, and status, alongside export and bulk import options" width="482" height="509" data-path="images/launchpad/launchpad-client-org-buildings-filters.png" />
</Frame>

## Create Buildings

You can create buildings from the **Buildings** page using the `+Add Building` button. Follow the steps outlined below to create a new building.

<Steps>
  <Step title="Open the Buildings page">
    Once inside Launchpad, navigate to the **Buildings** page located on the left-hand sidebar.
  </Step>

  <Step title="Click +Add Building">
    Once inside **Buildings** click the `+Add Building` button to open the building creation form.
  </Step>

  <Step title="Configure building details">
    Configure the required details for the new building. The form includes General Information, Address Information, and Identifiers sections.

    <Frame caption="The Add Building form collects general information, address, and identifier details">
      <img src="https://mintcdn.com/kodelabs/IqRYtNzjTvsoxL_7/images/launchpad/launchpad-client-org-add-building-form.png?fit=max&auto=format&n=IqRYtNzjTvsoxL_7&q=85&s=70eb55197f20e7b78ba99d7628a77ed2" alt="Add Building form with fields for name, year constructed, area, type, floors, phone number, base temperature, unit, address, and identifiers" width="1024" height="716" data-path="images/launchpad/launchpad-client-org-add-building-form.png" />
    </Frame>

    <Expandable defaultOpen={true} title="Example Configuration">
      | Field              | Example Configuration                                    |
      | ------------------ | -------------------------------------------------------- |
      | Name\*             | `Headquarters`                                           |
      | Year Constructed   | `2015`                                                   |
      | Area\*             | `50000`                                                  |
      | Type\*             | `Office (choose from dropdown)`                          |
      | # of Floors        | `12`                                                     |
      | Country Code       | `United States +1`                                       |
      | Phone Number       | `+1 555 123 4567`                                        |
      | Base Temperature\* | `65`                                                     |
      | Unit\*             | `Fahrenheit` or `Celsius`                                |
      | Address\*          | `225 Broadway, New York, New York, United States, 10007` |
      | Street\*           | `Filled from Address`                                    |
      | City\*             | `Filled from Address`                                    |
      | State              | `Filled from Address`                                    |
      | Country\*          | `Filled from Address`                                    |
      | Zip                | `Filled from Address`                                    |
      | Address Line 2     | `Suite 100 (optional)`                                   |
      | Region             | `Choose from dropdown`                                   |
      | Brand              | `Choose from dropdown`                                   |
      | Zone               | `North`                                                  |
      | District           | `Downtown`                                               |
      | Identifier         | `BLDG-001`                                               |
      | Site               | `Choose from dropdown or add your own`                   |
      | Identifier         | `Choose from dropdown or add your own`                   |
    </Expandable>
  </Step>

  <Step title="Save">
    Once you have configured the required building details, click `Save` to create the building.
  </Step>

  <Step title="Publish the building">
    New buildings default to **Unpublished**. Until you publish, access in KODE OS is limited to roles that can see unpublished buildings (for example, Super Admin).

    When the building is ready for broader access, click `Publish`, then confirm with `Yes, Publish`. You can also publish later from the building detail page.
  </Step>
</Steps>

<Warning>
  Creating and publishing a building is not enough for it to appear as expected in KODE OS. Your channel partner must [enable products](/products/launchpad/channel-partners/product-enablement) for that building from the channel Launchpad. A published building without enabled products may still be missing from KODE OS.
</Warning>

<Tip>
  **Base Temperature** and its unit also feed weather-related widgets in Building BI. Set them to match the climate baseline you want those widgets to use.
</Tip>

## Manage Buildings

The **Buildings** page lists all existing buildings in rows, with each row displaying key details about the respective building. Each building in your organization has a dedicated page that provides a centralized interface to view and manage all details related to that building.

```mermaid actions={false} theme={"theme":{"light":"github-light","dark":"github-dark"}}
---
config:
  layout: dagre
  theme: neutral
---
flowchart LR
 subgraph s1["Client Buildings"]
        B1["Building 1"]
        B2["Building 2"]
        B3["Building 3"]
  end
    A["Buildings Page"] -- view --- A1["Buildings Table"]
    A1 -- select ---- B1
    B1 -- view & manage --- D1["Dedicated Page"]
    A1 -- select --- B2 & B3
    B2 -- view & manage --- D2["Dedicated Page"]
    B3 -- view & manage --- D3["Dedicated Page"]

    linkStyle 1 stroke:#00C853,fill:none
    linkStyle 2 stroke:#FF6D00,fill:none
    linkStyle 3 stroke:#00C853,fill:none
    linkStyle 4 stroke:#00C853,fill:none
    linkStyle 5 stroke:#FF6D00,fill:none
    linkStyle 6 stroke:#FF6D00
```

To manage a building, follow the steps outlined below:

<Steps>
  <Step title="Open the Buildings page">
    Once inside Launchpad, navigate to the **Buildings** page located on the left-hand sidebar.
  </Step>

  <Step title="Select a building">
    Select a building from the list. You will be redirected to its **dedicated** page.
  </Step>

  <Step title="Manage the building">
    Once inside the building's dedicated page, you can view general information, edit building details, and enable or disable products using the product toggle cards.

    <Frame caption="A building's dedicated page shows general information and product toggle cards for enabling or disabling products">
      <img src="https://mintcdn.com/kodelabs/QV43LEddE2aJcRYU/images/launchpad/launchpad-client-org-building-detail.png?fit=max&auto=format&n=QV43LEddE2aJcRYU&q=85&s=66b0638b70dad3e447d8156a65053ff5" alt="Building detail page showing general information fields and product cards with toggle switches for Cloud BMS, FTT, FDD, OSS, BBI, AssetOps, Building Data Hub, EnerG, and Document Hub" width="1024" height="726" data-path="images/launchpad/launchpad-client-org-building-detail.png" />
    </Frame>

    You can complete the following actions:

    * Edit building details
    * Enable or disable products for the building
    * Manage publish status
  </Step>
</Steps>

<Info>
  If you are a client organization, contact your KODE Labs representative to enable products for your buildings. Product enablement is managed by your channel partner through their Launchpad workspace.
</Info>
