> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-update-deprecated-models.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Applications

> Production-ready agents, teams, and workflows for your AgentOS.

Each application is a complete implementation you can copy paste and add to your AgentOS.
Start with the template to deploy AgentOS in your environment. Then use the applications as required. Copy the code, customize to your use case, and run.

<Tabs>
  <Tab title="Agents">
    <CardGroup cols={2}>
      <Card title="Text-to-SQL Agent" icon="database" href="/production/applications/text-to-sql">
        Self-learning SQL agent that improves with each validated query.
      </Card>

      <Card title="Document Summarizer" icon="file-lines" href="/production/applications/document-summarizer">
        Structured summaries with key points, entities, and action items.
      </Card>

      <Card title="Research Agent" icon="magnifying-glass" href="/production/applications/research-agent">
        Web research with Parallel API. Citations and source credibility scoring.
      </Card>

      <Card title="Invoice Analyst" icon="file-invoice-dollar" href="/production/applications/invoice-analyst">
        Vision-based extraction of structured data from PDFs and images.
      </Card>

      <Card title="Recipe Agent" icon="utensils" href="/production/applications/recipe-agent">
        Multi-modal RAG with visual cooking guides using DALL-E.
      </Card>

      <Card title="Social Media Analyst" icon="chart-line" href="/production/applications/social-media-analyst">
        X (Twitter) sentiment analysis with brand health scoring.
      </Card>

      <Card title="Startup Analyst" icon="rocket" href="/production/applications/startup-analyst">
        Due diligence reports from website crawling with ScrapeGraph.
      </Card>

      <Card title="Translation Agent" icon="language" href="/production/applications/translation-agent">
        Emotion-aware translation with Cartesia voice generation.
      </Card>

      <Card title="Internal Knowledge Agent" icon="book" href="/production/applications/knowledge-agent">
        Answer questions from company docs and wikis.
      </Card>

      <Card title="Inbox Agent" icon="inbox" href="/production/applications/inbox-agent">
        Triage emails, draft replies, and flag urgent items.
      </Card>

      <Card title="Customer Support Agent" icon="headset" href="/production/applications/customer-support">
        Resolve tickets with knowledge retrieval and escalation.
      </Card>

      <Card title="Contract Review Agent" icon="file-contract" href="/production/applications/contract-review">
        Analyze legal documents and flag risks.
      </Card>

      <Card title="Code Review Agent" icon="code" href="/production/applications/code-review">
        Review PRs with context-aware suggestions.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Teams">
    <CardGroup cols={2}>
      <Card title="Content Production Team" icon="pen-to-square" href="/production/applications/content-team">
        Writer, Editor, SEO Optimizer, and Publisher working together.
      </Card>

      <Card title="Software Development Team" icon="laptop-code" href="/production/applications/dev-team">
        Architect, Coder, Reviewer, and Tester collaborating on features.
      </Card>

      <Card title="RFP Response System" icon="file-signature" href="/production/applications/rfp-system">
        Multi-agent system for generating proposal responses.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Workflows">
    <CardGroup cols={2}>
      <Card title="Meeting to Tasks" icon="list-check" href="/production/applications/meeting-to-tasks">
        Extract action items from recordings and create Linear issues.
      </Card>

      <Card title="Lead Enrichment" icon="user-plus" href="/production/applications/lead-enrichment">
        Enrich CRM contacts with LinkedIn and company data.
      </Card>

      <Card title="Sales Call Analyzer" icon="phone" href="/production/applications/sales-call-analyzer">
        Transcribe calls, extract insights, and score conversations.
      </Card>

      <Card title="Competitor Tracker" icon="binoculars" href="/production/applications/competitor-tracker">
        Monitor competitor content and surface changes.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

## Request an Application

Have something you'd like us to build? If you have any questions or need to reach out, see [Get Help](/get-help).
