# Settings

The **Settings** tab allows you to configure household-level options that affect how the platform processes data and generates recommendations for this specific household. Changes made here apply only to the selected household and override any organisation-wide defaults where applicable.

<figure><img src="/files/aeFfGhiV4BliIN1tbPPg" alt=""><figcaption></figcaption></figure>

## Users

The **Users** section manages the end-user accounts linked to this household. A household can have zero or more users associated with it. When no users have been assigned, the message *"No users defined"* is displayed.

| Column      | Description                               |
| ----------- | ----------------------------------------- |
| **User ID** | The unique identifier of the linked user. |
| **Action**  | Remove the user from this household.      |

To add a user, enter the **User ID** in the input field and click the **+** button. The user will then receive notifications generated for this household.

## Disabled Rules for all Users

This section lets you disable specific rules for every user of this household. Disabled rules will not generate notifications for this household, regardless of whether the rule's conditions are met.

* **Disable rules for all users by default** — A toggle that, when enabled, disables all rules by default. Individual rules can then be re-enabled selectively.

Below the toggle, a table lists the rules that are currently disabled:

| Column     | Description                                                                                                                                          |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Rule**   | The name of the disabled rule (displayed as a link, e.g., `New top consuming device`). Clicking the rule name navigates to the rule's configuration. |
| **Action** | A remove button (✕) to re-enable the rule for this household.                                                                                        |

To disable an additional rule, select it from the **Rule** dropdown and click the **+** button.

## Early Adopter

The **Early Adopter** toggle controls whether this household is included in the early adopter programme. When enabled (shown with a green checkmark), the household may receive newly created or experimental rules before they are rolled out to all households. This is useful for testing new recommendation logic on a controlled subset of households.

## Properties

The **Properties** section provides a flexible key-value store for attaching custom metadata to the household. Properties can be used by rules, integrations, or reporting workflows.

| Column     | Description                                               |
| ---------- | --------------------------------------------------------- |
| **Key**    | The property name (e.g., `contractType`, `installerRef`). |
| **Value**  | The property value.                                       |
| **Action** | A remove button (✕) to delete the property.               |

To add a new property, enter a **Key** and **Value** in the input fields at the bottom of the table and click the **+** button.


---

# 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://doc.moost.io/platform-manual/buildings/settings.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.
