# Create a dataflow model from scratch

To create a dataflow model from scratch follow these steps:

1. Go to **Dataflow Models**, and click the **NEW** button.&#x20;
2. On the **Dataflow Modeler** page, click on the **+** button in the bottom-right corner and start drawing the model by dragging nodes from the **Add new node** panel and dropping them on the board.\ <br>

   <figure><img src="/files/t3JCAku0UYUIdjJFw9xj" alt="" width="283"><figcaption></figcaption></figure>
3. To connect nodes, click on the dot on the right of the box and drop the line to the dot on the left of the other node.

   <figure><img src="/files/02dYhAHFXVdE1Xb2l5lh" alt="" width="336"><figcaption></figcaption></figure>

The line will become an arrow, as in the following figure.

<figure><img src="/files/xvuLTnS9pNnAtkQBWXY3" alt="" width="342"><figcaption></figcaption></figure>

4. Define rules as detailed in the [Matching Criteria](/data-watcher-1.21/model/matching-criteria.md) page.
5. Enter a **Business Name** for the Model.\
   Note: The Model name must have **at least 5 characters**.
6. Click the **Save** button to confirm the creation of a model in draft status.  See the [Dataflow model lifecycle](/data-watcher-1.21/model/dataflow-model-lifecycle.md) page for details on the draft and master status.&#x20;

The dataflow model will be listed on the **Dataflow Models** page, which can be reached by clicking the option on the toolbar to the left.\
When Data Watcher is in a bundle with Data Mover, go to **Design** → **Dataflow Models**.


---

# 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.primeur.com/data-watcher-1.21/model/modeling-dataflows/create-a-dataflow-model-from-scratch.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.
