> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Notifications

> Open the Rocket.new notification panel for requests, updates, and task alerts.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

The notification panel keeps you informed about activity across your workspaces, projects, and tasks. It organizes activity into three tabs: **Requests**, **Updates**, and **Notifications**.

<Frame caption="Click Notifications in the bottom-left bar to open the panel">
  <img src="https://mintcdn.com/dhiwisepvtltd-5e04e6a4/-NdgrmiaZppVev3_/images/getting-started/account/notifications/web-browser/notifications-button-light.png?fit=max&auto=format&n=-NdgrmiaZppVev3_&q=85&s=4c4794947792cb70a22b9fbc4b343ced" alt="Rocket home screen with the Notifications button highlighted in the bottom-left bar." className="theme-image light-image" width="2880" height="1624" data-path="images/getting-started/account/notifications/web-browser/notifications-button-light.png" />

  <img src="https://mintcdn.com/dhiwisepvtltd-5e04e6a4/-NdgrmiaZppVev3_/images/getting-started/account/notifications/web-browser/notifications-button-dark.png?fit=max&auto=format&n=-NdgrmiaZppVev3_&q=85&s=d540353119910826a88f36647d1a000e" alt="Rocket home screen with the Notifications button highlighted in the bottom-left bar." className="theme-image dark-image" width="2880" height="1624" data-path="images/getting-started/account/notifications/web-browser/notifications-button-dark.png" />
</Frame>

## Steps

<Steps>
  <Step title="Click Notifications in the bottom bar">
    In the bottom-left corner of the screen, click the **Notifications** button. A panel opens over the current view.
  </Step>

  <Step title="Select a tab">
    At the top of the panel, click the tab for the activity you want to review:

    <Frame caption="The notification panel with Requests, Updates, and Notifications tabs">
      <img src="https://mintcdn.com/dhiwisepvtltd-5e04e6a4/-NdgrmiaZppVev3_/images/getting-started/account/notifications/web-browser/notifications-panel-light.png?fit=max&auto=format&n=-NdgrmiaZppVev3_&q=85&s=782594dee93fcf27a022e5021cc26314" alt="Notification panel showing Requests, Updates, and Notifications tabs." className="theme-image light-image" width="788" height="1264" data-path="images/getting-started/account/notifications/web-browser/notifications-panel-light.png" />

      <img src="https://mintcdn.com/dhiwisepvtltd-5e04e6a4/-NdgrmiaZppVev3_/images/getting-started/account/notifications/web-browser/notifications-panel-dark.png?fit=max&auto=format&n=-NdgrmiaZppVev3_&q=85&s=b6c43c1c1edeb78dc69b57112babbf42" alt="Notification panel showing Requests, Updates, and Notifications tabs." className="theme-image dark-image" width="788" height="1264" data-path="images/getting-started/account/notifications/web-browser/notifications-panel-dark.png" />
    </Frame>

    * **Requests** for invitations and collaboration events on Solve and Build tasks
    * **Updates** for new features and platform announcements
    * **Notifications** for task completions and prompt results

    A red dot on the **Notifications** button or on a tab label means there are unread items in that tab.
  </Step>
</Steps>

## What each tab shows

| Tab               | What it covers                                                                                             |
| :---------------- | :--------------------------------------------------------------------------------------------------------- |
| **Requests**      | Collaboration activity: invitations accepted, join requests received or approved for Solve and Build tasks |
| **Updates**       | Platform announcements: new features and improvements introduced to Rocket                                 |
| **Notifications** | Task completion events: finished Solve reports, completed Build changes, and prompt execution results      |

**Requests** shows when someone accepts your invitation to a [Solve or Build task](/getting-started/collaboration/task), and when others request to join tasks you own. Every collaboration action that needs your attention appears here.

**Updates** keeps you informed about new capabilities added to the platform. Check this tab to learn about features before you need them.

**Notifications** confirms that Rocket has finished work on your behalf. You see an entry when a Solve report is ready, when a Build task completes, or when Rocket finishes applying the changes or prompt you submitted. To control which events trigger alerts and whether they play a sound, see [notification settings](/getting-started/account/notification-settings).

## What's next?

<CardGroup cols={2}>
  <Card title="Notification settings" icon="gear" href="/getting-started/account/notification-settings">
    Turn push and audio alerts on or off for builds, errors, and task milestones.
  </Card>

  <Card title="Task sharing" icon="bullseye-arrow" href="/getting-started/collaboration/task">
    Share individual tasks and manage access requests that appear in the Requests tab.
  </Card>
</CardGroup>
