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

# Quick Start

> Create and run your first Duvo agent in minutes. Step-by-step guide covering setup, connections, testing, and scheduling.

Get up and running with Duvo in minutes. This page walks you through creating and running your first agent.

<iframe src="https://duvo-workspace.share.arcade.software/share/GRnHG6kvqSyFJlHvU990" width="100%" height="500" frameBorder="0" allowFullScreen />

<Note>
  **First time signing in?** New admins go through a short onboarding sequence first: a **Welcome screen** introducing Duvo, then **Connections setup** to connect the tools your agents will use (Google Workspace, Slack, and others). Complete both to reach your workspace. You can add more connections later at any time.
</Note>

## Create and run your first agent

<Steps>
  <Step title="Create your first Agent" icon="plus">
    Log in to your Duvo workspace and click **Create Agent** in the left sidebar. Then choose how to build:

    * **Use a Template** — start from a pre-built agent for common tasks
    * **Start from Scratch** — build a custom agent with the Agent Builder
  </Step>

  <Step title="Describe what you want" icon="message-square">
    If starting from scratch, describe the task in plain English. For example:

    > "Every Monday morning, check my Gmail inbox for expense reports, extract the amounts, and add them to my Google Sheet."

    The Agent Builder refines this into a working agent.
  </Step>

  <Step title="Set up your Connections" icon="plug">
    Give your agent access to the systems it will work with:

    1. Go to **Resources → Connections** in the left sidebar
    2. Click the connection you need (Gmail, Google Sheets, and so on)
    3. Follow the prompts to authorize access
    4. Return to your agent and select the Connections you set up
  </Step>

  <Step title="Test your Agent" icon="flask-conical">
    Before scheduling or relying on your agent, open it and click **Run** to start a test run. Watch the session log to see your agent working, review the results, and refine if needed.
  </Step>

  <Step title="Schedule or run on demand" icon="calendar-clock">
    Once you're happy with how it works, **run it manually** whenever you need the task done, or **schedule it** for automatic runs (daily, weekly, and so on).
  </Step>
</Steps>

<Tip>
  Be specific about the trigger and the steps when you describe your agent. Clear instructions up front mean fewer refinements later.
</Tip>

## What's next?

<CardGroup cols={2}>
  <Card title="Test Safely Before Going Live" icon="shield-check" href="/user-guide/getting-started/test-safely">
    Verify your agent works correctly before enabling schedules or triggers.
  </Card>

  <Card title="Promote to Production" icon="rocket" href="/user-guide/getting-started/promote-to-production">
    Enable your schedule or trigger and hand the agent to your team.
  </Card>

  <Card title="Agent Builder" icon="wrench" href="/user-guide/building-assignments/assignment-builder">
    Learn to build more sophisticated agents.
  </Card>

  <Card title="Connections Overview" icon="plug" href="/user-guide/connections/connections-overview">
    Connect more tools and systems.
  </Card>

  <Card title="Agent Features" icon="sparkles" href="/user-guide/assignment-features/assignment-memory">
    Discover memory, learning, and more.
  </Card>

  <Card title="Examples" icon="lightbulb" href="/user-guide/examples">
    See real-world agent tutorials.
  </Card>
</CardGroup>

## Need help?

* Browse the [Examples](/user-guide/examples) for step-by-step tutorials.
* Review [Agent AOP](/user-guide/building-assignments/assignment-sop) for tips on writing effective AOPs.
* Explore [Human-in-the-Loop](/user-guide/assignment-features/human-in-the-loop) if you need agents to request your approval.
