# Buildings List

**The Buildings Database is a dedicated section within InterVal that allows users to store, manage, and access information specific to the buildings in which the properties are located. This separate database complements the Comparables Database by providing a centralized location to input, update, and reference building-level data, avoiding duplication of efforts and ensuring that all relevant information is easily accessible.**

The Buildings Database is particularly useful for properties located within larger buildings or complexes, such as residential apartments, commercial offices, and retail spaces. By maintaining building-specific data separately, valuers can efficiently manage and link this information to the individual properties listed in the Comparables Database, streamlining the valuation process and promoting consistency and accuracy.

<figure><img src="/files/KVfD35BzEKUA2UVgAtqh" alt=""><figcaption><p>Building - List View</p></figcaption></figure>

1. **Add Building:** Clicking this button allows users to create a new building entry in the database.
2. **Map View:** Switches the display to the Map View, where buildings are shown on a map along with a list.
3. **Modules:** Displays the total number of buildings in the database, the number of different locations, and the number of comparables that are using these buildings.
4. **Search:** Allows users to search for a building by its name or ID.
5. **Search by City:** Enables users to search for buildings based on the city they are located in.
6. **Linked Comparables:** Filters the list to display only the buildings that are linked to comparables in the database.
7. **Other Filters:** Provides additional filters to refine the search results, such as building type and status.
8. **Reset:** Clears all applied filters, returning the list to its original state.
9. **Buildings Table:** Displays a list of all the buildings in the database, with each row representing a single building. The table includes columns for Building ID, Location, Grade, Type, Linked Properties, and Floors.
10. **Action Buttons:** Allows users to perform various actions on the buildings, including:
    * ***Info:** Displays detailed information about the selected building*
    * ***Edit:** Allows users to modify the selected building's details*
    * ***Delete:** Removes the selected building from the database*

The Buildings Database enables users to effectively manage and utilize building-level information, ensuring that valuers have quick and easy access to all relevant data when conducting valuations. This feature enhances the efficiency and accuracy of the valuation process, particularly for properties located within complex building structures.

\ <br>


---

# Agent Instructions: 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:

```
GET https://docs.interval-soft.com/interval/documentation/resources/buildings/buildings-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
