# Create Chat Notifications

Chat notifications help you to get informed about your team's activity in an instant. As of now 3 platforms are supported:

* Discord,
* Slack,
* and Microsoft Teams.

You can get notifications about 4 events:

* new Node added,
* new Version created,
* successful and failed deployments,
* new teammate invited.

### Tutorial

Before you start creating your Notifications, make sure you have the webhook ready. You can find how to create a webhook for [**Discord**](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks), [**Slack**](https://api.slack.com/messaging/webhooks), and [**Microsoft Teams**](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook) in their official documentations.

**Step 1:** Click 'Notifications' on the left side.

**Step 2:** Select one of the 3 supported chat platforms.

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

**Step 3:** Enter the following data:

* name of your notification,
* webhook URL.

**Step 4:** Set the toggle for 'Active' or 'Inactive' notifications. You can change this later to activate or inactivate the notifications.

**Step 5:** Click 'Save' on the top right.

{% hint style="info" %}
To test your notification, head to Notifications on the left, select the Notification you'd like to test and press the Test webhook message button.
{% endhint %}


---

# 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.dyrector.io/tutorials/create-chat-notifications.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.
