> ## 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.

# Agent Tutorials

> Practical, real-world tutorials for building Duvo agents from start to finish.

Learn how to build Duvo agents through practical, real-world examples. Each tutorial walks you through creating an agent from start to finish.

## Business Operations

<CardGroup cols={2}>
  <Card title="Expense Report Approval" icon="receipt" href="/user-guide/examples/expense-report-approval">
    Automate routing of expense reports to managers for approval every Monday
  </Card>

  <Card title="Purchase Order Processing" icon="shopping-cart" href="/user-guide/examples/purchase-order-processing">
    Auto-approve POs based on thresholds and route high-value orders for review
  </Card>

  <Card title="Reviewing Drafts Before Sending" icon="file-pen" href="/user-guide/examples/reviewing-drafts-before-sending">
    Draft outbound messages and approve each one before it is sent — directly from Slack or Requests
  </Card>

  <Card title="Shopify Product Feed" icon="store" href="/user-guide/examples/shopify-product-feed">
    Research supplier products and collect them into a Shopify-compatible spreadsheet
  </Card>
</CardGroup>

## Customer Management

<CardGroup cols={2}>
  <Card title="Customer Response Emails" icon="mail" href="/user-guide/examples/customer-response-emails">
    Draft and send personalized customer emails with consistent tone and formatting
  </Card>

  <Card title="Gmail Workflows" icon="inbox" href="/user-guide/examples/gmail-workflows">
    Triage inboxes, draft replies to common inquiries, and extract data from incoming emails
  </Card>

  <Card title="Google Sheets Workflows" icon="table" href="/user-guide/examples/google-sheets-workflows">
    Log data to spreadsheets automatically, act on rows in a list, and enrich records with external information
  </Card>

  <Card title="Slack Mention Workflows" icon="message-square" href="/user-guide/examples/slack-mention-workflows">
    Trigger agents from any enabled Slack channel to run reports, route requests, and kick off workflows without leaving Slack
  </Card>
</CardGroup>

## Reporting & Analytics

<CardGroup cols={2}>
  <Card title="Snowflake Workflows" icon="snowflake" href="/user-guide/examples/snowflake-workflows">
    Query your data warehouse to deliver scheduled KPI reports, threshold alerts, and on-demand exports to Google Sheets
  </Card>

  <Card title="Weekly Sales Report" icon="chart-line" href="/user-guide/examples/weekly-sales-report">
    Generate and distribute regional sales reports to leadership automatically
  </Card>

  <Card title="Calendar Summary" icon="calendar" href="/user-guide/examples/calendar-summary">
    Summarize upcoming calendar events and send a weekly report via email
  </Card>
</CardGroup>
