# Module 1: Introduction to Workflow Automation

**What is Workflow Automation?**

Workflow automation is the process of using technology to automate a sequence of tasks, information, or documents. It is about creating a digital assembly line where manual and repetitive work is handled by software, freeing up humans to focus on more strategic and creative endeavors. In the context of raiaAI, workflow automation is about connecting your AI agents to the other applications and systems that a business uses, allowing the agent to take action and drive processes forward.

{% embed url="<https://youtu.be/IwUT9edUg1c>" %}

**The Power of Connected Systems**

An AI agent that is not connected to other systems is like a brain in a jar. It can think and talk, but it can't *do* anything. By integrating your agent with other applications, you give it arms and legs. For example, an integrated agent can:

* **Create a new lead in a CRM** after a positive conversation with a potential customer.
* **Send a notification to a support team in Slack** when a user is frustrated.
* **Generate an invoice in an accounting system** after a sale is made.
* **Update a project management tool** with the summary of a meeting.

**Introducing n8n: The Engine of Automation**

To achieve this level of integration, we use a tool called **n8n** (pronounced "n-eight-n"). N8n is a free and open-source workflow automation tool that allows you to connect to hundreds of different applications and services. It provides a visual interface for building workflows, making it easy to design complex automations without writing any code.

**Core Concepts of n8n**

* **Nodes:** Each step in an n8n workflow is a "node." A node can be an application (like Gmail or Slack), a logical operator (like an IF statement), or a utility (like a data transformation tool).
* **Connections:** You connect nodes together to create a sequence of actions. The output of one node becomes the input of the next.
* **Workflows:** A complete sequence of connected nodes is called a "workflow."
* **Triggers:** A workflow starts with a "trigger" node. This is the event that kicks off the automation. It could be a new email, a new entry in a database, a schedule, or a webhook call.

In the following modules, you will learn the basics of the n8n interface and how to build your first workflow. You will see firsthand how n8n and raiaAI work together to create powerful, end-to-end automated solutions.


---

# 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.raiaai.com/ai-training/partner-training/raia-labs-training/part-3-workflow/module-1-introduction-to-workflow-automation.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.
