> For the complete documentation index, see [llms.txt](https://docs.kinwall.family/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kinwall.family/readme.md).

# Kinwall

Kinwall is an open-source, self-hosted family wall calendar, chore chart and shared lists app. It's built for a wall-mounted iPad and works just as well on phones. It merges Google, Outlook, iCloud/CalDAV and ICS calendars into one colour-coded view and gives every family member their own chores and points.

![Week view on a wall-mounted iPad](https://4251322152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2kP7ksVUPkKNBdqDQdkp%2Fuploads%2Fgit-blob-b23f3803bf6a13d056d5714582f69ba6bbcdc618%2Fipad-week.png?alt=media)

|                                                                                                                                                                                                                                |                                                                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![3-day view on a phone](https://4251322152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2kP7ksVUPkKNBdqDQdkp%2Fuploads%2Fgit-blob-f936b7efea913c2e222dd7c46b7efc02b0d113bc%2Fphone-3day.png?alt=media) | ![Chores with leaderboard and streaks](https://4251322152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2kP7ksVUPkKNBdqDQdkp%2Fuploads%2Fgit-blob-f9aaea62c9ae2b97ccb387d3544a15eec50b7e55%2Fipad-chores.png?alt=media) |

## Where to start

* **New here?** Read [What is Kinwall](/getting-started/what-is-kinwall.md).
* **Want it running in five minutes?** [Quick start (Docker)](/getting-started/quick-start-docker.md) or [Deploy to Cloudflare Workers](/getting-started/deploy-cloudflare.md) (free tier, HTTPS included).
* **Already run Home Assistant?** Use the [Home Assistant add-on](/getting-started/home-assistant-add-on.md).
* **Just installed it?** Follow the [First-run setup wizard](/getting-started/setup-wizard.md), then [Put it on the wall](/getting-started/put-it-on-the-wall.md).
* **Connecting calendars?** Start with [Google](/connecting-calendars/google.md), [Microsoft / Outlook](/connecting-calendars/microsoft.md), [iCloud & CalDAV](/connecting-calendars/icloud-caldav.md) or [ICS feeds](/connecting-calendars/ics-feeds.md).
* **Automating things?** See the [REST API](/integrations/rest-api.md), [Webhooks](/integrations/webhooks.md) and the [MCP server](/integrations/mcp.md) for AI assistants.

Just want a look first? The [demo build](/self-hosting-reference/demo-build.md) runs entirely in the browser on sample data.


---

# 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.kinwall.family/readme.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.
