> For the complete documentation index, see [llms.txt](https://docs.chirpwireless.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chirpwireless.io/alarm/manage-contact-methods.md).

# Manage Contact Methods

When Chirp fires an alarm, notifications go to the contact methods you have set up. The **Settings** tab on the Alarm page is where you manage these contacts — add new ones, verify them, control which channels are active, and remove contacts you no longer need.

## Email

Email is the baseline notification channel.

### Enabling and disabling

An **On/Off** toggle at the top of the Email section controls whether email notifications are delivered. Turning it **Off** stops ALL alarm notifications via email — a confirmation dialog appears before this takes effect. Turn it back **On** to resume delivery. The toggle may be disabled if no email contacts are configured or if the channel is not available in the current account context.

### Adding a contact

Click the add button to enter a new email address. Chirp sends a verification email immediately. The contact appears in your list with an unverified indicator until the recipient clicks the verification link.

### Verification

Each email address must be verified before it receives alarm notifications. Unverified contacts show a warning indicator. If a verification email was not received, you can resend it.

### Removing a contact

Click the remove button next to a contact to delete it. A confirmation dialog appears before the contact is removed. Your primary email contact (the first one in the list) cannot be removed.

Contacts cannot be edited after creation. To change an email address, remove the old one and add the new one.

## SMS

SMS is present in the Alarm settings and selectable as a delivery channel in [escalation steps](/alarm/escalation-chains.md). The SMS section works the same way as Email: add contacts, verify them, enable or disable the channel with the On/Off toggle, and remove contacts you no longer need.

Turning SMS **Off** stops all alarm notifications via SMS. The same confirmation dialog appears before disabling.

## Push Notifications

Push notifications are delivered through the **Chirp Alerts** mobile app, available for [iPhone](https://apps.apple.com/us/app/chirp-alerts/id6756504956) and [Android](https://play.google.com/store/apps/details?id=io.chirpwireless.alarm).

### Setup

1. Install the Chirp Alerts app on your phone and sign in with your Chirp credentials.
2. In the Chirp web platform, go to **Alarm** → **Settings** tab. The **Push** section shows download links and an **On/Off** toggle.
3. Once the web platform detects your device, the toggle becomes usable. Turn it **On** to enable push delivery.

### Enabling and disabling

The **On/Off** toggle in the Push section controls whether push notifications are delivered. Turning it **Off** stops ALL alarm notifications via push. Turning it back **On** resumes delivery. This works the same way as the Email and SMS toggles.

### Using push in escalation steps

Once push is enabled, it appears as a selectable delivery channel when configuring [escalation steps](/alarm/escalation-chains.md). You can route critical alarms through push alongside email and SMS, or use push as a standalone channel.

For the full mobile experience — how alerts appear on your phone, the alarm screen, inbox, and rule management — see the [Chirp Alerts App](/alarm/chirp-alerts-app.md) section.

## How contacts and channels connect to alarms

The contacts you set up here are the people available in the **Choose recipients** dropdown when you configure [escalation steps](/alarm/escalation-chains.md) in an alarm definition. Each escalation step can select different recipients and different channels, so you can route Critical alarms to one set of contacts and Low-priority alarms to another.

If you turn a channel **Off** in Settings, that channel is disabled for delivery across ALL alarm definitions and ALL escalation steps that use it. Turning the channel back On resumes delivery for all affected alarms.


---

# 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.chirpwireless.io/alarm/manage-contact-methods.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.
