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

# Day 2: Build an Agent | Learning Cohort

> Your first challenge: build a Gumloop agent that connects to real tools and solves a real problem for you or your team.

<div id="gumloop-auth" data-token={user?.accessToken || ''} data-email={user?.email || ''} style={{display: 'none'}} />

<div className="lesson-page">
  <div className="lesson-breadcrumb">
    <a href="/cohort/day-1">Learning Cohort</a>

    <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="chevron">
      <path d="m9 18 6-6-6-6" />
    </svg>

    <span className="current">Day 2: Build an Agent</span>
  </div>

  <div className="lesson-card">
    <h1 className="lesson-title">Day 2: Build an Agent</h1>

    <p className="lesson-desc">Time to put yesterday's session into practice. Your challenge is to build an agent that solves a real problem.</p>

    <div className="lesson-content">
      <h2>The Challenge</h2>

      <p>Build a Gumloop agent that is genuinely useful to you or your team. It can be anything, but here are some ideas to get you started:</p>

      <ul>
        <li><strong>Q\&A agent</strong> that answers questions from your team using internal docs. For example, an IT helpdesk that handles password resets and VPN setup, or a sales enablement agent that helps reps with product specs and objection handling.</li>
        <li><strong>SEO content agent</strong> that takes a topic, researches keywords and competitors, and returns a draft blog post ready for review</li>
        <li><strong>Meeting prep agent</strong> that takes a list of attendees, researches their background, and sends you a briefing before the call</li>
        <li>Any other agent that solves a real problem for your team</li>
      </ul>

      <p>Need more inspiration? Browse the <a href="https://www.gumloop.com/templates" target="_blank">Gumloop templates</a> to see what others have built.</p>

      <h2>What We're Looking For</h2>

      <table>
        <thead>
          <tr><th>Criteria</th><th>What it means</th></tr>
        </thead>

        <tbody>
          <tr><td><strong>Useful</strong></td><td>Solves a real problem for you or your team, not just a demo</td></tr>
          <tr><td><strong>3+ tools connected</strong></td><td>Your agent should use at least three different integrations</td></tr>
          <tr><td><strong>Specific instructions</strong></td><td>Clear, detailed instructions that shape how the agent behaves</td></tr>
          <tr><td><strong>At least one Skill</strong></td><td>Break out part of your instructions into a reusable <a href="/ai-fundamentals/skills">Skill</a></td></tr>
        </tbody>
      </table>

      <div className="lesson-callout">
        <div className="lesson-callout-header">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
            <path d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5" />

            <path d="M9 18h6" />

            <path d="M10 22h4" />
          </svg>

          <span>Earn credits</span>
        </div>

        <p>Submit your completed agent and answer correctly to earn 5,000 free Gumloop credits.</p>
      </div>

      <div className="lesson-form">
        <iframe src="https://airtable.com/embed/appIWRpLRNN78LE7M/pag6GkUfnikXot7L0/form" frameBorder="0" width="100%" height="650" />
      </div>
    </div>
  </div>

  <div className="lesson-nav-grid">
    <a href="/cohort/day-1" className="lesson-nav-card">
      <span className="nav-label">
        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
          <path d="M19 12H5" />

          <path d="m12 19-7-7 7-7" />
        </svg>

        Previous
      </span>

      <span className="nav-title">Day 1: Agents</span>
    </a>

    <a href="/cohort/day-3" className="lesson-nav-card lesson-nav-next">
      <span className="nav-label">
        Next

        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
          <path d="M5 12h14" />

          <path d="m12 5 7 7-7 7" />
        </svg>
      </span>

      <span className="nav-title">Day 3: Triggers</span>
    </a>
  </div>
</div>
