# Alert Metrics (types)

The Monogoto platform provides a variety of Alert types, that can be applied to monitor or limit the activity of your SIM cards. Below you can find the list of the Alerts and a short explanation of each Alert.

| **Alert**‎‎‏‏‎ **Type** | **Description**                                                                                                                                                                                             |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Cellid Update           | Alert triggers when SIM card connects to a different network transmission tower                                                                                                                             |
| Data                    | Alert triggers when the set amount of data is used. It will keep on triggering with each new data session (PDP) every time set amount of data is used                                                       |
| General Event           | Alert triggers when Event contains your entered message                                                                                                                                                     |
| IMEI change             | <p>Alert triggers when your SIM changes devices. <br>Please note that for IMEI change to work a device must have access to data since, the IMEI gets transmitted when a data session starts (PDP opens)</p> |
| Last Usage              | Alert triggers when the data session (PDP) has not been opened for a set amount of time                                                                                                                     |
| MO SMS                  | Will trigger when set outbound SMS count has been reached                                                                                                                                                   |
| MT SMS                  | Will trigger when set inbound SMS count has been reached                                                                                                                                                    |
| Movement Violation      | Will trigger when device location change during the last hour in kilometers is matching the set rule                                                                                                        |


---

# 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.monogoto.io/advanced-console/alert-management/alert-types.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.
