> ## 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 create records across all types

The Records API provides a unified interface to query and create records in Forerunner. Records are returned with full property context, making the API ideal for reporting, analysis, and integration with external systems.

## Record Types

Forerunner supports numerous record types, each with specific data fields — including `Log` for public assistance log entries. The available values for `recordType` vary depending on how your community is configured. Please see [Records](/records/overview) for more details.

<Note>
  The [Create Record](/developers/api/records/create) endpoint currently only supports creating records with a `recordType` of `Log`.
</Note>
