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

# Apps

> Agents, teams, and workflows for your AgentOS deployment.

Apps are the agents, teams, and workflows that run inside your deployment.
Add what you need, or swap and extend what came with your template.

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

      <Card title="Research Agent" icon="magnifying-glass" href="/deploy/apps/agents/research-agent">
        Web research with citations and source credibility scoring.
      </Card>

      <Card title="Knowledge Agent" icon="book" href="/deploy/apps/agents/knowledge-agent">
        Answer questions from company docs and wikis.
      </Card>

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

      <Card title="Invoice Extractor" icon="file-invoice-dollar" href="/deploy/apps/agents/invoice-extractor">
        Vision-based extraction of structured data from PDFs and images.
      </Card>

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

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

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

      <Card title="Code Review Agent" icon="code" href="/deploy/apps/agents/code-review">
        Review PRs with context-aware suggestions.
      </Card>

      <Card title="Social Media Analyst" icon="chart-line" href="/deploy/apps/agents/social-media-analyst">
        Sentiment analysis with brand health scoring.
      </Card>
    </CardGroup>
  </Tab>

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

    <Note>
      More teams are on the way. If you need something specific,
      [reach out](/get-help).
    </Note>
  </Tab>

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

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

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

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

## Request an App

Have something you'd like us to build? [Reach out](/get-help).
