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

# General

Every device sees this tab. The Kinwall version ("Kinwall v…") shows at the bottom.

## Household

| Setting              | Notes                                                                                                                                                                                                                                                                                                                       |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Family name**      | Shown in the header. Default "Our Family". Saves when you leave the field.                                                                                                                                                                                                                                                  |
| **Timezone**         | The household timezone. Chores, reminders, summaries and "today" use it. If it's not set, the first device to load the app sets it from its own timezone.                                                                                                                                                                   |
| **Week starts on**   | Sunday or Monday. Applies to the Week and Month views and the weekly leaderboard.                                                                                                                                                                                                                                           |
| **Weather location** | A town or city for the forecast in [snapshots](/using-kinwall/snapshot.md). **Set** / **Change** searches by name; **Remove** turns weather off. The Kinwall server does the lookup and the forecast fetch (Open-Meteo, cached for an hour), not this device. API: `location` `{ name, lat, lon, countryCode? }` or `null`. |
| **Temperature**      | °F or °C, shown once a location is set. Defaults to °F for a US location (or a US timezone), °C elsewhere. API: `temperatureUnit` `fahrenheit` / `celsius`.                                                                                                                                                                 |
| **Default reminder** | *Admin only.* The reminder used for events that have none of their own: None, 5, 10, 15, 30 minutes, 1 hour or 1 day. Default 30 minutes.                                                                                                                                                                                   |

## Appearance

Mode, dark schedule, accent colour, backgrounds, text size, density and **Quiet hours (displays)**. See [Appearance](/using-kinwall/appearance.md) and [Quiet hours](/using-kinwall/quiet-hours.md).

## Notifications

This device's push notifications: **Turn on notifications**, **Event reminders**, **Daily summary**, **Chore reminder**, **List updates**, **Which family members?**, **Send test** and **Turn off**. See [Notifications](/using-kinwall/notifications.md).

## This display

Per-device appearance, navigation position, **Clear cache and reload**, and (on displays) **Unpair this display**. See [This display](/settings-reference/this-display.md).

Chore settings (late completion credit, streak grace, leaderboard and sticker shop) live on the **Family** tab. See [Family](/settings-reference/family.md) and [Chores](/using-kinwall/chores.md).


---

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