# Turn on push notifications

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, and **Admins**
* Only supported using the Cerby web app
  {% endhint %}

As a workspace **Owner**, **Super Admin**, or **Admin**, you can control which push notifications are delivered to your users' iOS and Android mobile devices. This ensures your team stays informed about critical security events and credential usage while giving you the flexibility to mandate important alerts.

## Turn on workspace push notifications

To turn on push notifications for your workspace, complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace using the Cerby web app.
2. Select the **Settings** option from the left navigation drawer. The **Workspace Configuration** page is displayed.
3. Select the **Push notifications** tab. The **Push notification settings** page is displayed.
4. Select the toggle next to the push notification type you want to activate for all workspace users. The following notification types are available:
   * **Identity verification requests:** Prompts users when an identity check, such as multi-factor authentication (MFA) confirmation, is required.
   * **New trusted device requests:** Notifies users when a new device requests to be added to their trusted devices list.
   * **Account sharing alerts:** Alerts users when an account or resource is shared with them.
   * **OTP code received:** Notifies users when a one-time password is captured for their account.
5. Select the **Enforce for all users (users cannot opt out)** option below the notification type to require all users to receive it in the Cerby mobile app.

{% hint style="info" %}
**NOTE:** If you enforce a notification type, users cannot turn it off from their Cerby mobile app settings.
{% endhint %}

Now you are done.


---

# 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://help.cerby.com/setup-and-admin/workspace-settings/turn-on-workspace-push-notification-settings.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.
