# How to use Notifications

## What are notifications?

Struct PIM's notifications engine is a powerful feature that notifies users when changes are made in the PIM. Notifications allow you to how and when to be notified. Notifications can be triggered by watched entities, mentions, user [tasks](/reference/tasks.md), and system updates.

Notifications can be found by clicking on the <i class="fa-bell">:bell:</i>-icon in the top right corner. From here you can click on the <i class="fa-gear">:gear:</i>-icon to navigate to notification settings.

## Guides covering notifications

* [How to set up notifications](/tutorials/guides/how-to-use-notifications/how-to-set-up-notifications.md)
* [Using notifications in practice](/tutorials/guides/how-to-use-notifications/using-notifications-in-practice.md)


---

# Agent Instructions: 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.struct.com/tutorials/guides/how-to-use-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.
