# Alert Template

### Overview

Alerts in MangoApps allow domain admins to quickly create and distribute important messages across multiple communication channels. These templates are ideal for urgent updates, whether employees are working remotely, in the office, or on the frontline.

<img src="/files/EkLI3FUnsduKworthzuV" alt="" width="563">

***

### **Viewing Templates**

MangoApps offers **20 out-of-the-box alert templates** that cover common use cases to help you get started immediately. These templates can be:

* **Used as-is**
* **Cloned and customized**
* **Edited, reordered, or deactivated**

#### **Show Filter**

Navigate to the **Templates List** in the Admin Portal to view all alert templates:

* **All** – Shows both active and inactive templates.
* **Active** – Displays only currently active templates.
* **Inactive** – Displays only templates marked as inactive. These have a visible "Inactive" label.

***

### **3-Dot Action Menu**

Click the **three dots (⋮)** next to a template to access these options:

* **Clone & Edit** – <mark style="color:red;">System template only.</mark> Create a custom version of an existing template.
* **Edit This Template** – <mark style="color:red;">Custom template only.</mark> Make changes to an existing custom template.
* **Deactivate/Activate** – Toggle template visibility on the User Portal.
* **Duplicate Template** – <mark style="color:red;">Custom template only.</mark> Copy the template for re-use or further customization.
* **Export Template** – <mark style="color:red;">Custom template only.</mark> Download the template.
* **Delete** – <mark style="color:red;">Custom template only.</mark> Permanently remove the template.

***

### Design Your Own

Click the **Design Your Own** button to open the **Create Template** page and begin building a custom alert template. The alert template designer offers all the same tools used when creating an alert in the User Portal. For information on creating alerts, click [here](https://guides.mangoapps.com/user-guide/posts/compose-a-post/alerts/creating-an-alert).

Only **network admins** can create custom alert templates.&#x20;

When finished designing the template, admins have the option to:&#x20;

* **Publish Alert Template** – Publish it to the portal immediately.
* **Save as Draft** – Share with other admins for review.
* **Cancel and Close** – Exit without saving changes.

***

### **Import New Template**

Import templates in `.zip` format containing a `.json` file (and optional images).

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

From the Design Your Own dropdown, click the **Import a Template** option.

Follow along with the instructions to successfully import the template.

Choose an import method:

* **New Template** – Create a fresh template.
* **Override Existing Template** – Select a template from the dropdown menu to replace the existing content.

Based on the selected option, the file will either be imported as a new template or used to replace an existing one.

The template name, definition, and assets from the imported archive will be used to create or update the template in this domain.

Upon successful import, the template will open in **Draft mode** for editing.


---

# 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://guides.mangoapps.com/admin-guide/module-settings/posts/alert-template.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.
