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

# Notifications

Whenever you are assigned an [action](/boards/actions.md) or [mentioned](/boards/mentions.md) in a board a red dot indicator will appear on the notification (bell) icon.

Opening this view will show you who sent the notification, what type of notification it is and give you a preview of what was said.

<figure><img src="/files/uIGWQRPAWrCU4E937DSN" alt=""><figcaption></figcaption></figure>

Click the link of a mention to be taken directly to the board and object where the mention was created.

<figure><img src="/files/83GUd62AmOnciWl9RZCX" alt=""><figcaption></figcaption></figure>

Clicking on an Action notification will take you directly to the Action Items Dashboard and highlight the notification you clicked on.

<figure><img src="/files/iVj8jFtXI1lBpRSQU6wW" alt=""><figcaption></figcaption></figure>

To adjust your notification settings, go your profile preference.


---

# 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:

```
GET https://docs.ludi.co/boards/notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
