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

# Overview

> Choose the right integration approach for your use case

Beyond Presence offers flexible integration options to fit your technical requirements and deployment preferences.

## Integration Options

<CardGroup cols={1}>
  <Card title="Managed Agents" icon="robot" href="/integrations/managed-agents">
    **Zero-infrastructure deployment** - Production-ready video agents in minutes with full pipeline management, 1-second end-to-end response times, and built-in optimizations.

    **Best for**: Quick deployment, no maintenance overhead, built-in scaling
  </Card>

  <Card title="Speech-to-Video" icon="user" href="/integrations/speech-to-video">
    **Maximum control** - Add avatar video streams to existing voice agents with 250ms response times while maintaining full control over STT, LLM, and TTS components. Supports LiveKit with Pipecat coming soon.

    **Best for**: Technical flexibility, custom components, existing voice pipelines
  </Card>

  <Card title="n8n Workflows" icon="diagram-project" href="/integrations/n8n">
    **No-code automation** - Manage agents and process webhook events through visual workflows using our official n8n node with pre-built templates.

    **Best for**: Workflow automation, call analytics processing
  </Card>
</CardGroup>

## Decision Guide

<AccordionGroup>
  <Accordion title="I want the fastest deployment" icon="bolt">
    Choose [managed agents](/integrations/managed-agents) for zero-infrastructure deployment with built-in optimizations and automatic scaling.
  </Accordion>

  <Accordion title="I want total programmatic control" icon="terminal">
    Choose [speech-to-video](/integrations/speech-to-video)  for complete control over every component in your agent pipeline and custom integrations.
  </Accordion>

  <Accordion title="I have an existing voice agent" icon="microphone">
    Choose [speech-to-video](/integrations/speech-to-video) to add avatar video streams while keeping your current STT, LLM, and TTS stack. Requires LiveKit or Pipecat framework implementation.
  </Accordion>

  <Accordion title="I need custom LLM control" icon="brain">
    Use managed agents with [custom LLM configuration](/integrations/managed-agents#use-your-own-llm) for data sovereignty while maintaining ease of deployment.
  </Accordion>

  <Accordion title="I need workflow automation" icon="wand-magic">
    Choose [n8n Workflows](/integrations/n8n) to automate call management and webhook processing with Beyond Presence's official node, featuring ready-made templates for call analysis, sales intelligence, and HR interview systems.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="FAQs" icon="circle-question" href="/learn/faqs">
    Common questions about Beyond Presence integrations and setup
  </Card>

  <Card title="Code Examples" icon="github" href="https://github.com/bey-dev/bey-examples">
    Browse complete implementation examples on GitHub
  </Card>
</CardGroup>
