{"id":333303,"date":"2026-07-01T14:10:55","date_gmt":"2026-07-01T14:10:55","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/sitepilot-ai\/"},"modified":"2026-07-01T14:11:40","modified_gmt":"2026-07-01T14:11:40","slug":"techdelivery-chat","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/techdelivery-chat\/","author":23524639,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.2","stable_tag":"1.0.2","tested":"7.0","requires":"6.5","requires_php":"8.0","requires_plugins":null,"header_name":"TechDelivery Chat","header_author":"Tech Delivery AS","header_description":"AI-powered chatbot for WordPress that answers questions using your own website content.","assets_banners_color":"313b59","last_updated":"2026-07-01 14:11:40","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/techdelivery.no","rating":0,"author_block_rating":0,"active_installs":0,"downloads":51,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.2":{"tag":"1.0.2","author":"degoe56","date":"2026-07-01 14:11:40"}},"upgrade_notice":{"1.0.2":"<p>Recommended update with improved indexing and performance.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3592964,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3592964,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3592964,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3592966,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.2"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Admin settings","2":"Incremental indexing","3":"Chat widget","4":"Chat with clickable source references"}},"plugin_section":[],"plugin_tags":[2353,2364,194533,140844,1104],"plugin_category":[],"plugin_contributors":[269733],"plugin_business_model":[],"class_list":["post-333303","plugin","type-plugin","status-publish","hentry","plugin_tags-ai","plugin_tags-chatbot","plugin_tags-openai","plugin_tags-semantic-search","plugin_tags-support","plugin_contributors-degoe56","plugin_committers-degoe56"],"banners":{"banner":"https:\/\/ps.w.org\/techdelivery-chat\/assets\/banner-772x250.png?rev=3592966","banner_2x":"https:\/\/ps.w.org\/techdelivery-chat\/assets\/banner-1544x500.png?rev=3592964","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/techdelivery-chat\/assets\/icon-128x128.png?rev=3592964","icon_2x":"https:\/\/ps.w.org\/techdelivery-chat\/assets\/icon-256x256.png?rev=3592964","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>TechDelivery Chat indexes your WordPress website and allows visitors to ask questions about your website content.<\/p>\n\n<p>Features included in the free version:<\/p>\n\n<ul>\n<li>AI-powered chatbot<\/li>\n<li>Semantic search using OpenAI embeddings<\/li>\n<li>Incremental AJAX indexing<\/li>\n<li>Clickable source references<\/li>\n<li>Responsive chat widget<\/li>\n<li>Adjustable chatbot title<\/li>\n<li>Adjustable welcome message<\/li>\n<li>Adjustable primary color<\/li>\n<li>Fast indexing of changed content<\/li>\n<\/ul>\n\n<p>The chatbot answers only from your own website content and provides links to the relevant pages.<\/p>\n\n<h3>External Services<\/h3>\n\n<p>This plugin connects to the OpenAI API to generate text embeddings and AI-generated responses.<\/p>\n\n<p>The OpenAI service is required for the chatbot to index website content and answer visitor questions.<\/p>\n\n<p>The plugin sends the following data to OpenAI:<\/p>\n\n<ul>\n<li>During indexing, the content of published posts and pages is sent to the OpenAI Embeddings API to generate vector embeddings.<\/li>\n<li>Every time a visitor submits a question through the chatbot, the question is sent to the OpenAI Chat Completions API.<\/li>\n<li>Relevant indexed website content is included with the visitor's question to generate an answer.<\/li>\n<\/ul>\n\n<p>No data is transmitted until the site administrator enters a valid OpenAI API key and uses the indexing or chat features.<\/p>\n\n<p>This service is provided by OpenAI.<\/p>\n\n<p>OpenAI Terms of Use:\n<a href=\"https:\/\/openai.com\/policies\/terms-of-use\">https:\/\/openai.com\/policies\/terms-of-use<\/a><\/p>\n\n<p>OpenAI Privacy Policy:\n<a href=\"https:\/\/openai.com\/policies\/privacy-policy\">https:\/\/openai.com\/policies\/privacy-policy<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to <code>\/wp-content\/plugins\/<\/code><\/li>\n<li>Activate the plugin.<\/li>\n<li>Enter your OpenAI API key.<\/li>\n<li>Start indexing from the admin page.<\/li>\n<li>Place the chatbot on your website.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"which%20ai%20model%20is%20used%3F\"><h3>Which AI model is used?<\/h3><\/dt>\n<dd><p>GPT-4o mini for chat and text-embedding-3-small for embeddings.<\/p><\/dd>\n<dt id=\"does%20the%20chatbot%20answer%20questions%20from%20the%20internet%3F\"><h3>Does the chatbot answer questions from the Internet?<\/h3><\/dt>\n<dd><p>No. It answers only from your indexed website content.<\/p><\/dd>\n<dt id=\"is%20an%20openai%20account%20required%3F\"><h3>Is an OpenAI account required?<\/h3><\/dt>\n<dd><p>Yes. You must provide your own OpenAI API key.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Incremental indexing<\/li>\n<li>AJAX indexing<\/li>\n<li>Responsive chat widget<\/li>\n<li>Clickable source references<\/li>\n<li>Performance improvements<\/li>\n<\/ul>","raw_excerpt":"An AI-powered WordPress chatbot that answers visitor questions using your own website content.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/333303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=333303"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/degoe56"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=333303"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=333303"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=333303"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=333303"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=333303"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=333303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}