# Alerts

Simple Ops provides various modes of notification delivery. Notifications are sent for

1. If your website Response time are more than the threshold
2. If your website Speed Index time are more than the threshold​
3. Whenever your website is down and when it is back up
4. Whenever your website is times out
5. If your SSL certificate is expiring within 30 days
6. If your website performance scores are less than the threshold​
7. If your website PWA scores are less than the threshold​
8. If your website SEO scores are less than the threshold​
9. If your website Accessibility scores are less than the threshold​

## Alert Channels

Currently notifications are delivered via 7 different channels. We are adding support for more notification channels in the coming weeks.

Supported notification channels as of now are,

1. Email
2. Push Notifications
3. Telegram
4. Slack
5. Facebook Messenger
6. Google Chat
7. Webhook


---

# 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.simpleops.io/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.
