{"id":1177,"date":"2025-12-17T11:48:20","date_gmt":"2025-12-17T10:48:20","guid":{"rendered":"https:\/\/pulse-r.eu\/?page_id=1177"},"modified":"2026-04-16T14:58:46","modified_gmt":"2026-04-16T12:58:46","slug":"features","status":"publish","type":"page","link":"https:\/\/pulse-r.eu\/fr\/beta\/features\/","title":{"rendered":"Features"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1177\" class=\"elementor elementor-1177\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-dce-background-image-url=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/background-features-scaled.webp\" class=\"elementor-element elementor-element-b85f0b8 e-flex e-con-boxed e-con e-parent\" data-id=\"b85f0b8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-620d315 e-con-full e-flex e-con e-child\" data-id=\"620d315\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8e1488e e-flex e-con-boxed e-con e-child\" data-id=\"8e1488e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-066c7f1 e-con-full e-flex e-con e-child\" data-id=\"066c7f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div data-dce-title-color=\"#F9FAF9\" class=\"elementor-element elementor-element-c106601 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c106601\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Pulse-r features<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fbedcae animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"fbedcae\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Insights at\nyour fingertips.<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5fb2839 e-con-full e-flex e-con e-child\" data-id=\"5fb2839\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div data-dce-background-color=\"#FFFFFF21\" class=\"elementor-element elementor-element-7516237 animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7516237\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover how<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78b91bd elementor-widget elementor-widget-html\" data-id=\"78b91bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n    const dictContents = new Map();\n    const wrapper = document.querySelector('.c-toggle__wrapper')\n    const contents = document.querySelectorAll('.c-toggle-content');\n    const buttons = document.querySelectorAll('.c-toggle-title');\n\n    initButton(dictContents, wrapper, contents, buttons);\n    buttonToggle(dictContents, wrapper, contents, buttons);\n});\n\nfunction initButton(dictContents, wrapper, contents, buttons) {\n    if (wrapper && contents && buttons) {\n        buttons.forEach((button, index) => {\n            if (index === 0) {\n                const title = button.querySelector('h6');\n                if (!title) return;\n\n                title.classList.add('active');\n                initContent(dictContents, wrapper, contents, button)\n            }\n        });\n    }\n    else {\n        console.log('Function initButton did not recieve valid attributes')\n    }\n}\n\nfunction buttonToggle(dictContents, wrapper, contents, buttons) {\n    if (wrapper && contents && buttons) {\n        buttons.forEach(button => {\n            const title = button.querySelector('h6');\n            if (!title) return;\n\n            title.addEventListener('click', function () {\n                buttons.forEach(buttonR => {\n                    const titleR = buttonR.querySelector('h6');\n                    titleR.classList.remove('active');\n                });\n\n                title.classList.add('active');\n                toggleContent(dictContents, wrapper, contents, button)\n            });\n        });\n    }\n    else {\n        console.log('Function buttonToggle did not recieve valid attributes')\n    }\n}\n\nfunction initContent(dictContents, wrapper, contents, button) {\n    if(wrapper && contents && button) {\n        const link = button.id.split(\"-\")[1];\n\n        contents.forEach(content => {\n            dictContents.set(content.id.split(\"-\")[1], content);\n            content.remove();\n        })\n\n        const activeContent = dictContents.get(link);\n        if (activeContent) {\n            wrapper.appendChild(activeContent.cloneNode(true));\n        }\n    }\n    else {\n        console.log('Function initContent did not recieve valid attributes')\n    }\n}\n\nfunction toggleContent(dictContents, wrapper, contents, button) {\n    if(wrapper && contents && button) {\n        const link = button.id.split(\"-\")[1];\n        wrapper.innerHTML = '';\n\n        let activeContent = dictContents.get(link);\n\n        if (activeContent.classList.contains('elementor-invisible')) {\n            activeContent.classList.remove('elementor-invisible');\n        }\n\n        if (activeContent) {\n            wrapper.appendChild(activeContent.cloneNode(true));\n        }\n    }\n    else {\n        console.log('Function toggleContent did not recieve valid attributes')\n    }\n}\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-dce-background-color=\"#FFFFFFB3\" class=\"elementor-element elementor-element-9871c28 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"9871c28\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-eea748b e-con-full e-flex e-con e-child\" data-id=\"eea748b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div data-dce-title-color=\"#314D54\" class=\"elementor-element elementor-element-3eadb29 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3eadb29\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Popular insights<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-dce-title-color=\"#F9FAF9\" class=\"elementor-element elementor-element-5f3d469 animated-slow c-toggle-title elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5f3d469\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"toggle-dashboard\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Overview dashboard<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-dce-title-color=\"#F9FAF9\" class=\"elementor-element elementor-element-9330568 animated-slow c-toggle-title elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9330568\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"toggle-pages\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Agent detail pages<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-dce-title-color=\"#F9FAF9\" class=\"elementor-element elementor-element-cc45729 animated-slow c-toggle-title elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"cc45729\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"toggle-chatbots\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Smart chatbots<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-dce-title-color=\"#F9FAF9\" class=\"elementor-element elementor-element-38251aa animated-slow c-toggle-title elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"38251aa\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"toggle-data\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">My safer data<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-dce-title-color=\"#F9FAF9\" class=\"elementor-element elementor-element-42835d0 animated-slow c-toggle-title elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"42835d0\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"toggle-management\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Role-based management<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-dce-background-color=\"#FFFFFFB3\" class=\"elementor-element elementor-element-1833b6e e-con-full animated-slow c-toggle__wrapper e-flex elementor-invisible e-con e-child\" data-id=\"1833b6e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">\n\t\t<div class=\"elementor-element elementor-element-2e8e176 e-con-full c-toggle-content animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"2e8e176\" data-element_type=\"container\" data-e-type=\"container\" id=\"content-dashboard\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:800}\">\n\t\t<div class=\"elementor-element elementor-element-e59740a e-con-full e-flex e-con e-child\" data-id=\"e59740a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e33e902 e-con-full e-flex e-con e-child\" data-id=\"e33e902\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db6d95b dce_masking-none elementor-widget elementor-widget-image\" data-id=\"db6d95b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"596\" height=\"359\" src=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/overview.jpg\" class=\"attachment-medium_large size-medium_large wp-image-1225\" alt=\"\" srcset=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/overview.jpg 596w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/overview-300x181.jpg 300w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/overview-18x12.jpg 18w\" sizes=\"(max-width: 596px) 100vw, 596px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-168d805 e-con-full e-flex e-con e-child\" data-id=\"168d805\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f60b187 animated-slow elementor-widget elementor-widget-heading\" data-id=\"f60b187\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Overview dashboard<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83876cc animated-slow elementor-widget elementor-widget-text-editor\" data-id=\"83876cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>See what matters most at a glance. The dashboard highlights key changes in your data in a journal-style overview. Prioritize actions without digging through reports.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-310b35b e-con-full animated-slow c-toggle-content e-flex elementor-invisible e-con e-child\" data-id=\"310b35b\" data-element_type=\"container\" data-e-type=\"container\" id=\"content-pages\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:800}\">\n\t\t<div class=\"elementor-element elementor-element-5feb2af e-con-full e-flex e-con e-child\" data-id=\"5feb2af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ab038af e-con-full e-flex e-con e-child\" data-id=\"ab038af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e5c4d9 dce_masking-none elementor-widget elementor-widget-image\" data-id=\"3e5c4d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"596\" height=\"359\" src=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/agent-detail.jpg\" class=\"attachment-medium_large size-medium_large wp-image-1224\" alt=\"\" srcset=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/agent-detail.jpg 596w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/agent-detail-300x181.jpg 300w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/agent-detail-18x12.jpg 18w\" sizes=\"(max-width: 596px) 100vw, 596px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d5f75e8 e-con-full e-flex e-con e-child\" data-id=\"d5f75e8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5fbb49 animated-slow elementor-widget elementor-widget-heading\" data-id=\"a5fbb49\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Agent detail pages<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efa1e93 animated-slow elementor-widget elementor-widget-text-editor\" data-id=\"efa1e93\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Dive deeper into any domain with dedicated pages per agent. Each page has:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4d8439 e-con-full e-flex e-con e-child\" data-id=\"d4d8439\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e7c65ab e-con-full e-flex e-con e-child\" data-id=\"e7c65ab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d916298 e-con-full e-flex e-con e-child\" data-id=\"d916298\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89ebeae dce_masking-none elementor-widget elementor-widget-image\" data-id=\"89ebeae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"295\" src=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/collection-rate-300x295.jpg\" class=\"attachment-medium size-medium wp-image-1226\" alt=\"\" srcset=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/collection-rate-300x295.jpg 300w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/collection-rate-12x12.jpg 12w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/collection-rate.jpg 360w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-40513c6 e-con-full e-flex e-con e-child\" data-id=\"40513c6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bfb939a dce_masking-none elementor-widget elementor-widget-image\" data-id=\"bfb939a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"235\" src=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/DETAIL-CARDS-300x235.jpg\" class=\"attachment-medium size-medium wp-image-1227\" alt=\"\" srcset=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/DETAIL-CARDS-300x235.jpg 300w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/DETAIL-CARDS-15x12.jpg 15w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/DETAIL-CARDS.jpg 389w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3b7097 e-con-full e-flex e-con e-child\" data-id=\"f3b7097\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0e8410 animated-slow elementor-widget elementor-widget-text-editor\" data-id=\"b0e8410\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Insight Cards:<\/strong> Visual summaries of A\/B\/C\/D labels (e.g., \u2018Policy X scores C\u2019).<br \/><br \/><strong>Detail Cards:<\/strong> Click any insight to see how the score was calculated<br \/><br \/><strong>Agent-Specific Chatbot:<\/strong> Ask follow-up questions <br \/>and get answers based on your documents.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00209ac e-con-full c-toggle-content animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"00209ac\" data-element_type=\"container\" data-e-type=\"container\" id=\"content-chatbots\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:800}\">\n\t\t<div class=\"elementor-element elementor-element-e87143f e-con-full e-flex e-con e-child\" data-id=\"e87143f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-14d7878 e-con-full e-flex e-con e-child\" data-id=\"14d7878\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de1d384 dce_masking-none elementor-widget elementor-widget-image\" data-id=\"de1d384\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"537\" height=\"467\" src=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/smart-chatbots.jpg\" class=\"attachment-medium_large size-medium_large wp-image-1223\" alt=\"\" srcset=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/smart-chatbots.jpg 537w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/smart-chatbots-300x261.jpg 300w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/smart-chatbots-14x12.jpg 14w\" sizes=\"(max-width: 537px) 100vw, 537px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-133a39b e-con-full e-flex e-con e-child\" data-id=\"133a39b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ce4596 animated-slow elementor-widget elementor-widget-heading\" data-id=\"7ce4596\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Smart chatbots<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1cf893 animated-slow elementor-widget elementor-widget-text-editor\" data-id=\"f1cf893\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Contextual Chatbot:<\/strong> Get instant answers about specific insights or labels.<br \/><br \/><strong>General Chatbot:<\/strong> Ask broader questions about your data<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fca4fb3 e-con-full c-toggle-content animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"fca4fb3\" data-element_type=\"container\" data-e-type=\"container\" id=\"content-data\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:800}\">\n\t\t<div class=\"elementor-element elementor-element-1408de9 e-con-full e-flex e-con e-child\" data-id=\"1408de9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fb16d28 e-con-full e-flex e-con e-child\" data-id=\"fb16d28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2288619 e-con-full e-flex e-con e-child\" data-id=\"2288619\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-420e153 dce_masking-none elementor-widget elementor-widget-image\" data-id=\"420e153\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"295\" src=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/SAFER-DATA-2-300x295.jpg\" class=\"attachment-medium size-medium wp-image-1229\" alt=\"\" srcset=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/SAFER-DATA-2-300x295.jpg 300w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/SAFER-DATA-2-12x12.jpg 12w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/SAFER-DATA-2.jpg 360w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d5b5e96 e-con-full e-flex e-con e-child\" data-id=\"d5b5e96\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dca2409 dce_masking-none elementor-widget elementor-widget-image\" data-id=\"dca2409\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"235\" src=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/SAFER-DATA-1-300x235.jpg\" class=\"attachment-medium size-medium wp-image-1228\" alt=\"\" srcset=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/SAFER-DATA-1-300x235.jpg 300w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/SAFER-DATA-1-15x12.jpg 15w, https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/SAFER-DATA-1.jpg 389w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ee752fc e-con-full e-flex e-con e-child\" data-id=\"ee752fc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0691e46 animated-slow elementor-widget elementor-widget-heading\" data-id=\"0691e46\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">My safer data<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85dae6d animated-slow elementor-widget elementor-widget-text-editor\" data-id=\"85dae6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Upload and structure your data securely:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-06e0190 animated-slow elementor-widget elementor-widget-text-editor\" data-id=\"06e0190\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Pseudonymization:<\/strong> Data is automatically <br \/>anonymized for privacy.<br \/><br \/><strong>Structuring:<\/strong> Raw data is organized for analysis.<br \/><br \/><strong>Role-Based Access:<\/strong> Control who sees what with custom permissions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9a32393 e-con-full c-toggle-content animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"9a32393\" data-element_type=\"container\" data-e-type=\"container\" id=\"content-management\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:800}\">\n\t\t<div class=\"elementor-element elementor-element-edd557f e-con-full e-flex e-con e-child\" data-id=\"edd557f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7d08e70 e-con-full e-flex e-con e-child\" data-id=\"7d08e70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc0c8e5 animated-slow elementor-widget elementor-widget-heading\" data-id=\"bc0c8e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Role-based management<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9200f0a animated-slow elementor-widget elementor-widget-text-editor\" data-id=\"9200f0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Admin:<\/strong> Full access to all domains and settings.<br \/>Why this works for you:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aae5cf0 e-con-full e-flex e-con e-child\" data-id=\"aae5cf0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0bb8386 e-con-full animated-slow e-flex e-con e-child\" data-id=\"0bb8386\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:800}\">\n\t\t<div data-dce-background-color=\"#FFFFFF\" data-dce-background-image-url=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/file-icon.png\" class=\"elementor-element elementor-element-0eccad5 e-con-full e-flex e-con e-child\" data-id=\"0eccad5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9a30b33 e-con-full e-flex e-con e-child\" data-id=\"9a30b33\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b50623 elementor-widget elementor-widget-heading\" data-id=\"8b50623\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Clarity<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca61e3b elementor-widget elementor-widget-text-editor\" data-id=\"ca61e3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>ABCD labels and journals show what needs attention.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-981999b e-con-full animated-slow e-flex e-con e-child\" data-id=\"981999b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:800}\">\n\t\t<div data-dce-background-color=\"#FFFFFF\" data-dce-background-image-url=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/file-icon.png\" class=\"elementor-element elementor-element-d3ca250 e-con-full e-flex e-con e-child\" data-id=\"d3ca250\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a99084 e-con-full e-flex e-con e-child\" data-id=\"6a99084\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00204b7 elementor-widget elementor-widget-heading\" data-id=\"00204b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Control<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4b20f9 elementor-widget elementor-widget-text-editor\" data-id=\"a4b20f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Role-based access keeps data secure and organized.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-78bf77b e-con-full animated-slow e-flex e-con e-child\" data-id=\"78bf77b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:800}\">\n\t\t<div data-dce-background-color=\"#FFFFFF\" data-dce-background-image-url=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/file-icon.png\" class=\"elementor-element elementor-element-47cf2f3 e-con-full e-flex e-con e-child\" data-id=\"47cf2f3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8022f37 e-con-full e-flex e-con e-child\" data-id=\"8022f37\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68d24b5 elementor-widget elementor-widget-heading\" data-id=\"68d24b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Collaboration<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61c4551 elementor-widget elementor-widget-text-editor\" data-id=\"61c4551\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Chatbots and detail cards let teams discuss and act on insights.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12658a3 e-con-full animated-slow e-flex e-con e-child\" data-id=\"12658a3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:800}\">\n\t\t<div data-dce-background-color=\"#FFFFFF\" data-dce-background-image-url=\"https:\/\/pulse-r.eu\/wp-content\/uploads\/2025\/12\/file-icon.png\" class=\"elementor-element elementor-element-688ae23 e-con-full e-flex e-con e-child\" data-id=\"688ae23\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5fad864 e-con-full e-flex e-con e-child\" data-id=\"5fad864\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fada6f elementor-widget elementor-widget-heading\" data-id=\"4fada6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Compliance<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31d4fc4 elementor-widget elementor-widget-text-editor\" data-id=\"31d4fc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Pseudonymization and role management ensure GDPR\/IDD readiness.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d8eb65 e-flex e-con-boxed e-con e-parent\" data-id=\"1d8eb65\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-15cd486 e-con-full e-flex e-con e-child\" data-id=\"15cd486\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div data-dce-title-color=\"#486065\" class=\"elementor-element elementor-element-c5a0f39 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c5a0f39\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">FREQUENTLY ASKED QUESTIONS<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39e8bfd animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"39e8bfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Get your answers.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b19e189 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"b19e189\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-dce-background-color=\"#48606599\" class=\"elementor-element elementor-element-32a4f17 animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"32a4f17\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/pulse-r.eu\/fr\/beta\/faq\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See all FAQ's<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3cbf917 e-con-full e-flex e-con e-child\" data-id=\"3cbf917\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0ec1fc0 animated-slow elementor-invisible elementor-widget elementor-widget-n-accordion\" data-id=\"0ec1fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400,&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1540\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1540\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What makes Pulse-R different from other  analytics or dashboard tools? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\"><g id=\"colapse_arrow_open\" data-name=\"colapse arrow open\" transform=\"translate(2245.311 -18130.31) rotate(90)\"><circle id=\"Ellipse_12\" data-name=\"Ellipse 12\" cx=\"22\" cy=\"22\" r=\"22\" transform=\"translate(18130.311 2201.31)\" fill=\"#fff\"><\/circle><path id=\"Path_107\" data-name=\"Path 107\" d=\"M3256.87,2155.78l7.892,7.8-7.892,7.8\" transform=\"translate(14892.57 59.564)\" fill=\"none\" stroke=\"#486065\" stroke-linecap=\"round\" stroke-width=\"2\"><\/path><\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\"><g id=\"colapse_arrow\" data-name=\"colapse arrow\" transform=\"translate(-18130.311 -2201.31)\"><circle id=\"Ellipse_12\" data-name=\"Ellipse 12\" cx=\"22\" cy=\"22\" r=\"22\" transform=\"translate(18130.311 2201.31)\" fill=\"#fff\"><\/circle><path id=\"Path_107\" data-name=\"Path 107\" d=\"M3256.87,2155.78l7.892,7.8-7.892,7.8\" transform=\"translate(14892.57 59.564)\" fill=\"none\" stroke=\"#486065\" stroke-linecap=\"round\" stroke-width=\"2\"><\/path><\/g><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1540\" class=\"elementor-element elementor-element-9160f94 e-con-full e-flex e-con e-child\" data-id=\"9160f94\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a16ef4 elementor-widget elementor-widget-text-editor\" data-id=\"3a16ef4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1541\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1541\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How does the AI know how to calculate a score? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\"><g id=\"colapse_arrow_open\" data-name=\"colapse arrow open\" transform=\"translate(2245.311 -18130.31) rotate(90)\"><circle id=\"Ellipse_12\" data-name=\"Ellipse 12\" cx=\"22\" cy=\"22\" r=\"22\" transform=\"translate(18130.311 2201.31)\" fill=\"#fff\"><\/circle><path id=\"Path_107\" data-name=\"Path 107\" d=\"M3256.87,2155.78l7.892,7.8-7.892,7.8\" transform=\"translate(14892.57 59.564)\" fill=\"none\" stroke=\"#486065\" stroke-linecap=\"round\" stroke-width=\"2\"><\/path><\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\"><g id=\"colapse_arrow\" data-name=\"colapse arrow\" transform=\"translate(-18130.311 -2201.31)\"><circle id=\"Ellipse_12\" data-name=\"Ellipse 12\" cx=\"22\" cy=\"22\" r=\"22\" transform=\"translate(18130.311 2201.31)\" fill=\"#fff\"><\/circle><path id=\"Path_107\" data-name=\"Path 107\" d=\"M3256.87,2155.78l7.892,7.8-7.892,7.8\" transform=\"translate(14892.57 59.564)\" fill=\"none\" stroke=\"#486065\" stroke-linecap=\"round\" stroke-width=\"2\"><\/path><\/g><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1541\" class=\"elementor-element elementor-element-e374589 e-con-full e-flex e-con e-child\" data-id=\"e374589\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca033a2 elementor-widget elementor-widget-text-editor\" data-id=\"ca033a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1542\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1542\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Is my data safe? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\"><g id=\"colapse_arrow_open\" data-name=\"colapse arrow open\" transform=\"translate(2245.311 -18130.31) rotate(90)\"><circle id=\"Ellipse_12\" data-name=\"Ellipse 12\" cx=\"22\" cy=\"22\" r=\"22\" transform=\"translate(18130.311 2201.31)\" fill=\"#fff\"><\/circle><path id=\"Path_107\" data-name=\"Path 107\" d=\"M3256.87,2155.78l7.892,7.8-7.892,7.8\" transform=\"translate(14892.57 59.564)\" fill=\"none\" stroke=\"#486065\" stroke-linecap=\"round\" stroke-width=\"2\"><\/path><\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\"><g id=\"colapse_arrow\" data-name=\"colapse arrow\" transform=\"translate(-18130.311 -2201.31)\"><circle id=\"Ellipse_12\" data-name=\"Ellipse 12\" cx=\"22\" cy=\"22\" r=\"22\" transform=\"translate(18130.311 2201.31)\" fill=\"#fff\"><\/circle><path id=\"Path_107\" data-name=\"Path 107\" d=\"M3256.87,2155.78l7.892,7.8-7.892,7.8\" transform=\"translate(14892.57 59.564)\" fill=\"none\" stroke=\"#486065\" stroke-linecap=\"round\" stroke-width=\"2\"><\/path><\/g><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1542\" class=\"elementor-element elementor-element-4514e4d e-con-full e-flex e-con e-child\" data-id=\"4514e4d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28e16f4 elementor-widget elementor-widget-text-editor\" data-id=\"28e16f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1543\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1543\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Example of a question about Pulse-R but  longer over 2 sentences just like this. <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\"><g id=\"colapse_arrow_open\" data-name=\"colapse arrow open\" transform=\"translate(2245.311 -18130.31) rotate(90)\"><circle id=\"Ellipse_12\" data-name=\"Ellipse 12\" cx=\"22\" cy=\"22\" r=\"22\" transform=\"translate(18130.311 2201.31)\" fill=\"#fff\"><\/circle><path id=\"Path_107\" data-name=\"Path 107\" d=\"M3256.87,2155.78l7.892,7.8-7.892,7.8\" transform=\"translate(14892.57 59.564)\" fill=\"none\" stroke=\"#486065\" stroke-linecap=\"round\" stroke-width=\"2\"><\/path><\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\"><g id=\"colapse_arrow\" data-name=\"colapse arrow\" transform=\"translate(-18130.311 -2201.31)\"><circle id=\"Ellipse_12\" data-name=\"Ellipse 12\" cx=\"22\" cy=\"22\" r=\"22\" transform=\"translate(18130.311 2201.31)\" fill=\"#fff\"><\/circle><path id=\"Path_107\" data-name=\"Path 107\" d=\"M3256.87,2155.78l7.892,7.8-7.892,7.8\" transform=\"translate(14892.57 59.564)\" fill=\"none\" stroke=\"#486065\" stroke-linecap=\"round\" stroke-width=\"2\"><\/path><\/g><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1543\" class=\"elementor-element elementor-element-b544adb e-flex e-con-boxed e-con e-child\" data-id=\"b544adb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bc47f0 elementor-widget elementor-widget-text-editor\" data-id=\"1bc47f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Pulse-r features Insights at your fingertips. Discover how Popular insights Overview dashboard Agent detail pages Smart chatbots My safer data Role-based management Overview dashboard See what matters most at a glance. The dashboard highlights key changes in your data in a journal-style overview. Prioritize actions without digging through reports. Agent detail pages Dive deeper into [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":1516,"menu_order":82,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1177","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/pulse-r.eu\/fr\/wp-json\/wp\/v2\/pages\/1177","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pulse-r.eu\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pulse-r.eu\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pulse-r.eu\/fr\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/pulse-r.eu\/fr\/wp-json\/wp\/v2\/comments?post=1177"}],"version-history":[{"count":0,"href":"https:\/\/pulse-r.eu\/fr\/wp-json\/wp\/v2\/pages\/1177\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/pulse-r.eu\/fr\/wp-json\/wp\/v2\/pages\/1516"}],"wp:attachment":[{"href":"https:\/\/pulse-r.eu\/fr\/wp-json\/wp\/v2\/media?parent=1177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}