Docs
Introduction

Introduction

Learn how to add Amy to your website.

Wordpress:

  1. Login to your Wordpress Admin Dashboard: Access your website's backend by logging in.
  2. Navigate to the Theme Editor: Go to "Appearance" > "Theme Editor".
  3. Select the Theme Header (header.php): In the Theme Editor, locate and select "header.php" from the list of files on the right-hand side.
  4. Insert the Script Tag: Within the <head> section of the code, insert your script tag. Make sure to place it just before the closing </head> tag.
  5. Save Changes: Once you've added the script tag, save your changes.

Squarespace:

  1. Access the Squarespace Editor: Log in to your Squarespace account and enter the editor for your website.
  2. Go to Settings: Navigate to "Settings" > "Advanced" > "Code Injection".
  3. Insert the Script Tag: Paste your script tag into the "Header" section.
  4. Save Changes: After adding the script tag, save your changes.

Shopify:

  1. Access the Shopify Admin: Log in to your Shopify account.
  2. Go to Theme Editor: Navigate to "Online Store" > "Themes" > "Actions" > "Edit Code".
  3. Open the Theme.liquid file: In the code editor, locate and open the "theme.liquid" file.
  4. Insert the Script Tag: Find the <head> section and insert your script tag just before the closing </head> tag.
  5. Save Changes: Once you've added the script tag, save your changes.

Carrd:

  1. Access Site Settings: Log in to your Carrd account and select the website you want to edit.
  2. Go to Site Settings: Click on the gear icon to access "Site Settings".
  3. Enter Custom Code: In the "Site Settings" menu, scroll down to the "Custom Code" section.
  4. Insert the Script Tag: Paste your script tag into the "Head" section.
  5. Save Changes: After adding the script tag, save your changes.

General Tips:

  • Test: After adding the script tag, make sure to test your website to ensure that the script is functioning correctly.
  • Code Formatting: Ensure that your script tag is properly formatted and your chatbot ID is correct.