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

# Roles

1\. Culinary Coordinator

• Responsibilities: Plan and prepare meals, manage kitchen inventory, ensure food safety, and coordinate with the Sustainability Coordinator for fresh produce.

• Accountabilities: Deliver nutritious meals on schedule, maintain a clean kitchen, and manage food-related waste sustainably.

2\. Sustainability Coordinator

• Responsibilities: Oversee gardening, manage non-kitchen resources, and implement sustainable practices.

• Accountabilities: Provide fresh produce for meals, maintain the health of the garden, and ensure efficient use of resources.

3\. Space & Logistics Coordinator

• Responsibilities: Maintain cleanliness and organization of communal spaces, manage non-kitchen supplies, and oversee space-related logistics.

• Accountabilities: Ensure tidy communal areas, maintain inventory of non-kitchen supplies, and facilitate smooth logistical operations.\
\
. Community Facilitator

• Responsibilities: Lead group meetings, mediate conflicts, organize educational workshops, and facilitate community-building activities.

• Accountabilities: Foster effective communication, ensure community agreements are upheld, and provide opportunities for personal and collective growth.

5\. Wellness Coordinator

• Responsibilities: Offer wellness practices, provide healing sessions, organize cultural activities, and promote mental and emotional well-being.

• Accountabilities: Facilitate access to wellness resources, maintain a schedule of activities, and create a supportive environment for personal development.

6\. Technology & Finance Coordinator

• Responsibilities: Manage digital platforms, oversee financial planning and budgeting, and ensure technological support for community activities.

• Accountabilities: Maintain up-to-date financial records, provide tech support, and facilitate the integration of technology in daily operations.


---

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