# Alarm Level Values

The `AlarmLevel` field is returned with government-issued alert responses. It uses a color-based system to indicate the alert severity.

| Value | Severity | Action |
| --- | --- | --- |
| `Red` | Critical | Immediately notify user |
| `Orange` | Medium | Notify user upon any interaction |
| `Yellow` | Normal | Notify user on a schedule or when asked |
| `null` | Default | Returned if there is no alert severity |
