# Landuse and Management

There are several SWAT+ files that control the simulation of land use and management. The file [landuse.lum](/io-docs/introduction-1/landuse-and-management/landuse.lum.md) summarizes the main land use information and references several other files that specify the details:&#x20;

* [plant.ini](/io-docs/introduction-1/landuse-and-management/plant.ini.md) stores information about the plants growing in a rotation or plant community,&#x20;
* [management.sch](/io-docs/introduction-1/landuse-and-management/management.sch.md) is used to schedule management operations by heat units or dates and/or to list the decision tables to use for scheduling and conditioning management operations,&#x20;
* [lum.dtl](/io-docs/introduction-1/decision-tables/lum.dtl.md) contains the land use and management decision tables,&#x20;
* [cntable.lum](/io-docs/introduction-1/landuse-and-management/cntable.lum.md) lists typical Curve Number values for different land use types,&#x20;
* [cons\_practice.lum](/io-docs/introduction-1/landuse-and-management/cons_practice.lum.md) lists the USLE P values and slope lengths for various conservation practices,&#x20;
* [ovn\_table.lum](/io-docs/introduction-1/landuse-and-management/ovn_table.lum.md) lists overland Manning's n values for different tillage and land cover types.


---

# 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/landuse-and-management.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.
