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

# Overview

> Query and retrieve property information

These endpoints provide access to Forerunner's property data. In Forerunner's parlance, a "property" is a geographic point that represents, most often, a structure or building. Properties often have addresses, but not always. A property belongs to zero or one parcels, and a parcel can have zero or more properties. For instance, a parcel with address "123 Main Street" can have two different properties - "123 Main Street Main Building" and "123 Main Street Annex".

Properties in Forerunner can be either public or private, so please be careful to always specify `hiddenFromPublic=false` in all requests to the relevant endpoints if the data being fetched from the API is displayed to members of the public.

<Info>
  For more information on how properties work in Forerunner, see [Objects](/objects/overview).
</Info>
