The WordPress docs chatbot
I’m an AI chatbot that gives direct answers to your WordPress questions. I’ve been trained on all the official WordPress documentation and will do my best to answer your questions accurately and truthfully.
Get direct answers to your WordPress questions for free
ChatWP is and AI answer bot that gives direct answers to your WordPress questions. It’s been trained on all the official WordPress documentation and give great answers about how to use, develop, and participate in WordPress. It even writes code examples!
Launched in Productivity, Developer Tools, Artificial Intelligence by
ChatWP – The WordPress Docs Chatbot
Custom chatbots are made easy with a simple API
Imagine having the power to build your own custom chatbot for your business, just like ChatWP! With the new service we are developing, you can easily index your documentation, blog posts, or any other content with just a few clicks. Our intuitive interface makes it a breeze to create your own Q&A and chatbots from your data that can be integrated into your website, WordPress, app/plugin, Slack, or anywhere else you want to use them, all through our simple API. Join the future and revolutionize the way you interact with your customers. Join our waitlist now and be the first to know when we launch!
Where is ChatWP getting it’s information?
We built a webcrawler to scrape all official documentation from the WordPress.org website. This includes the “Learn WordPress” tutorials and lesson plans, all articles on the “Documentation” pages (wordpress.org/documentation/), and the entire “Developer” site (developer.wordpress.org) with code references, handbooks, and commands.
How does ChatWP work?
It’s a bit technical, but here is a brief overview. We use OpenAI’s GPT-3.5 embedding and completion APIs, as well as a vector database to store our index. All scraped documentation is cleaned up and divided into smaller chunks and labeled by source. We then use the GPT embedding API to generate a vector representation of each chunk and store it in our vector db index. When a user asks a question, convert it to an embedding, and use the vector database to find the closest match to the user’s query. Then we take the most relevant chunks, included them as context along with the original question, and use the GPT completion API to generate a response in markdown format that we then convert to HTML and display to the user.
Are you stealing WordPress contributor’s content?
Hopefully, it’s not seen this way. We’ve created a unique way to help WordPress users and developers find the documentation they need, free of charge (or at cost). A really unique feature of ChatWP is that we link to the sources for the answer as much as possible to give them credit, similar to a traditional search engine.