> For the complete documentation index, see [llms.txt](https://helpcenter.gitprotect.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.gitprotect.io/management/notifications/slack-notifications/configuration.md).

# Configuration

## Notifications setup

{% stepper %}
{% step %}
Login to **GitProtect Management Service**, go to ⚙ **Settings** > **Slack notifications** and switch the toggle to enable them.

<figure><img src="/files/eBlCwRSR6mO9LtAACcmT" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the **Enable notifications** tile to open the settings.
{% endstep %}

{% step %}
Expand the **Webhook address** tab and enter the webhook URL for the **Slack** channel that should receive notifications.

{% hint style="info" %}
Learn how to create a webhook address in [this article](/management/notifications/slack-notifications/creating-a-webhook-url-in-slack.md).
{% endhint %}

<figure><img src="/files/PQ37S39yBDyadWeJtTSo" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the **Test** button to send a test message to your channel. If everything works correctly, click **Save** to proceed.
{% endstep %}

{% step %}
Next, expand the **Slack notifications** tab to configure additional settings, such as language and [notification types](#available-notification-types).

<div><figure><img src="/files/e3eLb0LK5AnqX5qJz6uQ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ZCQxan1ueC9a1ErYe9nN" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
To finish the email notifications setup, review your settings and click **Save**.
{% endstep %}
{% endstepper %}

***

## Available notification types

Below is a list of available notification types:

1. **Backup plan summary** — a notification is sent immediately after the backup task is finished or if it cannot be started. You can specify which task notifications you want to receive:
   1. **Successfully finished tasks** — notifies you about all successfully completed tasks.
   2. **Tasks finished with warnings** — notifies you about all tasks completed with warnings.
   3. **Failed tasks** — notifies you about all failed tasks.
   4. **Canceled tasks** — notifies you about all canceled tasks.
   5. **Tasks not started** — notifies you about tasks that could not be started.
2. **Restore verification summary** — sent after the data restoration process is completed; includes a detailed summary.
3. **Daily report** — an aggregate summary of all backup tasks performed during the day, sent at a manually defined time.
4. **SLA Reports** — monthly summary of backup correctness for the protected environment.
5. **Storage capacity notifications** — alerts you when storage usage exceeds the defined limit.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.gitprotect.io/management/notifications/slack-notifications/configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
