# Rules

The core of the platform are the rules. A rule is a combination of datasets, conditions, settings and notification which should be sent to the household.

When navigating to the Rules Menu the first screen that is presented is the Rules Overview. It displays all rules that are currently activated for your customer.

MOOST has a pre-defined set of rules that can be activated for a customer. Each customer has the possibility to add custom new rules to the platform by clicking "Add Rule".

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

You can edit each rule in the rule configurator by clicking on the "Edit" Button at the bottom left corner of the card.


---

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