> 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/properties/property-form/location-and-building.md).

# Location & Building

The Location tab is designed to provide comprehensive information about the property’s geographical setting. Accurate location details are crucial for evaluating the property's value and accessibility. This section allows you to specify the exact address, city, country, and other relevant location details.

## 1 - General

<figure><img src="/files/GeMQh5fpIWuYDHvvJz1p" alt=""><figcaption><p>General location of the property</p></figcaption></figure>

1. **Search By City:** Use this field to search for the city where the property is located.
2. **Map:** Use the map to pinpoint the exact location of the property. Right-click to place a pin at the property's location.
3. **Country:** Select the country where the property is located from the dropdown menu.
4. **City:** Select the city where the property is located from the dropdown menu.
5. **Zipcode/Postalcode:** Enter the postal code of the property's location.
6. **Location Grade:** Select the location grade of the property from A+ to E-. This grade assesses the quality and desirability of the property's location.
7. **Address:** Enter the full address of the property.
8. **Location and Surroundings Description:** Provide a detailed description of the property's location and its surroundings.\
   \&#xNAN;*<mark style="color:orange;">**Example:**</mark> <mark style="color:orange;"></mark><mark style="color:orange;">The property is located in the heart of Mayfair, one of London's most prestigious neighborhoods. This prime location is known for luxury residences, high-end retail stores, and exclusive restaurants. It is near Hyde Park, Buckingham Palace, and Grosvenor Square. The area offers excellent transport links, with Green Park and Bond Street Underground stations nearby. Mayfair provides world-class dining, luxury shopping on Bond Street, and cultural attractions such as the Royal Academy of Arts, making it a highly desirable address in London.</mark>*

## 2 - Building Section

Please refer to the [**building form**](/interval/documentation/resources/buildings/building-form.md).


---

# 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/properties/property-form/location-and-building.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.
