# Data Flow

Data Flow is where you automate the whole data import, processing and export. This automation streamlines the movement and manipulation of both [Resources](/acho-studio/resources.md) and [Data Prep (Projects)](/acho-studio/data-prep-projects.md)

{% hint style="info" %}
In order to create **Data Flow** you need to have at least one [Data Prep (Projects)](/acho-studio/data-prep-projects.md) in your organization.
{% endhint %}

### **Create a Workflow from Project**

Next, you'll create a workflow for the project following these steps:

1. Go to Workflow page.
2. Click **Create Workflow.**
3. Select the project from the project list.
4. Click **Create** to create a new Workflow

<figure><img src="/files/XekiyJ82nJ4ltMSb3Upu" alt=""><figcaption></figcaption></figure>

After workflow is created, you can add destination and [Export data](/acho-studio/data-flow/export-data.md). In addition, you can [Set up Data Sync](/acho-studio/set-up.md) to projects and exportation.&#x20;

<figure><img src="/files/7Okd3UAHJZ9QLboYupjz" alt=""><figcaption><p>A workflow that send after-processed Shopify data to Tableau and Snowflake</p></figcaption></figure>


---

# 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.acho.io/acho-studio/data-flow.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.
