# Managing Notifications

### Overview

The Control Super Admin portal features a dedicated Notifications inbox to help you stay updated on platform activity. This includes system messages, investment updates, and support requests. This guide will walk you through how to navigate your inbox, bulk archive messages, and restore previously archived notifications.

### Before You Begin

{% hint style="info" %}
Your inbox will receive notifications for anything that requires your attention, such as new support messages, document completions, issuer deposits/withdrawals, and investment confirmations.
{% endhint %}

### Steps

#### Step 1: Access Your Inbox

From the left-hand sidebar in the Admin portal, click on **Inbox** under the Notifications section.

This view displays your active messages. You can easily identify which messages you haven't looked at yet by spotting the red **Unread** tag on the notification card.

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

***

#### Step 2: Archive Notifications

Once you have reviewed a notification or if it no longer requires your attention, you can move it to the archive to keep your active inbox clean.

* **Individual Archive:** You can individually archive a message by clicking the specific action button for that notification.
* **Bulk Archive:** To archive multiple messages at once, check the boxes next to the notifications you wish to dismiss (or use the **Select All** button). Once selected, click the **Archive** button located at the top right of the screen.

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

***

#### Step 3: View Archived Messages

If you need to revisit a dismissed notification, you can easily access your history.

In the top right corner of the Notifications screen, switch the toggle from **Active** to **Archived**. This will display all the messages you have previously cleared from your main inbox.

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

***

#### Step 4: Restore Notifications

If an archived message requires your attention again, you can move it back to your active inbox.

* **Individual Restore:** Click the **Restore** button directly on the individual notification card.
* **Bulk Restore:** Just like archiving, you can check the boxes next to multiple messages and click the **Restore** button at the top right to bulk unarchive them.

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

***

### Need Help?

If you run into any issues managing your notifications or need further assistance with the Admin portal, please contact the platform support team.


---

# 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://ctrlsuper.gitbook.io/ctrlsuper-docs/admin/managing-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.
