{"id":6028,"date":"2026-01-06T14:29:53","date_gmt":"2026-01-06T14:29:53","guid":{"rendered":"https:\/\/access4all.uk\/?page_id=6028"},"modified":"2026-01-06T14:29:53","modified_gmt":"2026-01-06T14:29:53","slug":"6028-2","status":"publish","type":"page","link":"https:\/\/access4all.uk\/index.php\/6028-2\/","title":{"rendered":""},"content":{"rendered":"<div class='mwai-chatbot-container' data-params='{&quot;aiName&quot;:&quot;Access4all Chatbot&quot;,&quot;userName&quot;:&quot;You:&quot;,&quot;guestName&quot;:&quot;&quot;,&quot;aiAvatar&quot;:true,&quot;guestAvatar&quot;:true,&quot;aiAvatarUrl&quot;:&quot;https:\\\/\\\/access4all.uk\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/ada-icon.jpg&quot;,&quot;guestAvatarUrl&quot;:&quot;https:\\\/\\\/access4all.uk\\\/wp-content\\\/plugins\\\/ai-engine\\\/images\\\/chat-traditional-1.svg&quot;,&quot;textSend&quot;:&quot;Send&quot;,&quot;textClear&quot;:&quot;Clear&quot;,&quot;imageUpload&quot;:true,&quot;fileUpload&quot;:true,&quot;multiUpload&quot;:false,&quot;maxUploads&quot;:1,&quot;fileUploads&quot;:1,&quot;mode&quot;:&quot;chat&quot;,&quot;textInputPlaceholder&quot;:&quot;Type here, upload an image or speak using the mic button -&gt;&quot;,&quot;textInputMaxLength&quot;:512,&quot;textCompliance&quot;:&quot;&quot;,&quot;startSentence&quot;:&quot;I&#039;m ADA an AI -powered chatbot designed to assist you with digital skills and IT-related inquiries. \\nYou can interact with me by typing questions in the below box, using the microphone icon on the right side of the text box to speak, or by attaching images by clicking the plus button next to the text box (its invisible until you hover over it). \\nLet me know how I can help!&quot;,&quot;localMemory&quot;:true,&quot;themeId&quot;:&quot;chatgpt&quot;,&quot;window&quot;:false,&quot;icon&quot;:&quot;&quot;,&quot;iconText&quot;:&quot;&quot;,&quot;iconTextDelay&quot;:1,&quot;iconAlt&quot;:&quot;AI Engine Chatbot&quot;,&quot;iconPosition&quot;:&quot;bottom-right&quot;,&quot;centerOpen&quot;:false,&quot;width&quot;:&quot;&quot;,&quot;openDelay&quot;:&quot;&quot;,&quot;iconBubble&quot;:false,&quot;windowAnimation&quot;:&quot;zoom&quot;,&quot;fullscreen&quot;:false,&quot;copyButton&quot;:true,&quot;pdfButton&quot;:false,&quot;headerSubtitle&quot;:&quot;Discuss with&quot;,&quot;containerType&quot;:&quot;standard&quot;,&quot;headerType&quot;:&quot;standard&quot;,&quot;messagesType&quot;:&quot;standard&quot;,&quot;inputType&quot;:&quot;standard&quot;,&quot;footerType&quot;:&quot;standard&quot;}' data-system='{&quot;botId&quot;:&quot;default&quot;,&quot;customId&quot;:null,&quot;userData&quot;:null,&quot;sessionId&quot;:null,&quot;restNonce&quot;:null,&quot;contextId&quot;:null,&quot;pluginUrl&quot;:&quot;https:\\\/\\\/access4all.uk\\\/wp-content\\\/plugins\\\/ai-engine&quot;,&quot;restUrl&quot;:&quot;https:\\\/\\\/access4all.uk\\\/index.php\\\/wp-json&quot;,&quot;stream&quot;:true,&quot;debugMode&quot;:true,&quot;eventLogs&quot;:false,&quot;speech_recognition&quot;:true,&quot;speech_synthesis&quot;:false,&quot;typewriter&quot;:false,&quot;crossSite&quot;:false,&quot;actions&quot;:[],&quot;blocks&quot;:[{&quot;id&quot;:&quot;mwai_gdpr_6a1506f8210f3&quot;,&quot;type&quot;:&quot;content&quot;,&quot;data&quot;:{&quot;id&quot;:&quot;mwai_gdpr_6a1506f8210f3&quot;,&quot;html&quot;:&quot;&lt;div&gt;\\n                              &lt;p&gt;By using this chatbot, you agree to the recording and processing of your data by our website and the external services it might use (LLMs, vector databases, etc.).&lt;\\\/p&gt;\\n                              &lt;div class=\\&quot;mwai-gdpr-buttons\\&quot;&gt;\\n                              &lt;button id=\\&quot;mwai_gdpr_6a1506f8210f3-button\\&quot; type=\\&quot;button\\&quot; style=\\&quot;width: 100%;\\&quot;&gt;I understand&lt;\\\/button&gt;\\n                              &lt;\\\/div&gt;\\n                              &lt;\\\/div&gt;&quot;,&quot;script&quot;:&quot;\\n                              (function() {\\n                                    \\\/\\\/ In cross-site mode, the server cannot see the cookie set on the\\n                                    \\\/\\\/ external domain, so check client-side if consent was already given.\\n                                    if (document.cookie.split(\\&quot;;\\&quot;).some(c =&gt; c.trim().startsWith(\\&quot;mwai_gdpr_accepted=1\\&quot;))) {\\n                                      var tryRemove = setInterval(function() {\\n                                        var chatbot = (typeof MwaiAPI !== \\&quot;undefined\\&quot;) ? MwaiAPI.getChatbot(\\&quot;default\\&quot;) : null;\\n                                        if (chatbot) {\\n                                          chatbot.removeBlockById(\\&quot;mwai_gdpr_6a1506f8210f3\\&quot;);\\n                                          clearInterval(tryRemove);\\n                                        }\\n                                      }, 100);\\n                                      setTimeout(function() { clearInterval(tryRemove); }, 5000);\\n                                      return;\\n                                    }\\n\\n                                    \\\/\\\/ Handle GDPR consent button click\\n                                    document.addEventListener(\\&quot;click\\&quot;, function(event) {\\n                                      if (event.target.id === \\&quot;mwai_gdpr_6a1506f8210f3-button\\&quot;) {\\n                                        event.preventDefault();\\n                                        \\n                                        \\\/\\\/ Set GDPR acceptance cookie for 1 year\\n                                        const date = new Date();\\n                                        date.setTime(date.getTime() + (365 * 24 * 60 * 60 * 1000));\\n                                        document.cookie = \\&quot;mwai_gdpr_accepted=1; expires=\\&quot; + date.toUTCString() + \\&quot;; path=\\\/\\&quot;;\\n                                        \\n                                        \\\/\\\/ IMPORTANT: When multiple chatbots share the same botId, we must find\\n                                        \\\/\\\/ the specific chatbot instance that contains this GDPR block.\\n                                        \\\/\\\/ MwaiAPI.getChatbot() returns the first match, which may be wrong.\\n                                        let foundChatbot = null;\\n                                        const chatbotsWithSameBotId = MwaiAPI.chatbots.filter(cb =&gt; cb.botId === \\&quot;default\\&quot;);\\n                                        \\n                                        \\\/\\\/ Find the chatbot that actually has this GDPR block\\n                                        for (const chatbot of chatbotsWithSameBotId) {\\n                                          const blocks = chatbot.getBlocks ? chatbot.getBlocks() : [];\\n                                          if (blocks.some(block =&gt; block.id === \\&quot;mwai_gdpr_6a1506f8210f3\\&quot;)) {\\n                                            foundChatbot = chatbot;\\n                                            break;\\n                                          }\\n                                        }\\n                                        \\n                                        if (foundChatbot) {\\n                                          foundChatbot.unlock();\\n                                          foundChatbot.removeBlockById(\\&quot;mwai_gdpr_6a1506f8210f3\\&quot;);\\n                                        }\\n                                      }\\n                                    }, true); \\\/\\\/ Use capture phase for better popup\\\/modal support\\n                                    \\n                                    \\\/\\\/ Lock the chatbot when it has this GDPR block\\n                                    \\\/\\\/ Note: Using MwaiAPI.getChatbot() here is fine for locking\\n                                    \\\/\\\/ as we want to lock any chatbot with this botId initially\\n                                    const tryLock = setInterval(function() {\\n                                      const chatbot = MwaiAPI.getChatbot(\\&quot;default\\&quot;);\\n                                      if (chatbot &amp;&amp; chatbot.lock) {\\n                                        chatbot.lock();\\n                                        clearInterval(tryLock);\\n                                      }\\n                                    }, 100);\\n                                    \\n                                    \\\/\\\/ Stop trying after 5 seconds\\n                                    setTimeout(function() {\\n                                      clearInterval(tryLock);\\n                                    }, 5000);\\n                                  })();\\n                                &quot;}}],&quot;shortcuts&quot;:[]}' data-theme='{&quot;type&quot;:&quot;internal&quot;,&quot;name&quot;:&quot;ChatGPT&quot;,&quot;themeId&quot;:&quot;chatgpt&quot;,&quot;settings&quot;:{&quot;backgroundPrimaryColor&quot;:&quot;#ffffff&quot;,&quot;backgroundSecondaryColor&quot;:&quot;#f4f0ed &quot;,&quot;fontColor&quot;:&quot;#000000&quot;},&quot;style&quot;:&quot;&quot;,&quot;cssUrl&quot;:&quot;https:\\\/\\\/access4all.uk\\\/wp-content\\\/plugins\\\/ai-engine\\\/themes\\\/chatgpt.css&quot;}'><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-6028","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/access4all.uk\/index.php\/wp-json\/wp\/v2\/pages\/6028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/access4all.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/access4all.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/access4all.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/access4all.uk\/index.php\/wp-json\/wp\/v2\/comments?post=6028"}],"version-history":[{"count":1,"href":"https:\/\/access4all.uk\/index.php\/wp-json\/wp\/v2\/pages\/6028\/revisions"}],"predecessor-version":[{"id":6029,"href":"https:\/\/access4all.uk\/index.php\/wp-json\/wp\/v2\/pages\/6028\/revisions\/6029"}],"wp:attachment":[{"href":"https:\/\/access4all.uk\/index.php\/wp-json\/wp\/v2\/media?parent=6028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}