Everything you need to integrate and customize GradoBot
Get started with GradoBot by following these simple steps. You'll have your chatbot up and running in minutes.
Simple installation process with npm or CDN
Easy integration with your existing website
Customize appearance and behavior
Install GradoBot using npm:
npm install @GradoBot/js
Or include it directly in your HTML:
<script src="https://cdn.GradoBot.com/v1/GradoBot.js"></script>
Add the following code to your website to initialize GradoBot:
// Add GradoBot to your website
<script>
window.GradoBot.init({
schoolId: 'YOUR_SCHOOL_ID',
theme: {
primaryColor: '#22a877',
accentColor: '#1b8e6b'
}
});
</script>
Option | Type | Description |
---|---|---|
schoolId | string | Your unique school identifier |
theme | object | Custom theme configuration |
position | string | Chat widget position |
Our developer support team is ready to assist