> ## 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.

# Properties

> Learn about Properties in Forerunner and how to manage address-based parcels

Properties are address-based objects that represent physical locations like homes, buildings, and real estate parcels. They have structured address fields and can link to tax parcel data, elevation certificates, and flood zone information.

Properties provide a standardized way to:

* **Track residential and commercial buildings** with consistent address information
* **Store elevation data** including elevation certificates and lowest floor elevations
* **Link to tax parcel data** for property values and ownership information
* **Monitor flood zones** with FIRM zone tracking and overrides
* **Document property history** through attached records, files, and activity logs

# Key Features

Properties include built-in fields specifically designed for property management:

* **Structured address fields**: Street address, city, state, and ZIP code
* **Geocoded coordinates**: Automatically generated location coordinates
* **Tax parcel integration**: Link to parcel data including property values
* **Elevation data**: Base Flood Elevation (BFE), Lowest Floor Elevation (LFE), and datum conversions
* **FIRM zones**: Track current flood zones and overrides
* **Property values**: Market value, land value, and improvement value
* **Cover images**: Upload a primary photo for each property
* **Street view**: Enable Google Street View integration

<Note>
  Properties are always displayed as point markers on the map, representing a specific address location. If you need to track areas, lines, or other geometry types, use [Custom Objects](/docs/objects/custom-objects) instead.
</Note>

# How Properties Work

## Creating Properties

You can create properties in several ways:

1. **Manual entry**: Click "Add Property" and enter the address information
2. **Map click**: Click a location on the map to create a property at that point
3. **Bulk import**: Import multiple properties via CSV or API

When you create a property, Forerunner:

* Geocodes the address to determine coordinates
* Searches for matching tax parcel data
* Creates a point marker on the map
* Makes the property available in the Properties table

## Property Information Panel

Click any property on the map or in a table to open the Property Information Panel (PIP), which includes:

<Tabs>
  <Tab title="Overview">
    View property details including:

    * Full address and coordinates
    * Tax parcel information
    * Property values
    * Elevation data and flood zones
    * Custom additional fields
  </Tab>

  <Tab title="Activity">
    See a complete history of:

    * User actions (created, updated, deleted)
    * Comments and discussions
    * Changes over time
  </Tab>

  <Tab title="Tasks">
    View and create tasks associated with the property:

    * Inspection tasks
    * Follow-up actions
    * Assigned work items
  </Tab>

  <Tab title="Records">
    Access all records attached to the property:

    * Inspections
    * Logs and communications
    * SI/SD tracking
    * Other record categories configured in your account
  </Tab>

  <Tab title="Files">
    Browse files uploaded to the property:

    * Elevation certificates
    * Photos and images
    * Plans and permits
    * Correspondence
  </Tab>
</Tabs>

# Common Use Cases

<CardGroup cols={2}>
  <Card title="Floodplain Management" icon="water">
    Track properties in flood zones, manage elevation certificates, and monitor substantial improvements
  </Card>

  <Card title="Emergency Response" icon="house-fire">
    Document damage assessments, coordinate inspections, and track recovery progress
  </Card>

  <Card title="Code Enforcement" icon="clipboard-check">
    Log violations, schedule inspections, and track compliance over time
  </Card>

  <Card title="Grant Management" icon="bullhorn">
    Maintain property contact information, document mailings, and track engagement
  </Card>
</CardGroup>

# Property-Specific Features

## Elevation Certificates

Properties support special handling for elevation certificates (ECs):

* Dedicated upload flow for ECs
* Automatic field extraction from EC PDFs
* Base Flood Elevation (BFE) tracking
* Lowest Floor Elevation (LFE) tracking
* Datum conversion offsets (NAVD88 vs NGVD29)

[Learn more about Elevation Certificates](/docs/files/reviewing-elevation-certificates)

## Parcel data integration

Properties can link to tax parcel data from external geocoding services:

* Property values (market, land, improvement)
* Parcel identifiers
* Ownership information (depending on data source)
* Parcel boundaries (shown on map if available)

<Tip>
  If parcel data is incorrect or outdated, you can enable the "Ignore parcel" option to prevent automatic parcel linking for specific properties.
</Tip>

## FIRM Zones and Overrides

Track flood zones from FEMA Flood Insurance Rate Maps:

* Current FIRM zone designation
* FIRM panel number
* Zone overrides for map amendments or revisions
* Historical zone tracking

## Property Warnings and Flags

Mark properties with important indicators:

* Repetitive loss properties
* Severe repetitive loss properties
* Properties under substantial improvement review
* Custom warning flags

## Permissions and Visibility

### User Permissions

Property access is controlled by user roles:

* **Admins**: Full create, edit, and delete access
* **Editors**: Can create and edit properties
* **Viewers**: Can view properties but not modify them
* **Guests**: Can view non-hidden properties only

### Hidden from Public

Properties can be marked as "Hidden from public" to:

* Exclude them from public website views
* Hide them from guest users
* Prevent display on shared/embedded maps
* Maintain privacy for sensitive locations

#### Hiding or showing a property

Members, managers, and admins can change a property's public visibility when the **Allow manually hiding or showing properties** setting is on under **Settings › Public website**.

* **One property** - Open the property and select **Hide property from public** or **Display property to public** from its options menu.
* **Several properties** - Select them in the Properties table, open the visibility action in the action bar, and choose **Hide from public** or **Show to public**. A confirmation describes what the change carries to.

<Warning>
  Hiding a property also hides every record and file attached to it. Showing the property again does not show them; they stay hidden until you change their visibility individually.
</Warning>

## Next Steps

<CardGroup cols={2}>
  <Card title="Create Properties" icon="plus" href="/docs/objects/creating-properties">
    Learn how to add new properties to your account
  </Card>

  <Card title="Manage Properties" icon="pen-to-square" href="/docs/objects/managing-objects">
    Update and organize your properties
  </Card>

  <Card title="Upload Elevation Certificates" icon="file-certificate" href="/docs/files/reviewing-elevation-certificates">
    Add ECs and elevation data to properties
  </Card>

  <Card title="Custom Objects" icon="layer-group" href="/docs/objects/custom-objects">
    Learn about the other type of object in Forerunner
  </Card>
</CardGroup>
