# Alerting

By establishing specific rules, the alerting system identifies conditions and maintains vigilance within your environments.

As soon as a rule-defined condition is satisfied, the system logs it as an alert and takes action by initiating a sequence of predefined responses.&#x20;

This alert subsequently initiates the execution of one or more designated actions, which include:

* Email notifications
* Webhook invocations
* Execution of a custom script

{% hint style="info" %}
Utilizing a custom script provides the flexibility to interact with external monitoring systems, enabling seamless communication and integration.
{% endhint %}

This ensures timely awareness and intervention in case of potential problems.

### Sections

{% content-ref url="/pages/nXvBofbtmzI9OvgTevcA" %}
[Settings](/manual/features/key-features/alerting/settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/sTY3ucePBgzTC1I91qUF" %}
[Templates](/manual/features/key-features/alerting/templates.md)
{% endcontent-ref %}

{% content-ref url="/pages/xNzl900jwsUAaqKNLAFI" %}
[Silences](/manual/features/key-features/alerting/silences.md)
{% endcontent-ref %}

{% content-ref url="/pages/4mlH4lpYt2K0kfaITBbv" %}
[Manager](/manual/features/key-features/alerting/manager.md)
{% endcontent-ref %}


---

# 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://docs.datasentinel.io/manual/features/key-features/alerting.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.
