# User Push Notification Settings

The SDK offers push notification settings per user, allowing users to configure whether to enable or disable push notifications for specific feature modules. This configuration applies universally to every device logged in as the same user.&#x20;

Configurable modules include `CHAT`, `SOCIAL`, and `LIVE_STREAM.`

## Get User Push Notification Settings

The SDK provides "`getSettings()`" function within User Notification to inspect the current settings of each feature module.

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/be13df0ddc4bdea88e323a23118ae2ae>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/amythee/dfae631938e99fa631dedda46542f8a8>" %}
{% endtab %}

{% tab title="Flutter" %}
The functionality isn't currently supported by this SDK.
{% endtab %}
{% endtabs %}

## Update Push Notification Settings

The SDK provides "`enable()`" function where user can specify the settings of each module and "`disableAll()`" function where user can choose to disable notifications on every module.

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/378f3a1ec6337638ee7ac38ece80d4e6>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/amythee/160380953a4389c200fe950554a1ef73>" %}
{% endtab %}

{% tab title="Flutter" %}
The functionality isn't currently supported by this SDK.
{% endtab %}
{% endtabs %}


---

# 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/user-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.
