# Step 4 - Enable notifications

By default, the StatusPal status page comes with the following notification channels enabled:

* **Email**. Sends carefully crafted emails to your subscribers when reporting incidents & maintenance.
* **RSS/Atom feed**. Allows to subscribe via RSS client to the feed of incidents & maintenance.
* **Tweeting**. Sends Tweets automatically to a specific Twitter account.

### Configure your notification channels

You can turn on/off notification channels by visiting your <mark style="background-color:green;">Subscriptions > Settings</mark> page. If you deactivate all of them, the "Subscribe" button on your status page will disappear.

<div align="left"><figure><img src="https://4061983002-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIMm5p2V7PNx3dS7vwKE%2Fuploads%2FM7nyxVnMJaRfeoN5Mc7g%2FScreen%20Shot%202023-12-02%20at%2010.39.43.png?alt=media&#x26;token=68191cfa-62b1-4eff-8ba3-d649eafcb538" alt="status page subscription notification settings" width="563"><figcaption></figcaption></figure></div>

### Create your first subscription

After enabling your notifications channels, your customers or stakeholders can subscribe to receive notifications from your status page.

This can be done either from the status page UI or the Admin UI, which you use to manage the status page.

Let's create a "test" subscription for you to receive a notification and see for yourself what it looks like.

Head over to the <mark style="background-color:green;">Subscriptions</mark> page from the sidebar and click on `New subscription`:

### New subscription

<div align="left"><figure><img src="https://4061983002-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIMm5p2V7PNx3dS7vwKE%2Fuploads%2FLPetJUdmKwSQdc12HFTp%2FScreen%20Shot%202023-12-02%20at%2013.27.48.png?alt=media&#x26;token=8a20787f-dec7-4e5c-b9ca-ceba4df642b2" alt="status page subscription form" width="563"><figcaption></figcaption></figure></div>

You can enable multiple channels in one subscription, but only the ones you enabled in the previous step will be selectable.

For this test, Email would be enough. So, enter your email address and click on `Create`.

Now, whenever you report an incident in the next step, you should be able to get a notification.


---

# 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.statuspal.io/get-started/step-4-enable-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.
