# Create a Flow

In order to create a Flow, you can either start from scratch or create a Flow from an existing dataset.

To create a Flow, go to D**ata** in the **View Selector** and click on the **+ button** next to **Models.** This should open a panel asking which kind of model you want to create, then click on **Flow.**

You can also click on **New** > **Model** > **Flow.**

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

You can then give your flow a name, and select if you want to start from scratch or from an existing  dataset.

If you choose to start from an existing dataset the flow created will contain the[ primary keys ](/data-management/workbench/understanding-datasets/primary-keys.md)and the [relationships](/data-management/workbench/understanding-datasets/relationships.md) of the base dataset.


---

# 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.whaly.io/data-management/workbench/model-data/flow-models/create-a-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.
