# Import Workflows

## Information

Importing workflows into Novacura Flow studio is a straightforward process as long as you have prepared your flow environment and meet the criteria for the specific workflows.

Workflows files can be delivered in the following formats

1. ".WAP" is a compressed file format that can consist of folder structures, multiple workflows and Menus.
2. ".FLOW" is a file consisting of a singular workflow application.

### Requirements

* Setup the required connector for the application as described within the marketplace requirements. e.g. [IFS10 Database](/extensibility-and-integration/products/studio/connectors/database/ifs-apps-10/how-to-guides/configuration.md) connector.
* Create the required Global Properties as instructed by the applications installation requirements.
* Setup [Roles ](https://help.novacuraflow.com/v/6.13/development/flow-studio/environment/roles)and [Users ](https://help.novacuraflow.com/v/6.13/development/flow-studio/environment/users)to access the application once imported.

## Importing Workflows Process

### Importing .Wap and .Flow Files

Within the Applications tab within Novacura Flow Studio, you will find the **Server Contents** panel.&#x20;

1. **Right-click** within your chosen folder or root of the server contents and select Import. The contents of the file will be imported within the directory chosen.&#x20;
2. **Browse** for the .wap or .flow file you wish to import.

<div align="left"><img src="/files/-MkDB-3N0s6O5DtonjHs" alt=""></div>

### Mapping Connectors

Next, you will be presented with a "**Map Connectors**" screen. This screen allows you to configure your imported workflow to work with a pre-existing connector.&#x20;

Novacura Flow Studio will automatically try to choose the appropriate connector for you.&#x20;

{% hint style="info" %}
If you do not have a connector setup, please refer to our [Connectors ](https://app.gitbook.com/@novacura/s/technical-documentation/products/studio/connectors)section for further assistance.
{% endhint %}

1. Select the connector you would like the workflow to use.
2. Press OK once all connectors are mapped.

<div align="left"><img src="/files/-MkDB52gQxlhyhNhqHDK" alt=""></div>

### Add Workflow to Menu

If you have imported a .wap file, this may already have imported a Menu. if so you can find out how to manage access to menus within the flow help file for [Roles](https://help.novacuraflow.com/v/6.13/development/flow-studio/environment/roles).&#x20;

{% hint style="info" %}
For information and guidance on adding workflows to workflow menus or creating new menus please refer to the [Novacura Flow Help](https://help.novacuraflow.com/v/6.13/development/flow-studio/applications/menu).
{% endhint %}


---

# 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.novacura.com/extensibility-and-integration/products/studio/applications/workflow/how-to-guides/import-workflows.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.
