# Notifications

<details>

<summary>What are Notifications?</summary>

Notifications are alerts that inform you about specific activities happening within HIVO that might interest you. These can be things like someone mentioning you in a comment, a file about to reach the end of its useful life, or consent time is almost over.

</details>

## How to Access Notification Settings

👉 To view your notification settings, **navigate to your "User Profile"** and click **"Notify Options"**.&#x20;

* This will show a list of all triggers that will send a notification to you, which may be toggled on/off.
* If you've verified your email address, you can also choose to receive email notifications for certain triggers (these will be off by default).

<figure><img src="/files/JHzOHEdXvAiuGcBlgKAT" alt=""><figcaption><p>Notify Option Setting</p></figcaption></figure>

{% hint style="info" %}
**Note:** *Some notification options might only be available to users with specific permissions. For instance, only Admins can see notifications for new user signups.*
{% endhint %}

### Viewing Your Notifications

1. Click the bell icon in the top right corner of the screen.
2. You'll see a list of your notifications, sorted by most recent.

<figure><img src="/files/xRWhdygt0vFFqQsUuRAq" alt=""><figcaption><p>Viewing Your Notifications</p></figcaption></figure>

### Filtering and Managing Notifications

* Use the search bar to filter notifications by keywords like "nudge" or "comment."
* Click the "Tasks" or "Library" tabs to see notifications only from those areas.

Individual notifications can be removed by clicking the "X" icon next to them.

<figure><img src="/files/Yv5LdEalQjesTOKA7e7Z" alt=""><figcaption><p>Filtering and Managing Notifications</p></figcaption></figure>

### Default Settings

By default, all notification triggers are enabled for in-app notifications but disabled for email notifications.

{% hint style="info" %}
**Note:** *Managing your notification settings allows you to customize what information you receive and how you receive it. This helps ensure you stay informed about the most relevant activities within HIVO.*
{% endhint %}

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/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.
