> 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/pesticide.pes/hl_foliage.md).

# hl\_foliage

The half-life for a pesticide defines the number of days required for a given pesticide concentration to be reduced by one-half. The half-life entered for a pesticide is a lumped parameter that includes the net effect of volatilization, photolysis, hydrolysis, biological degradation and chemical reactions.

For most pesticides, the foliar half-life is much less than the soil half-life due to enhanced volatilization and photodecomposition. If the foliar half-life is available for the pesticide this value should be used. If the foliar half-life is not available, the foliar half-life can be estimated using the following rules:

1. Foliar half-life is assumed to be less than the soil half-life by a factor of 0.5 to 0.25, depending on vapor pressure and sensitivity to photodegradation.
2. Foliar half-life is adjusted downward for pesticides with vapor pressures less than 10-5 mm Hg.
3. The maximum foliar half-life assigned is 30 days.


---

# 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/pesticide.pes/hl_foliage.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.
