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

# Choose Path

> 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="/get-started/quickstart/managed-agent">
    **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="/get-started/quickstart/speech-to-video">
    **Maximum control** - Add avatar video streams to existing voice agents with 250 ms response times while maintaining full control over STT, LLM, and TTS components. Supports LiveKit with Pipecat.

    **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, conversation analytics processing
  </Card>
</CardGroup>

## Decision Guide

<AccordionGroup>
  <Accordion title="I want the fastest deployment" icon="bolt">
    Choose [managed agents](/get-started/quickstart/managed-agent) 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](/get-started/quickstart/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](/get-started/quickstart/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](/get-started/quickstart/managed-agent) with [custom LLM configuration](/concepts/agents/external-llm) for data sovereignty while maintaining ease of deployment.

    Or choose [speech-to-video](/get-started/quickstart/speech-to-video) if you want to manage the full LLM, STT, and TTS stack yourself.
  </Accordion>

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

## Get Started

<CardGroup cols={2}>
  <Card title="Speech-to-Video Quickstart" icon="user" href="/get-started/quickstart/speech-to-video">
    Start building with Beyond Presence Speech-to-Video API and LiveKit Agents.
  </Card>

  <Card title="Managed Agent Quickstart" icon="robot" href="/get-started/quickstart/managed-agent">
    Start building with Beyond Presence Managed Agents - fully no-code!
  </Card>
</CardGroup>
