# Slack Channel Integration

To configure your Slack Channel to receive Component Manager messages, e.g. for the [Health Report Summary](/main-functions/variable-health-report.md#report-summary), follow these steps.

{% hint style="warning" %}
Slack changes their layout occasionally, so the screenshots may not be up-to-date here.
{% endhint %}

You need the necessary rights to do these steps. If you cannot see the options shown, talk to your Slack Administrator.

You can use an existing channel or create a new one. You can call it anything you like, e.g. "analytics-alerts".

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

Now, click on the caret next to the channel name to get to the channel settings. Then "Integrations", then "Add an App".

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

Now search for "**incoming-webhook**" and click "Install". You should be taken to the configuration page. Otherwise, click "Configuration".

On the Configuration page, select your channel (e.g. "analytics-alerts") and click "Add Incoming WebHooks integration":

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

You are now taken to a page where you can see your Webhook URL. Copy the URL to the clipboard:

<figure><img src="/files/2Q9AJnUrUnfzJjPf85xU" alt=""><figcaption></figcaption></figure>

Now go to the **config** tab of your Component Manager and paste the URL into the first empty row in column I. In column G, enter `slack_url`, in column H anything you like (e.g. "Slack URL"):

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

That's it. You will now receive Slack messages from the Component Manager. Currently, only the [Variable Health Report](/main-functions/variable-health-report.md) supports Slack notifications.

When we add more, we will make them configurable so you only get those that you want. We will also never use your Slack integration to send you ads or anything not related to the particular feature.


---

# 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.datacroft.de/main-functions/slack-channel-integration.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.
