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

# Introduction

> Agent workflows let you build powerful automations using agents, app integrations, custom tools, and more.

## What is an Agent Workflow?

An **agent workflow** is a sequence of interconnected nodes—such as triggers, agents, and tools—that automate tasks end-to-end.\
It combines multiple AI agents and integrations into a single process, allowing you to automate complex multi-step tasks easily.

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/agent-workflows/what-is-workflow.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=069e5694a2a455935ae470f4b5eeb800" alt="What is Workflow" width="2344" height="1814" data-path="images/agent-workflows/what-is-workflow.png" />
</Frame>

## How to Create a Workflow

Creating an agent workflow is as simple as dragging and dropping components into our editor.
There are two primary ways to get started:

<br />

<CardGroup cols={2}>
  <Card title="Use a Template" icon="square-1" href="/agent-workflows/use-templates">
    You can use one of our existing agent workflow templates created by domain
    experts on our team. Templates are fully customizable and let you get up and
    running faster.
  </Card>

  <Card title="Start from Scratch" icon="square-2" href="/agent-workflows/create-workflow">
    Start with a blank canvas and build your agent workflow from scratch. This
    is great if you have a specific task in mind or want to build something
    unique from the ground up.
  </Card>
</CardGroup>

## How to Run a Workflow

Once your workflow is ready, you can test it directly within the editor to ensure everything runs smoothly.
The Use tab offers a clean, app-like interface where you can run your workflow and view all past runs.

<br />

{" "}

<CardGroup cols={2}>
  <Card title="Test the Workflow" icon="vial">
    Use the <strong>Test</strong> button in the top right corner of the builder
    to run your workflow. Great for testing and validating that your workflow
    works as expected.
  </Card>

  <Card title="Run & Share" icon="play">
    The <strong>Use</strong> tab gives you a clean, app-like interface to run
    your workflow. You can also review all past runs and share the workflow with
    others.
  </Card>
</CardGroup>

## Key Workflow Components

Each agent workflow is built from a few key components.

| **Component**        | **Description**             | **Key Features**                                                                                                                           |
| :------------------- | :-------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------- |
| **Trigger**          | Workflow starting point     | • Manual, scheduled, or event-based<br />• Accepts custom inputs<br />• Kicks off the workflow                                             |
| **AI Agents**        | Intelligent task performers | • Powered by LLMs<br />• Can reason and act autonomously<br />• Can be equipped with tools<br />• Supports Loop Mode and Structured Output |
| **App Integrations** | External system connectors  | • Connects to third-party services<br />• Sends/receives data<br />• Enables seamless automation across platforms                          |
| **Core Nodes**       | Workflow control logic      | • Loading data<br />• Conditional flow between steps<br />• Display Output                                                                 |
| **Custom Tools**     | User-defined utilities      | • Perform custom actions<br />• Call APIs or execute custom code<br />• Tailored to your use case<br />• Flexible input/output             |

## Share as Template

Make your workflows reusable by sharing them as templates with others in your team or community.

When you build a workflow, you have full control over how it’s shared.\
By default, your workflow is private—only accessible by you and your agents.

Click the <strong>Share</strong> button in the `Use` tab to generate a link that others can use to clone your workflow.
This makes it easy to reuse workflows across teams or build internal templates for repeatable tasks.
