> For the complete documentation index, see [llms.txt](https://docs.interval-soft.com/interval/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interval-soft.com/interval/documentation/resources/buildings/building-form/simple-vs-advanced-mode.md).

# Simple Vs Advanced Mode

**The Buildings Form in InterVal is a dedicated section that allows users to input, manage, and update information about the buildings in which the properties being valued are located. It is particularly useful for properties situated within larger buildings or complexes, such as residential apartments, commercial offices, and retail spaces.**

## 1 - Simple Mode

At the top of the Buildings Form, users can choose between two modes: Simple and Advanced. The Simple mode displays only the most essential fields, such as building name, address, year built, number of floors, and basic amenities. This streamlined view is ideal for users who require a quick and focused approach to capturing key building details.

<div align="left"><figure><img src="/files/mcKZwh0se0GZteYUR5v6" alt=""><figcaption><p>Building Form - Simple Mode</p></figcaption></figure></div>

## 2 - Advanced Mode

The Advanced mode, on the other hand, provides a comprehensive set of fields to capture a wide range of building attributes, including building materials, HVAC systems, energy efficiency ratings, parking facilities, ownership history, and more. This mode is designed for valuers who require a more detailed and granular approach to building data management.

<figure><img src="/files/moPjYbfUTaEtWzrOCeSS" alt=""><figcaption><p>Building Form - Advanced Mode</p></figcaption></figure>

The ability to switch between Simple and Advanced modes allows users to customize the Buildings Form based on their specific valuation requirements. This flexibility ensures that valuers can efficiently manage building data while maintaining the depth of information necessary for accurate and reliable valuations.


---

# 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.interval-soft.com/interval/documentation/resources/buildings/building-form/simple-vs-advanced-mode.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.
