Expand Your Knowledge with Our Courses

Discover a world of learning with our expertly crafted courses. Learn from industry professionals and take your skills to the next level.

Featured Courses
Understand ANY Document with Mistral OCR in n8n (Step-by-Step)
n8nFree

Understand ANY Document with Mistral OCR in n8n (Step-by-Step)

In this step-by-step tutorial, I’ll show you how to set up Mistral OCR in n8n to automate text extraction—no coding required! You’ll learn how to connect Mistral OCR, process scanned documents, and structure the extracted data for AI agents or business workflows. Using n8n and Mistral OCR, you can create an automated system that accurately extracts text from PDFs, images, and messy scanned documents. This is perfect for businesses looking to streamline invoice processing, receipt management, or any document-heavy tasks.

 Retell AI Conversation Flow: Build an E-COMMERCE AI voice agent
n8nFree

Retell AI Conversation Flow: Build an E-COMMERCE AI voice agent

In this video, I will build an AI voice customer service rep for e-commerce businesses that can: 📦 Recognize customers and pull their ongoing orders from the CRM 💸 Process refunds automatically based on reasons 👤 Escalate complex cases to the right human agent when needed

How to Build an AI Agent Using OpenAI Realtime API (Step-by-step Guide)
n8nFree

How to Build an AI Agent Using OpenAI Realtime API (Step-by-step Guide)

In this video, we build an AI-powered voice agent using OpenAI’s new Real-Time API, designed to handle natural, responsive conversations with leads and log key details directly into Google Sheets. Learn how to integrate Twilio, WebSockets, and Make.com to streamline your AI voice assistant for real-time interactions.

 $10k AI Voice Agent for the Healthcare Niche
n8nFree

$10k AI Voice Agent for the Healthcare Niche

$10k AI Voice Agent for the Healthcare Niche

 Make n8n Public — Free Production Setup with Docker + Ngrok (No Domain, No Cost!)
ProgramingFree

Make n8n Public — Free Production Setup with Docker + Ngrok (No Domain, No Cost!)

Want to turn your local n8n instance into a production-ready automation hub - without buying a domain or paying for hosting? In this step-by-step tutorial, I’ll show you how to expose your self-hosted n8n (running in Docker) to the internet using Ngrok — 100% free.

Tharit Chot-arraya
by Tharit Chot-arraya
This AI Agent Automates Your Sales on ALL Social Media (+MCP)
n8nFree

This AI Agent Automates Your Sales on ALL Social Media (+MCP)

🎁 Get the free template of this video: https://www.benai.agency/community

 Step-by-Step tutorial on how to make amazing deepfakes with AI tools
n8nFree

Step-by-Step tutorial on how to make amazing deepfakes with AI tools

The only video you need to Master N8N + AI agents (For complete beginners)
n8nFree

The only video you need to Master N8N + AI agents (For complete beginners)

This is a comprehensive 4hr course with all the secrets I've learned from 8 months of building out N8N workflows for my clients (over 100+ workflows!). During this course we'll cover everything you need to shortcut your journey into building automations with N8N, AI Agents & workflow automation!

 How to Integrate a Custom GPT into Instagram (Step-by-Step Guide)
n8nFree

How to Integrate a Custom GPT into Instagram (Step-by-Step Guide)

Discover how to integrate a custom GPT chatbot into Instagram with this simple, no-code guide!

APIs for AI Agents: The Only Beginner’s Guide You’ll Ever Need (n8n)
n8nFree

APIs for AI Agents: The Only Beginner’s Guide You’ll Ever Need (n8n)

If you're building AI agents but still don’t fully understand how APIs work, don’t worry, you’re not alone. I was in the same spot not long ago and you can learn with absolutely zero coding experience. In this video, I’ll break down APIs in the simplest way possible, no tech jargon, no confusion, just a clear explanation of what an API is, how HTTP requests work, and how to connect your AI agents to real-world data. All of this is done inside n8n, a no-code workflow builder that makes the process beginner-friendly and visual. By the end of this video, you’ll be able to confidently integrate any API into your AI workflows, even if you’ve never written a single line of code. Follow along step-by-step, or just watch to understand the concepts and build your skills. This is one of the most important foundational skills for anyone working with AI agents, and I’ll make sure it finally clicks for you.

