> For the complete documentation index, see [llms.txt](https://docs.lossless.io/aegis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lossless.io/aegis/add-an-alert/notification-limits-solutions.md).

# Notification limits solutions

You have received a notification telling you that you have reached your notification limits. Please see below to find the best solution.

## For Aegis users

First, review your alerts at <https://aegis.lossless.io/dashboard/alerts> and try to identify the monitored address and alert setting with the highest trigger counts.

**Adjust your settings**

If this alert setting is not needed or being observed, you can consider removing the alert setting. Alternatively, you can review and edit the alert setting and adjust the sensitivity (i.e. set a higher transfer threshold, etc.).

**Increase your limits**

If you absolutely need to receive all the alerts that you have set triggers for, please get in touch with Lossless team to adjust your alert limits.

## For Aegis dApp users

First, review your alerts at <https://aegis.lossless.io/dapp> and try to identify the wallet(s) and the highest message count(s).

**Adjust your settings**

If this wallet isn't vital to your monitoring needs, you can consider removing the wallet from your monitored wallet list. Some wallets have exceptional activity frequency and could pose a problem in this regard.

**Increase your limits**

If you absolutely need to receive all the alerts for all your selected wallets, we recommend you create an account on Aegis here <https://aegis.lossless.io/login/signup>. Then, get in touch with Lossless about the possibility of monitoring wallets with a higher alert limit. In this case, you also get the opportunity to monitor more wallets as well as smart contracts on chain with even more flexible notifications.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.lossless.io/aegis/add-an-alert/notification-limits-solutions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
