Back to Home

Documentation

Developer Documentation

Everything you need to integrate and customize GradoBot

Quick Start

Get started with GradoBot by following these simple steps. You'll have your chatbot up and running in minutes.

Installation

Simple installation process with npm or CDN

Integration

Easy integration with your existing website

Customization

Customize appearance and behavior

Installation

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>

Basic Usage

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>

Configuration Options

OptionTypeDescription
schoolIdstringYour unique school identifier
themeobjectCustom theme configuration
positionstringChat widget position

Need help with integration?

Our developer support team is ready to assist