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

# Introduction

> Build, deploy, and operate voice AI agents with SentiVue Talk

## About SentiVue Talk

SentiVue Talk is a hosted platform for building voice AI agents. You design a conversation as a workflow, connect a phone number or embed the agent on your site, and SentiVue Talk runs the calls — speech recognition, the language model, speech synthesis, and telephony — for you.

* **Drag-and-drop workflow builder** — design call flows without writing code
* **Telephony and web** — take inbound calls, place outbound calls, or embed a voice widget
* **Bring your own model keys** — connect your own LLM, transcription, and voice providers
* **Live translation** — bridge two people speaking different languages on the same call
* **Campaigns** — dial a contact list with retries, scheduling, and concurrency control

## Getting started

<Steps>
  <Step title="Create an account">
    Sign up at [app.sentivue.com/talk](https://app.sentivue.com/talk/) and choose a plan. See [Plans and usage](/talk/billing/plans-and-usage) for how billing works.
  </Step>

  <Step title="Connect your model providers">
    Add your provider keys so your workflows can listen, think, and speak. See [Inference providers](/talk/configurations/inference-providers).
  </Step>

  <Step title="Build a workflow">
    Open the workflow builder and lay out your call flow. See [Workflow Builder](/talk/voice-agent/introduction).
  </Step>

  <Step title="Connect a phone number">
    Attach a telephony provider to take and place real calls. See [Telephony overview](/talk/integrations/telephony/overview).
  </Step>
</Steps>

## Next steps

* [Core concepts](/talk/core-concepts/how-sentivue-talk-works) — how workflows, runs, and calls fit together
* [API reference](/talk/api-reference/overview) — drive SentiVue Talk from your own code
* [Troubleshooting](/talk/getting-started/troubleshooting) — common issues and fixes
