> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/setting-up/set-up-device-alerts.md).

# Device Alerts सेट करें

Roboflow Deployment Manager आपको ईमेल अलर्ट भेज सकता है जब आपका डिवाइस आपकी अपेक्षा के अनुसार काम नहीं कर रहा हो, जैसे कि जब:

* डिवाइस की Roboflow Cloud से कनेक्टिविटी खो जाती है
* डिस्क उपयोग असामान्य रूप से अधिक है और डिवाइस के प्रदर्शन को प्रभावित कर सकता है
* किसी विशेष stream पर Camera FPS बहुत कम हो जाता है
* किसी विशेष stream पर Inference FPS बहुत कम हो जाता है

डिवाइस अलर्ट सेट अप करने के लिए, Deployment Manager dashboard से किसी डिवाइस के विशिष्ट पेज पर जाएँ। फिर "Device Alerts" tab पर जाएँ और "Add Alert" पर क्लिक करें।

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

खुलने वाले modal में अपना इच्छित अलर्ट configure करें

<figure><img src="/files/77c441584fe10da7d104b90712e19354b589f071" alt="" width="375"><figcaption></figcaption></figure>

फिर "Manage Notification" पर क्लिक करें, जहाँ आप recipients और alerts की frequency configure कर सकते हैं, साथ ही एक test notification भी भेज सकते हैं।

<figure><img src="/files/30f41ff90e40bb739bcb0598a257f7442d0d7b8b" alt="" width="375"><figcaption></figcaption></figure>

फिर "Create Alert" पर क्लिक करें और आपको अपने alerts की list में अलर्ट दिखाई देना चाहिए।

<figure><img src="/files/531450a1b4982c0f688e818ff3f2079258a3231f" alt=""><figcaption></figcaption></figure>


---

# 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.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/setting-up/set-up-device-alerts.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.
