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

# AI Voice Chatbot: Deploy Conversational AI on Your Site

> Build and embed AI voice chatbots on your website with Nexus AI. Natural conversations, ultra-low latency, and human-like tone. Available on Team plans.

The Nexus AI Voice Chatbot lets you build and deploy a conversational AI assistant directly on your website — not just inside your dashboard. Visitors to your site can speak naturally with the chatbot, getting real-time, human-like responses without any noticeable delay. It's designed for businesses that want to offer intelligent, voice-driven support or engagement at scale.

## Key features

<CardGroup cols={2}>
  <Card title="Ultra-Low Latency" icon="bolt" href="https://app.mynexusai.com">
    Responses are delivered in real time, keeping conversations fluid and natural without frustrating pauses.
  </Card>

  <Card title="Human-Like Tone" icon="user-voice" href="https://app.mynexusai.com">
    The voice model is tuned for natural, conversational speech — not robotic or stilted responses.
  </Card>

  <Card title="Natural Conversations" icon="comments" href="https://app.mynexusai.com">
    Supports multi-turn dialogue so your visitors can follow up, rephrase, and have genuine back-and-forth exchanges.
  </Card>

  <Card title="Embeddable on Any Website" icon="code" href="https://app.mynexusai.com">
    A single script tag is all you need to add the chatbot to any website, platform, or CMS — no complex integration required.
  </Card>
</CardGroup>

## Setting up a Voice Chatbot

<Note>
  AI Voice Chatbot is available on **Team plans only** (Premium or Ultimate with team members). [View pricing](https://app.mynexusai.com) to get started.
</Note>

<Steps>
  <Step title="Access AI Voice Chatbot">
    Log in to your [Nexus AI dashboard](https://app.mynexusai.com) and select **AI Voice Chatbot** from the navigation. This option is visible to Team plan members only.
  </Step>

  <Step title="Configure your chatbot">
    Set up your chatbot's identity and behaviour:

    * **Name** — what your chatbot calls itself in conversation
    * **Voice** — choose from a range of natural-sounding voice profiles
    * **Personality** — define the tone and communication style (e.g. professional, friendly, concise)
    * **Knowledge base** — connect documents or define topics your chatbot should know about
  </Step>

  <Step title="Test in the preview panel">
    Use the built-in preview panel to speak with your chatbot before deploying. Check that the voice, tone, and responses match your expectations.
  </Step>

  <Step title="Copy the embed code">
    Once you're happy with your configuration, click **Get Embed Code**. Copy the generated script snippet to your clipboard.
  </Step>

  <Step title="Paste the snippet into your website">
    Add the embed snippet to your website's HTML — typically just before the closing `</body>` tag. Your chatbot goes live immediately.
  </Step>
</Steps>

## Embed snippet example

Paste the following snippet into your website's HTML to activate the voice chatbot. Replace `YOUR_BOT_ID` with the unique ID shown in your Nexus AI dashboard.

```html theme={null}
<script src="https://app.mynexusai.com/chatbot/embed.js"
  data-bot-id="YOUR_BOT_ID"
  data-position="bottom-right">
</script>
```

<Tip>
  Customise the chatbot's voice and personality to match your brand. A consistent tone between your written content and your voice chatbot creates a more cohesive experience for your visitors.
</Tip>

## Explore other AI features

<CardGroup cols={2}>
  <Card title="AI Chatbot" icon="message-bot" href="/nexus-ai/ai-chatbot">
    Use the built-in text chatbot in your dashboard for instant answers on any topic.
  </Card>

  <Card title="Teams Overview" icon="users" href="/nexus-ai/teams-overview">
    Learn how to set up a Team plan and unlock Voice Chatbot and collaboration features.
  </Card>
</CardGroup>
