www/apps/cloud/app/notifications/page.mdx
import { InlineIcon } from "docs-ui" import { BellAlert } from "@medusajs/icons"
export const metadata = {
title: Notifications,
}
In this guide, you'll learn about the notifications you receive from Cloud and how to view them.
Medusa shows you notifications related to your Cloud organization, projects, environments, and deployments. These notifications keep you updated without needing to manually check for changes.
Notifications may be related to:
The notifications sidebar shows you a history of all your organization's notifications.
To open the notifications sidebar, click on the <InlineIcon Icon={BellAlert} alt="bell" /> icon at the top right of the Cloud dashboard.
This will open the notifications sidebar, where you can see all notifications related to your organization.
<Note title="Tip">To view the notifications for a different organization, learn how to switch organizations.
</Note>Actionable notifications will have a link that you can click to go to the relevant page. For example, if a database dump export was completed, you can click the link to download the dump.
Medusa also shows you toast notifications at the top right of the dashboard when you receive a new notification. These notifications appear momentarily and then disappear. They're helpful to quickly inform you about important updates.