> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/cerby-mobile-app/app-customization/use-the-notification-center/configure-notification-settings.md).

# Configure notification settings

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

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

You can control which notification types appear in the Notification Center and which ones also send push notifications to your device. Each notification type has its own toggle that you can activate or deactivate independently.

To configure notification settings, complete the following steps:

1. Open the Cerby mobile app on your mobile phone.
2. Log in to your [Cerby](https://app.cerby.com/) workspace.
3. Tap **Profile** at the bottom of the screen. The **Profile** screen is displayed.
4. Tap **Notification settings**. The **Notification settings** screen is displayed.
5. Activate the toggle for each notification type you want to receive, or deactivate it to stop receiving that type. The notification setting is saved.

The following notification types can be configured individually:

* **Identity verification requests:** Prompts you when an identity check is required.
* **New trusted device requests:** Notifies you when a new device requests access.
* **New device login alerts:** Warns you about logins from unrecognized devices.
* **New location login alerts:** Flags when your account is accessed from a new location.
* **Account sharing notifications:** Alerts you when an account is shared with you.
* **OTP code delivery:** Notifies you when a one-time password (OTP) code is captured for your account.

{% hint style="info" %}
**NOTE:** Some notification settings may be managed by your workspace **Admin**. If a toggle appears grayed out, your **Admin** has locked that setting for all workspace members.
{% endhint %}

{% hint style="info" %}
**NOTE:** On Android, if a toggle shows a locked badge and tapping it opens your device's system settings instead of changing the preference, the Android OS controls the permission rather than Cerby. This can happen if you previously denied Cerby notification access at the OS level, or if your organization's mobile device management (MDM) policy controls app notification permissions. Update the permission in your device's system settings to unlock it.
{% endhint %}

## Related articles

* [Open the Notification Center](/cerby-mobile-app/app-customization/use-the-notification-center/open-the-notification-center.md)
* [Turn on the Allow notifications feature](/cerby-mobile-app/app-customization/turn-on-the-allow-notifications-feature.md)
* [Turn off mobile notifications](/cerby-mobile-app/app-customization/turn-off-mobile-notifications.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.cerby.com/cerby-mobile-app/app-customization/use-the-notification-center/configure-notification-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
