> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/workflows/designing-workflows/apps/import-apps.md).

# Import apps

You can import models to the Workflow Designer by using the import functionality of the <img src="/files/1eDlBUrDd2oqnJuF4w1i" alt="Add icon" data-size="line"> **Create** button in your workspace. You can also use the search bar to import an app in your current workspace.

## Steps

{% stepper %}
{% step %}
Go to your workspace.
{% endstep %}

{% step %}
Click <img src="/files/1eDlBUrDd2oqnJuF4w1i" alt="Add icon" data-size="line"> **Create** → **Import**.

<img src="/files/qXAHErAUN9mPtLMtCXEh" alt="" width="50%">
{% endstep %}

{% step %}
Upload your ZIP file with one process and one or multiple forms.

{% hint style="info" %}
If you are importing apps from Workflow Designer versions older than 2025.06, use the files that were meant for uploading to Collibra with the format **\<WorkflowName>App-bar.zip**.
{% endhint %}
{% endstep %}

{% step %}
Click **Import**.
{% endstep %}
{% endstepper %}

<i class="fa-chevrons-right">:chevrons-right:</i> Your newly imported model now appears in the model list in your workspace.


---

# 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:

```
GET https://developer.collibra.com/workflows/designing-workflows/apps/import-apps.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.
