> ## 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.

# Operations

> Planning and logging agricultural activities

# Operations

Operations represent the agricultural activities you perform on your fields — planting, spraying, fertilizing, harvesting, and more. They tie together fields, equipment, products, and timelines.

## Creating an Operation

Operations are created within a **season context**:

<Steps>
  <Step title="Open a Season">
    Navigate to **Seasons** and select the active season.
  </Step>

  <Step title="Select a Field">
    Click on a field within the season to open its detail page.
  </Step>

  <Step title="Add Operation">
    Click **+ Add Operation** to create a new activity.
  </Step>

  <Step title="Fill in Details">
    * **Type** — Select the operation type (planting, spraying, harvesting, etc.)
    * **Date** — When the operation was or will be performed
    * **Equipment** — Assign machinery used (optional)
    * **Products** — Link inventory items used (optional)
    * **Notes** — Additional details about the operation
  </Step>

  <Step title="Save">
    Save the operation. It will appear in the field's operation timeline and the season overview.
  </Step>
</Steps>

## Operation Types

Common operation types include:

* **Soil Preparation** — Plowing, tilling, bed preparation
* **Planting** — Sowing seeds or transplanting
* **Fertilizing** — Applying fertilizers
* **Spraying** — Herbicide, fungicide, or insecticide application
* **Irrigation** — Watering activities
* **Harvesting** — Crop collection
* **Transport** — Moving produce or materials

## Viewing Operations

* **Season overview** — See all operations across all fields in a season
* **Field detail** — See all operations for a specific field
* **Operation detail** — Full details including linked equipment and products

## Permissions

| Action            | Admin | Manager | Operator | Viewer |
| ----------------- | :---: | :-----: | :------: | :----: |
| View operations   |   ✅   |    ✅    |     ✅    |    ✅   |
| Create operations |   ✅   |    ✅    |     ✅    |    ❌   |
| Edit operations   |   ✅   |    ✅    |     ✅    |    ❌   |
| Delete operations |   ✅   |    ✅    |     ❌    |    ❌   |
