# Managing Notifications

<figure><img src="/files/xNAJt9ludLdfGZc6sFOy" alt=""><figcaption><p>Notifications Page</p></figcaption></figure>

## Creating Notifications

<figure><img src="/files/i0jRvvCa78nyllz9UfFw" alt=""><figcaption><p>Create Notification Page</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to create Notifications and be a part of the Global Department to perform the steps below.
{% endhint %}

1. Visit the Create Notification Page at <https://customdomain.com/admin/notification\\_contents/create.&#x20>;
2. Fill out the necessary fields including the new Notifications's name, trigger, channel, sender name, sender, email subject, and email preview.
3. Create Notification Content Blocks. You can refer to [Notification Blocks](/docs/notifications/notification-blocks.md) for more information on how these settings affect your Notification's behavior.
4. Click "Create Notification".
5. Confirm the action on the dialog popup.

## Updating Notifications

{% hint style="warning" %}
You must have permission to edit Notifications and be a part of the Global Department to perform the steps below.
{% endhint %}

1. On the Notifications Page, click the "Edit" icon in the row of your chosen Notification. Alternatively, you can go to the Notification's own page and click the "Edit" icon in the upper-right corner.

<figure><img src="/files/wZJ5YnUVgslBTAhpLGmr" alt=""><figcaption><p>Edit Notification Button on the Notifications Page</p></figcaption></figure>

2. Update the settings and/or the Notification Content Blocks you wish to change.
3. Click "Save Edits".
4. Confirm the action on the dialog popup.

## Deleting Notifications

{% hint style="warning" %}
You must have permission to delete Notifications to perform the steps below.
{% endhint %}

1. On the Notifications Page, click the "More" icon in the row of your chosen Notification.&#x20;

<figure><img src="/files/ROZSSabh8tDbx9rStDwq" alt=""><figcaption><p>Delete Notification Button on the Notifications Page</p></figcaption></figure>

2. Click "Delete Notification". Alternatively, you can go to the Notification's own page and click the "Delete" icon in the upper-right corner.
3. Confirm the action on the dialog popup.

## Restoring Notifications

Notifications are only ever soft deleted so you can always restore previously deleted Notifications. Proceed to the following instructions to learn how:

<figure><img src="/files/lC6hDyMNw5HXPIBZVjB7" alt=""><figcaption><p>Viewing Deleted Notifications on the Notifications Page</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to delete Notifications to perform the steps below.
{% endhint %}

1. On the Notifications Page, click "Show Deleted" in the upper-left corner.
2. Find the Notification by scrolling through the list or using the available filters.
3. Click the "More" icon in the row of your chosen Notification.&#x20;

<figure><img src="/files/ub3d7i51KpJlcaumRlZK" alt=""><figcaption><p>Restore Notification Button on the Notifications Page</p></figcaption></figure>

4. Click "Restore Notification". Alternatively, you can go to the Notification's own page and click the "Restore" icon in the upper-right corner.
5. Confirm the action on the dialog popup.

## Duplicating Notifications

It is fairly common to create multiple similar Notifications. MeetBit makes this easy for you by providing a duplicate functionality for Notifications.

<figure><img src="/files/8cIfl0VzqAS9ZeGLPQH4" alt=""><figcaption><p>Duplicate Notification Button on a Notification Page</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to read and create Notifications to perform the steps below.
{% endhint %}

1. On a Notification's own page, click the "Duplicate Notification" icon on the upper-right corner.
2. Confirm the action on the dialog popup.

{% hint style="info" %}
Duplicating the following Notifications are not allowed:

* Deleted Notifications: Restore them first if you wish to duplicate their contents.
* The Event Created Email Notification
* The Error Report Received Email Notification
  {% endhint %}


---

# 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://meetbit.gitbook.io/docs/notifications/managing-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.
