> For the complete documentation index, see [llms.txt](https://user.netmera.com/netmera-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://user.netmera.com/netmera-user-guide/omnichannel-engagement/mobile-push/create-mobile-push/setup.md).

# Setup

Use **Setup** to define the campaign's general information and initial configuration.

Set a recognizable name, select a delivery channel, and review the potential audience. These choices establish the campaign before you create its content.

{% hint style="info" %}
Use a consistent naming pattern. It makes dashboards and reports easier to scan.
{% endhint %}

### Campaign name

Enter a unique, descriptive **Campaign Name** to identify this campaign internally.

This name appears in dashboards and reports. Choose one your team can recognize later.

Include details that distinguish similar campaigns. For example, include the channel, audience, purpose, or launch date.

### Campaign type

Select the channel that matches where you want to reach your audience:

* **Push Notification** — mobile apps
* Web Push — web browsers
* SMS
* Email

Each channel has its own content and delivery configuration. Your selection determines the next campaign steps.

{% hint style="info" %}
For mobile apps, select **Push Notification**. You can then configure iOS and Android delivery.
{% endhint %}

<figure><img src="/files/GzwQopOQ9qJvZ8AGnEp1" alt="Setup step with campaign name and campaign type"><figcaption><p>Enter the campaign name and select a channel.</p></figcaption></figure>

### Mobile push notification types

Select the push notification format that fits your message and audience. The selected format determines how the notification appears and behaves in the mobile app.

<figure><img src="/files/CjPtwP87CopEnots099K" alt="Available mobile push notification types"><figcaption><p>Select the push format for your campaign.</p></figcaption></figure>

### Estimated reach

The **Estimated Reach** panel appears beside **Campaign Type**. It provides a real-time view of devices that can receive this campaign.

Use this panel to understand the campaign's potential scale before you continue.

#### Reach breakdown

* **Total Devices** — combined reach across iOS and Android
* **iOS Devices** — eligible iOS users and devices
* **Android Devices** — eligible Android users and devices

<figure><img src="/files/mcuSqxfS4bZRvcWhfzCl" alt="Estimated reach panel showing total, iOS, and Android devices" width="276"><figcaption><p>Review reach by platform before sending.</p></figcaption></figure>

#### Use estimated reach

* Confirm the campaign scale before creating its content.
* Compare platform reach before tailoring content or visuals.
* Consider platform-specific adjustments when one audience is larger.
* Use the total reach to plan delivery timing or an A/B test.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://user.netmera.com/netmera-user-guide/omnichannel-engagement/mobile-push/create-mobile-push/setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
