# Push Notification Toggles

The SDK has three levels of notifications and in order for it to be sent, a notification has to pass throughout all three levels.

* **Network Level:** (via Admin Panel) turning off notifications at this level effectively disables push notifications altogether for all of your customers.
* **User Level:** (via client) A user can choose to enable/disable notifications per feature module. Please note that this setting is per user, not per device: regardless of which device sets this toggle, the new preference will take effect in all the devices where the user is logged in.
* **Channel or Community Level:** (via the client) A user can choose to enable/disable notifications per channel or community (where is a member). Again, this preference is per user, not per device.

{% hint style="info" %}
In addition to push notifications, we also offer a [Notification Tray](broken://pages/TqwqLrrFf6YRRkb4Vb2D) that stores the notification history for each user.
{% endhint %}


---

# 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.social.plus/social-plus-sdk/core-concepts/push-notifications/push-notification-toggles.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.
