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

# Navigation

**Navigating the GitBook Section Overview:** \
\
Each section of this GitBook is designed to guide you through different aspects of Liminal Village – from philosophy and daily life to community engagement and sustainability practices. Begin with the Table of Contents to get an overview of what each section offers.\
\
**Interactive Links:** Throughout the guide, you'll find interactive links. These links lead to more in-depth information, external resources, or specific subsections within the GitBook.\
\
**Search Functionality:** Use the search bar to quickly find specific topics or keywords. This is particularly useful if you're looking for information on a specific aspect of village life or philosophical concept.

**Regular Updates:** The GitBook is a living document, regularly updated with new information, insights, and community developments. Check back often to stay informed about the latest at Liminal Village.


---

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