> 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/chirp-alerts-app/getting-started.md).

# Getting Started

You can be up and running in about five minutes. Once the app is installed and push is switched on, your phone is ready to catch alerts from your home sensors — day or night. If more than one person in your household wants alerts, have each of them follow these same steps on their own phone.

## Step 1 — Install the app

* **iPhone:** [App Store](https://apps.apple.com/us/app/chirp-alerts/id6756504956)
* **Android:** [Google Play](https://play.google.com/store/apps/details?id=io.chirpwireless.alarm)

If the store still shows the name **Chirp Alerts**, that's fine — it's the same app while the new name rolls out.

## Step 2 — Choose Home Use

The first time you open the app, it asks **"How will you use the app?"** Tap **Home Use** — the option labeled *Chirp Wireless — alerts for your home IoT devices* — then tap **Continue**. This sets the app up for your Chirp home.

<figure><img src="/files/KMhaqLKq0CHB7zW3sCXt" alt="IoT Alerts mode-select screen — choose Home Use for Chirp" width="300"><figcaption></figcaption></figure>

You can change this later under **Settings → Platform**, but switching to Business mode signs you out, so there's no reason to touch it for your home setup.

## Step 3 — Sign in

Sign in with the same Chirp account you use on the web — there's no new account to create:

* **Email and password** — the same login you use at [app.chirpwireless.io](https://app.chirpwireless.io)
* **Google** or **Apple** — if you linked your Chirp account to one of them

Once you're in, you'll see the same homes you belong to on the web.

<figure><img src="/files/1rVRXxsC7Ik0KkCUevvq" alt="Chirp Alerts sign-in screen with Google, Apple, and email options" width="300"><figcaption></figcaption></figure>

## Step 4 — Say yes to notifications (and Critical Alerts)

The app will ask for two things, and you want to allow both:

* **Notifications** — without this, the app simply can't reach your phone.
* **Critical Alerts** — this is the special permission that lets an emergency alarm ring through even when your phone is on silent or Do Not Disturb. If you skip it, your critical alarms will be held quiet by your phone just like any other notification.

Tapped the wrong button by accident? You can turn them back on later:

* **iPhone:** Settings → Notifications → IoT Alerts → turn on Allow Notifications and Critical Alerts
* **Android:** Settings → Apps → IoT Alerts → Notifications → turn on

## Step 5 — Flip on push on the web

One last switch on the web tells Chirp it's allowed to send alerts to your phone:

1. Open [app.chirpwireless.io](https://app.chirpwireless.io) and go to the **Alarm** page.
2. Open the **Settings** tab.
3. Find the **Push** section — it becomes available once Chirp notices your phone is signed in — and turn it **On**.

That's it. From now on, push is one of the channels you can pick when you set up [escalation steps](/alarm/escalation-chains.md), right alongside email and text. For more on choosing channels, see [Manage Contact Methods](/alarm/manage-contact-methods.md).

## Got more than one home?

Tap the menu icon in the top-left and pick a home from the list. The Inbox and Alert Definitions switch to show that home's alerts.

## Languages

The app speaks English, German, Spanish, French, and Portuguese, following your phone's language.


---

# 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/chirp-alerts-app/getting-started.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.
