> For the complete documentation index, see [llms.txt](https://help.fielddoc.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fielddoc.org/getting-started/introduction-to-models.md).

# Introduction to Models

FieldDoc offers a curated set of analytical models to help you estimate the environmental impact of your conservation and restoration activities.

Our team integrates established, peer-reviewed models from trusted sources. When needed, we also build or connect to external APIs to generate dynamic, location-specific impact estimates.

## Models Overview

FieldDoc offers a curated set of analytical models to help you estimate the environmental impact of your conservation and restoration activities. Our current lineup covers parameters such nutrient and sediment load reductions and carbon sequestration gains.

FieldDoc integrates established, peer-reviewed models from trusted sources. When needed, we also build or connect to external APIs to generate dynamic, location-specific impact estimates.

{% hint style="warning" %}
**An important note about model behavior.**

Models are mathematical simulations of the real world that represent how various changes or actions could affect ecosystems. These simulations are not a perfect forecast of on-the-ground outcomes. Due to variations among model techniques and versions, FieldDoc's results may differ from those generated by other systems.

Do not use FieldDoc model outputs for legal compliance. FieldDoc models are only intended to provide additional context and insight about conservation and restoration activities.
{% endhint %}

## Available Models

### Adapted Chesapeake Nutrient and Sediment Load Reduction Model

![Chesapeake Bay Program logo](https://app.fielddoc.com/images/logos/cbp-logo.svg)

Estimate load reductions based on Phase 6 best management practice isolation run outputs provided by the Chesapeake Bay Program.

### COMET-Planner

![USDA Natural Resources Conservation Service logo](https://app.fielddoc.com/images/logos/nrcs-color-lockup.svg)

Estimate the carbon sequestration and greenhouse gas impacts of NRCS conservation practices for initial planning purposes.

### National Water Quality Model

<div align="left"><figure><img src="/files/MghQa2vxOpr8IdIhuHLU" alt="" width="188"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/my3hTzDt4QlJZzSrfFPE" alt=""><figcaption></figcaption></figure></div>

Estimate potential nutrient and sediment load reductions produced by best management practices (BMPs) supported by the EPA's Pollutant Load Estimation Tool (PLET).

### Shoreline Restoration Load Reduction Estimates

![Chesapeake Bay Program logo](https://app.fielddoc.com/images/logos/cbp-logo.svg)

Estimate load reductions using data and algorithms from the 2019 Shoreline Management Expert Panel Report.

### Stormwater performance standard - Treatment depths other than 1 inch

![Chesapeake Bay Program logo](https://app.fielddoc.com/images/logos/cbp-logo.svg)

Estimate nutrient and sediment load reductions using data and algorithms from the October 26, 2020 Consensus Recommendations to Improve Protocols 2 & 3 for Defining Stream Restoration Pollutant Removal Credits.

### Stream Restoration Load Reduction Estimates (Protocols 1 - 5)

![Chesapeake Bay Program logo](https://app.fielddoc.com/images/logos/cbp-logo.svg)

Estimate nutrient and sediment load reductions using data and algorithms from the October 26, 2020 Consensus Recommendations to Improve Protocols 2 & 3 for Defining Stream Restoration Pollutant Removal Credits.

### Oyster Aquaculture

![Chesapeake Bay Program logo](https://app.fielddoc.com/images/logos/cbp-logo.svg)

Estimate nutrient and sediment load reductions using data and algorithms from the October 26, 2020 Consensus Recommendations to Improve Protocols 2 & 3 for Defining Stream Restoration Pollutant Removal Credits.

### Virginia Runoff Reduction Method (Runoff Only)

<div align="left"><figure><img src="/files/eNRTkB9RBAuf56ouGlXE" alt="" width="123"><figcaption></figcaption></figure></div>

Estimate the volume of stormwater infiltration and storage based on site-specific conditions.


---

# 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://help.fielddoc.org/getting-started/introduction-to-models.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.
