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

# Wix

> Here are the step-by-step instructions on how to install your chatbot onto your Wix website

<Steps titleSize="h2">
  <Step title="Navigate to Custom Code in Wix">
    <ol>
      <li>Log in to your Wix account and access your website's dashboard.</li>
      <li>Click on **Settings** in the top menu and then click on **Custom Code**.</li>
    </ol>

    <img style={{ borderRadius: "0.5rem" }} src="https://mintcdn.com/webagentai/Xo4IpnEW6BaFm2mJ/images/wix-custom-code.png?fit=max&auto=format&n=Xo4IpnEW6BaFm2mJ&q=85&s=7b505828d53265993dd241f51fdf8b92" width="1728" height="1152" data-path="images/wix-custom-code.png" />
  </Step>

  <Step title="Copy Chatbot Script Tag">
    <ol>
      <li>Log in to your WebAgent.ai account and go to the **Publish**.</li>
      <li>Click on **Add to Website** and locate the script tag provided.</li>
      <li>Select and copy the entire script tag.</li>
    </ol>

    <img style={{ borderRadius: "0.5rem" }} src="https://mintcdn.com/webagentai/Xo4IpnEW6BaFm2mJ/images/publish-chatbot.png?fit=max&auto=format&n=Xo4IpnEW6BaFm2mJ&q=85&s=028dfd37ab241f721ec9ca1190f6c300" width="2390" height="1560" data-path="images/publish-chatbot.png" />
  </Step>

  <Step title="Add Script Tag to Custom Code">
    <ol>
      <li>Paste the copied script tag in the **Head** section.</li>
      <li>Select **All Pages** under **Add Code To Pages**.</li>
      <li>Click **Save** to save the changes.</li>
    </ol>

    <img style={{ borderRadius: "0.5rem" }} src="https://mintcdn.com/webagentai/Xo4IpnEW6BaFm2mJ/images/wix-insert-code.png?fit=max&auto=format&n=Xo4IpnEW6BaFm2mJ&q=85&s=ceb9f6889f322ce446e2afcbd2b6a48d" width="557" height="372" data-path="images/wix-insert-code.png" />
  </Step>
</Steps>
