# Decision Flow

### Decision Flow Basics

Decision Flows represent a new feature category within DecisionRules, enhancing the platform's capabilities. They integrate seamlessly with existing rules, maintaining a familiar structure. Decision Flows are built by placing nodes on a canvas and connecting them with lines, with various node types available.

<figure><img src="/files/UUpQClwVAZVcsPdzx0do" alt=""><figcaption><p>Workflow overview</p></figcaption></figure>

### The Decision Flow Designer

The Designer features a canvas with a single **Start** node. On left side, you’ll find several tabs, with the **Palette** being the most important for now. The Palette lists all available node types with brief descriptions. To use a node, simply drag it from the palette onto the canvas.

Once a node is on the canvas, click it to open its detail settings. Each node type has different configuration options depending on its functionality. For detailed information on each node type, check the [**Workflow Nodes Overview**](https://docs.decisionrules.io/doc/rules/flow/flow-nodes-overview).

<figure><img src="/files/sjqXpx7bKKbFB1qDCRyt" alt="" width="563"><figcaption><p>Nodes Palette in Decision Flow</p></figcaption></figure>

With the tutorial below you will be able to create a simple Decision Flow and discover node types within the rule.

{% content-ref url="/pages/tNvAdxCSEkLpxbSRNtr3" %}
[Create a Decision Flow](/rule-types/decision-flow/create-a-decision-flow.md)
{% endcontent-ref %}


---

# 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://academy.decisionrules.io/rule-types/decision-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.
