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

# Introduction

> AI-powered agronomic intelligence for growers, consultants, and processors

# agronome.ai

agronome.ai is the operating system for modern agriculture. One platform that turns raw field intelligence — satellite imagery, drone flights, soil labs, scouting reports — into decisive action.

## Who it's for

<CardGroup cols={3}>
  <Card title="Growers" icon="seedling">
    Tech-savvy farmers who want one platform replacing five fragmented tools. Own your data, see your fields, act on insights.
  </Card>

  <Card title="Consultants" icon="chart-line">
    Agricultural consultants managing multiple farm clients. Scale your expertise without burnout. Serve more farms with sharper insights.
  </Card>

  <Card title="Processors" icon="industry">
    Supply chain operators who need visibility into contracted farms. Monitor yield forecasts and supply risk across your network.
  </Card>
</CardGroup>

## What you can do

* **Map your fields** — Import boundaries from John Deere or CNH, draw them manually, or upload shapefiles. PostGIS-powered spatial precision.
* **Fly drones** — Upload multispectral or RGB imagery. Automated EXIF analysis, orthomosaic stitching via ODM, and vegetation index generation (NDVI, NDRE, GNDVI, SAVI, EVI).
* **Monitor from space** — Sentinel-2 and Planet Labs satellite imagery with band math. Compare vegetation health over time.
* **Import lab data** — Soil samples (A\&L Labs), tissue analysis, yield data (HarvestEye), weather stations (CropX), and scouting reports (AgroScout).
* **Connect equipment** — John Deere Operations Center and CNH integrations bring your field data into one place.

## Architecture

agronome.ai follows the [ADAPT (AgGateway)](https://adaptframework.org/) data model:

```
Organization → Farm → Field → CropZone
```

Every field has versioned boundaries and crop zone history. All data — drone layers, satellite imagery, soil samples — is linked to this hierarchy.

## Getting started

<Card title="Quickstart" icon="rocket" href="/quickstart">
  Sign up, create your first organization, and add a farm in under 5 minutes.
</Card>
