# Rule Configurator

The core of the platform are the rules and the rule configurator. The rule configurator allows a customer to edit the pre-defined rules that are available or to add and edit new rules.

The editor consists of six main components:

1. [Data graph](/platform-manual/rules/rule-configurator/data-graph.md)
2. [Datasets](/platform-manual/rules/rule-configurator/datasets.md)
3. [Condition](/platform-manual/rules/rule-configurator/condition.md)
4. [Notification Templates](/platform-manual/rules/rule-configurator/message.md)
5. [Settings](/platform-manual/rules/rule-configurator/settings.md)
6. [Command](/platform-manual/rules/rule-configurator/command.md)
7. [Rule Simulator](/platform-manual/rules/rule-configurator/rule-simulator.md)

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


---

# 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/rule-configurator.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.
