> For the complete documentation index, see [llms.txt](https://wiki.greatcollaboration.uk/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.greatcollaboration.uk/knowledgebase/adaptation/land-use-adaptation.md).

# Land Use (adaptation)

- [Farm Carbon Toolkit](https://wiki.greatcollaboration.uk/knowledgebase/adaptation/land-use-adaptation/farm-carbon-toolkit.md): agriculture
- [Monitoring Environmental Change](https://wiki.greatcollaboration.uk/knowledgebase/adaptation/land-use-adaptation/monitoring-environmental-change.md): See this link to get the original document with its live interlinks for the Further Information section (scroll down to the bottom)
- [Run Your Own Bioblitz](https://wiki.greatcollaboration.uk/knowledgebase/adaptation/land-use-adaptation/run-your-own-bioblitz.md): guidance and resources for putting on a successful wildlife recording event.
- [Creating a Community Woodland](https://wiki.greatcollaboration.uk/knowledgebase/adaptation/land-use-adaptation/creating-a-community-woodland.md): Project to add whips, and capture carbon
- [Trees and Woodland Strategy Toolkit](https://wiki.greatcollaboration.uk/knowledgebase/adaptation/land-use-adaptation/trees-and-woodland-strategy-toolkit.md): specifically for Local Authorities
- [Creation of a Community Orchard](https://wiki.greatcollaboration.uk/knowledgebase/adaptation/land-use-adaptation/creation-of-a-community-orchard.md): Conversion of an unused playing field into an orchard and wildflower meadow.  Details the results, and the time involved over several years


---

# 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://wiki.greatcollaboration.uk/knowledgebase/adaptation/land-use-adaptation.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.