The Best RAG System On YouTube (Steal This!)
n8nFree

The Best RAG System On YouTube (Steal This!)

One n8n Workflow for Unlimited Error Handling (Step-by-Step)
n8nFree

One n8n Workflow for Unlimited Error Handling (Step-by-Step)

Want to automatically track errors in your n8n workflows? In this video, I walk you through the simplest way to set up a global error workflow in n8n. You'll learn how to log errors and send notifications via Slack, email, text, or any channel you choose—and the best part? You can link one error workflow to all your active workflows. It’s easier than you think—let me show you step-by-step how to set it up!

Automate SEO Keyword Research with n8n & DataForSEO (NO CODE!)
n8nFree

Automate SEO Keyword Research with n8n & DataForSEO (NO CODE!)

Tired of spending a fortune on expensive SEO tools like SEMrush and Ahrefs? In this video, I’ll show you how to automate your entire keyword research process for less than $1 using n8n and DataForSEO.

 Update n8n in 1 Command (VPS & Docker Desktop Guide | No Data Loss)
ProgramingFree

Update n8n in 1 Command (VPS & Docker Desktop Guide | No Data Loss)

🚀 Keeping n8n up to date is crucial for new features, security, and stability — but updating shouldn’t risk your data. In this video, I’ll walk you through how to safely update n8n to the latest version, both on: ✅ A VPS using Docker Compose ✅ Docker Desktop locally — without using a docker-compose.yml All your workflows, credentials, and settings will stay untouched. You’ll learn the full update process in just a few steps — using only Docker commands.

Tharit Chot-arraya
by Tharit Chot-arraya
25 n8n Hacks I Wish I Knew Sooner
n8nFree

25 n8n Hacks I Wish I Knew Sooner

In this video, I’m sharing 25 tips, tricks, and hidden features in n8n that I’ve discovered over the past year, things I really wish I knew when I started. These hacks will help you build smarter workflows, save time, and unlock a whole new level of automation. Whether you're just getting started or you're deep into complex automations, this list starts with simple tips and gradually ramps up to more advanced techniques, so stick around and see how many you already know.

Build an ElevenLabs Clone: PyTorch, Next.js 15, AWS, Inngest, FastAPI, React, Tailwind (2025)
ProgramingFree

Build an ElevenLabs Clone: PyTorch, Next.js 15, AWS, Inngest, FastAPI, React, Tailwind (2025)

In this video, you'll build a full-stack ElevenLabs clone with text-to-speech, voice conversion, and audio generation. Some tutorials would just call an API like ElevenLabs', but not us! Instead of external API services, you'll self-host three AI models (StyleTTS2, Seed-VC, and Make-An-Audio) from GitHub, fine-tune them to specific voices, then containerize them with Docker and expose inference endpoints via FastAPI. The AI backend will be built using Python and PyTorch. You'll create a Next.js application where users can use the AI models to generate audio, and also switch between voices and view previously generated audio files, stored in an S3 bucket. The project includes user authentication, a credit system, and an Inngest queue to prevent overloading of the server hosting the AI models. The web application is built on the T3 Stack with Next.js, React, Tailwind, and Auth.js. Follow along for the entire process from development to deployment.

How to Build an Outlook Inbox Manager in n8n (Step-by-Step, No Code)
n8nFree

How to Build an Outlook Inbox Manager in n8n (Step-by-Step, No Code)

In this video, I'll show you step-by-step how to build an AI powerful inbox management system using n8n. What we're covering: Connecting to Outlook Routing emails Setting up customized logic for each type of email How to expand on this build to make it even more powerful

Learn Next.js 15, GSAP, Three.js and Prismic to build a 3D skateboard website! - Full Course 2025
ProgramingFree

Learn Next.js 15, GSAP, Three.js and Prismic to build a 3D skateboard website! - Full Course 2025

