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

> Build powerful integrations with the Forerunner API

The Forerunner API enables you to programmatically manage floodplain data, records, files, and more. Whether you're building integrations with existing systems, automating data workflows, or creating custom applications, our API provides comprehensive access to Forerunner's core functionality.

## API capabilities

The Forerunner API allows you to:

* **Manage files** - Upload, retrieve, and update Elevation Certificates, permits, and other floodplain documents
* **Track SI/SD** - Submit and manage Substantial Damage and Substantial Improvement records
* **Create logs** - Record public assistance interactions including phone calls, walk-ins, and written requests
* **Query properties** - Search and retrieve property information including parcel data
* **Access records** - List and filter various record types with full property context
* **Receive webhooks** - Get notified when file processing completes

## Base URLs

Forerunner provides two environments for development and production use:

<CodeGroup>
  ```plaintext Production theme={null}
  https://app.withforerunner.com
  ```

  ```plaintext Staging theme={null}
  https://app.staging.withforerunner.com
  ```
</CodeGroup>

<Note>
  Use the staging environment for testing and development. All production requests should use the production base URL.
</Note>
