# Failure Alert Notifications

By default, when a workflow fails, Laminar automatically sends notifications through two channels:

* In-app notifications that appear in the user's notification centre
* Email notifications sent to the user's registered email address

<figure><img src="/files/ivg0HWBJEspjp4HJGMhm" alt=""><figcaption><p>In-App Notifications</p></figcaption></figure>

## Customize Notification Preferences

Users can customize their notification preferences by turning on/off a notification channel by:

1. opening the notification centre
2. clicking on the settings button. A notification preferences menu should appear.
3. toggle on or off the channel you wish to turn on or off.


---

# 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.laminar.run/debugging-an-integration/failure-alert-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.
