> For the complete documentation index, see [llms.txt](https://docs.fullwhere.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullwhere.com/documentation/documentation-en/notifications/the-notification-center.md).

# The notification center

The notification center brings together the important events in your Fullwhere space.

It lets you quickly track what needs your attention, without going back through each module.

## Access the notification center

From the left sidebar menu, click **Notifications**.

{% hint style="info" %}
The badge displayed next to **Notifications** indicates the number of unread notifications.
{% endhint %}

You access a centralized list of recent events related to your interactions and collaboration actions.

## Understanding a notification

Each notification shows useful information so you can act quickly:

* an icon indicating the type of event
* a title, such as a mention, a reply, or an assignment
* an excerpt of the content when one exists
* the source of the interaction
* a date or time to place the event in context

To access the interaction that triggered the notification, simply click the notification.

## Managing your notifications

The notification center offers several simple actions:

* use the filter **Type** to display only one category of notifications
* switch between **Unread** and **Read**
* click **Mark all as read** to clear your reading queue
* mark a notification as read using the button on the right of each row

## Available notification types

The following events feed the notification center.

### Mention in an internal note

This notification appears when a colleague mentions you in an [internal note](/documentation/documentation-en/inbox/internal-notes.md).

### Reply in an internal note

This notification appears when a colleague replies to you in an interaction’s internal notes.

### Workflow alert

This notification indicates a new alert generated by a [Workflow](/documentation/documentation-en/automations/workflows.md).

### Assigned interaction

This notification appears when a user assigns you an interaction to handle.

### New customer reply

This notification appears when a customer sends a new reply on an interaction you are assigned to.

## When to check the notification center

The notification center is useful for:

* tracking your mentions and internal replies
* spotting new interactions assigned to you
* monitoring automatic alerts related to your workflows.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fullwhere.com/documentation/documentation-en/notifications/the-notification-center.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
