# Notify

Notify is an alerting and notifications system for different protocols supported and integrated at DeFi Saver.

It lets you configure different notification monitors for your positions, so you can receive notifications when a configured threshold ratio is reached (e.g. when your position drops to risky levels) or when automated adjustments are executed for your positions, among other options.

> These notification features are available for all position holders in protocols such as Aave, Liquity, Maker and Compound, regardless of whether the position is held on a Smart Wallet or directly on the user's account.

Notifications can also be set up completely independently of any Automation options that we have, as these are two separate features.

You'll find the notification features accessible through the Notify tab located at the top of the dashboard of your chosen protocol.

{% hint style="info" %}
*The Notify feature is currently available on Ethereum Mainnet, Arbitrum, Base and Optimism.*
{% endhint %}

***

## Related Articles:

* [Use-case](https://help.defisaver.com/features/notify/use-case)
* [How do I set up Notify?](https://help.defisaver.com/features/notify/how-do-i-set-up-notify)


---

# 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://help.defisaver.com/features/notify.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.
