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

# Notifications

> Get notified when important conversations happen

export const Image = ({src, alt, caption}) => <figure>
    <img src={`https://cdn.vistaly.com/kb${src}`} {...alt ? {
  alt
} : {}} />
    {caption && <figcaption class="image-caption">{caption}</figcaption>}
  </figure>;

## Viewing notifications

The bell icon in the upper right corner of the workspace opens the notification center. The red dot indicants that there are unread notifications in the inbox.

<Image src="/documentation/core-concepts/notifications/notifications-bell@2x.png " alt="Notification Icon" />

Notifications can be in the **inbox**, or marked as **done**.

## Inbox

The inbox contains notifications marked **read** or **unread** *(indicated by the blue circle)*.

<Image src="/documentation/core-concepts/notifications/notifications-inbox@2x.png " alt="Notification Inbox" />

After selecting one or more notification, they may be marked as **read**, **unread**, or **done**.

<Image src="/documentation/core-concepts/notifications/notification-state-change@2x.png " alt="Notification Changing State" />

## Done

Once a notification is marked as done, it remains accessible in the done tab.

<Image src="/documentation/core-concepts/notifications/notifications-done@2x.png " alt="Notification Done" />

## Receiving Notifications

Several events may trigger notifications. However, most notifications take place around a specific card in the workspace.

Each card may be **watched**. When a card is watched, important changes to the card will create new notifications.

### Watching/Unwatching a card

To watch a card, select the watch button in the upper right-hand corner of the card panel.

<Image src="/documentation/core-concepts/notifications/watch-unwatch.png" alt="" />

*Note: Being @mentioned in the comments, or assigned to a card, will auto-watch the card.*

To stop receiving notifications on a card, select the unwatch button in the upper right-hand corner of the card panel.

## Slack notifications

If you have enabled the Slack integration, notifications will automatically be sent to your personal Slack bot channel.

To enable Slack, see the [Slack Installation Guide](/documentation/integrations/slack).

## Notification Preferences

To control the email notifications, visit the personal settings page to set your preferences.

<Image src="/documentation/core-concepts/notifications/notifications-account-menu@2x.png " alt="Notification Account Menu" />

<Image src="/documentation/core-concepts/notifications/notifications-preferences@2x.png " alt="Notification Preferences" />
