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

# Animals

Liminal Village is home to various animals, and we also share our space with local wildlife. These protocols ensure the wellbeing of all creatures while maintaining a harmonious living environment.

## Overview

Living in harmony with animals is part of our regenerative approach to community life. Whether caring for our resident cats and chickens or managing the local mosquito population, these guidelines help us coexist respectfully and responsibly.

## Animal Care Protocols

### Cats

Guidelines for feeding, caring for, and interacting with our resident cats, including feeding schedules and best practices.

### Chickens

Care protocols for our chickens, including feeding, egg collection, coop maintenance, and general wellbeing.

### Mosquitoes

Strategies for managing mosquito populations naturally and protecting yourself during mosquito season.

## Principles of Animal Care

* **Consistency** - Follow feeding schedules and care routines
* **Respect** - Treat all animals with kindness and consideration
* **Responsibility** - Share in the care duties during your stay
* **Observation** - Report any concerns about animal health to stewards
* **Natural methods** - Prefer eco-friendly approaches to pest management

## Why This Matters

Proper animal care:

* Ensures the health and happiness of our animal residents
* Maintains ecological balance on the property
* Teaches responsibility and compassion
* Supports our regenerative living principles
* Creates a thriving multi-species community

If you have questions about animal care or notice any issues, please consult with the current stewards or experienced community members.


---

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