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

# Modules

> Understanding the module system in Eyesotope

# Modules

Modules are the building blocks of Eyesotope. Each module represents a distinct area of farm management functionality. Modules can be enabled or disabled per farm member, giving you fine-grained control over what each team member can access.

## Available Modules

<CardGroup cols={2}>
  <Card title="Fields" icon="map-location-dot">
    Draw field boundaries, track area in hectares, manage crop assignments, and upload shapefiles.
  </Card>

  <Card title="Seasons" icon="calendar">
    Create growing seasons, assign fields, and plan your agricultural timeline.
  </Card>

  <Card title="Inventory" icon="warehouse">
    Manage products, track stock levels, organize by categories and suppliers.
  </Card>

  <Card title="Equipment" icon="tractor">
    Track machinery, tools, and their usage across operations.
  </Card>

  <Card title="Operations" icon="list-check">
    Plan and log agricultural activities — planting, spraying, harvesting — linked to fields and equipment.
  </Card>

  <Card title="Partners" icon="handshake">
    Directory of suppliers, buyers, and service providers with contact details and logo management.
  </Card>

  <Card title="Contracts" icon="file-contract">
    Manage agreements, terms, and pricing with your partners.
  </Card>

  <Card title="Deliveries" icon="truck">
    Track shipments, quantities, and fulfillment status for your contracts.
  </Card>

  <Card title="Leases" icon="file-signature">
    Manage land lease agreements with terms, dates, and associated fields.
  </Card>

  <Card title="Satellite" icon="satellite">
    View satellite imagery overlays including NDVI (vegetation health) analysis for your fields.
  </Card>

  <Card title="Climate Intelligence" icon="temperature-arrow-up">
    44 years of NASA POWER satellite data — historical analysis, crop suitability scoring, extreme event detection, and rainfall analysis.
  </Card>

  <Card title="Crop Intelligence" icon="wheat-awn">
    FAO-based water balance and yield potential estimation with 3 methods of increasing accuracy.
  </Card>

  <Card title="AI" icon="robot">
    AI-powered assistant and field health analysis with structured recommendations.
  </Card>

  <Card title="Billing" icon="credit-card">
    Subscription management, AI credits, team seats, and invoice history via Stripe.
  </Card>

  <Card title="Map" icon="map">
    Custom maps, site management, and map collection organization.
  </Card>
</CardGroup>

## Default Module Access by Role

When a new member is invited, they receive default module access based on their role:

| Module               | Admin | Manager | Operator | Viewer |
| -------------------- | :---: | :-----: | :------: | :----: |
| Fields               |   ✅   |    ✅    |     ✅    |    ✅   |
| Seasons              |   ✅   |    ✅    |     ✅    |    ✅   |
| Map                  |   ✅   |    ✅    |     ✅    |    ✅   |
| Inventory            |   ✅   |    ✅    |     ✅    |    ❌   |
| Equipment            |   ✅   |    ✅    |     ✅    |    ❌   |
| Operations           |   ✅   |    ✅    |     ✅    |    ❌   |
| Partners             |   ✅   |    ✅    |     ❌    |    ❌   |
| Contracts            |   ✅   |    ✅    |     ❌    |    ❌   |
| Deliveries           |   ✅   |    ✅    |     ❌    |    ❌   |
| Leases               |   ✅   |    ✅    |     ❌    |    ❌   |
| Satellite            |   ✅   |    ✅    |     ❌    |    ❌   |
| Climate Intelligence |   ✅   |    ✅    |     ❌    |    ❌   |
| AI                   |   ✅   |    ❌    |     ❌    |    ❌   |
| Billing              |   ✅   |    ❌    |     ❌    |    ❌   |

<Info>
  Admins can customize module access for any member at any time from the Teams page, regardless of the defaults shown above.
</Info>

## Managing Module Access

1. Go to **Teams** from the user dropdown
2. Click on a team member
3. Toggle modules on or off using the checkboxes
4. Changes take effect immediately — the sidebar navigation updates to show only accessible modules
