# v1 Getting Started for App Users

## Login

There are three ways for users to log into PushPulse

### Log in via the Mobile App

1. Download the PushPulse Mobile App on your mobile device via the App Store or Google Play

   App Store: <https://apps.apple.com/us/app/pushpulse/id1669930639>\
   Google Play: <https://play.google.com/store/apps/details?id=com.pushpulse.app>
2. Enter the **email address and password** associated with your PushPulse account and click or tap **Sign In**.

{% hint style="info" %}
For more information, please see [PushPulse Mobile App](/mobile-app/pushpulse-mobile-app.md)
{% endhint %}

## Permissions

Instructions

## Home Screen

Instructions

## Profile Screen

Instructions

## Receiving Notifications

Instructions

## Triggering Notifications

Instructions

## Acknowledging Notifications

Instructions

## Clearing Notifications

Instructions


---

# 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.pushpulse.com/getting-started/quick-start-guides/v1-getting-started-for-app-users.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.
