> For the complete documentation index, see [llms.txt](https://docs.cloudfilt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfilt.com/getting-started/publish-your-docs.md).

# Connections & Notifications

The **Connections & Notifications** section allows you to manage your account integrations and configure alerts to stay informed of critical events affecting your sites. This ensures proactive monitoring of both security activities and account access.

## Accessing the Interface

1. Navigate to **Account & Settings > Connections & Notifications**.
2. Configure notification preferences according to your needs.

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

## Key Notifications

* **Account Access Alerts**
  * Receive a notification whenever your CloudFilt account is accessed from a **new IP address**.
* **Security Event Alerts**
  * Receive notifications when CloudFilt **blocks potentially dangerous traffic**, including :
    * Bots
    * Tor traffic
    * Proxy traffic
    * Scraping & AI bots
    * Spam submissions
    * Web fraud & business logic attacks
    * Vulnerability scans detected by HTTPCS
* **Connected Services Notifications**
  * **AlienVault** : Receive alerts and updates from your AlienVault integration.
  * **QRadar** : Receive alerts and updates from your QRadar integration.

## Notification Channels

* **Email** : Alerts are sent directly to your registered email.
* **Slack** : Notifications can be delivered to designated Slack channels for real-time monitoring.

> All notifications are applied in real time, ensuring you are immediately informed of security events or critical account activity.


---

# 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://docs.cloudfilt.com/getting-started/publish-your-docs.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.
