# Subflow

The sublow node is a reusable flow. It can be used by different workflows where the same set of actions needs to be performed.\
\
It's a [**best practice**](/aisera-platform/ai-automation-optimize-flow/ai-workflow-studio/workflow-best-practices.md) to build your workflow based on multiple subflows.

Subflows are built just like other workflows. They have a set of nodes that are repetitive and can be used in other flows. A popular example is the **approval flow** that you can use when the user has to go through the same approval process for a set of actions.\ <br>

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

In the screenshot above, clicking on the magnifying glass icon opens the subflow from the main workflow.


---

# 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.aisera.com/aisera-platform/ai-automation-optimize-flow/ai-workflow-studio/workflow-reference-guides/workflow-nodes/operations-nodes/subflow.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.
