> For the complete documentation index, see [llms.txt](https://swatplus.gitbook.io/io-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swatplus.gitbook.io/io-docs/introduction-1/databases/tillage.til/name_tilldb.md).

# name (tillage.til)

The name of the tillage record is a primary key referenced when tillage 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 **tillage.til** database must be unique.

| Name     | Description                      |
| -------- | -------------------------------- |
| fallplow | Generic Fall Plowing Operation   |
| sprgplow | Generic Spring Plowing Operation |
| constill | Generic Conservation Tillage     |
| zerotill | Generic No-Till Mixing           |
| duckftc  | Duckfoot Cultivator              |
| fldcult  | Field Cultivator                 |
| furowout | Furrow-out Cultivator            |
| marker   | Marker (Cultivator)              |
| rollcult | Rolling Cultivator               |
| rowcult  | Row Cultivator                   |
| discovat | Discovator                       |
| leveler  | Leveler                          |
| harrow   | Harrow (Tines)                   |
| culmulch | Culti-Mulch Roller               |
| culpkpul | Culti-Packer Pulverizer          |
| landlevl | Land Plane-Leveler               |
| landall  | Landall, Do-All                  |
| lasrplan | Laser Planer                     |
| levpldis | Levee Plow Disc                  |
| float    | Float                            |
| fldcdscr | Field conditioner (Scratcher)    |
| listrmid | Lister (Middle-Buster)           |
| rollgrov | Roller Groover                   |
| rolpkrat | Roller Packer Attachment         |
| rolpkrft | Roller Packer Flat Roller        |
| sandfigt | Sand-Fighter                     |
| seedroll | Seedbed Roller                   |
| crustbst | Crust Buster                     |
| rollhrrw | Roller Harrow                    |
| triplek  | Triple K                         |
| finharrw | Finishing Harrow                 |
| flexharw | Flex-tine Harrow CL              |
| spiketth | Powered Spike Tooth Harrow       |
| spiktoth | Spike Tooth Harrow               |
| sprgtoth | Spring Tooth Harrow              |
| soilfins | Soil Finisher                    |
| rothoe   | Rotary Hoe                       |
| roterra  | Roterra                          |
| rototill | Roto-Tiller                      |
| rotbeddr | Rotovator-Bedder                 |
| rowbuck  | Rowbuck                          |
| ripper   | Ripper                           |
| midbst1r | Middle Buster                    |
| rodweedr | Rod Weeder                       |
| rubwhwpl | Rubber-Wheel Weed Puller         |
| multiwdr | Multi-Weeder                     |
| mldboard | Moldboard Plow                   |
| chisplow | Chisel Plow                      |
| cchplow  | Coulter-Chisel                   |
| diskplow | Disk Plow                        |
| stubmlch | Stubble-Mulch Plow               |
| subchplw | Subsoil Chisel Plow              |
| rowcond  | Row Conditioner                  |
| hipper   | Hipper                           |
| riceroll | Rice Roller                      |
| paraplow | Paraplow                         |
| sbedhipr | Subsoiler-Bedder Hip-Rip         |
| riprsubs | Deep Ripper-Subsoiler            |
| vripper  | V-Ripper                         |
| bedrollr | Bed Roller                       |
| bedderd  | Bedder (Disk)                    |
| beddhipr | Bedder Disk-Hipper               |
| beddkrow | Bedder Disk-Row                  |
| bedders  | Bedder Shaper                    |
| dskbrmkr | Disk Border Maker                |
| dkchmtil | Disk Chisel (Mulch Tiller)       |
| offsethv | Offset Disk - Heavy Duty         |
| offsetlt | Offset Disk - Light Duty         |
| one-wayt | One-Way (Disk Tiller)            |
| tandempl | Tandem Disk Plow                 |
| tandemrg | Tandem Disk Reg                  |
| singldis | Single Disk                      |
| pwrmulch | Power Mulcher                    |
| blade10  | Blade 10 ft                      |
| furwdike | Furrow Diker                     |
| beetcult | Beet Cultivator                  |
| cltiweed | Cultiweeder                      |
| packer   | Packer                           |


---

# 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://swatplus.gitbook.io/io-docs/introduction-1/databases/tillage.til/name_tilldb.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.
