> 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/settings-reference/family.md).

# Family

## Members

Everyone who shows up on the wall. Each member has:

* **Name**
* **Color**: from the palette or a custom colour. It colours their events, chore column and avatar.
* **Avatar**: an emoji from the row, any emoji, or a 1–2 letter initial.
* **Birthday** (optional): a date. Turn on **I don't know the year** to keep just the month and day. It shows 🎂 in everyone's [snapshot](/using-kinwall/snapshot.md) that day, with the age they turn when the year is known. API: `birthday` as `YYYY-MM-DD`, or `--MM-DD` without a year, or `null`.

**Add member** and editing are admin only. On a display, the list is read-only. Deleting a member ("Their chores and tags are unassigned") removes them from calendars, chores and event tags. It doesn't delete those items.

`GET /api/members` also returns each member's `pointsToday` and `pointsWeek`.

## Categories

Add, edit, reorder (↑ / ↓) and delete event categories. Both admin and display devices can do this. See [Categories & auto-categorising](/using-kinwall/categories.md).

## Chores

Also on this tab, admin only:

| Setting                    | Options                                                                      | Default |
| -------------------------- | ---------------------------------------------------------------------------- | ------- |
| **Late completion credit** | 0%, 25%, 50%, 75%, 100%                                                      | 50%     |
| **Streak grace**           | 0–3 missed days per rolling week                                             | 1       |
| **Leaderboard**            | on/off — hides the chore leaderboard and rank badges                         | On      |
| **Sticker shop**           | on/off — hides the sticker book in Activities and refuses purchases when off | On      |
| **Sticker prices**         | Free, 50%, 100%, 150% — scales every pack's price                            | 100%    |

See [Chores](/using-kinwall/chores.md) for how these play out day to day.


---

# 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/settings-reference/family.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.