In this creative and fun course, we’ll create a stunning landing page and interactive customizer app for a fictional skateboard brand, Suburbia Skateboards. You’ll learn how to let users customize every detail of a skateboard in real time—from wheels to trucks to decks—while building a site packed with smooth animations and cutting-edge 3D interactions. You’ll master Next.js 15, the latest version of the popular React framework, and Prismic, a CMS that makes dynamic content management easy. You’ll learn how to use react-three-fiber to bring Three.js into React for interactive 3D visuals. We’ll also use Tailwind CSS to style the site with ease and host it for free on Netlify!

n8n Just Leveled Up AI Agents (Anthropic's Think Method)
n8nFree

n8n Just Leveled Up AI Agents (Anthropic's Think Method)

In this video, I break down n8n’s powerful new Think tool for AI agents—based on Anthropic’s approach to structured thinking. I’ll walk you through a few demos to show how this tool helps agents tackle complex tasks more effectively. Plus, we’ll explore how different models behave when using Think—and why this could completely change the way we design and build AI agents. If you're building with n8n or experimenting with autonomous agents, this is one tool you’ll want to understand.

How to Integrate an AI Chatbot with a CRM System
n8nFree

How to Integrate an AI Chatbot with a CRM System

Learn how to create an AI chatbot using Chatling and integrate it seamlessly with a CRM system like Vendasta, all without coding.

Building AI Voice Agents You Can Sell (Custom Integrations)
n8nFree

Building AI Voice Agents You Can Sell (Custom Integrations)

Build AI voice agents you can sell to businesses! This video covers creating a solution with calendar and CRM integrations, plus custom business logic. I’ll guide you step-by-step to deliver in-demand AI voice solutions.

Tharit Chot-arraya
by Tharit Chot-arraya
Give me 15 minutes, I'll give you my entire AI agent strategy
n8nFree

Give me 15 minutes, I'll give you my entire AI agent strategy

Not every problem needs a complex AI agent, and in this video, I’ll show you the simple 5-step method I use to build high-ROI AI systems that actually work for real businesses. Whether it’s a smart automation or a lightweight AI assistant, this strategy is what I use for all of my automations without writing a single line of code. Here’s my 5 step playbook: 1) Learn the Foundations 2) Identify High-ROI Opportunities 3) Map Out the Entire Process 4) Plan the Architecture 5) Get to a POC & Implement Guardrails

Tharit Chot-arraya
by Tharit Chot-arraya
OpenAI's Image API Just Changed the Game (save 10+ hours/week, n8n tutorial)
n8nFree

OpenAI's Image API Just Changed the Game (save 10+ hours/week, n8n tutorial)

In this video, I’ll show you how I’ve been saving hours each week by using n8n and OpenAI’s image generation API to automate marketing visuals. It’s surprisingly easy to set up — and in this walkthrough, I break it down step by step so you can follow along, even if you’re new to n8n or automation in general. I’ve been using this to generate everything from clean LinkedIn graphics to photorealistic images, and it can be a huge time-saver for content and marketing tasks. If you're doing a lot of manual design work or just curious how AI can help streamline your workflow, this is a great place to start.

  TH  Skip navigation Search    Create  9+  Avatar image มารู้จัก LINE Bot MCP Server เครื่องมือใหม่สำหรับนักพัฒนากับคุณ Beat LINE API Expert
ProgramingFree

TH Skip navigation Search Create 9+ Avatar image มารู้จัก LINE Bot MCP Server เครื่องมือใหม่สำหรับนักพัฒนากับคุณ Beat LINE API Expert

