# Meta

Hello, this page is the handbook for the Intentional Society Handbook.

In the table of contents (rendered on the left, or via slide-out menu on mobile/narrow screens) you'll see pages documenting our official positions, agreements, and decisions as a whole community. For things that are not written here, we *may* have conscious-but-unwritten norms or unconscious norms - please feel free to ask!

This is a living document, subject to continuous revision through [decision-making](/decision-making.md) processes.

The handbook's canonical location is a Git repository [here](https://github.com/james-baker/is-handbook).


---

# Agent Instructions: 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:

```
GET https://handbook.intentionalsociety.org/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
