# Subscribe

The subscribe function is used to share applications between different Flow environments. This makes the transition of workflows from test to prod very simple.

We recommend that applications are developed in a dev/test environment, and subscribed in the production environment.

### Share

Share the workflow by clicking on the share icon, right to the edit and publish.\
Enter a comment and click on share, and copy the url. In the version history, the share icon is shown for shared version.

<div align="left"><img src="https://529897662-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtPTgZOYmpJka4jqs1v%2F-M-ot56GOt8mYwrQPjt3%2F-M-otA907QzqUBNm3GiZ%2Fhelp_root_applications_sub_shared.png?alt=media&#x26;token=8c41e98b-9304-4aa7-844f-1db1e794647d" alt=""></div>

> The workflow need to be published to be able to be shared.

### Subscribe

Subscribe to an application by right-clicking in the server contect panel area and choose subscribe.&#x20;

![](https://529897662-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtPTgZOYmpJka4jqs1v%2F-M-ot56GOt8mYwrQPjt3%2F-M-otJJ5cRt6AOm__nHr%2Fhelp_root_applications_sub_subscribe.png?alt=media\&token=b44a9503-0640-48a5-a175-28a337600680)

\
&#x20;Enter the copied url for the application that should be subscribed and click OK.\
&#x20;Subscribed workflows will get a specific icon as in the below picture.

&#x20;![](https://529897662-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtPTgZOYmpJka4jqs1v%2F-M-ot56GOt8mYwrQPjt3%2F-M-otMq3ImETkkkAuhr5%2Fhelp_root_applications_sub_subscribed.png?alt=media\&token=f08dd89e-1fa1-4ed3-af98-8df67dbc5959)

> It is not possible to edit subscribed workflows.

### Update to new version

When a shared workflow is updated and published with new functionality to a new version, click on the share icon and enter a comment and click share.\
&#x20;The new version of the application will now be available in all environments where it is subscribed.&#x20;

![](https://529897662-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtPTgZOYmpJka4jqs1v%2F-M-ot56GOt8mYwrQPjt3%2F-M-otTrVQtJW9hPHYcz2%2Fhelp_root_applications_sub_shared_new_version.png?alt=media\&token=8e4594b6-3da1-429b-8c52-6d5620336fa4)

In the environment where the application is subscribed will the application get a star icon, indicating that there is a new version available.\
&#x20;Right-click on the application and choose update. This will update the application to the latest version.&#x20;

![](https://529897662-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtPTgZOYmpJka4jqs1v%2F-M-ot56GOt8mYwrQPjt3%2F-M-otXP7xtvxIEWQQIf8%2Fhelp_root_applications_sub_subscribed_update.png?alt=media\&token=25c177fd-463a-439a-97c3-40e5c21ade67)


---

# 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://help.novacuraflow.com/development/flow-studio/applications/subscribe.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.
