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

# Getting Started with Gumloop

There are two fundamental concepts in Gumloop: **agents** and **workflows**. Agents are AI-powered assistants that use tools to solve tasks for you. Workflows let those agents run automatically—on a schedule, in bulk, or triggered by events. Watch the video below for a quick intro, then dive into our courses to start building!

<div className="rounded-2xl overflow-hidden border border-pink-200 dark:border-pink-800">
  <iframe src="https://player.vimeo.com/video/1190842603?h=2e0e018503" style={{ width: '100%', aspectRatio: '16/9' }} frameBorder="0" allow="autoplay; fullscreen; picture-in-picture" allowFullScreen />
</div>

<Expandable title="Video Transcript">
  <p>
    In a more agentic... An AI agent... Agents... Agentic workflows... AI this, agents that. I know you feel like I do.
    It's all a little overwhelming.
  </p>

  <p>
    Behind the hype, though, there's some real magic. Agents can take care of and automate tasks in your business that
    frankly you hate doing, or speed up crucial ones so you can focus on the important stuff in your business.
  </p>

  <p>
    You'd be surprised of the work you do today that could be taken care of by an agent, if only you could build one.
  </p>

  <p>
    Well, in this course, we're going to build that agent step by step. We'll cover how to think about using agents and
    where they can be useful in your business, how to set up an agent with the right tools, models, and skills. Now,
    these may be words today that you don't know, and that's totally fine. We'll cover all of them one by one.
  </p>

  <p>
    And then how to deploy that agent for your team to use in Slack, in email, or even have it run in the background to
    accomplish work for you.
  </p>

  <p>
    So join me in the next lesson where we build our first agent. And as you get there, think of something in your
    business you wish could be taken care of for you, and I'll see you there.
  </p>
</Expandable>

## Start Learning

<div className="grid grid-cols-1 md:grid-cols-2 gap-6 max-w-4xl mx-auto px-4 pb-12">
  <a href="/core-concepts/agents" className="group block transition-all duration-300 ease-out hover:-translate-y-1">
    <div className="aspect-[16/10] bg-pink-50 dark:bg-pink-950/30 rounded-2xl flex items-center justify-center relative overflow-hidden p-6 mb-4 border border-pink-200 dark:border-pink-800">
      <div className="absolute inset-0" style={{backgroundImage: 'linear-gradient(rgba(236,72,153,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(236,72,153,0.12) 1px, transparent 1px)', backgroundSize: '20px 20px'}} />

      <img src="https://mintcdn.com/agenthub/c0LvzQnBk9TMYD7W/images/landing/Creating%20Agents.png?fit=max&auto=format&n=c0LvzQnBk9TMYD7W&q=85&s=90969c616da27731c384c235d4d15795" alt="Build your first agent" className="h-24 w-auto object-contain relative z-10 pointer-events-none" width="1408" height="768" data-path="images/landing/Creating Agents.png" />
    </div>

    <h3 className="text-base font-semibold text-gray-900 dark:text-white mb-1">Build your first agent</h3>
    <p className="text-sm text-gray-500 dark:text-gray-400 leading-relaxed">Create an AI assistant that intelligently orchestrates your tools to solve complex tasks</p>
  </a>

  {' '}

  <a href="/core-concepts/workbooks" className="group block transition-all duration-300 ease-out hover:-translate-y-1">
    <div className="aspect-[16/10] bg-pink-50 dark:bg-pink-950/30 rounded-2xl flex items-center justify-center relative overflow-hidden p-6 mb-4 border border-pink-200 dark:border-pink-800">
      <div
        className="absolute inset-0"
        style={{
    backgroundImage:
      'linear-gradient(rgba(236,72,153,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(236,72,153,0.12) 1px, transparent 1px)',
    backgroundSize: '20px 20px',
  }}
      />

      <img src="https://mintcdn.com/agenthub/c0LvzQnBk9TMYD7W/images/landing/Building%20Workflows.png?fit=max&auto=format&n=c0LvzQnBk9TMYD7W&q=85&s=8a17c486043a823fd8fbec3ba3b125fd" alt="Build your first workflow" className="h-24 w-auto object-contain relative z-10 pointer-events-none" width="1408" height="768" data-path="images/landing/Building Workflows.png" />
    </div>

    <h3 className="text-base font-semibold text-gray-900 dark:text-white mb-1">Build your first workflow</h3>

    <p className="text-sm text-gray-500 dark:text-gray-400 leading-relaxed">
      Create visual, drag-and-drop automations with 100+ pre-built nodes and integrations
    </p>
  </a>
</div>
