> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/working-with-connect/share/share-applications.md).

# Share Applications

Application packages, applications, or individual items can be shared across organizations.

To share content, begin by creating a share link for the desired item. When sharing an application package, you can customize the shared content—for example, by excluding specific applications or selecting a particular version. All dependencies for a shared item, such as components and modules used by an application, will automatically be included. Only committed versions are eligible for sharing.

Share links are valid for 24 hours and can be accessed by anyone with Hub admin permissions.

When applications are imported using a share link, all items are created as new copies and committed as version 1.

{% hint style="info" %}
The Share Applications feature can also be used to create a complete copy of a package or shared item by importing it into the same organization.
{% endhint %}

### Share application package

Select Share from the application package context menu.

<div align="left"><figure><img src="/files/r2UCBMbAIBHmjqTMSiro" alt="" width="338"><figcaption></figcaption></figure></div>

Leave the default setting to include all applications and their latest committed versions, or customize by excluding specific applications or selecting particular versions.

<div align="left"><figure><img src="/files/XDZWrcH6JAdfFV2jqc3B" alt="" width="452"><figcaption></figcaption></figure></div>

By selecting the **Create Share Link** button, a copy of the applications and their dependencies will be created.

<div align="left"><figure><img src="/files/DZU7z0Woce0HFeCsW9YL" alt="" width="357"><figcaption></figcaption></figure></div>

The generated link is valid for 24 hours and can be shared with and used by anyone with access to an organization in Flow Hub.

### Import application package

The share link will initiate an import wizard to copy the shared content into an organization.&#x20;

<div align="left"><figure><img src="/files/qb5bsDyHyaeYiUhWwXzg" alt="" width="367"><figcaption></figcaption></figure></div>

If you have access to multiple organizations, you will need to select the destination organization.

<div align="left"><figure><img src="/files/80LvrM7RBALzUOodly4c" alt="" width="367"><figcaption></figcaption></figure></div>

All connectors used in the shared content can be mapped to connectors available in the organization.

<div align="left"><figure><img src="/files/em5coQ8yif1mN74EheKF" alt="" width="367"><figcaption></figcaption></figure></div>

After a successful import, you will be redirected to the newly created content.

<figure><img src="/files/8pDoifKORi28PFR91FQg" 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://docs.novacura.com/flow-connect/working-with-connect/share/share-applications.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.
