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

# Web Calling

> Learn how to enable voice-to-voice interactions in Convocore using Web Calling.

Learn how to enable **voice-to-voice interactions** in Convocore using Web Calling. With this feature, users can make calls directly from your website using the Convocore Voice widget.

***

## 🎙 Web Calling

Web Calling allows seamless voice communication from your widget. Follow these steps to enable the feature:

1. Navigate to the **Voice Setup** page in your Convocore dashboard.
2. Go to the **Advanced & Settings** tab.
3. Enable **"Web Calling"** by toggling the switch.

<img src="https://mintcdn.com/convocore/x5LZvOjmxcFcOJzs/voice/assets/webcalling.png?fit=max&auto=format&n=x5LZvOjmxcFcOJzs&q=85&s=ce906ecd4dbe23187dbaa8684ebcb4c4" alt="Web Calling Settings" width="1919" height="914" data-path="voice/assets/webcalling.png" />

> Once enabled, the widget will automatically display a **Call Button**. When pressed:
>
> * A circular **audio visualizer** will appear.
> * Users can press the **"Start Call"** button to initiate the call.

***

## 🚀 Deploy the Widget to Your Website

To integrate the widget into your website:

1. In the Convocore **Agent Dashboard**, click on **Demo** at the top right.

<img src="https://mintcdn.com/convocore/Pu_ve6-MXpIZsesF/voice/assets/deploy.png?fit=max&auto=format&n=Pu_ve6-MXpIZsesF&q=85&s=dfde1b1e4855184833c69f9f050d66c0" alt="Deploy Widget Highlight" width="447" height="241" data-path="voice/assets/deploy.png" />

2. Enter a website URL to see how your agent appears on it.

<img src="https://mintcdn.com/convocore/x5LZvOjmxcFcOJzs/voice/assets/deplyed.png?fit=max&auto=format&n=x5LZvOjmxcFcOJzs&q=85&s=6e9a51966e1abe4c5a0e3960e74a9119" alt="Deploy Widget Highlight" width="1919" height="912" data-path="voice/assets/deplyed.png" />

### Script Showcase

Here’s an example of the script:

1. In the Convocore **Agent Dashboard**, click on **Published Arrow** at the top right.

2. Press **Website Script** and copy the generated script snippet.

3. Paste the script into your website’s HTML.

   <img src="https://mintcdn.com/convocore/Pu_ve6-MXpIZsesF/voice/assets/deploying2.png?fit=max&auto=format&n=Pu_ve6-MXpIZsesF&q=85&s=463a32bfc4ba05b4d3996fa03ccb6822" alt="Script Popup Showcase" width="1258" height="903" data-path="voice/assets/deploying2.png" />

***

<Note>
  We support **different deployment options** for your website: - You can choose between
  displaying the widget as a **popup** or embedding it directly into your site.
</Note>

{' '}

> **Coming Soon**: A **React Component** will be available to simplify integration further for developers.

***

## 🔗 Next Steps

<CardGroup cols={2}>
  <Card title="Advanced Settings" icon="gear" iconType="solid" href="/voice/config/advanced">
    Learn how to configure additional features like **call recording** and **webhooks**.
  </Card>

  <Card title="Setup Twilio" icon="book" iconType="solid" href="/voice/setup/twilio">
    Integrate Twilio to enable phone-based calling alongside Web Calling.
  </Card>
</CardGroup>

You’re all set! With Web Calling enabled, your users can now interact seamlessly using the Convocore Voice widget. 🚀
