# Flow

Dataimporter also gives you the option to create a Schedule Flow.

This is useful when you have multiple Jobs that need to be run in order e.g.

1. Import Accounts from SFTP
2. Import Contacts from PostgreSQL
3. Export Products to SFTP

Typically, you would define a time for each Job to run, however if Jobs are delayed or finish quicker than expected you will quickly run into errors.

The Flow Scheduler lets you define a time for the first Job to run, using the Hour, Day, or Month options. The next Jobs can then be run after the previous jobs have been finished e.g.

![](/files/Z2ZZHOXltXJssKLVUUby)

{% hint style="info" %}
The Flow option will only appear, once you have scheduled another Job.
{% endhint %}

You will then be able to see the scheduled job on the Jobs page:

<figure><img src="/files/QjQLoWdDog8OyTNIFLwK" alt=""><figcaption></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://help.dataimporter.io/schedule/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.
