# In app Notifications

## Overview

In app is the primary delivery method for all Hippoly notifications. [Push](/using-hippoly/notifications/push-notifications.md) and [Mail](/using-hippoly/notifications/mail-notifications.md) notifications extend In app notifications when you are on the go or not logged in to Hippoly. You can opt out from Push and Mail notifications, but you can't opt out from In app notifications. &#x20;

## Notification indicators

When you are using Hippoly there are a couple of different ways new and unread notifications can be indicated for you.

### Notification inbox launcher  &#x20;

The notification inbox launcher will indicate with a red bubble and/or a filled bell icon as soon as you have any unread or new notifications.

* **Red bubble and number** means you have at least one unhandled high priority notification
* **Red bubble** means you only have unread normal notifications.
* **Filled bell icon** means there are new notifications since you last viewed the inbox. &#x20;

<figure><img src="/files/xYm2Qa4zBi53jAoagK7B" alt=""><figcaption><p>New high priority notification  </p></figcaption></figure>

<figure><img src="/files/3XzKqM4eTR8wu0R0unP0" alt=""><figcaption><p>Unread normal notifications</p></figcaption></figure>

### Team members list

If you receive a new direct message from a team member or group within the workspace you currently in, a red bubble with a number will appear on the person or the group in the team member list.&#x20;

<figure><img src="/files/OHIy1oZSxoOz1Y4fw3RQ" alt="" width="298"><figcaption><p>Unread direct messages indication</p></figcaption></figure>

### Workspace selector panel

If you are a member of multiple Hippoly workspaces and if you have unread posts in other workspaces than the workspace you currently in, a red bubble will appear on the workspace selector launcher located at the top left corner of the screen.

<figure><img src="/files/qKUy9Ls5Wtp1nWee711l" alt=""><figcaption><p>Unread posts indication in other spaces</p></figcaption></figure>

If you open the workspace selector a red bubble will also appear on workspaces that have unread posts. Clicking a `Workspace` in the list will navigate you to the posts feed and automatically set the notifications to read.&#x20;

<figure><img src="/files/hoFnVLor9NQkLl9X0KMJ" alt="" width="286"><figcaption><p>Unread posts indication in workspace selector</p></figcaption></figure>


---

# 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://help.hippoly.com/using-hippoly/notifications/in-app-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.
