{"id":2423,"date":"2020-08-17T14:42:04","date_gmt":"2020-08-17T12:42:04","guid":{"rendered":"https:\/\/augmentic.nl\/?page_id=2423"},"modified":"2025-09-10T21:16:07","modified_gmt":"2025-09-10T19:16:07","slug":"augmentic_os","status":"publish","type":"page","link":"https:\/\/augmentic.nl\/en\/augmentic_os\/","title":{"rendered":"Augmentic_OS"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2423\" class=\"elementor elementor-2423\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5339f08b ct-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5339f08b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d633665\" data-id=\"d633665\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b87b7e2 e-flex e-con-boxed e-con e-parent\" data-id=\"b87b7e2\" 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-eb1669a elementor-widget elementor-widget-html\" data-id=\"eb1669a\" 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<!DOCTYPE html>\n<html lang=\"nl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Augmentic_OS - AI-besturingssysteem voor uw organisatie<\/title>\n    <meta name=\"description\" content=\"Augmentic_OS is het AI-besturingssysteem voor uw organisatie. AI veilig, flexibel en duurzaam ge\u00efntegreerd in werkprocessen. Powered by Langdock.\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* Huisstijl kleuren *\/\n        :root {\n            --primary-blue: #3B54D9;\n            --primary-purple: #9C73FF;\n            --primary-cyan: #29BAF0;\n            --primary-green: #2EDE85;\n            --neutral-light: #F6F6F6;\n            --text-primary: #2D3748;\n            --text-secondary: #718096;\n            --background: #FFFFFF;\n            --border: #E2E8F0;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Plus Jakarta Sans', system-ui, sans-serif;\n            line-height: 1.6;\n            color: var(--text-primary);\n            background: var(--background);\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            position: relative;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(135deg, var(--background) 0%, var(--neutral-light) 50%, var(--background) 100%);\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, var(--primary-blue), var(--primary-purple));\n            opacity: 0.05;\n        }\n\n        .hero-content {\n            text-align: center;\n            position: relative;\n            z-index: 10;\n        }\n\n        .badge {\n            display: inline-block;\n            padding: 8px 16px;\n            background: rgba(41, 186, 240, 0.1);\n            color: var(--primary-cyan);\n            border-radius: 50px;\n            font-size: 14px;\n            font-weight: 600;\n            border: 1px solid rgba(41, 186, 240, 0.2);\n            margin-bottom: 24px;\n        }\n\n        .hero h1 {\n            font-size: clamp(48px, 8vw, 96px);\n            font-weight: 800;\n            margin-bottom: 24px;\n            line-height: 1.1;\n        }\n\n        .gradient-text {\n            background: linear-gradient(135deg, var(--primary-blue), var(--primary-purple));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .hero p {\n            font-size: clamp(18px, 3vw, 24px);\n            color: var(--text-secondary);\n            max-width: 800px;\n            margin: 0 auto 32px;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 16px;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin-bottom: 48px;\n        }\n\n        .btn {\n            padding: 12px 32px;\n            border-radius: 8px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border: none;\n            font-size: 16px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .btn-primary {\n            background: linear-gradient(135deg, var(--primary-blue), var(--primary-purple));\n            color: white;\n            box-shadow: 0 10px 30px -5px rgba(59, 84, 217, 0.2);\n        }\n\n        .btn-primary:hover {\n            opacity: 0.9;\n            transform: translateY(-2px);\n        }\n\n        .btn-outline {\n            background: var(--background);\n            color: var(--text-primary);\n            border: 1px solid var(--border);\n        }\n\n        .btn-outline:hover {\n            background: var(--neutral-light);\n        }\n\n        .trust-text {\n            font-size: 14px;\n            color: var(--text-secondary);\n        }\n\n        \/* Floating elements *\/\n        .floating-element {\n            position: absolute;\n            border-radius: 50%;\n            filter: blur(20px);\n            animation: pulse 2s ease-in-out infinite;\n        }\n\n        .floating-1 {\n            top: 20%;\n            left: 10%;\n            width: 80px;\n            height: 80px;\n            background: rgba(156, 115, 255, 0.2);\n        }\n\n        .floating-2 {\n            bottom: 20%;\n            right: 10%;\n            width: 128px;\n            height: 128px;\n            background: rgba(46, 222, 133, 0.2);\n            animation-delay: 1s;\n        }\n\n        .floating-3 {\n            top: 50%;\n            right: 20%;\n            width: 64px;\n            height: 64px;\n            background: rgba(41, 186, 240, 0.2);\n            animation-delay: 0.5s;\n        }\n\n        @keyframes pulse {\n            0%, 100% { opacity: 0.4; transform: scale(1); }\n            50% { opacity: 0.8; transform: scale(1.1); }\n        }\n\n        \/* Section Styling *\/\n        .section {\n            padding: 96px 0;\n        }\n\n        .section.alt {\n            background: rgba(246, 246, 246, 0.5);\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 64px;\n        }\n\n        .section-header h2 {\n            font-size: clamp(32px, 5vw, 48px);\n            font-weight: 800;\n            margin-bottom: 24px;\n        }\n\n        .section-header p {\n            font-size: 20px;\n            color: var(--text-secondary);\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* Grid Layouts *\/\n        .grid {\n            display: grid;\n            gap: 32px;\n        }\n\n        .grid-2 {\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n        }\n\n        .grid-3 {\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        }\n\n        \/* Card Styling *\/\n        .card {\n            background: var(--background);\n            border: 1px solid var(--border);\n            border-radius: 16px;\n            padding: 32px;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);\n        }\n\n        .card::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            border-radius: 16px;\n            opacity: 0.05;\n            transition: opacity 0.3s ease;\n        }\n\n        .card:hover::before {\n            opacity: 0.1;\n        }\n\n        .card-blue::before {\n            background: linear-gradient(135deg, var(--primary-blue), var(--primary-purple));\n        }\n\n        .card-purple::before {\n            background: linear-gradient(135deg, var(--primary-purple), var(--primary-cyan));\n        }\n\n        .card-cyan::before {\n            background: linear-gradient(135deg, var(--primary-cyan), var(--primary-green));\n        }\n\n        .card-icon {\n            width: 64px;\n            height: 64px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 24px;\n            font-size: 24px;\n            transition: transform 0.3s ease;\n        }\n\n        .card:hover .card-icon {\n            transform: scale(1.1);\n        }\n\n        .card-icon.blue {\n            background: linear-gradient(135deg, var(--primary-blue), var(--primary-cyan));\n        }\n\n        .card-icon.purple {\n            background: linear-gradient(135deg, var(--primary-purple), var(--primary-green));\n        }\n\n        .card-icon.cyan {\n            background: linear-gradient(135deg, var(--primary-cyan), var(--primary-purple));\n        }\n\n        .card h3 {\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 16px;\n            position: relative;\n            z-index: 10;\n        }\n\n        .card h4 {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--primary-blue);\n            margin-bottom: 16px;\n            position: relative;\n            z-index: 10;\n        }\n\n        .card p, .card li {\n            color: var(--text-secondary);\n            position: relative;\n            z-index: 10;\n        }\n\n        \/* List Styling *\/\n        .feature-list {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .feature-list li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n\n        .feature-list li::before {\n            content: '';\n            width: 8px;\n            height: 8px;\n            background: var(--primary-cyan);\n            border-radius: 50%;\n            margin-right: 12px;\n            margin-top: 8px;\n            flex-shrink: 0;\n        }\n\n        \/* Highlight Box *\/\n        .highlight-box {\n            background: rgba(59, 84, 217, 0.05);\n            border: 1px solid rgba(59, 84, 217, 0.2);\n            border-radius: 12px;\n            padding: 32px;\n            margin: 32px 0;\n        }\n\n        .highlight-box h3 {\n            margin-bottom: 16px;\n        }\n\n        \/* Code Block *\/\n        .code-block {\n            background: rgba(59, 84, 217, 0.05);\n            border: 1px solid rgba(59, 84, 217, 0.2);\n            border-radius: 12px;\n            padding: 24px;\n            margin: 24px 0;\n            font-family: 'Courier New', monospace;\n        }\n\n        .code-block h4 {\n            margin-bottom: 12px;\n            font-family: 'Plus Jakarta Sans', system-ui, sans-serif;\n        }\n\n        .code-line {\n            color: var(--primary-blue);\n            font-size: 14px;\n            margin-bottom: 8px;\n        }\n\n        \/* Integration Grid *\/\n        .integration-item {\n            background: var(--background);\n            border: 1px solid var(--border);\n            border-radius: 12px;\n            padding: 24px;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .integration-item:hover {\n            box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);\n        }\n\n        .integration-logo {\n            width: 48px;\n            height: 48px;\n            border-radius: 8px;\n            margin: 0 auto 12px;\n        }\n\n        .logo-microsoft { background: linear-gradient(135deg, #0078d4, #106ebe); }\n        .logo-afas { background: linear-gradient(135deg, #16a085, #1abc9c); }\n        .logo-exact { background: linear-gradient(135deg, #ff6b35, #f7931e); }\n        .logo-dynamics { background: linear-gradient(135deg, #0078d4, #8a2be2); }\n        .logo-salesforce { background: linear-gradient(135deg, #00a1e0, #0070d2); }\n        .logo-slack { background: linear-gradient(135deg, #8a2be2, #4a154b); }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero {\n                min-height: 80vh;\n                padding: 40px 0;\n            }\n\n            .section {\n                padding: 64px 0;\n            }\n\n            .grid-2, .grid-3 {\n                grid-template-columns: 1fr;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .btn {\n                width: 100%;\n                max-width: 300px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .container {\n                padding: 0 16px;\n            }\n\n            .card {\n                padding: 24px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"floating-element floating-1\"><\/div>\n        <div class=\"floating-element floating-2\"><\/div>\n        <div class=\"floating-element floating-3\"><\/div>\n        \n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <div class=\"badge\">\n                    AI operating system for your organization\n                <\/div>\n                \n                <h1>\n                    <span class=\"gradient-text\">Augmentic_OS<\/span>\n                <\/h1>\n                \n                <p>\n                    AI safely, flexibly and sustainably integrated into your work processes.\n                    No separate experiments, but a solid foundation that employees can rely on every day.\n                <\/p>\n                \n                <div class=\"cta-buttons\">\n                    <a href=\"#\" class=\"btn btn-primary\">Start the configurator<\/a>\n                    <a href=\"#\" class=\"btn btn-outline\">Learn more<\/a>\n                <\/div>\n                \n                <p class=\"trust-text\">\n                    Powered by Langdock - Enterprise-ready AI platform\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Intro Section -->\n    <section class=\"section alt\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>\n                    What is <span class=\"gradient-text\">Augmentic_OS?<\/span>\n                <\/h2>\n            <\/div>\n            \n            <div style=\"max-width: 1000px; margin: 0 auto;\">\n                <p style=\"font-size: 18px; margin-bottom: 32px; color: var(--text-secondary);\">\n                    AI is everywhere. But how do you deploy it in a way that really benefits your organization?\n                    Many companies see the potential, but struggle with questions like: where do we start?\n                    what suits us, and how do we ensure that AI does not stand alone next to the work, but becomes part of it?\n                <\/p>\n\n                <p style=\"font-size: 18px; margin-bottom: 32px; color: var(--text-secondary);\">\n                    Augmentic_OS provides a concrete answer to this. It is <strong style=\"color: var(--text-primary);\">THE AI operating system<\/strong> for your organization:\n                    A platform that integrates AI securely, flexibly and sustainably into your work processes.\n                    No loose experiments, no fragmentation, but a solid foundation that employees can rely on every day.\n                <\/p>\n\n                <div class=\"highlight-box\">\n                    <h3><span class=\"gradient-text\">Augmentic_OS<\/span> powered by Langdock<\/h3>\n                    <p style=\"margin-bottom: 16px;\">\n                        Augmentic_OS is built on the technology of Langdock, our strategic partner.\n                        Where Langdock delivers the robust AI platform, Augmentic ensures that it is optimally deployed in the Dutch market.\n                    <\/p>\n                    <p>\n                        We combine the power of the platform with our experience in IT, data and AI implementations,\n                        so that organizations not only have access to powerful technology, but also realize value directly from it.\n                    <\/p>\n                <\/div>\n\n                <div style=\"background: rgba(41, 186, 240, 0.05); border: 1px solid rgba(41, 186, 240, 0.2); border-radius: 16px; padding: 32px; margin-top: 32px; text-align: center;\">\n                    <p style=\"color: var(--text-primary); font-weight: 600; font-size: 20px;\">\n                        Our goal: that customers experience results from day one with Augmentic_OS -\n                        not as a loose experiment, but as a solution that fits into their overall information and process needs.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Core Services Section -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>Complete portfolio of <span class=\"gradient-text\">services<\/span><\/h2>\n                <p>In addition, we provide a complete portfolio of services that ensure a solid foundation and room for further growth:<\/p>\n            <\/div>\n            \n            <div class=\"grid grid-2\">\n                <div class=\"card card-blue\">\n                    <div class=\"card-icon blue\">\ud83d\udee1\ufe0f<\/div>\n                    <h3>Augmentic_OS Core<\/h3>\n                    <p style=\"margin-bottom: 16px;\">\n                        This is the fixed foundation of Augmentic_OS and always included by default.\n                        It includes onboarding, guidance, support and standard integrations.\n                    <\/p>\n                    <p style=\"color: var(--text-primary); font-weight: 600;\">\n                        This makes AI a natural part of daily practice from the start.\n                    <\/p>\n                <\/div>\n\n                <div class=\"card card-purple\">\n                    <div class=\"card-icon purple\">\ud83d\udcc8<\/div>\n                    <h3>Augmentic_OS Impact Modules<\/h3>\n                    <p>\n                        These are optional extensions that increase value: from continuous improvement of workflows\n                        and access to a library of ready-to-use agents, to microtraining and dashboards\n                        that provide insights into usage and impact.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Features Section -->\n    <section class=\"section alt\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>The core functions of <span class=\"gradient-text\">Augmentic_OS<\/span><\/h2>\n                <p>\n                    Augmentic_OS is much more than a chat window. It is an ecosystem of smart features\n                    and assistants that enhances productivity and collaboration across all levels of the organization.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-2\" style=\"margin-bottom: 64px;\">\n                <div class=\"card card-blue\">\n                    <div class=\"card-icon blue\">\ud83d\udcac<\/div>\n                    <h3>Augmentic_OS Chat<\/h3>\n                    <h4>superpowers for each team member<\/h4>\n                    <ul class=\"feature-list\">\n                        <li>File analysis: upload reports, tables or images and have them summarized or visualized<\/li>\n                        <li>Audio &amp; video transcription: make conversations insightful and get action points from them<\/li>\n                        <li>Websearch &amp; Deep Research: work complex questions into complete reports with source attribution<\/li>\n                        <li>Canvas editor: collaborate with AI on longer texts, translations or code<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"card card-purple\">\n                    <div class=\"card-icon purple\">\ud83e\udd16<\/div>\n                    <h3>Augmentic_OS Assistants<\/h3>\n                    <h4>AI experts in your organization<\/h4>\n                    <ul class=\"feature-list\">\n                        <li>Integrate with your documents: connect knowledge from your organization directly with AI<\/li>\n                        <li>Forms as input: standardize recurring tasks and increase quality<\/li>\n                        <li>Company-wide context: capture brand identity and product info so that all output is consistent<\/li>\n                        <li>Add specific document folders so assistants are always working with the most up-to-date information<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <h3>Productivity boosters<\/h3>\n                <p style=\"margin-bottom: 16px;\">\n                    With the @ command, you use assistants and tools directly within one chat.\n                <\/p>\n                \n                <div class=\"code-block\">\n                    <h4>Example:<\/h4>\n                    <div class=\"code-line\">\"@Marketing Assistant, create a slogan for our new product.\"<\/div>\n                    <p style=\"color: var(--text-secondary); margin: 8px 0; font-family: 'Plus Jakarta Sans', system-ui, sans-serif;\">Next:<\/p>\n                    <div class=\"code-line\">\"@Jira, make a ticket for the design team with this slogan.\"<\/div>\n                    <p style=\"margin-top: 16px; color: var(--text-secondary); font-family: 'Plus Jakarta Sans', system-ui, sans-serif;\">\n                        This is how you combine multiple steps and systems into one fluid conversation. Less switching, more results.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Security Section -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <div style=\"width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-blue), var(--primary-green)); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; color: white; font-size: 32px;\">\ud83d\udd12<\/div>\n                <h2>Security, compliance and <span class=\"gradient-text\">flexibility<\/span><\/h2>\n                <p>\n                    Especially in a business context, security and compliance make the difference.\n                    Augmentic_OS is designed with the highest standards:\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-2\">\n                <div class=\"card\">\n                    <div style=\"width: 12px; height: 12px; background: var(--primary-green); border-radius: 50%; float: left; margin-top: 8px; margin-right: 16px;\"><\/div>\n                    <h3>ISO 27001 and SOC 2 certified<\/h3>\n                    <p>The highest international standards for information security<\/p>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div style=\"width: 12px; height: 12px; background: var(--primary-green); border-radius: 50%; float: left; margin-top: 8px; margin-right: 16px;\"><\/div>\n                    <h3>AVG compliant and EU hosting<\/h3>\n                    <p>Data stays in Europe and is not used for model training<\/p>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div style=\"width: 12px; height: 12px; background: var(--primary-green); border-radius: 50%; float: left; margin-top: 8px; margin-right: 16px;\"><\/div>\n                    <h3>Model-independent<\/h3>\n                    <p>Choose the most appropriate model for each task: OpenAI, Anthropic, Google or Mistral<\/p>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div style=\"width: 12px; height: 12px; background: var(--primary-green); border-radius: 50%; float: left; margin-top: 8px; margin-right: 16px;\"><\/div>\n                    <h3>Deep integrations<\/h3>\n                    <p>Connects seamlessly with Microsoft 365, Slack and Salesforce<\/p>\n                <\/div>\n            <\/div>\n\n            <div style=\"background: rgba(59, 84, 217, 0.1); border: 1px solid rgba(59, 84, 217, 0.2); border-radius: 16px; padding: 32px; margin-top: 48px; text-align: center;\">\n                <h3 style=\"margin-bottom: 16px;\">Enterprise-ready from day one<\/h3>\n                <p style=\"font-size: 18px;\">\n                    With Augmentic_OS, you don't have to compromise between functionality and security.\n                    All enterprise requirements are built in by default.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Integrations Section -->\n    <section class=\"section alt\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <div style=\"width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-cyan), var(--primary-green)); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; color: white; font-size: 32px;\">\ud83d\udd17<\/div>\n                <h2><span class=\"gradient-text\">Integrations<\/span><\/h2>\n            <\/div>\n\n            <div style=\"max-width: 1000px; margin: 0 auto;\">\n                <p style=\"font-size: 18px; margin-bottom: 32px;\">\n                    The power of Augmentic_OS also lies in how it connects with the systems you already use.\n                    Just as international platforms integrate with tools like Google Drive or Confluence,\n                    Augmentic_OS provides direct links to your core applications.\n                <\/p>\n\n                <p style=\"font-size: 18px; margin-bottom: 48px;\">\n                    For the Dutch market, we work with clients to look at the most relevant links,\n                    depending on their needs and the scale at which applications are deployed.\n                    We focus on leading financial and business applications that are widely used\n                    SMEs and the corporate market, such as <strong>AFAS, Exact and Dynamics 365<\/strong>.\n                <\/p>\n\n                <div class=\"grid grid-3\" style=\"margin-bottom: 48px;\">\n                    <div class=\"integration-item\">\n                        <div class=\"integration-logo logo-microsoft\"><\/div>\n                        <strong>Microsoft 365<\/strong>\n                    <\/div>\n                    <div class=\"integration-item\">\n                        <div class=\"integration-logo logo-afas\"><\/div>\n                        <strong>AFAS<\/strong>\n                    <\/div>\n                    <div class=\"integration-item\">\n                        <div class=\"integration-logo logo-exact\"><\/div>\n                        <strong>Exact<\/strong>\n                    <\/div>\n                    <div class=\"integration-item\">\n                        <div class=\"integration-logo logo-dynamics\"><\/div>\n                        <strong>Dynamics 365<\/strong>\n                    <\/div>\n                    <div class=\"integration-item\">\n                        <div class=\"integration-logo logo-salesforce\"><\/div>\n                        <strong>Salesforce<\/strong>\n                    <\/div>\n                    <div class=\"integration-item\">\n                        <div class=\"integration-logo logo-slack\"><\/div>\n                        <strong>Slack<\/strong>\n                    <\/div>\n                <\/div>\n\n                <div class=\"highlight-box\">\n                    <p style=\"font-size: 18px;\">\n                        At the same time, we are always open to other applications. Because AI is only going to add real value\n                        when it becomes an integral part of the business applications you work with -\n                        and often even cross-application, <strong>Where the most powerful workflows emerge<\/strong>.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Workflows Section -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <div style=\"width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-purple), var(--primary-cyan)); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; color: white; font-size: 32px;\">\u2699\ufe0f<\/div>\n                <h2>Outlook: intelligent <span class=\"gradient-text\">workflows<\/span><\/h2>\n                <p>\n                    Soon, Augmentic_OS will add a powerful workflows feature\n                    that automates complete processes:\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-3\" style=\"margin-bottom: 48px;\">\n                <div class=\"card\">\n                    <div style=\"text-align: center; font-size: 64px; margin-bottom: 16px;\">\u26a1<\/div>\n                    <h3 style=\"text-align: center;\">Trigger-based<\/h3>\n                    <p style=\"text-align: center;\">starts a workflow automatically upon an incoming e-mail or new customer request<\/p>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div style=\"text-align: center; font-size: 64px; margin-bottom: 16px;\">\ud83d\udd04<\/div>\n                    <h3 style=\"text-align: center;\">End-to-end<\/h3>\n                    <p style=\"text-align: center;\">Let AI analyze content, create a task and inform the appropriate team<\/p>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div style=\"text-align: center; font-size: 64px; margin-bottom: 16px;\">\ud83d\udc64<\/div>\n                    <h3 style=\"text-align: center;\">Human-in-the-loop<\/h3>\n                    <p style=\"text-align: center;\">Maintain control at critical steps with mandatory approval<\/p>\n                <\/div>\n            <\/div>\n\n            <div style=\"background: rgba(156, 115, 255, 0.1); border: 1px solid rgba(156, 115, 255, 0.2); border-radius: 16px; padding: 32px; text-align: center;\">\n                <h3 style=\"margin-bottom: 16px;\">The future of process automation<\/h3>\n                <p style=\"font-size: 18px;\">\n                    Thus, Augmentic_OS grows into a <strong>proactive agent<\/strong> that drives business processes.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Why Section -->\n    <section class=\"section alt\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>Why <span class=\"gradient-text\">Augmentic_OS?<\/span><\/h2>\n                <p>\n                    With Augmentic_OS, you not only get a powerful AI platform,\n                    but also everything needed to get real value out of it.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-3\" style=\"margin-bottom: 64px;\">\n                <div class=\"card card-blue\" style=\"height: 100%;\">\n                    <div style=\"font-size: 64px; margin-bottom: 16px;\">\ud83d\udee1\ufe0f<\/div>\n                    <h3>Augmentic_OS Core<\/h3>\n                    <h4>Always included<\/h4>\n                    <p>\n                        Stable foundation with onboarding, guidance through the AI Coach, support and integrations with Microsoft 365.\n                        AI becomes a natural part of the working day from day one.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"card card-purple\" style=\"height: 100%;\">\n                    <div style=\"font-size: 64px; margin-bottom: 16px;\">\ud83d\udcc8<\/div>\n                    <h3>Impact Modules<\/h3>\n                    <h4>Choose your own growth path<\/h4>\n                    <p>\n                        Continuous improvement of workflows, library of ready-made agents, microtraining and dashboards.\n                        You choose exactly the building blocks that fit your organization.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"card card-cyan\" style=\"height: 100%;\">\n                    <div style=\"font-size: 64px; margin-bottom: 16px;\">\ud83e\udd1d<\/div>\n                    <h3>Technology + Guidance<\/h3>\n                    <h4>All in one package<\/h4>\n                    <p>\n                        An AI operating system that does not stand alongside work, but becomes deeply intertwined with it.\n                        So that your organization benefits today and is ready for tomorrow.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div style=\"background: rgba(59, 84, 217, 0.1); border: 1px solid rgba(59, 84, 217, 0.2); border-radius: 16px; padding: 32px; text-align: center;\">\n                <h3 style=\"margin-bottom: 16px;\">The result<\/h3>\n                <p style=\"font-size: 18px; margin-bottom: 16px;\">\n                    An AI operating system that doesn't stand alongside work, but becomes deeply intertwined with it.\n                    Technology and guidance in one package, so that your organization benefits today and is ready for tomorrow.\n                <\/p>\n                <p style=\"font-size: 20px; font-weight: 600;\" class=\"gradient-text\">\n                    With Augmentic_OS - in partnership with Langdock - AI will not be an experiment, but an essential part of the working day.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Configurator Section -->\n    <section class=\"section\">\n        <div class=\"container\" style=\"max-width: 800px;\">\n            <div class=\"section-header\">\n                <h2>\n                    Set your own <span class=\"gradient-text\">Augmentic_OS solution<\/span> together\n                <\/h2>\n                <p>\n                    Every organization is different. That's why with our online configurator, you can easily\n                    your own Augmentic_OS solution. Including optional extensions and additional services,\n                    so you can immediately see which approach and modules fit best -\n                    and immediately understand the corresponding price.\n                <\/p>\n            <\/div>\n\n            <div class=\"card\" style=\"box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);\">\n                <div style=\"background: rgba(59, 84, 217, 0.1); border-radius: 12px; padding: 32px; margin-bottom: 32px; text-align: center;\">\n                    <h3 style=\"margin-bottom: 16px;\">Find out what Augmentic_OS can do for your organization<\/h3>\n                    <p style=\"margin-bottom: 24px;\">\n                        Configure your customized solution and get instant insight into features and costs.\n                    <\/p>\n                    \n                    <a href=\"#\" class=\"btn btn-primary\" style=\"font-size: 18px; padding: 16px 32px;\">\n                        Start the configurator\n                    <\/a>\n                <\/div>\n\n                <div class=\"grid grid-3\">\n                    <div style=\"display: flex; align-items: flex-start;\">\n                        <div style=\"width: 8px; height: 8px; background: var(--primary-cyan); border-radius: 50%; margin-right: 12px; margin-top: 8px; flex-shrink: 0;\"><\/div>\n                        <div>\n                            <h4 style=\"margin-bottom: 4px;\">Custom<\/h4>\n                            <p style=\"font-size: 14px;\">Exactly what fits your organization<\/p>\n                        <\/div>\n                    <\/div>\n                    <div style=\"display: flex; align-items: flex-start;\">\n                        <div style=\"width: 8px; height: 8px; background: var(--primary-green); border-radius: 50%; margin-right: 12px; margin-top: 8px; flex-shrink: 0;\"><\/div>\n                        <div>\n                            <h4 style=\"margin-bottom: 4px;\">Transparent<\/h4>\n                            <p style=\"font-size: 14px;\">Instant insight into costs and opportunities<\/p>\n                        <\/div>\n                    <\/div>\n                    <div style=\"display: flex; align-items: flex-start;\">\n                        <div style=\"width: 8px; height: 8px; background: var(--primary-purple); border-radius: 50%; margin-right: 12px; margin-top: 8px; flex-shrink: 0;\"><\/div>\n                        <div>\n                            <h4 style=\"margin-bottom: 4px;\">Flexible<\/h4>\n                            <p style=\"font-size: 14px;\">Expandable as needed<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-650ca635 e-flex e-con-boxed e-con e-parent\" data-id=\"650ca635\" 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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-a387dc5 e-con-full e-flex e-con e-child\" data-id=\"a387dc5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24ddca04 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"24ddca04\" 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<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"#\">Ready to make AI really work?<br>\nSchedule a no-obligation introductory meeting and find out what our approach can do for your organization.\n<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-60514307 e-con-full e-flex e-con e-child\" data-id=\"60514307\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35f08379 elementor-align-right elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"35f08379\" data-element_type=\"widget\" data-e-type=\"widget\" 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-lg\" href=\"https:\/\/calendly.com\/peter-dehaas-augmentic\">\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\">Get in touch<\/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>","protected":false},"excerpt":{"rendered":"<p>Augmentic_OS &#8211; AI-besturingssysteem voor uw organisatie AI-besturingssysteem voor uw organisatie Augmentic_OS AI veilig, flexibel en duurzaam ge\u00efntegreerd in je werkprocessen. Geen losse experimenten, maar een solide basis waarop medewerkers dagelijks kunnen vertrouwen. Start de configurator Meer informatie Powered by Langdock &#8211; Enterprise-ready AI platform Wat is Augmentic_OS? AI is overal. Maar hoe zet je het [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2423","page","type-page","status-publish","hentry"],"blocksy_meta":{"page_title_panel":"","has_hero_section":"disabled","0df2dca53447789c9966a9ee2482ae8e":"","hero_section":"type-1","hero_elements":[{"id":"custom_title","enabled":true,"heading_tag":"h1","title":"Home"},{"id":"custom_description","enabled":true,"description_visibility":{"desktop":true,"tablet":true,"mobile":false}},{"id":"custom_meta","enabled":false,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":25},{"id":"post_date","enabled":true,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"comments","enabled":true}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true}},{"id":"breadcrumbs","enabled":false}],"9a068402903147dab0312ed721d813d1":"","hero_alignment1":"left","hero_alignment2":"center","hero_vertical_alignment":"center","878df3921d36f5f7834a2f50f2d62119":"","hero_structure":"narrow","c672b96ecc952ad64c8c2d7fdf1a61dc":"","page_title_bg_type":"featured_image","custom_hero_background":{"attachment_id":null},"parallax":{"desktop":false,"tablet":false,"mobile":false},"cc7bcd5456d7cac909e888486d83b616":"","hero_height":"250px","pageTitleFont":{"family":"Default","variation":"Default","size":{"desktop":"32px","tablet":"30px","mobile":"25px"},"line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageTitleFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageMetaFont":{"family":"Default","variation":"n6","size":"12px","line-height":"1.3","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"pageMetaFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageExcerptFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageExcerptColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"breadcrumbsFont":{"family":"Default","variation":"n6","size":"12px","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"breadcrumbsFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"initial":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageTitleOverlay":{"default":{"color":"rgba(41, 51, 60, 0.2)"}},"pageTitleBackground":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"backgroundColor":{"default":{"color":"#EDEFF2"}}},"5384544efa2613b7222fa667fe0c3bd5":"","page_structure_type":"default","content_style":"inherit","vertical_spacing_source":"custom","content_area_spacing":"none","background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"content_background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"backgroundColor":{"default":{"color":"#ffffff"}}},"content_boxed_spacing":{"desktop":"40px","tablet":"35px","mobile":"20px"},"content_boxed_radius":{"top":"3px","bottom":"3px","left":"3px","right":"3px","linked":true},"content_boxed_shadow":{"blur":18,"spread":-6,"v_offset":12,"h_offset":0,"inset":false,"enable":true,"color":{"color":"rgba(34, 56, 101, 0.04)"}},"7b360c47770bb2bc7820037d1b7ccdae":"","disable_featured_image":"no","disable_header":"no","disable_footer":"no","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/pages\/2423","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/comments?post=2423"}],"version-history":[{"count":14,"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/pages\/2423\/revisions"}],"predecessor-version":[{"id":2443,"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/pages\/2423\/revisions\/2443"}],"wp:attachment":[{"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/media?parent=2423"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}