# Dataflow Modeler toolbar

At the top of the Dataflow Modeler board, there is a **toolbar.**

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

The **New** button\
The New button unsurprisingly creates a new Model from scratch.

The **Save** button\
Never forget to save your Models! Click on the SAVE button and choose whether to save the Model as Draft or, once you have saved it at least once, promote it to Master.&#x20;

The **Reset** button\
You can restore the model to its last saved state. This is useful if you need to discard the most recent changes.&#x20;

The **Export** button\
To export a model, click the export button and it will be downloaded as .txt file on your local disk.

The **Import** button\
To import a model, click the import button and browse your local drive to locate the model (it must be a .txt file) and upload it. The model will be imported and shown on the **Dataflow Modeler** page for processing.

{% hint style="warning" %}
It is recommended to import only models previously exported by Primeur Data Watcher.
{% endhint %}

Details about the [Dataflow Model lifecycle](/data-watcher-1.21/model/dataflow-model-lifecycle.md), how to [create a data model from scratch](/data-watcher-1.21/model/modeling-dataflows.md#create-a-dataflow-model-from-scratch), or [from an existing flow](/data-watcher-1.21/model/modeling-dataflows.md#create-a-dataflow-model-from-a-flow-already-in-data-watcher), and how to retrieve existing flow models are available on the following pages, together with [Dataflow Properties](/data-watcher-1.21/model/dataflow-properties-panel.md) and [Node Properties](/data-watcher-1.21/model/node-properties-panel.md) panels.


---

# 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/dataflow-modeler-toolbar.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.
