Why I am not seeing the widget in any of my assist...
# support
v
You won't see the widget inside your assistant settings in the dashboard—it's a separate component you embed on your website. To add the Vapi widget, copy and paste the following snippet into your HTML, replacing the placeholders with your actual public API key and assistant ID:
Copy code
html
<script src="https://unpkg.com/@vapi-ai/client-sdk-react/dist/embed/widget.umd.js" async type="text/javascript"></script>
<vapi-widget
  public-key="your-public-key"
  assistant-id="your-assistant-id"
  mode="chat"
  theme="light">
</vapi-widget>
This will display the widget on your site for users to interact with your assistant. For more details, see the [Vapi Web Widget documentation](https://docs.vapi.ai/chat/web-widget). Source: - [Vapi Web Widget Documentation](https://docs.vapi.ai/chat/web-widget)
n
How do I choose rather I wanna use voice or chat?
c
Heyy, This guide explains everything about the web widget, including how to choose between voice or chat:
r
Terrible decision to remove the widget tab in dashboard.
c
Thanks for your feedback. I’ll be sure to forward it to the product team. If you encounter any issues while configuring the widgets, please reply to this thread, and I’ll be happy to help you through it.