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

# Construction

Construction and maintenance activities are essential to the ongoing development of Liminal Village. These protocols ensure all building work is done safely, sustainably, and in alignment with community values.

## Overview

Whether you're repairing existing structures, building new features, or working on improvement projects, following these guidelines protects you, others, and the integrity of our shared infrastructure.

## Construction Protocols

### Tools

Comprehensive guidelines for accessing, using, maintaining, and safely operating all tools, with special attention to power tools and safety equipment.

### Materials

Protocols for sourcing, storing, and using construction materials responsibly and sustainably.

## Safety First

Construction activities carry inherent risks. Key safety principles:

* **Training required** - Never use tools or equipment you're not trained on
* **Protective gear mandatory** - Gloves, glasses, boots, long sleeves, and jeans
* **Permission needed** - Coordinate major projects with stewards
* **Tool maintenance** - Report any damaged or malfunctioning equipment immediately
* **Site cleanliness** - Keep work areas organized and free of hazards

## Sustainable Building Practices

Our construction approach prioritizes:

* **Regenerative materials** - Using natural, recycled, or sustainable materials when possible
* **Minimal waste** - Careful planning to reduce material waste
* **Local sourcing** - Supporting local suppliers and reducing transportation impact
* **Long-term thinking** - Building for durability and future adaptability
* **Integration** - Ensuring new structures harmonize with existing buildings and landscape

## Why This Matters

Proper construction protocols:

* Prevent injuries and accidents
* Protect the longevity of tools and equipment
* Ensure quality and durability of structures
* Align building activities with our regenerative values
* Create infrastructure that serves the community long-term

Before beginning any construction project, consult with stewards and review all relevant protocols. Training and supervision are available for those new to construction work.


---

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