> 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/model-monitoring/alerting.md).

# Alerting

Model Monitoring dashboard आपको anomaly detection के लिए notifications सेट अप करने की सुविधा देता है। एक alert बनाने के लिए, पहले model monitoring dashboard पर जाएँ।

मॉडलों की सूची के ठीक ऊपर स्थित "Create New Alert" button पर क्लिक करें।

<figure><img src="/files/454fd8a28f9db7a50947711177f0d670cf2fbf57" alt=""><figcaption><p>"Create New Alert" button पर क्लिक करके नए alerts बनाएं</p></figcaption></figure>

1. **अपने alert को नाम दें।** अपने alert को एक नाम दें। यह वैकल्पिक है, लेकिन अत्यधिक अनुशंसित है ताकि आप बाद में अपने alert की जल्दी पहचान कर सकें
2. **एक Rule कॉन्फ़िगर करें**। सबसे पहले, वह model चुनें जिसके लिए आप alert बनाना चाहते हैं। ध्यान दें कि dropdown में केवल trained version वाले models ही दिखाई देंगे। इसके अलावा, यदि आपके workspace में SSO rules configured हैं, तो केवल वही models दिखाई देंगे जिन तक आपकी पहुँच है।
3. **एक version चुनें**। फिर उस model का एक version चुनें। यदि कोई version चयनित नहीं है, तो चुने गए model के सभी versions के सभी inferences scope में होंगे।
4. **एक class चुनें**। वह class चुनें जिसे आप अपने alert के लिए target करना चाहते हैं।
5. **एक metric चुनें।** अब आप एक metric और एक threshold चुन सकते हैं। जब भी आपके inferences threshold level तक पहुँचेंगे, वे एक alert trigger करेंगे।
6. **एक alert window चुनें**। आप एक alert window परिभाषित कर सकते हैं। alert window inference results का एक समूह है जिसका उपयोग यह निर्धारित करने के लिए किया जाता है कि alert trigger करना है या नहीं। उदाहरण के लिए, यदि आप "30 minutes" का window चुनते हैं, तो केवल पिछले 30 minutes में बने inference results (rolling basis पर) का उपयोग यह तय करने के लिए किया जाएगा कि alert trigger करने के threshold तक पहुँचा गया है या नहीं।
7.

```
<figure><img src="../../.gitbook/assets/Screenshot 2024-05-23 at 21.23.31.png" alt=""><figcaption><p>alert configuration बनाएं</p></figcaption></figure>
```

8. **alert recipients चुनें**। अब आप अपने workspace में team members की एक सूची कॉन्फ़िगर कर सकते हैं, जिन्हें alert भेजा जाएगा। डिफ़ॉल्ट रूप से, alert केवल आपको ही भेजा जाएगा।
9. **notification limits चुनें**। अब प्रति घंटे और प्रति दिन हमें भेजे जाने वाले alerts की अधिकतम संख्या चुनें। alert कितनी भी बार trigger हो, आपको केवल उतनी ही notifications मिलेंगी जितनी अधिकतम hourly या daily संख्या आपने यहाँ सेट की है।

<figure><img src="/files/68e65b2d70bc1b1231dc19c3841e9c4897e68def" alt=""><figcaption><p>प्राप्तकर्ता और notification limits चुनें</p></figcaption></figure>

"Submit" पर क्लिक करें और आपका alert बन जाएगा। आपके द्वारा कॉन्फ़िगर किए गए active alerts की सूची देखने के लिए, आप "Manage Active Alerts" button पर क्लिक कर सकते हैं। यहाँ से, आप मौजूदा alerts को edit और delete कर सकते हैं।

<figure><img src="/files/5152fbef7819b5c7a7fa39ead0020190b5217120" alt=""><figcaption><p>active alerts देखें</p></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/model-monitoring/alerting.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.
