# Provider options

Options related to providers (web and mobile apps, divided into Android, Huawei, and iOS). **Shared options** are applied to all push notifications unless overridden by more specific ones (e.g., web-specific).&#x20;

<figure><img src="/files/QedXNuDIAR8PJ4ICMZ9f" alt=""><figcaption></figcaption></figure>

The available options include:

* **Priority (push priority):**\
  A parameter defining the priority of the push notification. Higher priority ensures faster delivery of the message but may increase battery usage on the user’s device.
* **Topic (push topic):**\
  A parameter used for grouping notifications. By assigning a notification to a specific topic, notifications within the same topic will overwrite each other. This ensures the user receives all notifications but only the most recent one is displayed.
* **iOS Subtitle:**\
  A parameter available exclusively for iOS, allowing you to add a subtitle to the notification. It is displayed below the main title of the notification and enables the delivery of an additional, concise message that complements the main content.

<figure><img src="/files/oU605ItdqcZvoP28ifFi" alt=""><figcaption></figcaption></figure>

**Use case:** You are reporting a match score via push notifications. You can overwrite the previous push with the latest score, ensuring that, for example, users who didn’t read earlier messages will only receive the most recent one.


---

# 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.pushpushgo.company/campaigns/ab-test/create/provider-options.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.
