# User Notifications

Each user can customize their own email notification preferences to stay updated on important events. Notifications are configured at the **user level** (not organization-wide), allowing every team member to choose what they want to be informed about.

#### How to Access Notifications

1. Navigate to the **Settings** menu from the navigation menu at the bottom left-hand side.
2. Navigate to **User Settings**.
3. Select **Notifications**.
4. You will see a list of available notification types with checkboxes.

<figure><img src="/files/6W4ifS4rdFI1XrTcjxYs" alt=""><figcaption></figcaption></figure>

### Available Notification Types

* **Fix analysis completed**\
  Get notified when your analysis report is finished and fixes are available.\
  \&#xNAN;*Example use case:* If you’re waiting for results from a large scan, you’ll know the moment your fixes are ready to review.
* **Fix was committed**\
  Receive an email when your fixes are successfully committed to the repository, or if an error occurs during the commit process.\
  \&#xNAN;*Example use case:* Developers can quickly confirm that auto-fixes have been applied without needing to check manually.
* **Report expiring soon**\
  Stay informed when a report is about to expire so you can take action before losing access.\
  \&#xNAN;*Example use case:* Ensure you don’t miss the chance to review or export data before reports are removed.

### Updating Your Settings

* To enable or disable a notification, check or uncheck the box next to the option.
* Click **Update Settings** to save your preferences.

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

> ⚠️ **Note:** Changes apply only to your account. Other users in the organization must configure their own notification preferences.


---

# 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.mobb.ai/mobb-user-docs/administration/user-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.
