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

# Community

These protocols guide how we organize, interact, and function as a community. They help create structure while maintaining flexibility and supporting our collective growth.

## Overview

Community life at Liminal Village operates on principles of shared responsibility, clear communication, and evolving roles. These guidelines help us coordinate activities, share resources, and support each other's journeys.

## Community Protocols

### Roles

Information about community roles, responsibilities, and how to take on various coordination tasks during your stay.

### Wondering Journey

A walking game to explore the environment — and the inner journey — while visiting the site.

### Car Use

Guidelines for using the community electric vehicles, including booking, charging, tracking usage, and insurance requirements.

## Community Rhythms

Life at Liminal Village follows natural cycles:

* **Lunations** - Activities and roles often align with lunar cycles (new moon to new moon)
* **Morning Circle** - Daily gathering for connection and coordination
* **Shared Meals** - Regular opportunities for community bonding
* **Work Sessions** - Collective effort on property maintenance and projects

## Principles of Community Life

* **Participation** - Everyone contributes to community functioning
* **Communication** - Clear, honest, and compassionate dialogue
* **Flexibility** - Adaptability to changing needs and circumstances
* **Accountability** - Following through on commitments
* **Growth** - Supporting individual and collective development

## Why This Matters

Strong community protocols:

* Create clarity about roles and responsibilities
* Support smooth coordination of shared resources
* Enable meaningful participation from all members
* Foster trust and interdependence
* Allow the community to function as a living organism

These protocols evolve through community feedback and experience. Please share your observations and suggestions with the stewards.


---

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