# How to create a flow

1. Log in to Scade.pro.
2. Go to the Workflows section.
3. Click the "Create" button at the top right.\ <br>

   <figure><img src="/files/oYtH1E2hPrkPNfrutOIq" alt=""><figcaption></figcaption></figure>
4. Choose how you want to start your flow:   &#x20;

* Start with a blank flow\
  To begin with a blank canvas, click the "New workflow" option. This will open the Workflows with two default nodes: a "Start" node and an "End" node. You'll notice the title "Untitled" at the top left with a pencil icon next to it. Click the pencil icon to name your flow.
* Import from a file\
  If you have a JSON file of an existing flow, click "Import from json" and select your file from your computer. Once uploaded, you'll be directed to the Workflows with your imported flow

5. Or, alternatively, use a template. Go to the Explore section, choose whatever pre-set template you like, hover over it and click the Clone button.\ <br>

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

After choosing how you want to start, you'll be directed to the Workflow builder. This is your creative space to drag and drop different nodes in order to design and implement the logic you need for your workflow.

\ <br>


---

# 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://scade.gitbook.io/scade-knowledge-base/quick-start/how-to-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.
