How to Add an AI Chatbot to WordPress (2026 Guide) Quickchat AI released a plugin that lets WordPress users add an AI chatbot to their site in about two minutes without writing code. The agent answers from the site's own content, handles follow-up questions, and can hand off to a human. The plugin is available for free on WordPress.org and works with WordPress 6.0 or newer. Adding an AI chatbot to WordPress used to mean one of two things: a rule-based widget that could only answer the five questions you scripted, or a developer ticket to wire up a real AI agent by hand. Neither is necessary in 2026. You can add a genuine AI agent to your WordPress site in about two minutes without writing code. The agent answers from your own content, handles follow-up questions, and hands off to a human when it should. This guide covers the whole path: building the AI agent, then adding it to WordPress with the official plugin recommended for almost everyone or a one-line script for people who would rather not install a plugin . It then covers the part that matters once the widget is live, which is making the bot good enough that visitors trust it. If you only need the short version: install the Quickchat AI Agent plugin , paste one ID, and the chat widget appears on every page. The rest of this guide explains each step with screenshots. What you’ll need - A WordPress site on version 6.0 or newer, where you can install plugins. - A Quickchat AI account. The free plan https://quickchat.ai/pricing includes 50 AI messages per month with no credit card, which is enough to launch and test on a real site. - Five minutes. Most of that is spent customizing the bot, not installing it. Step 1: Build your AI agent Before you can add the chatbot to WordPress, you need an agent to add. In Quickchat AI this is the part that surprises people: you give it your website URL and it builds a working agent from your existing content, with no manual training. Log in to the Quickchat AI App https://app.quickchat.ai , enter your site URL, and click Start . The example below uses f1.com , but it works the same with any site. Enter your website URL to seed the agent. You can also continue without a URL and add knowledge later. Quickchat fetches the site, reads its content, and configures the agent. This usually takes under 30 seconds. The agent is built automatically: it pulls a name, avatar, and starting knowledge from the site. When it finishes, you get a working agent you can talk to immediately. It already has a greeting, suggested questions, a profession, and a tone, all inferred from the site. You can change any of this later. The finished agent, ready to preview, with knowledge fetched in the background. From the dashboard you can test the agent, expand its knowledge base, connect external apps, and deploy it. Adding it to WordPress is one of the deployment channels. The dashboard, where you manage knowledge, channels, and deployment. With an agent built, you are ready to add it to WordPress. There are two ways to do that. Option 1: Install the official Quickchat AI plugin recommended This is the no-code path. The plugin is a thin loader: it injects the chat widget and reads your AI agent’s configuration from Quickchat, so everything about how the bot behaves stays in one place. 1. Install and activate the plugin In your WordPress admin, go to Plugins → Add New , search for Quickchat AI Agent , then click Install Now and Activate . You can also grab it directly from the Quickchat AI Agent listing https://wordpress.org/plugins/quickchat-ai-agent/ on WordPress.org. 2. Connect your AI agent Go to Settings → Quickchat AI Agent and paste your Scenario ID , then save. The entire plugin configuration is one field: your Scenario ID. Your Scenario ID is the identifier for the AI agent you built in Step 1. Find it in the Quickchat AI App under Channels → Your Website → Install , where it appears both in the URL and inside the widget snippet. You can also read it straight from your scenario URL: it is the last part of app.quickchat.ai/i/your-scenario-id . Where to find your Scenario ID in the Quickchat AI App: in the page URL and in the widget snippet. 3. Check your site Open your site’s front end and look for the chat bubble in the bottom-right corner. Click it, ask a question, and confirm the AI answers. That is the entire installation. The live widget on a WordPress site, answering from the agent’s knowledge base. If the bubble does not appear, the usual cause is that you are testing on a page served over plain HTTP: the widget only renders on HTTPS. The WordPress setup guide https://docs.quickchat.ai/channels/wordpress/ in our docs covers that and the other things to check. Option 2: Add the widget with a code snippet no plugin If you would rather not install a plugin, you can add the same widget with a one-line script. This is useful if you already manage other scripts through a single tool, or you are on a managed host that restricts plugins. - In the Quickchat AI App , go to Channels → Your Website → Install and copy the Widget script . It looks like this: