# Overview

Notification Service provides client side implementations for APNS on iOS and FCM on Android. It provides following functionalities.

* Local & Remote Notifications
* Setting Repeat Interval
* Location Trigger (Currently on iOS only)
* Customize payload keys on Android
* Editor simulation

{% embed url="<https://www.youtube.com/watch?v=sOm8WOLnbSY>" %}
Notification Services Video Tutorial
{% endembed %}

{% content-ref url="/pages/-MLDRheLcCwrBJ8Esj\_G" %}
[Use Cases](/v2/notification-services/use-cases.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MLDWQwgjnfWW6Jd0hSL" %}
[Setup](/v2/notification-services/setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MLDWUDm-Ya1s2Hem9wu" %}
[Usage](/v2/notification-services/usage.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MLDWXSlPekhL4UCWqTz" %}
[FAQ](/v2/notification-services/faq.md)
{% endcontent-ref %}


---

# 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://assetstore.essentialkit.voxelbusters.com/v2/notification-services/overview.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.
