# Settings

### Overview

Network admins can configure the default in-app (both web and mobile) and email notifications sent to all users in your domain.&#x20;

<figure><img src="/files/tdgKBdGMR0KhcuwX7G7y" alt="" width="563"><figcaption></figcaption></figure>

***

### Configuring Platform Notifications

Users receive notifications when items get posted in the network. You can enable or disable all notifications for users on a specific platform. Users can override these default settings anytime from their settings interface in the user portal.

**Available Platforms**

* **Web:** Notifications appear in the user’s PC notification center (Chrome, Firefox, Edge).
* **Desktop:** Sends push notifications to users’ desktop or Mac application.
* **Mobile Push:** Sends push notifications to users on iOS or Android devices.

#### Managing Notification Preferences

Admins can select a default notification level:

1. **Few:** Minimal notifications across modules. Some modules may not send any notifications.
2. **Medium (Default):** A balanced number of notifications, more than "Few" but less than "Many."
3. **Many:** Maximized notifications across modules, enabling all or most notifications.
4. **Admin Defaults:** Customize notifications based on admin preferences.

{% hint style="info" %}
Users can still override these settings from their user portal settings interface.
{% endhint %}

***

### Customizing Notifications per Module

Users can choose from three predefined notification settings—**Few, Medium, or Many**—as set by MangoApps. Alternatively, admins can create a custom notification setup tailored to their users' needs and save it as **Admin Defaults**.

To configure notifications, select the relevant modules and enable alerts by checking the corresponding boxes.

<figure><img src="/files/pUET5swmZGK7VJgxM6Rd" alt="" width="563"><figcaption></figcaption></figure>

Users can also modify their default notification settings at any time and save them as **Custom**. They can also revert to **Few, Medium, Many,** or **Admin Defaults** whenever needed.


---

# 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/notifications/settings.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.
