# Multi Push

We've created the Multi Push service for PushPushGo clients who manage push notifications across many projects. This development means that **if you allow push notifications on multiple websites, you can now communicate with subscribers on all of them** - or a selected number of them.

Multi Push can come in handy if:

* you're a publisher running separate websites for local editions of your portal or a magazine
* you run multiple business projects with separate websites
* you offer web and mobile push notifications to your clients.

The button for the Multi Push creator is located in the top-right corner of the main Dashboard.

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

The first step in creating a Multi Push is selecting the projects for the campaign. Choose the projects you want to target with Multi Push and click "Continue". You can use the option 'Select all'.

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

Add all the necessary elements of push notification: URL, title, content, action buttons, etc. A Multi Push can only be sent to all subscribers. This creator does not have the option to target by segments or labels.

After filling in the notification content go to summary by clicking a button on the bottom of the creator.

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

Click "Send all" to dispatch your push notification to all selected projects.

<figure><img src="/files/1xFSvXT73ByBOjG2Iqhf" alt=""><figcaption></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.pushpushgo.company/campaigns/multi-push.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.
