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

# Parcels

> Tap any ground in the app to see the owner, acres, crop history, zoning, sales and value, FEMA flood data, and structures.

Tapping a parcel is the fastest way to answer "who owns this?" from the road.
The parcel sheet carries county assessor data, ownership, and the layers you'd
otherwise have to go back to the office for.

## Opening a parcel

* Tap any parcel on the map.
* Search for an owner or parcel number from the search bar.
* Open one from a farm's parcel list.
* In CarPlay, use **Explore → Parcels** for the ones nearest you.

## What's on the detail sheet

The header shows the owner name, parcel number, county and state, and acres,
plus the owner's address with a directions button and the parcel's coordinates.
Owner name, parcel number, addresses, and coordinates can all be copied by
tapping them.

Below the header, the sheet is organized into expandable sections:

<AccordionGroup>
  <Accordion title="Connections" icon="link">
    The contacts and operations attached to this parcel. When there are none and
    you have permission to edit contacts, **Save as a Contact** creates a
    prospect from the parcel owner.
  </Accordion>

  <Accordion title="Farms" icon="tractor">
    Farms in your account that include this parcel, and an option to build a new farm starting
    from it.
  </Accordion>

  <Accordion title="Property Information" icon="circle-info">
    Parcel ID and alternate parcel IDs, county, county subdivision, PLSS
    township, section and range, county acres, calculated acres, and calculated
    parcel square footage. Expanded by default.
  </Accordion>

  <Accordion title="Cropland Data Layer Information" icon="wheat-awn">
    Crop history for the parcel from the USDA Cropland Data Layer.
  </Accordion>

  <Accordion title="Land Use & Zoning" icon="map-location-dot">
    Land use, zoning, function, and structure descriptions, where the county
    reports them.
  </Accordion>

  <Accordion title="Property Sales & Value" icon="dollar-sign">
    Last sales date, total parcel value, and land value. This data is provided
    by the county assessor.
  </Accordion>

  <Accordion title="FEMA Flood Data" icon="water">
    Flood zone, flood zone subtype, and the date of the flood zone data.
  </Accordion>

  <Accordion title="Structure Details" icon="warehouse">
    Building count and building square footage.
  </Accordion>
</AccordionGroup>

Sections only appear when the underlying data exists for that parcel, so a
sparsely reported county will show a shorter sheet.

<Frame>
  <iframe src="https://www.youtube.com/embed/Dz8brvhpoRY" title="See FEMA flood layers on a farm in the CamoAg app" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

## Sharing

Use the share button in the sheet's header to send a link to the parcel.

## In CarPlay

The CarPlay parcel card shows the parcel name, coordinates, county and state,
and gross acres. It offers **Contacts** when the parcel already has contacts
attached, or **Save Contact** when it doesn't, alongside **Directions**. See
[CarPlay](/ios/carplay#parcels).

## Related

<CardGroup cols={2}>
  <Card title="Farms" icon="tractor" href="/ios/farms">
    Group parcels into a farm you can navigate to and share.
  </Card>

  <Card title="Parcels on the web platform" icon="draw-polygon" href="/parcels/overview">
    Editing boundaries, acre types, and the full parcel toolset.
  </Card>
</CardGroup>
