# End User Notifications

## Overview

Abbey supports notifications via email and Slack.&#x20;

## Email Notifications

Email notifications are on by default; there's no setup required. Abbey will notify the user via the email associated with their Abbey account.&#x20;

Abbey notifies users via email from **<notifications@abbey.io>** on the following events:&#x20;

| Event                          | User Notified |
| ------------------------------ | ------------- |
| User Requests Access           | Requester     |
| Request was Approved           | Requester     |
| Request was Denied             | Requester     |
| Grant Expired                  | Requester     |
| Approval is Required           | Approver      |
| Approval is No Longer Required | Approver      |

## Slack Notifications

Abbey supports DM-based notifications via Slack. We'll notify reviewers when an access request requires their approval.&#x20;

### Setup

Navigate to Settings -> [Notifications](https://app.abbey.io/settings/notifications)&#x20;

<figure><img src="/files/230spBxB7awh3vOG1yvP" alt=""><figcaption></figcaption></figure>

Click on **+ New Notification** to set up the Slack integration. This will take you to another screen with a **Add to Slack option**.

After clicking "Add to Slack", you'll be directed to an app install page by Slack. Pick a channel - any channel is fine, we only sends DMs to users for notifications.

<figure><img src="/files/19Ear5biCrRFuBcBs9zG" alt=""><figcaption></figcaption></figure>

After this, you should see your Connection configured under the [Notifications](https://app.abbey.io/settings/notifications) tab. :tada:


---

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