# Keeper Push

## Overview

Users can approve their additional devices by using a previously approved device. For example, if you are logged into your web vault on your computer already, and logging into your phone app for the first time, you will get a device approval prompt on your web vault with the mobile device's information which you can approve or deny. Device Approvals perform an encryption key exchange that allow a user on a new device to decrypt their vault.

## Keeper Push Method

Keeper Push is a method of approval that the user handles for themselves. Selecting "Keeper Push" will send a notification to the user's approved devices.  For mobile and desktop apps, the push will show as a pop-up, and the user can simply accept the device approval.

Here's an example of Keeper Push approval using mobile as the approver device:

{% embed url="<https://vimeo.com/499733994>" %}

### Steps to Using Keeper Push

**(1)** Select Keeper Push

![Keeper Push](/files/-MFwRm9LKW4yA6j_ZpTz)

**(2)** User waits for the push approval to appear on the device in which they are already logged in.

![Keeper Push](/files/-MFwEgOm5ZhMkDFOXpC2)

**(3)** User must be already logged into a different, previously approved device in order to receive the notification.

![User Push Approval](/files/-MFwLUTfpRXUmV_elbyi)


---

# 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.keeper.io/en/sso-connect-cloud/device-approvals/push-approvals.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.
