Quickstart
Get your AI chatbot up and running in 5 minutes.
This guide will walk you through setting up your first Grounded chatbot in just a few minutes.
Step 1: Create Your Account
- Go to grounded.sh/auth/signup
- Sign up with your email or Google account
- Verify your email address
Step 2: Create a Chatbot
After signing in, you'll be taken to the dashboard:
- Click Create Chatbot
- Enter a name for your chatbot (e.g., "Support Bot")
- Optionally customize the welcome message and appearance
- Click Create
Step 3: Add Knowledge Sources
Your chatbot needs content to learn from. Add sources from your website:
- Go to your chatbot's Sources tab
- Click Add Source
- Choose URL and enter your website URL
- Click Add - Grounded will crawl and process your pages
Start with your FAQ page or help center for the best results. You can always add more sources later.
Step 4: Install the Widget
Once your sources are processed, grab the embed code:
- Go to your chatbot's Settings tab
- Find the Embed Code section
- Copy the script tag
- Paste it into your website's HTML, just before the closing
</body>tag
<script
src="https://grounded.sh/widget/grounded-widget.js"
data-chatbot-id="your-chatbot-id"
async
></script>
Step 5: Test Your Chatbot
- Visit your website where you installed the widget
- Click the chat bubble in the corner
- Ask a question about your product or service
- Verify the answer includes accurate citations
Next Steps
Need help? Contact us at support@grounded.sh or check out the FAQ.