{"id":18192,"date":"2025-12-23T08:05:25","date_gmt":"2025-12-23T08:05:25","guid":{"rendered":"https:\/\/grip-facility.com\/?page_id=18192"},"modified":"2025-12-29T15:26:29","modified_gmt":"2025-12-29T15:26:29","slug":"smart-automation","status":"publish","type":"page","link":"https:\/\/www.grip-facility.com\/en\/platform\/artificial-intelligence\/smart-automation\/","title":{"rendered":"Smart Automation"},"content":{"rendered":"\n\n<style>\n\/* Fix gap *\/\nsection[class*=\"-hero\"] { margin-top: -85px !important; }\n\n\/* Smart Automation - Orange\/Automation theme *\/\n.automatiseren-hero {\n  background: linear-gradient(135deg, #FF4B2A 0%, #E0341B 100%) !important;\n  min-height: auto !important;\n  padding: 80px 16px 80px !important;\n  position: relative;\n  overflow: hidden;\n}\n\n.automatiseren-hero::before {\n  content: \"\";\n  position: absolute;\n  width: 200px;\n  height: 200px;\n  background: rgba(255,255,255,0.1);\n  border-radius: 50%;\n  top: -50px;\n  left: -50px;\n}\n\n.automatiseren-hero::after {\n  content: \"\";\n  position: absolute;\n  width: 150px;\n  height: 150px;\n  background: rgba(0,107,255,0.2);\n  border-radius: 50%;\n  bottom: -30px;\n  right: 10%;\n}\n\n.automatiseren-hero .hero__overlay {\n  position: relative;\n  z-index: 2;\n  max-width: 1100px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1.2fr 1fr;\n  gap: 3rem;\n  align-items: center;\n}\n\n.automatiseren-hero .hero__content {\n  color: #fff;\n}\n\n.automatiseren-hero .hero__badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 0.75rem;\n  font-weight: 600;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  color: #fff;\n  background: rgba(255,255,255,0.2);\n  padding: 8px 16px;\n  border-radius: 20px;\n  margin-bottom: 1rem;\n}\n\n.automatiseren-hero .hero__badge::before {\n  content: \"\u2713\";\n  background: #22C55E;\n  color: #fff;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.65rem;\n}\n\n.automatiseren-hero .hero__title {\n  font-size: 2.5rem;\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 1rem;\n  line-height: 1.2;\n}\n\n.automatiseren-hero .hero__subtitle {\n  font-size: 1.1rem;\n  color: rgba(255,255,255,0.9);\n  margin-bottom: 2rem;\n  line-height: 1.7;\n}\n\n.automatiseren-hero .hero__cta {\n  display: inline-block;\n  background: #fff;\n  color: #FF4B2A;\n  padding: 1rem 2rem;\n  border-radius: 8px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n\n.automatiseren-hero .hero__cta:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n  color: #FF4B2A;\n}\n\n.automatiseren-hero .hero__visual {\n  background: #fff;\n  border-radius: 16px;\n  padding: 2rem;\n  box-shadow: 0 20px 50px rgba(0,0,0,0.2);\n}\n\n.automatiseren-hero .hero__visual-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.automatiseren-hero .hero__visual-list li {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  padding: 12px 0;\n  border-bottom: 1px solid #E2E8F0;\n  color: #334155;\n  font-size: 0.95rem;\n}\n\n.automatiseren-hero .hero__visual-list li:last-child {\n  border-bottom: none;\n}\n\n.automatiseren-hero .hero__visual-list li::before {\n  content: \"\u2192\";\n  color: #FF4B2A;\n  font-weight: 700;\n}\n\n\/* What section *\/\n.automatiseren-what {\n  padding: 5rem 2rem;\n  background: #fff;\n}\n\n.automatiseren-what-container {\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.automatiseren-what h2 {\n  font-size: 2rem;\n  font-weight: 700;\n  color: #0F172A;\n  margin-bottom: 1.5rem;\n  text-align: center;\n}\n\n.automatiseren-what .lead {\n  font-size: 1.15rem;\n  color: #64748B;\n  line-height: 1.8;\n  text-align: center;\n  margin-bottom: 3rem;\n}\n\n.automatiseren-what p {\n  color: #334155;\n  font-size: 1rem;\n  line-height: 1.8;\n  margin-bottom: 1.5rem;\n}\n\n\/* Benefits grid *\/\n.automatiseren-benefits {\n  padding: 4rem 2rem;\n  background: #F8FAFC;\n}\n\n.automatiseren-benefits-container {\n  max-width: 1100px;\n  margin: 0 auto;\n}\n\n.automatiseren-benefits h2 {\n  text-align: center;\n  font-size: 1.8rem;\n  font-weight: 700;\n  color: #0F172A;\n  margin-bottom: 3rem;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 1.5rem;\n}\n\n.benefit-card {\n  background: #fff;\n  border-radius: 12px;\n  padding: 1.5rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n}\n\n.benefit-card h4 {\n  font-size: 1rem;\n  font-weight: 600;\n  color: #0F172A;\n  margin-bottom: 0.5rem;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n}\n\n.benefit-card h4::before {\n  content: \"\u2713\";\n  background: #FF4B2A;\n  color: #fff;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.7rem;\n}\n\n.benefit-card p {\n  color: #64748B;\n  font-size: 0.9rem;\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* Link to blog *\/\n.automatiseren-blog-link {\n  padding: 3rem 2rem;\n  background: #fff;\n  text-align: center;\n}\n\n.automatiseren-blog-link a {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: #FF4B2A;\n  font-weight: 600;\n  text-decoration: none;\n  font-size: 1rem;\n}\n\n.automatiseren-blog-link a:hover {\n  text-decoration: underline;\n}\n\n@media (max-width: 900px) {\n  .automatiseren-hero .hero__overlay {\n    grid-template-columns: 1fr;\n    text-align: center;\n  }\n  .automatiseren-hero .hero__title {\n    font-size: 2rem;\n  }\n  .automatiseren-hero .hero__visual {\n    max-width: 400px;\n    margin: 0 auto;\n  }\n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n}\n<\/style>\n\n<section class=\"automatiseren-hero\">\n  <div class=\"hero__overlay\">\n    <div class=\"hero__content\">\n      <span class=\"hero__badge\">Available<\/span>\n      <h1 class=\"hero__title\">Smart Automation with AI<\/h1>\n      <p class=\"hero__subtitle\">\n        Connect your Contract Dashboard to your ERP and FMIS. Let data flow automatically,\n        without manual re-entry. Kaia enriches contracts with information from all connected systems.\n      <\/p>\n      <a href=\"\/en\/schedule-demo\/\" class=\"hero__cta\">Book a demo<\/a>\n    <\/div>\n    <div class=\"hero__visual\">\n      <ul class=\"hero__visual-list\">\n        <li>ERP data automatically linked<\/li>\n        <li>FMIS notifications visible<\/li>\n        <li>One truth, no double entry<\/li>\n        <li>Kaia enriches from all sources<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"automatiseren-what\">\n  <div class=\"automatiseren-what-container\">\n    <h2>Connection as key to smart automation<\/h2>\n    <p class=\"lead\">\n      The real power of smart automation emerges when the <a href=\"\/en\/platform\/contract-partner-dashboard\/\">Contract Dashboard<\/a>\n      is connected to the systems you already use.\n    <\/p>\n    <p>\n      Think of your ERP system for procurement contracts and supplier data, or your FMIS for notifications,\n      failures and completed work. Through these <a href=\"\/en\/platform\/integrations\/\">integrations<\/a>,\n      information flows automatically to the dashboard, without manual re-entry or exporting.\n    <\/p>\n    <p>\n      GRIP Facility is built with integrations in mind. The platform can be connected to\n      ERP systems, FMIS solutions and other data sources, so contract data, notifications and performance\n      are automatically updated. This way the platform grows with your systems and processes \u2014\n      now and in the future.\n    <\/p>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"automatiseren-benefits\">\n  <div class=\"automatiseren-benefits-container\">\n    <h2>Benefits of connecting<\/h2>\n    <div class=\"benefits-grid\">\n      <div class=\"benefit-card\">\n        <h4>Contracts enriched with current data<\/h4>\n        <p>Invoices, notifications and performance from other systems are automatically linked to the right contract, so you always have the complete picture.<\/p>\n      <\/div>\n      <div class=\"benefit-card\">\n        <h4>Notifications directly visible with the contract<\/h4>\n        <p>Failures and complaints from your FMIS automatically appear in the Contract Dashboard, so you recognize patterns and can address suppliers based on facts.<\/p>\n      <\/div>\n      <div class=\"benefit-card\">\n        <h4>One truth, no double entry<\/h4>\n        <p>Supplier data and contract values are synchronized, eliminating errors and outdated information.<\/p>\n      <\/div>\n      <div class=\"benefit-card\">\n        <h4>AI that uses connections<\/h4>\n        <p>Kaia uses the linked information to enrich contracts, signal deviations and identify risks early.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"platform-cta\" style=\"background: linear-gradient(135deg, #FF4B2A 0%, #E0341B 100%)\">\n  <div class=\"platform-cta__inner\" style=\"max-width: 800px;margin: 0 auto;padding: 4rem 2rem;text-align: center\">\n    <h2 style=\"color: #fff;font-size: 2rem;font-weight: 700;margin-bottom: 1rem\">Ready to connect?<\/h2>\n    <p style=\"font-size: 1.1rem;margin-bottom: 2rem\">Discover how GRIP Facility integrates with your ERP and FMIS.<\/p>\n    <div style=\"gap: 1rem;justify-content: center;flex-wrap: wrap\">\n      <a href=\"\/en\/schedule-demo\/\" style=\"background: #fff;color: #FF4B2A;padding: 1rem 2rem;border-radius: 8px;font-weight: 600;text-decoration: none\">Book a demo<\/a>\n      <a href=\"\/en\/platform\/integrations\/\" style=\"background: transparent;color: #fff;padding: 1rem 2rem;border-radius: 8px;font-weight: 600;text-decoration: none\">View integrations<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Available Smart Automation with AI Connect your Contract Dashboard to your ERP and FMIS. Let data flow automatically, without manual re-entry. Kaia enriches contracts with information from all connected systems. Book a demo ERP data automatically linked FMIS notifications visible One truth, no double entry Kaia enriches from all sources Connection as key to smart [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":17963,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-18192","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/pages\/18192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/comments?post=18192"}],"version-history":[{"count":0,"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/pages\/18192\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/pages\/17963"}],"wp:attachment":[{"href":"https:\/\/www.grip-facility.com\/en\/wp-json\/wp\/v2\/media?parent=18192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}