เกี่ยวกับ LINE Bot MCP Server เป็นเครื่องมือโอเพนซอร์สตัวใหม่ที่เชื่อมต่อ AI Agent อย่าง Claude เข้ากับ LINE Messaging API ช่วยให้นักพัฒนาสามารถควบคุม LINE Official Account ผ่านคำสั่ง Prompt ได้ โดยจะทำหน้าที่เป็นตัวกลางแปลงคำสั่งจาก AI เป็น API Call ที่เหมาะสมสำหรับการส่งข้อความ, สร้าง Flex Message, ทำ Broadcast และดึงข้อมูลโปรไฟล์ผู้ใช้ นวัตกรรมนี้ช่วยลดข้อจำกัดสำหรับนักพัฒนาโดยไม่ต้องเขียนโค้ดซับซ้อนในการใช้งาน LINE API ทำให้นักพัฒนาไปโฟกัสกับการออกแบบ User-experience ได้มากขึ้น

Tharit Chot-arraya
by Tharit Chot-arraya
Build AI Voice Agents for Complex Conversations
n8nFree

Build AI Voice Agents for Complex Conversations

  TH  Skip navigation Search    Create  9+  Avatar image Build a Talking Travel Bot with n8n + Telegram ✈️📢 | AI Reads Your Sheet with Voice & Images!
ProgramingFree

TH Skip navigation Search Create 9+ Avatar image Build a Talking Travel Bot with n8n + Telegram ✈️📢 | AI Reads Your Sheet with Voice & Images!

Let your users chat via voice or text and get instant, smart answers — straight from a Google Sheets table! 🧳✨ In this video, we’ll walk you through how to build a fully functional AI assistant using n8n, Telegram, and RAG with Pinecone — powered by OpenAI or your own FREE custom TTS voice engine.

Tharit Chot-arraya
by Tharit Chot-arraya
This AI Agent Picks Its Own Brain (10x Cheaper, n8n)
n8nFree

This AI Agent Picks Its Own Brain (10x Cheaper, n8n)

In this video, I’ll show you how I built a fully no-code system in n8n where your AI agent can dynamically choose the best language model based on the task it receives. Whether it’s a quick conversation, a research-heavy question, a function call, or deep logical reasoning, this agent routes your request to the most optimized brain automatically. That means lower costs, faster execution, and higher output quality.

 How to Build a Personal Assistant AI Agent in n8n (Step-by-Step, No Code)
n8nFree

How to Build a Personal Assistant AI Agent in n8n (Step-by-Step, No Code)

In this step-by-step tutorial, I’ll show you how to build an intelligent personal assistant in n8n that takes productivity to the next level! 🚀 This assistant can: ✅ Manage your email, calendar, and more with ease. ✅ Use other AI agents as tools to execute complex tasks. ✅ Communicate with you via text or voice, and even respond the same way! Whether you're looking to streamline your workflow or explore cutting-edge AI automation, this tutorial has you covered. By the end, you’ll have your own AI-powered assistant ready to handle tasks and respond in ways that feel truly interactive.

How to Build AI Agents: Full Guide + n8n Masterclass
n8nFree

How to Build AI Agents: Full Guide + n8n Masterclass

This full course on AI agents walks you through everything—from core concepts and real use cases to advanced workflow patterns and hands-on builds in n8n. You’ll learn how to design agentic systems, use tools like RAG and vector databases, connect APIs, link to channels like WhatsApp, and build custom automations that actually work.

Tharit Chot-arraya
by Tharit Chot-arraya
How to Create a VIRAL Talking Baby Podcast with AI (No-Code n8n Tutorial).
n8nFree

How to Create a VIRAL Talking Baby Podcast with AI (No-Code n8n Tutorial).

Learn how to create a talking baby podcast using AI and n8n — no coding required! Automate viral-style content easily with this step-by-step tutorial.

How to Connect an AI Agent to Any System Using APIs (+MCP Breakdown)
n8nFree

How to Connect an AI Agent to Any System Using APIs (+MCP Breakdown)

Learn how to connect AI agents to third-party systems using APIs, webhooks, and the new Model Context Protocol (MCP). This step-by-step guide breaks down API basics, building integrations, and how MCP is changing the game for agentic workflows.

HubSpot CRM Tutorial for Beginners - Complete Training Course
CRMFree

HubSpot CRM Tutorial for Beginners - Complete Training Course

