# Notifications

The Notifications page lets you configure the channels through which DataDefender sends security alerts. You can add multiple channels of different types so that alerts reach the right people through the right tools.

<figure><img src="/files/34yGYiQxBhKOWcZXLLme" alt=""><figcaption></figcaption></figure>

***

### Summary Cards

When channels are configured, summary cards at the top show:

| Card                 | Description                                   |
| -------------------- | --------------------------------------------- |
| Total Channels       | How many notification channels are configured |
| Active Channels      | Channels currently receiving alerts           |
| Channels with Errors | Channels that have recently failed to deliver |
| Disabled Channels    | Channels that have been turned off            |

***

### Adding a Channel

Click **Add Channel** (+ icon) in the top right to open the channel creation dialog.

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

1. Select the channel type. Currently we support SNS and Webhooks, but more options will be added soon.
2. Fill in the required configuration for that channel type:
   * **Webhook:** Enter the endpoint URL
   * **SNS**: enter the Provider Connection, SNS Topic ARN, and SNS Topic Region
3. Click **Create** to save the channel.

***

### Channel Cards

Each configured channel appears as a card showing:

* Channel name
* Channel type
* Status badge (Active / Disabled / Error)
* Error message (if the channel has recently failed)
* Last tested timestamp

**Actions per channel:**

| Button     | Action                                                                |
| ---------- | --------------------------------------------------------------------- |
| **Edit**   | Opens the channel configuration form pre-filled with current settings |
| **Test**   | Sends a test notification through this channel immediately            |
| **Delete** | Permanently removes the channel                                       |

***

### Editing a Channel

Click **Edit** on any channel card to update its configuration. Make your changes and click **Save.**


---

# 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://help.datadefender.io/portal-overview/settings/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.
