> For the complete documentation index, see [llms.txt](https://doc.uppush.io/uppush/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.uppush.io/uppush/popup-and-automation/push-automation/product-release.md).

# Product release

Product Released Notification allows you to send a notification to all subscriber about a new product that is about to be released. Only customer who has agreed to subscribe to your store will receive the notification.&#x20;

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

## Here is how You can set up the Product Release Notification:

1. Go to "Push Automation" in the Uppush Dashboard and choose "Product Release"&#x20;

<figure><img src="/files/5x7XcN63EJyRH5BwRgJN" alt=""><figcaption></figcaption></figure>

2. Turn on the "Product Release" Notification by click on the toggle button

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

3. Click on "Customize" button to have more information and edit the notification

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

4. You can see the General Report of the notification here. Click on Edit Workflow to edit the notification further

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

5. Edit as you need and we will automatically save it for you

<figure><img src="/files/30clunJZxTySp5FOcU10" alt=""><figcaption></figcaption></figure>

Now you have finished setting up the Product Release notification

## Note

* Please put in the Tag in you have set up in the notification to the product tag when you create a new product. Only then our system can detect it and send the notification to the customer. You can remove it later if you want.

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

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


---

# 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://doc.uppush.io/uppush/popup-and-automation/push-automation/product-release.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.
