> For the complete documentation index, see [llms.txt](https://docs.liminalvillage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liminalvillage.com/protocols/gardening/composting.md).

# Composting

You can place residuals from vegetables and fruit, tea bags, coffee and barely leftovers and in general all green fresh cuttings from vegetables in the plastic pot placed in the kitchen, it is a brown bucket place next to the fridge. \
Don't put in the compost any cooked food, please, nor raw meat or fish. \
The compost is actually buried in holes to be placed in the area of the upper garden. All the area around the pagoda as well as the other areas in front of the upper house patio. The holes should contain all the compost and they must be properly closed with soil. \
This is a daily activity (when there are few people on site can be performed every two days). It requires at least 15 minutes total and 2 people - the process consist in individuating the place, digging the hole, filling it in, covering it, cleaning the bucket properly, and putting back the bucket in the kitchen. You can clean the bucket using the water pump placed in front of the secondary entrance of the upper house (the one using the door of the laundry).&#x20;


---

# 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://docs.liminalvillage.com/protocols/gardening/composting.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.