Discover the comprehensive HubSpot CRM training tutorial! Learn what HubSpot CRM is and how to leverage its features and functionalities. Choose the right plan, sign up, and connect your email seamlessly. How to manage your team, import contacts and companies, and utilize powerful features like Inbox, Chatbot, Snippets, and Templates.

How To Add an n8n AI Chat Widget To Your Website | Step-By-Step Tutorial
n8nFree

How To Add an n8n AI Chat Widget To Your Website | Step-By-Step Tutorial

In this video I show you how you can run your n8n chat workflow in a chat widget and embed this on any website.

 I Built an AI Agent That Designs Marketing Creatives in Minutes
n8nFree

I Built an AI Agent That Designs Marketing Creatives in Minutes

In this video, I walk you through building an AI marketing asset generator using n8n(AI agents) and the GPT image API by OpenAI. This system creates ready-to-use visuals within five minutes of a product launch—just by filling out a simple form. I show how to set up the automation using n8n and connect it to OpenAI’s image API. You’ll learn how to configure the AI agent to read product details like name, tagline, and benefit, and auto-generate platform-specific assets for Instagram, websites, and more. We cover how the AI maintains brand consistency by selecting fonts, colors, props, and layouts that match your style guide—no manual design needed. I also walk through conditional outputs for different channels to ensure perfect formatting.

Automate Your Wordpress Blog With N8N
n8nFree

Automate Your Wordpress Blog With N8N

In this video I show you how to automate your WordPress blog using a simple n8n automation . I demonstrate a complete workflow that fetches the latest articles from your google sheets sources, gets them summarized by Perplexity AI, repurposes the content for your blog using ChatGPT, and then automatically posts everything to WordPress. This automation solution saves hours of manual work while keeping your blog consistently updated with fresh, relevant content to your niche.

Tharit Chot-arraya
by Tharit Chot-arraya
AI Voice Agents: Full Guide from Beginner to Pro
n8nFree

AI Voice Agents: Full Guide from Beginner to Pro

In this comprehensive video, I provide an in-depth guide to mastering AI voice agents, covering their functionality, development, and top business use cases. You'll also discover the best tools for building AI voice systems and step-by-step tutorials.

 n8n Masterclass: Build AI Agents & Automate Workflows (Beginner to Pro)
ProgramingFree

n8n Masterclass: Build AI Agents & Automate Workflows (Beginner to Pro)

In this video, you'll learn: ⚙️ The basics of n8n, building your first workflow, and connecting with 300+ integrations. 🌐 How to use APIs and HTTP requests in n8n. 🧠 Harnessing the power of RAG (Retrieval-Augmented Generation) and vector databases for AI-powered automation. 🛠️ Creating custom tools and integrating them into workflows to build smarter AI agents. 🔗 Advanced concepts like webhooks, error handling, and scaling workflows for real-world automation. 📈 Best practices to keep your workflows optimized, scalable, and resilient.

Tharit Chot-arraya
by Tharit Chot-arraya
The Secret to Making AI Agents 100% Reliable - Human in the Loop (n8n)
n8nFree

The Secret to Making AI Agents 100% Reliable - Human in the Loop (n8n)

In this video, I break down one of the most important but overlooked parts of building reliable AI workflows: adding human-in-the-loop feedback. I’ll show you how to set up a system, without writing any code, that lets you review AI-generated content, provide feedback, and have your agent revise the output until it’s perfect. Whether you're automating emails, content, or client-facing messages, this ensures nothing goes out without your approval. It's a simple way to stay in control while still benefiting from the speed and scale of automation.

 Vector Database Optimization with n8n: Metadata, Text Splitting, & Embeddings
n8nFree

Vector Database Optimization with n8n: Metadata, Text Splitting, & Embeddings

In this video, I break down the essential concepts of inserting data into a vector database, including embeddings, loading, metadata, and text splitting. These are critical for creating effective Retrieval-Augmented Generation (RAG) systems and building a strong knowledge base. Using tools like n8n and Pinecone, I’ll guide you step-by-step through practical examples to help you master these foundational skills. Whether you're new to vector databases or looking to improve your AI agent systems, this tutorial is for you!