Welcome to My Cheeky Bot!
This guide will walk you through the steps to get started with integrating your AI assistant into your website, WordPress site, Elementor site, or any webpage builder. We'll also cover integration for React applications using our npm package. Let's dive in!
Step 1: Sign In to My Cheeky Bot
- Go to the My Cheeky Bot homepage.
- Click on the “Get Started” button.
- Enter your credentials to access your dashboard. If you don't have an account yet, sign up for a new account.
Step 2: Create Your Bot
-
From your dashboard, click on “Bots”.
-
Click on “Create Bot”.
-
You will prompt to add your training data. This can include:
- Uploading files (knowledge base data)
- Q&A content
- Additional text
- Sitemaps or specific URLs for crawling
-
After adding your content, click “Train Bot” to finalize the setup.
Step 3: Choose Your Integration Method
You have three integration methods available:
-
Copy and Paste Code:
- Navigate to the settings page of your newly created bot.
- Find the generated integration codes for various methods. Choose the one that suits your website builder.
- Copy the provided code snippet.
-
Integrate with Your Website:
- Open your website builder of choice (e.g., WordPress, Elementor).
- Locate the section where you can add custom HTML or JavaScript. This is often found within a "Header" or "Footer" widget.
- Paste the code snippet there and save your changes.
If you're working with a React application, you can install the npm package to integrate My Cheeky Bot as a component:
npm install mycheekybot
Then, import and use the component within your app:
import ChatbotWidget from 'mycheekybot';
function App() {
return (
<div className="App">
<ChatbotWidget botId="1234" />
</div>
);
}
Common Issues and Troubleshooting
- Code Not Displaying: Ensure you’ve pasted the integration code in the correct location within your website builder. Double-check any documentation specific to your website builder for proper placement.
- Bot Not Responding: Make sure your bot has been trained with the necessary data. If you encounter issues, revisit the training process to ensure all required information has been added.
After Integration
Once you have integrated My Cheeky Bot:
- The bot will start gathering leads as conversations develop and collect valuable information from user interactions.
- You can monitor conversations in real-time from your dashboard, gaining insights into visitor behavior, location, and intentions.
Support and Assistance
If you encounter any issues or have questions during the integration process, please reach out to us: