You will want to install your AI assistant by adding it to the <FOOTER> or bottom of the <BODY> tag of your website. This looks like below:
<BODY>
<!--YOUR BODY CODE HERE-->
<div class="demo">
<h3>Footer</h3>
<span>
This is some footer text
</span>
</div>
<!--AI ASSISTANT CODE-->
<script src="https://app.strictly.ai/widget/chat-embed.js" data-bot-id="YOUR BOT ID"> </script>
</BODY>How to Install on WordPress
Go to your WordPress Admin
Go to ‘Plugins’
Install the WPCode plugin
Navigate to WPCode
Add a footer code
Ensure your AI Assistant code is at the bottom.