> 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/household/cleaning.md).

# Cleaning

Maintaining cleanliness at Liminal Village is essential to ensure a harmonious and welcoming environment for everyone. By keeping the space tidy and organized, we respect the community, the land, and the next visitors.&#x20;

Common spaces need to be wiped and cleaned at need but at least once per week, except for the kitchen which needs daily attention. Shared bathrooms also need special attention and they need to be cleaned at need but at least twice per week.&#x20;

Tidying is a daily activity, please don't leave things around and if you use some tools put them back where they live. All the sheds and the cupboards have labeled indications for tools and objects, If the indications are only in Italian please let us know and we will take care of it.&#x20;

Below is a checklist to guide you in completing your cleaning tasks before departure:

[checlists.https://docs.google.com/document/d/11ZWzSUQxgVrr7vyrONdEWowQ\_Eo7by-UHCD5bsbiXZg/edit?usp=sharing](https://docs.google.com/document/d/11ZWzSUQxgVrr7vyrONdEWowQ_Eo7by-UHCD5bsbiXZg/edit?usp=sharing)

Article with suggestions on cleaning by Alex Kennedy, Lunation Lunation 55 May 2024: <https://oncecollectivecore.notion.site/Liminal-Village-Suggestions-6eb553ad39b74f6c87fdfa017970a593>


---

# 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/household/cleaning.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.
