# Getting Started

Alertifii makes getting critical app notifications simple!

* [Easy Integration](https://docs.alertifii.com/integrations) - Easily integrate Alertifii into your web app, network monitor, shell script, or anything else!
* [Critical Notifications](https://docs.alertifii.com/mobile-apps#bypass-do-not-disturb) - Bypass the device's mute switch and Do Not Disturb Settings.
* [Team Support](https://docs.alertifii.com/teams-+-on-call#on-call) - Add team members to your account and share on-call responsibility.

## Quick Start

1. Download and install the mobile app.
   * [Apple App Store](https://apps.apple.com/us/app/alertifii/id6448736870)
   * [Google Play](https://play.google.com/store/apps/details?id=com.alertifii.app)
2. Login to your account on the mobile app.
3. Send a HTTP request or email to your integration endpoint.
4. You should have received a push notification. 🥳
5. Add team members and integrate Alertifii to your other tools.

## Package Libraries

* Node.js + TypeScript - <https://github.com/PagerTree/alertifii-js>
* Ruby - <https://github.com/pagertree/alertifii-ruby>


---

# 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.alertifii.com/getting-started.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.
