> 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/common-spaces/pool-maintenance.md).

# Pool Maintenance

#### 🌞 Daily Routine

✅ Run the Pool Pump

* Turn it on for 5–8 hours a day (ideally during the hottest hours).
* These are usually automatically set in the timer (put the switch to auto)

  <figure><img src="/files/2GVE5UBlMNS4ADvGDqzv" alt=""><figcaption></figcaption></figure>

<br>

✅ Check Water Level

* Water should reach the bottom edge of the top step of the ladder.
* Refill if it’s lower.

***

#### 🧽 Weekly Routine (Once a Week)

✅ Chlorine

* Place 1 chlorine tablet per skimmer basket every 7 days.
* If water turns murky, temporarily increase dosage with 1 extra spoon of granules per skimmer.

✅ Cleaning Robot

* Activate the robot once a week.
* Clean out its internal filter afterward.

✅ Skimmer Baskets

* Open each skimmer and remove leaves, insects, and debris.

✅ Surface & Grout Corners

* Wipe grouts and edges with your feet and a cloth while swimming.
* Use the telescopic skimmer pole for deeper areas near the garden wall.

***

#### ⏳ Biweekly Routine (Every 2 Weeks)

✅ Clean the Sand Filter (Backwash Cycle)

1. Turn off the pump.
2. Turn valve to BACKWASH.
3. Turn pump ON for \~1 minute — until dirty water stops.
4. Turn pump OFF.
5. Set valve to RINSE.
6. Turn pump ON again for \~1 minute — until water runs clear.
7. Turn off pump and return valve to FILTER position.
8. Turn the pump to "auto" resume normal operation.<br>

🔁 Repeat backwash + rinse once more if water is still dirty.

***

#### 📌 Tips & Reminders

* ⏱️ Set a timer for pump operation and backwash.
* 💧 Avoid over-backwashing to save water.
* 🧴 Keep extra chlorine tablets and testing strips stocked.
* 🔍 Check water clarity after rain, parties, or heavy use — adjust routine if needed.

***


---

# 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/common-spaces/pool-maintenance.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.
