# WordPress AI

WordPress AI is an experimental WordPress plugin and modular framework providing opt-in AI features and serving as a reference implementation for developers building AI-powered workflows.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## AI Chatbot Trained on Your WordPress Content: Setup Guide (RAG Explained)

DevFeed: [AI Chatbot Trained on Your WordPress Content: Setup Guide (RAG Explained)](<https://devfeed.tech/articles/ai-chatbot-trained-on-your-wordpress-content-setup-guide-rag-explained-17725.md>)

Original publisher: [Read original article](<https://wpshout.com/ai-chatbot-trained-on-wordpress-content/>)

Author: Team WPShout

Published: 2026-08-14T10:54:34Z

Content type: tutorial

Language: en

Sources: [Back-End Development - WPShout](<https://devfeed.tech/sources/back-end-development-wpshout.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [WordPress AI](<https://devfeed.tech/topics/wordpress-ai.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [WordPress](<https://devfeed.tech/topics/wordpress.md>), [API](<https://devfeed.tech/topics/api.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [PHP](<https://devfeed.tech/topics/php.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [back-end-development](<https://devfeed.tech/tags/back-end-development.md>), [chatbots](<https://devfeed.tech/tags/chatbots.md>), [code](<https://devfeed.tech/tags/code.md>), [github](<https://devfeed.tech/tags/github.md>), [learn](<https://devfeed.tech/tags/learn.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openai](<https://devfeed.tech/tags/openai.md>), [php](<https://devfeed.tech/tags/php.md>), [rag](<https://devfeed.tech/tags/rag.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>), [wordpress-ai](<https://devfeed.tech/tags/wordpress-ai.md>), [wordpress-plugins](<https://devfeed.tech/tags/wordpress-plugins.md>)

### AI overview

A guide explains retrieval-augmented generation (RAG) and shows how to set up the free Hyve Lite WordPress AI chatbot to answer questions using site posts and pages. It also describes prerequisites, API-key options, and limitations.

### Source excerpt

Want a WordPress AI chatbot that answers from your own posts and pages? Learn how RAG actually works, then set up Hyve Lite free, limits and all.

## WordPress AI Connectors: A Developer's Guide to the 7.0 AI Client

DevFeed: [WordPress AI Connectors: A Developer's Guide to the 7.0 AI Client](<https://devfeed.tech/articles/wordpress-ai-connectors-a-developer-s-guide-to-the-7-0-ai-client-17729.md>)

Original publisher: [Read original article](<https://wpshout.com/wordpress-ai-connectors-api/>)

Author: Team WPShout

Published: 2026-08-13T10:53:25Z

Content type: tutorial

Language: en

Sources: [Back-End Development - WPShout](<https://devfeed.tech/sources/back-end-development-wpshout.md>)

Topics: [WordPress](<https://devfeed.tech/topics/wordpress.md>), [WordPress AI](<https://devfeed.tech/topics/wordpress-ai.md>), [API](<https://devfeed.tech/topics/api.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [PHP](<https://devfeed.tech/topics/php.md>)

Tags: [anthropic](<https://devfeed.tech/tags/anthropic.md>), [api](<https://devfeed.tech/tags/api.md>), [back-end-development](<https://devfeed.tech/tags/back-end-development.md>), [guide](<https://devfeed.tech/tags/guide.md>), [llms](<https://devfeed.tech/tags/llms.md>), [php](<https://devfeed.tech/tags/php.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>), [wordpress-ai](<https://devfeed.tech/tags/wordpress-ai.md>), [wordpress-news](<https://devfeed.tech/tags/wordpress-news.md>)

### AI overview

A developer guide to WordPress 7.0's AI connectors and AI Client. It explains provider-agnostic LLM requests, API-key configuration, credential handling, provider plugins, and building a runnable example plugin.

### Source excerpt

WordPress 7.0's AI connectors and wp_ai_client_prompt() give any plugin a provider-agnostic way to talk to LLMs. Learn the API and build a working plugin.