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

# Web Calls

> Embed voice AI directly on your website for browser-based conversations.

## Overview

Web calls allow your website visitors to speak directly with your AI assistant through their browser — no phone call required. This is perfect for:

* Providing instant support on your website
* Qualifying leads before they leave your site
* Offering a modern, interactive experience

<Note>
  **Coming Soon** — Web call embedding is currently in development. Phone calls are fully supported today.
</Note>

## Embedding on Your Website

Once available, you'll be able to embed a voice widget on your website with a simple code snippet:

```html theme={null}
<script src="https://cdn.vozagent.ai/widget.js"></script>
<script>
  VozAgent.init({
    assistantId: 'your-assistant-id',
    position: 'bottom-right',
    theme: 'dark'
  });
</script>
```

## Customization

The web widget will be fully customizable to match your brand:

* Custom colors and branding
* Position on the page
* Custom greeting messages
* Mobile-responsive design

<Tip>
  **Want to get started today?** Phone calls are fully available now. Set up an inbound assistant to start handling calls immediately. [Learn about Phone Calls](/developers/docs/phone-calls)
</Tip>
