> For the complete documentation index, see [llms.txt](https://standards.spdci.org/standards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standards.spdci.org/standards/dci-standards/wip-farmers-registry/farmers-registry-and-sp-system-interface/1.-crvs/data/data-objects/do.fr.07-cropdetails.md).

# DO.FR.07 CropDetails

### DO.FR.07 CropDetails

This data object contains information on the types of crops farmers have on their land.

<table><thead><tr><th width="210">Attribute</th><th width="251">Type</th><th width="132">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>activity_group</td><td><a data-mention href="/pages/RiRiAYp4EPUC31vms9Py">/pages/RiRiAYp4EPUC31vms9Py</a></td><td>0...1</td><td>Crop production activity</td></tr><tr><td>crop_type</td><td><a data-mention href="/pages/JWCue4wui0dDiPQHOVua">/pages/JWCue4wui0dDiPQHOVua</a></td><td>0...1</td><td>Type of crop</td></tr><tr><td>variety</td><td><a data-mention href="/spaces/zsS13e3J1cdZLU4TqAm0/pages/ctz3lHCKfhpCgUtmqSUn">/spaces/zsS13e3J1cdZLU4TqAm0/pages/ctz3lHCKfhpCgUtmqSUn</a></td><td>0...1</td><td>For example, local/improved</td></tr><tr><td>season</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn">/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn</a></td><td>0...1</td><td>For example, summer/winter or wet/dry</td></tr><tr><td>end_use</td><td><a data-mention href="/pages/OrD1DbvrZHrwhxGVrplz">/pages/OrD1DbvrZHrwhxGVrplz</a></td><td>0...*</td><td>Purpose of the crop (for assessment of food supplies)</td></tr><tr><td>irrigation</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/SYiH77mJTknrYKZuepQk">/spaces/F9fu0tIY1rJUsF03WdAv/pages/SYiH77mJTknrYKZuepQk</a></td><td>0...1</td><td>Yes (1) or no (0)</td></tr><tr><td>irrigation_water</td><td><a data-mention href="/pages/XqIqOi9aawsjhQvBa6Yv">/pages/XqIqOi9aawsjhQvBa6Yv</a></td><td>0...*</td><td>Source of irrigation water</td></tr><tr><td>fertilizer_type</td><td><a data-mention href="/pages/PpQn8nbWhrafl4XVNOWH">/pages/PpQn8nbWhrafl4XVNOWH</a></td><td>0...*</td><td>Type of fertiliser applied</td></tr><tr><td>additional_attributes</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/9N8tb1uyZsNZ0hqrofMZ">/spaces/F9fu0tIY1rJUsF03WdAv/pages/9N8tb1uyZsNZ0hqrofMZ</a></td><td>0...*</td><td>Additional context/country specific attributes</td></tr><tr><td>registration_date</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the crops details were recorded</td></tr><tr><td>last_updated</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the crops details were recorded</td></tr></tbody></table>

### Example of JSON Data Structure for a CropType

```json
 { 
    "activity_group":"perennial crops",
    "crop_type":"Fruit and nuts",
    "variety":"local",
    "season":"winter",
    "end_use":["Food for human consumption"],
    "irrigation":true,
    "irrigation_water":["Mixed surface water and groundwater"],
    "fertilizer_type":["Organic fertilizers"],
    "registration_date": "2023-01-10T00:00:00Z",
    "last_updated": "2023-09-20T00:00:00Z" 
 }
```


---

# 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://standards.spdci.org/standards/dci-standards/wip-farmers-registry/farmers-registry-and-sp-system-interface/1.-crvs/data/data-objects/do.fr.07-cropdetails.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.
