# Parallel

The Parallel node allows you to add sub-flows to your workflow that run at the same time.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfdgtLbvXGcgy-cBLuLw-7e_Y7cVS_pj5-OTjRUvLMtV7VVrj0NqGrHOiVTdeEOzGzv_69eF2zTrw1jTvSdmTF2RjTlz19_yHfibFf-I-3UTj6k5-0FqwlpyKL_2VDjnXILPKEbxSYYbUEImv4xCLa9mQQZ7_7QizZpovZuIw?key=sfGKh0R8e3YhQpYWUXasmA" alt=""><figcaption></figcaption></figure>

Specifically, you can use parallel processing with subflows that contain non-interactive nodes. \
You can’t use parallel processing with **User Interaction** nodes like **Message**, **User Input**, **Callback**, **AskForApproval** or **V2**).

* Parallel sub-flow processing is ideal for customers who need to perform a set of actions at the same time (such as performing multiple changes in different external systems).
* Parallel sub-flow processing makes the workflow more “clean”, since a single node substitutes a sequence of subflow nodes.


---

# 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/parallel.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.
