# Flow

## Introduction

The **Flow** tab is where you create and manage your workflows. A flow represents a sequence of tasks or actions that run in the specified order.&#x20;

### **Key Features**

* **Creating a Flow:** You can initiate a flow from this section by defining the sequence of actions you want to automate, like transforming and writing data to QuickBooks Desktop Accounts, as shown in the provided screenshot.
* **Running a Flow:** Flows can be manually triggered or run automatically based on specific conditions.
* **Flow Status:** You can monitor the current status of each flow, including whether it's running or completed.

For more information about the Flow, click [here](https://docs.mydbsync.com/cloud-workflow/create-your-workflow/actions/flow).


---

# 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.mydbsync.com/cloud-workflow/create-your-workflow/actions/flow-management/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.
