> 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/code-directory/cd.fr.01-croptypeenum.md).

# CD.FR.01 CropTypeEnum

This code directory lists the crop classifications. It references level one of the World Programme for the[ Census of Agriculture 2020 Annex 4](https://openknowledge.fao.org/server/api/core/bitstreams/c5afd226-08ab-4cda-bc45-871f1f95a3be/content) which is based on the[ Indicative Crop Classification (ICC) Version 1.1](https://unstats.un.org/unsd/classifications/Family/Detail/1002)

<table><thead><tr><th width="147">No</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Cereals</td></tr><tr><td>2</td><td>Vegetables and melons</td></tr><tr><td>3</td><td>Fruit and nuts</td></tr><tr><td>4</td><td>Oilseed crops and oleaginous fruits</td></tr><tr><td>5</td><td>Root/tuber crops with high starch or inulin content</td></tr><tr><td>6</td><td>Stimulant, spice and aromatic crops</td></tr><tr><td>7</td><td>Leguminous crops</td></tr><tr><td>8</td><td>Sugar crops</td></tr><tr><td>9</td><td>Other crops</td></tr></tbody></table>


---

# 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/code-directory/cd.fr.01-croptypeenum.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.
