> For the complete documentation index, see [llms.txt](https://notes.d15r.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.d15r.de/landwirtschaft/kompost.md).

# Kompost

## Hühner

* Hühner mit Gartenabfällen und Essensresten füttern
* Hackschnitzel, Sägespäne, Laub, ... als Mulch für Auslauf und Stall
* Matrial aufschütten, Hühner verteilen es

### Links

* [Permaculture Chicken-Composting System](https://www.youtube.com/watch?v=PGx0arcwrIE)
* [Chicken Tractor on steroids](https://www.discoverpermaculture.com/FertileCompost)
* [Composting With Chickens](https://www.backyardchickens.com/articles/composting-with-chickens.64531/)
* [I Cut My Chicken Feed Bill 100%!](https://abundantpermaculture.com/i-cut-my-chicken-feed-bill-100/)
* [This Farm Turns Garbage into Food](https://www.youtube.com/watch?v=dq-TkB8zZsI)

## Holz

Hackschnitzel kompositieren und gleichzeitig Wärme nutzen (z.B. Gewächshaus, Warmwasser).

* [The Jean Pain Way](https://www.permaculturenews.org/2011/12/15/the-jean-pain-way/)

Kann man ein durchgängiges System daraus bauen? Ähnlich wie ein Flow-Through-Bin für Wurmhumus?

Oben neue Hackschnitzel rein, unten Kompost raus. In der Mitte wird die Spirale für die Wärmegewinnung verlegt

* Befüllen
  * frisch gehäckselten Hackschnitzeln
  * direkt vom Häcksler (kein zusätzlicher Aufwand)
* Kompost mit Schubkarre ernten?
  * Menchanismus überlegen

## Soldatenfliege

## Würmer

* [Vermicompost - A Living Soil Amendment](http://cwmi.css.cornell.edu/vermicompost.htm)
* [Continuous Flow Through Bins](https://www.wormfarmingrevealed.com/continuous-flow-through-bins.html)


---

# 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://notes.d15r.de/landwirtschaft/kompost.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.
