Overview
This section provides an overview of how to install Suppa on various platforms and frameworks. The installation process typically involves adding a script to the <head>
tag of your HTML document.
General Installation
For most websites, you can add the installatino script for your Suppa assisstant to your HTML <head>
tag:
<script
src="https://app.suppa.ai/integration/script.js"
data-api-key="YOUR_SUPPA_API_KEY">
</script>
Replace YOUR_SUPPA_API_KEY
with the unique identifier provided in your Assistants dashboard.
Platform-Specific Installation Guides
For detailed instructions on how to install Suppa on specific platforms or frameworks, please refer to the following guides:
Verifying Installation
After adding the script, visit your website and check if the Suppa widget appears. If you encounter any issues, please ensure:
- You've replaced
YOUR_SUPPA_API_KEY
with your actual Suppa ID. - The script is properly placed in the
<head>
section. - There are no JavaScript errors in your browser's console.
For further assistance, please contact our support team or refer to the troubleshooting section in our documentation.