> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qxlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

A **flow** is a workflow automation built from connected **nodes** on a canvas. Each node does one step, and data flows between them.

Flows are listed with their status, sharing, and triggers. You can organize them into folders, filter and search, duplicate or move them, and jump into the builder or a flow's interface.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/qx-labs/ZJkiVX6zo-84vXkk/images/flows/overview/flows-list-light.png?fit=max&auto=format&n=ZJkiVX6zo-84vXkk&q=85&s=8147cd482682da3aef46cb490f2eaa4e" alt="The Flows page listing folders and flows with their status, sharing, and triggers" width="1326" height="791" data-path="images/flows/overview/flows-list-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/qx-labs/ZJkiVX6zo-84vXkk/images/flows/overview/flows-list-dark.png?fit=max&auto=format&n=ZJkiVX6zo-84vXkk&q=85&s=cc0e2454ea4b0f121fbd2079886f7556" alt="The Flows page listing folders and flows with their status, sharing, and triggers" width="1326" height="791" data-path="images/flows/overview/flows-list-dark.png" />
</Frame>

## Two ways to build

<Columns cols={2}>
  <Card title="Build with AI" icon="messages-square" href="/flows/build-with-ai">
    Describe what you want in the **Chat** mode of the builder and the AI drafts the workflow - nodes, wiring, even custom code.
  </Card>

  <Card title="Build manually" icon="mouse-pointer-click" href="/flows/build-manually">
    Switch to **Nodes** mode and drag nodes from the component pane onto the canvas yourself.
  </Card>
</Columns>

## Node catalog

Every node - triggers, workflow basics, AI, files, lists, text, web, and per-app integration nodes - is cataloged under [Nodes](/flows/nodes/overview).
