> 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-1.md).

# Cleaning

A clean environment is a healthy environment. People on site need to take part in the cleaning routine following the indication of the home care team. One responsible person can take on the home care activities for all the lunation and with the support of the home care team.&#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;


---

# 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-1.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.
