Deploy to Web
One-click integration for your AI Agent
How to deploy on WEB
SET UP DEPLOYMENT CONFIG


EMBED TO WEBSITE






Last updated
Was this helpful?
One-click integration for your AI Agent
Click on the Deployments tab
Use the βGooey.AIβ button

This will open the Web widget configuration page. You can add the following details:
Name of the AI agent
Description - this will be the introduction of the agent
By line and website link
Conversation Starters - add some introductory questions for the users

Hit Update
Test your agent here:
Click on the βMessage the Agentβ button and test the agent.

Once you are happy with the performance of the tests, you can Embed the agent in your production website with just two lines of code.
Select Embed Settings

Use the βEmbed Settingsβ to choose between βinlineβ, βpop-upβ or βfullscreenβ modes for your chat bot.



Add the code to the website
Copy the Embed code from the βCopy Embed Codeβ button and paste it into your website ```<body``` tag.

EXAMPLE SNIPPET
```
Your AI AGENT is ready for the world! π
Contact us at [email protected] if you would like to connect your agent to a WhatsApp from Gooey.
Last updated
Was this helpful?
Was this helpful?
<div id="gooey-embed"></div>
<script async defer onload="GooeyEmbed.mount()" src="https://gooey.ai/chat/the-gooeyai-bot-xxx/lib.js/"></script>