How can I create a Talk to Ai Button for the agent...
# support
s
I am looking to create the button for taling to the AI assistant on my website and make it apprear in a specific spot on my page. When I add the code it shows up on every page and at the bottom right. Is there a different way to manage this?
v
To help you place the "Talk to AI" button exactly where you want, could you clarify if you are using the default Vapi widget script tag, or are you open to creating a custom button using the Vapi Web SDK in your own HTML/JS? This will help me provide the most relevant steps for your setup. Sources: - [Vapi Web SDK Documentation](https://docs.vapi.ai/sdk/web) - [Vapi Pizza Website Example](https://docs.vapi.ai/examples/pizza-website)
s
I have only tried using the Vapi widget script tag.
I would be open to doing whatever it takes to set it in a specific spot
I would like it placed in the center of the page in a specific spot just like on Vapi's home page
How do I creaate the custom button?
@User Support Bot how do I create the custom button?
c
In the Embed code, you can modify the position to where you would like it to be. The line to modify is
position="bottom-right"
if you need help finding that in the widget code, let us know
3 Views