# Streak

A rule can be used for Streaks. Therefore you can turn on the "Streak" feature, and define a streak condition.

<figure><img src="/files/VhQzql2FO2SEN1MQTpgc" alt=""><figcaption><p>Streak Rule</p></figcaption></figure>

The streak condition can be expressed as a mathematical expression producing a boolean value. It works exactly the same as the "Condition" field.&#x20;

Have a look at [Rule Language](/platform-manual/rules/rule-language.md) to see the full feature set of the expression language.

A notification is sent if both the "Condition" *and* the "Streak Condition" expression is fulfilled. If the "Streak Condition is fulfilled, the streak counter is incremented, otherwise the streak counter is reseted.

The variable StreakCounter can also be included in the message text or the title of a notification. It represents how many times the streak was already matched.

<figure><img src="/files/lCM38SPWZiveLdLDjIru" 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/streak.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.
