# Push Notifications

### Feature Explanation

#### N**etwork Level Push Notification Settings**

The first step in using push notifications is to enable network-level push notifications settings. Please follow the steps below to achieve this.

\*Only 'Super Administrator' and 'Administrator' have the ability to disable or enable this feature.

#### **Step 1:**&#x20;

* In the Console page, navigate to **Settings** > **Push** **Notifications**
* Turn ON the **Network Notification** **Settings** toggle button.

{% hint style="info" %}
**Important Note :** When the network level settings' toggle is turned off, all chat and social notification events will be turned off immediately.
{% endhint %}

<figure><img src="/files/9YZEcGLyfP3a7ptmU19T" alt=""><figcaption></figcaption></figure>

#### Step 2:

Double-check that all events, such as Chat, Post, and Comments, are correctly enabled. After the network-level settings are turned ON, the notification events can be adjusted individually.

{% hint style="info" %}
**Important Note:** Before using this function, make sure you've already set up your push notification certificate.

* View how to set up an iOS push notification certificate [here](/social-plus-sdk/core-concepts/push-notifications/ios-push-notification-certificate-setup.md)
* View how to set up an Android push notification certificate [here](/social-plus-sdk/core-concepts/push-notifications/android-push-notifications-initialization.md#initialize-push-notification)
  {% endhint %}

<figure><img src="/files/4DWFWy2IYoUWRF06FC5T" alt=""><figcaption><p>Chat events</p></figcaption></figure>

<figure><img src="/files/A1GSoN8GdpSaLB4VSver" alt=""><figcaption><p>Post and comment events</p></figcaption></figure>

<figure><img src="/files/kgioXafvmq4Avd4yq2hx" alt=""><figcaption><p>Story events</p></figcaption></figure>


---

# 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/analytics-and-moderation/console/settings/push-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.
