# Turn off mobile notifications

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

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

As a workspace user, you can turn off individual push notification types directly from your Cerby mobile app profile settings.

{% hint style="danger" %}
**IMPORTANT:** You cannot opt out of a notification type if a workspace **Owner**, **Super Admin**, or **Admin** has enforced it for the entire workspace.
{% endhint %}

## Turn off a mobile notification

To turn off a mobile notification, complete the following steps:

1. Open the Cerby mobile app on your mobile phone.
2. Log in to your Cerby workspace.
3. Tap the profile icon. The **My Profile** screen is displayed.
4. Tap the **Notifications** option. The **Notifications** screen is displayed, as shown in **Figure 1**.

   <figure><img src="/files/J1QD8edD2c4jZZ8eV2Pf" alt="The Notifications screen in the Cerby mobile app settings" width="250"><figcaption><p>Figure 1. The <strong>Notifications</strong> screen in the Cerby mobile app settings</p></figcaption></figure>
5. Tap the toggle next to the notification type you want to turn off. The **Notification setting updated** message is displayed.

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/cerby-mobile-app/app-customization/turn-off-mobile-notifications.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.
