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

# Common Spaces

Common spaces are the shared areas where we gather, relax, work, and connect. These protocols help ensure these spaces remain clean, safe, and welcoming for all community members.

## Overview

From the pool to the pagoda, our common spaces are designed for community enjoyment and varied activities. Maintaining these areas is a shared responsibility that requires mindfulness and collective care.

## Common Space Protocols

### Patio

Guidelines for using and maintaining our outdoor patio area, a central gathering space for meals and socializing.

### Parking

Parking protocols to ensure safe and organized vehicle placement on the property.

### Pool Maintenance

Technical protocols for maintaining water quality, equipment, and overall pool health.

### Pool Use

Safety guidelines and etiquette for enjoying the pool responsibly.

### Pagoda

Comprehensive protocols for maintaining our multi-purpose pagoda space, including daily cleaning, equipment storage, and weather precautions.

### Co-working

Guidelines for using shared work spaces, including quiet hours, equipment use, and maintaining a productive environment.

### Fireplace

Rules for the indoor fireplace (not to be used) and the fire pit, including the June–September fire ban and extinguishing procedure.

## Principles for Common Spaces

* **Leave it better** - Clean up after yourself and improve the space when possible
* **Safety first** - Follow all safety guidelines, especially around water and fire
* **Shared responsibility** - Everyone contributes to maintenance
* **Respect others** - Be mindful of noise, timing, and space usage
* **Communicate** - Inform others when using equipment or organizing activities

## Why This Matters

Well-maintained common spaces:

* Create welcoming environments for gathering and activities
* Ensure safety for all community members
* Extend the life of equipment and facilities
* Support community harmony and connection
* Reflect our values of respect and shared stewardship

Please familiarize yourself with the specific protocols for each space before use.


---

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