> For the complete documentation index, see [llms.txt](https://help.intangible.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.intangible.ai/overview/reference/notifications.md).

# Notifications

The notification panel surfaces team-membership events: invites you've sent and invites that have been accepted. Click the bell icon at the top-right of any workspace to open the panel.

![Notifications dropdown open from the bell icon, showing All / Unread tabs across the top, a Mark all as read action, and the empty state "No Notifications - You're all caught up. New notifications will appear here" with a Refresh button](/files/LvAZ5XKSb1mpHtCKPX8r)

## What triggers a notification

| Event                            | Notification                 |
| -------------------------------- | ---------------------------- |
| You send a team invite           | Invite-sent notification     |
| A teammate accepts a team invite | Invite-accepted notification |

There are no in-app toasts. The bell dropdown is the only surface; the small dot on the bell icon is the only ambient signal.

## Where they appear

* **Bell icon at the top-right of the workspace.** Shows a small dot indicator when there's anything unread. Click for the full panel.

## Reading and managing

The panel has two tabs across the top – **All** and **Unread** – plus a **Mark all as read** action. Each row in the panel is a notification with read / unread state and a click action that navigates to the relevant resource (the shared project, the comment thread, the rendered output). Notifications are dismissible; once you act on them, they go away.

When the panel is empty: "**No Notifications.** You're all caught up. New notifications will appear here." plus a **Refresh** button to manually pull.

## Limits and known issues

* **Notifications scope to the active workspace.** Switching workspaces shows that workspace's notifications.
* **The notification feed has a finite history.** Past several hundred entries, older notifications roll off. Keep what you need until you've acted on it.

## Related

* [Account](/overview/reference/account.md)
* [Sharing and collaboration](/overview/reference/sharing-and-collaboration.md)
* [Credits and tokens](/overview/concepts/credits-and-tokens.md)
* [Plans and billing](/teams-and-billing/plans-and-billing.md)


---

# 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://help.intangible.ai/overview/reference/notifications.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.
