# name (harv.ops)

The name of the harvest operation is a primary key referenced when harvest operations are scheduled in [**management.sch**](/io-docs/introduction-1/landuse-and-management/management.sch.md) or [**lum.dtl**](/io-docs/introduction-1/decision-tables/lum.dtl.md). All names in the **harv.ops** file must be unique.

| Name           | Description                           |
| -------------- | ------------------------------------- |
| forest\_cut    | Cutting of forest                     |
| grain          | Grain harvest                         |
| grass\_bag     | Grass mowing (removing the clippings) |
| grass\_mulch   | Grass mowing (leaving the clippings)  |
| hay\_cut\_high | Hay cutting (high)                    |
| hay\_cut\_low  | Hay cutting (low)                     |
| orchard        | Orchard fruit harvest                 |
| peanuts        | Peanut harvest                        |
| tuber          | Tuber harvest                         |
| silage         | Silage harvest                        |
| stover\_high   | Stover harvest (high)                 |
| stover\_low    | Stover harvest (low)                  |
| stover\_med    | Stover harvest (medium)               |
| vegetables     | Vegetable harvest                     |
| cotton\_picker | Cotton harvest (picker)               |
| cotton\_strip  | Cotton harvest (stripper)             |


---

# Agent Instructions: 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:

```
GET https://swatplus.gitbook.io/io-docs/introduction-1/management-practices/harv.ops/name_harvops.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
