# Notifications

### Overview

Notifications on the mobile app help users stay updated on important activities, messages, and updates. They are easily accessible from the mobile home screen, ensuring users don’t miss anything important.

<img src="/files/-M37X7XbIZ9m4A7pWuxa" alt="" width="375">

***

### Types of Notifications

1. **Chat Notifications**
   * Chat notifications appear in the upper-right corner of the mobile screen, next to the chat bubble icon.
   * The number displayed on the chat bubble represents the number of unread messages a user currently has.
   * Tap on the chat bubble to access and read any unread messages.
2. **News Feed Notifications**
   * All notifications related to a users news feed can be found in the bottom tray of the app.
   * The number displayed in this section represents the total number of new news feed items that haven’t yet been viewed.
   * Tap on the news feed section in the bottom tray to view and interact with these updates.

***

### How to Manage the Mobile App Notifications

Notification settings can be managed via the [mobile settings menu](https://guides.mangoapps.com/mobile-guide/settings) and within the desktop [notification center](https://guides.mangoapps.com/user-guide/user-settings/notifications).


---

# 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/mobile-apps-guide/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.
