Docs Getting Started

Getting Started

Install Helpon, run the setup wizard, and send your first AI-powered chat message — all in under 5 minutes.

System Requirements

Before installing Helpon, make sure your WordPress site meets the following requirements:

Requirement Minimum Recommended
WordPress 5.8+ 6.4+
PHP 7.4+ 8.1+
MySQL 5.7+ 8.0+
SSL Required (HTTPS)
Browser Chrome 90+, Firefox 88+, Safari 14+, Edge 90+
ℹ️
SSL Required

WebRTC video calls and some browser APIs require a secure HTTPS connection. Ensure your site has an active SSL certificate before installing Helpon.

Installation

Helpon can be installed directly from the WordPress plugin repository or by uploading the ZIP file manually.

Method 1: WordPress Plugin Directory

1

Navigate to Plugins

In your WordPress admin dashboard, go to Plugins → Add New.

2

Search for Helpon

Type Helpon in the search bar and press Enter. Look for the official Helpon plugin with the blue and orange logo.

3

Install & Activate

Click Install Now, then click Activate. The setup wizard will launch automatically.

Method 2: Manual Upload

1

Download the ZIP

Download helpon.zip from the official website or your purchase confirmation email.

2

Upload Plugin

Go to Plugins → Add New → Upload Plugin. Click Choose File, select the ZIP, and click Install Now.

3

Activate

After upload completes, click Activate Plugin. The setup wizard will appear in your WordPress admin.

Pro Tip

If you're updating from an older version, deactivate the old plugin first, delete it, then install the new version. Your settings and data are stored in the database and won't be lost.

Plugin Activation

After activation, Helpon creates its database tables and adds a new Helpon menu item to your WordPress admin sidebar. You'll see these sub-menus:

  • Dashboard — Overview with stats, quick actions, and system health
  • Live Chat — Real-time chat console for agents
  • Conversations — History of all chat sessions
  • Contacts — CRM with patient records
  • Knowledge Base — FAQ articles and AI training
  • Flows — Visual conversation flow builder
  • Appointments — Booking management
  • Automation — Workflows and broadcasts
  • Analytics — Reports and metrics
  • Settings — All configuration options

Setup Wizard

The setup wizard walks you through the essential configuration in 4 simple steps. It launches automatically on first activation, but you can re-run it from Helpon → Settings → Run Setup Wizard.

1

Business Profile

Enter your business name, industry (healthcare is pre-selected), timezone, and primary language. These settings affect the AI's behavior and greeting messages.

Business Name *
My Dental Clinic
Industry
Healthcare ▾
Timezone
America/New_York ▾
2

AI Provider

Choose between Claude (Anthropic) or OpenAI as your AI engine. Enter your API key — the wizard validates it immediately. You can switch providers later in AI Settings.

AI Provider
Claude (Anthropic) ▾
API Key *
sk-ant-api03-••••••••••••••••
Get your API key from console.anthropic.com
Model
Claude 3.5 Sonnet ▾
3

Widget Appearance

Choose your widget's primary color, position (bottom-right or bottom-left), welcome message, and avatar. The live preview shows how it will look on your site.

Primary Color
#2D8BC9
Position
Bottom Right ▾
Welcome Message
Hi! 👋 How can we help you today?
4

Features Selection

Enable or disable modules you want active on launch. You can always toggle features later from the settings panel. Common starter selection:

AI Auto-Reply
Enabled
Live Chat
Enabled
Knowledge Base
Enabled
Appointments
Disabled
Video Calls
Disabled

Your First Chat

After completing the setup wizard, the chat widget is live on your site. Here's how to test it:

1

Open Your Site

Visit your website's frontend in a new browser tab or incognito window. You should see the chat bubble in the bottom-right (or bottom-left) corner.

2

Start a Conversation

Click the chat bubble. The welcome message you configured will appear. Type a test question like "What are your business hours?" and press Enter.

3

Check the AI Response

The AI will respond based on your configuration. If you enabled AI auto-reply, the response comes from Claude or OpenAI. If an agent is online, the message goes to the live chat console.

4

View in Admin

Go to Helpon → Conversations in your WordPress admin. You'll see the test conversation with the full transcript, visitor details, and AI confidence scores.

💡
Test Tip

Use an incognito/private window for testing so you see the exact experience your visitors will have, without any admin session interference.

Widget Placement

The chat widget can be displayed using two methods:

Automatic (Default)

By default, Helpon automatically injects the widget on all pages of your site. Control visibility in Helpon → Settings → General → Display Rules.

Shortcode

For more control, disable auto-injection and use the shortcode to place the chat widget on specific pages:

Shortcode
[helpon_chat]

You can also pass parameters to the shortcode:

Shortcode with Parameters
[helpon_chat position="bottom-left" color="#2D8BC9" greeting="Need help? Ask away!"]

Display Rules

Fine-tune where the widget appears using the display rules table:

Rule Description Default
Show on all pages Display the widget globally across the entire site Enabled
Hide on specific pages Enter comma-separated page IDs or slugs to exclude None
Show only on specific pages Only display the widget on listed pages (overrides global) Disabled
Hide for logged-in users Hide the widget for authenticated WordPress users Disabled
Mobile visibility Show or hide on mobile devices (screen width < 768px) Show

Troubleshooting

Common issues during setup and their solutions:

Widget not appearing

  • Clear your browser cache and WordPress cache plugins (WP Rocket, W3 Total Cache, etc.)
  • Check if the widget is enabled in Helpon → Settings → General → Widget Status
  • Verify there are no JavaScript errors in the browser console (F12 → Console tab)
  • Ensure your theme doesn't have a conflicting z-index value. Helpon uses z-index: 999999

AI not responding

  • Verify your API key is correct in Helpon → Settings → AI
  • Check that AI Auto-Reply is enabled (not just the AI module)
  • Review your credit balance — AI replies consume credits from your plan
  • Check the Helpon → Settings → AI → Logs for error details

Setup wizard not launching

  • Navigate to Helpon → Settings and click Run Setup Wizard
  • If the button is missing, deactivate and reactivate the plugin
  • Check your user role — only Administrator can run the wizard
⚠️
Caching Conflicts

If you use a caching plugin, add Helpon's AJAX endpoint (/wp-admin/admin-ajax.php) to your cache exclusion list. Some caching plugins can interfere with real-time chat functionality.