# Integration with ProcessMaker

Process Intelligence's integration with ProcessMaker introduces a powerful capability to streamline the transfer of discovered workflows into actionable processes within ProcessMaker Platform. By exporting identified workflows and repetitive tasks directly from Process Intelligence, users can seamlessly document and implement these processes without manual configuration. This integration not only enhances process visibility but also accelerates process deployment, enabling teams to improve efficiency and operational insights with minimal effort.

{% hint style="info" %}
This feature is currently enabled by default only for non-private cloud users.
{% endhint %}

Watch the following product tour to learn how to export Process Intelligence workflows to ProcessMaker Platform.&#x20;

{% embed url="<https://demos.processmaker.com/demo/cm3q90k060dz2dhzsypudg0pv>" %}

## Export a Workflow from Process Intelligence

This feature, available in both task discovery and structured process modes, allows users to seamlessly transfer identified workflows and repetitive processes from Process Intelligence into the ProcessMaker Platform. Follow these steps to convert a Process Intelligence workflow to a process in ProcessMaker:

1. Click on **Processes** and select a process variant.<br>

   <div align="left"><figure><img src="/files/N1PyFNNQJQJLdS5OEXtL" alt=""><figcaption></figcaption></figure></div>
2. Click **Export Variants** to download the selected task and process flows to your computer.<br>

   <div align="left"><figure><img src="/files/Fa6nIY9Xrh32q93mXx13" alt=""><figcaption></figcaption></figure></div>
3. The exported process will be saved as a `.json` file.

## **Import a Workflow in ProcessMaker Platform**

Follow these steps to import a workflow exported from Process Intelligence into ProcessMaker Platform:

1. Create a new process in ProcessMaker Platform.&#x20;
2. From the **New Process** screen, select **Import a PI Process**.<br>

   <div align="left"><figure><img src="/files/QuBDcRYS2mlzta0Rf7UO" alt=""><figcaption></figcaption></figure></div>
3. Select the workflow file exported from Process Intelligence.&#x20;
4. A new process model will be created in the Process Modeler with one or more variants.
5. You can choose to keep one or more variants of the imported process.&#x20;
6. Documentation for each task will be added to the Documentation settings in the Properties Panel on the right providing easy reference for each task in the process.<br>

   <div align="left"><figure><img src="/files/IAEjCQCFMm73PZDtNTQd" alt=""><figcaption></figcaption></figure></div>
7. Use the AI Asset Generator to automatically create assets for all the tasks in the process or create them manually.&#x20;

{% hint style="info" %}
**Learn more**

* [Use the AI Asset Generator to automatically create assets](https://docs.processmaker.com/docs/create-a-process-from-a-pi-workflow#generate-multiple-assets-using-ai-asset-generator)
* [Build processes in Process Modeler](https://docs.processmaker.com/docs/process-modeler)
* [Design screens in the Screen Builder](https://docs.processmaker.com/docs/screen-builder)
  {% 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://processmaker.gitbook.io/process-intelligence/using-process-intelligence/integration-with-processmaker.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.
