{"id":16228,"date":"2025-02-26T09:17:23","date_gmt":"2025-02-26T08:17:23","guid":{"rendered":"https:\/\/visionsoft.tech\/?page_id=16228"},"modified":"2026-07-08T08:21:52","modified_gmt":"2026-07-08T06:21:52","slug":"vision-ai","status":"publish","type":"page","link":"https:\/\/visionsoft.tech\/en\/vision-ai\/","title":{"rendered":"Vision AI Agent Builder \u2014 No-Code Agentic AI for Industry"},"content":{"rendered":"\n<style>\n\/* FIX espace avant hero *\/\n#qodef-page-inner{padding-top:0 !important;}\n.vs-hero{padding-top:120px !important;}\n\n\/* \u2500\u2500 BASE PAGE \u2500\u2500 *\/\n.vaia-page { color: #1a2238; line-height: 1.65; }\n.vaia-page h2, .vaia-page h3 { color: #0f1a3c; line-height: 1.25; }\n.vaia-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n.vaia-fullwidth { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }\n\n\/* \u2500\u2500 HERO STUDIO STYLE \u2500\u2500 *\/\n.vs-hero {\n  background: linear-gradient(135deg, #232048 0%, #2a5fff 50%, #00a882 100%);\n  padding: 90px 0 60px;\n  width: 100%;\n  position: relative;\n  overflow: hidden;\n width: 100vw !important;\n  max-width: 100vw !important;\n}\n.vs-hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image:\n    radial-gradient(circle at 15% 60%, rgba(255,255,255,0.05) 0%, transparent 55%),\n    radial-gradient(circle at 85% 20%, rgba(0,168,130,0.12) 0%, transparent 50%);\n  pointer-events: none;\n}\n.vs-hero-inner {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 5vw;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: center;\n}\n.vs-hero-eyebrow {\n  display: inline-flex; align-items: center; gap: 8px;\n  background: rgba(255,255,255,0.12);\n  border: 1px solid rgba(255,255,255,0.2);\n  border-radius: 10px;\n  padding: 5px 14px;\n  font-size: 12px; font-weight: 600;\n  color: rgba(255,255,255,0.8);\n  letter-spacing: .6px;\n  text-transform: uppercase;\n  margin-bottom: 20px;\n}\n.vs-hero-eyebrow::before {\n  content: '';\n  width: 6px; height: 6px;\n  border-radius: 50%;\n  background: #00a882;\n}\n.vs-hero h1.vb-headline {\n  font-size: clamp(28px, 3.2vw, 44px) !important;\n  line-height: 1.15 !important;\n  letter-spacing: -0.4px !important;\n  color: #ffffff !important;\n  -webkit-text-fill-color: #ffffff !important;\n  background: none !important;\n  margin: 0 0 20px !important;\n  padding: 0 !important;\n  font-weight: 700 !important;\n  border: none !important;\n}\n.vs-hero h1.vb-headline em {\n  font-style: italic;\n  color: rgba(255,255,255,0.75);\n  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;\n}\n.vs-hero-sub {\n  font-size: 16px;\n  color: rgba(255,255,255,0.72);\n  line-height: 1.7;\n  max-width: 480px;\n  margin-bottom: 32px;\n}\n.vs-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }\n.vs-btn {\n  display: inline-flex !important; align-items: center; gap: 6px;\n  padding: 11px 26px !important;\n  font-size: 15px !important; font-weight: 500 !important;\n  border-radius: 10px !important;\n  text-decoration: none !important;\n  transition: all .2s !important;\n  cursor: pointer;\n  border: 1.5px solid transparent !important;\n  line-height: 1 !important;\n}\n.vs-btn-accent {\n  background: #ffffff !important;\n  color: #232048 !important;\n  border-color: #ffffff !important;\n}\n.vs-btn-accent:hover { background: rgba(255,255,255,0.85) !important; }\n.vs-btn-ghost {\n  color: #ffffff !important;\n  border: 1.5px solid rgba(255,255,255,0.35) !important;\n  background: rgba(255,255,255,0.1) !important;\n}\n.vs-btn-ghost:hover { background: rgba(255,255,255,0.2) !important; }\n.vs-hero-trust {\n  margin-top: 36px;\n  display: flex; gap: 24px; align-items: center;\n  font-size: 13px; color: rgba(255,255,255,0.7);\n  flex-wrap: wrap;\n}\n.vs-trust-item { display: flex; align-items: center; gap: 6px; }\n.vs-trust-icon {\n  width: 16px; height: 16px;\n  background: #00a882;\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 10px; color: white; font-weight: 700;\n  flex-shrink: 0;\n}\n\n\/* \u2500\u2500 MOCKUP AGENT IA \u2500\u2500 *\/\n.vs-hero-visual { position: relative; }\n.vs-ai-badge {\n  position: absolute;\n  top: -16px; right: -16px;\n  background: #2a5fff;\n  color: white;\n  border-radius: 50px;\n  padding: 8px 14px;\n  font-size: 13px; font-weight: 600;\n  box-shadow: 0 4px 16px rgba(42,95,255,0.35);\n  white-space: nowrap;\n  animation: vsfloat 3s ease-in-out infinite;\n  z-index: 2;\n}\n@keyframes vsfloat {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n}\n.vs-mockup-frame {\n  background: #0f0e0d;\n  border-radius: 18px;\n  padding: 22px;\n  box-shadow: 0 28px 70px rgba(15,14,13,0.18), 0 6px 20px rgba(15,14,13,0.08);\n}\n.vs-mockup-topbar { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }\n.vs-dot { width: 10px; height: 10px; border-radius: 50%; }\n.vs-dot-r { background: #ff5f57; }\n.vs-dot-y { background: #febc2e; }\n.vs-dot-g { background: #28c840; }\n.vs-mockup-url {\n  flex: 1;\n  background: rgba(255,255,255,0.08);\n  border-radius: 6px;\n  height: 24px;\n  margin-left: 8px;\n  display: flex; align-items: center; padding: 0 10px;\n}\n.vs-url-text { font-size: 11px; color: rgba(255,255,255,0.3); font-family: monospace; }\n\n\/* Canvas agent *\/\n.vs-agent-canvas {\n  background: #1a1917;\n  border-radius: 10px;\n  padding: 14px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  min-height: 240px;\n}\n\/* Barre agent identit\u00e9 *\/\n.vs-agent-bar {\n  display: flex; align-items: center; gap: 10px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 8px;\n  padding: 8px 12px;\n  border: 1px solid rgba(42,95,255,0.25);\n}\n.vs-agent-avatar {\n  width: 28px; height: 28px;\n  border-radius: 50%;\n  background: linear-gradient(135deg, #2a5fff, #00a882);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 13px;\n  flex-shrink: 0;\n}\n.vs-agent-meta { flex: 1; }\n.vs-agent-name { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.8); }\n.vs-agent-status {\n  display: inline-flex; align-items: center; gap: 4px;\n  font-size: 9px; color: #00a882; font-weight: 600;\n}\n.vs-agent-status::before {\n  content: '';\n  width: 5px; height: 5px;\n  border-radius: 50%;\n  background: #00a882;\n  animation: vsagentpulse 1.5s ease-in-out infinite;\n}\n@keyframes vsagentpulse {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.3; }\n}\n\/* Fil de raisonnement *\/\n.vs-agent-thread { display: flex; flex-direction: column; gap: 7px; flex: 1; }\n.vs-agent-step {\n  display: flex; align-items: flex-start; gap: 8px;\n  font-size: 10px;\n}\n.vs-step-icon {\n  width: 18px; height: 18px;\n  border-radius: 4px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 9px;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.vs-step-icon-think { background: rgba(42,95,255,0.2); color: #6b9fff; }\n.vs-step-icon-fetch { background: rgba(0,168,130,0.2); color: #4dd9b5; }\n.vs-step-icon-act { background: rgba(255,191,47,0.2); color: #ffbf2f; }\n.vs-step-icon-done { background: rgba(0,168,130,0.3); color: #00a882; }\n.vs-step-body { flex: 1; }\n.vs-step-label { color: rgba(255,255,255,0.25); font-size: 9px; text-transform: uppercase; letter-spacing: .5px; font-weight: 600; margin-bottom: 2px; }\n.vs-step-text { color: rgba(255,255,255,0.6); line-height: 1.4; }\n.vs-step-text strong { color: rgba(255,255,255,0.85); font-weight: 600; }\n\/* R\u00e9ponse finale agent *\/\n.vs-agent-reply {\n  background: rgba(0,168,130,0.08);\n  border: 1px solid rgba(0,168,130,0.2);\n  border-radius: 8px;\n  padding: 10px 12px;\n  display: flex; gap: 8px; align-items: flex-start;\n}\n.vs-reply-dot {\n  width: 6px; height: 6px;\n  border-radius: 50%;\n  background: #00a882;\n  margin-top: 4px;\n  flex-shrink: 0;\n}\n.vs-reply-text { font-size: 10px; color: rgba(255,255,255,0.65); line-height: 1.5; font-family: monospace; }\n\n@media (max-width: 768px) {\n  .vs-hero-inner { grid-template-columns: 1fr; gap: 40px; }\n  .vs-hero-visual { display: none; }\n  .vs-hero { padding: 60px 0 48px; }\n}\n\n\/* \u2500\u2500 RESTE DU CONTENU \u2500\u2500 *\/\n.vaia-section-wrap { padding: 70px 0; }\n.vaia-section { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }\n.vaia-section.reverse { direction: rtl; }\n.vaia-section.reverse > * { direction: ltr; }\n.vaia-section img { width: 100%; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.12); }\n.vaia-section video { width: 100%; display:block; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.12); }\n.vaia-section h2 { font-size: 1.8rem; margin-bottom: 20px; }\n\n.vaia-btn { display: inline-block; padding: 14px 28px; background: #1d4ed8; color: #fff !important; border-radius: 8px; font-weight: 600; margin-top: 18px; margin-right: 10px; transition: background .2s; text-decoration: none; }\n.vaia-btn:hover { background: #1e3a8a; }\n.vaia-btn.secondary { background: transparent; color: #1d4ed8 !important; border: 2px solid #1d4ed8; }\n\n.vb-btn-gradient {\n  display: inline-block; padding: 14px 28px;\n  border-radius: 8px;\n  color: #fff !important;\n  border: none;\n  cursor: pointer;\n  font-weight: 600;\n  background: linear-gradient(125deg, #2a5fff 0%, #00a882 100%);\n  box-shadow: 0 8px 20px rgba(42, 95, 255, 0.25);\n  transition: all 0.2s ease;\n  text-decoration: none;\n}\n\n.vaia-pillars-bg { background: #f5f8fd; padding: 70px 20px; }\n.vaia-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }\n.vaia-pillar { padding: 28px; border-top: 4px solid #1d4ed8; background: #fff; border-radius: 0 0 10px 10px; box-shadow: 0 4px 14px rgba(0,0,0,0.04); }\n.vaia-pillar h3 { font-size: 1.15rem; margin-bottom: 12px; }\n\n.vaia-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }\n.vaia-card { background: #fff; border: 1px solid #e5e9f2; border-radius: 12px; padding: 28px; transition: transform .2s, box-shadow .2s; }\n.vaia-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.08); }\n.vaia-card h3 { font-size: 1.2rem; margin-bottom: 12px; color: #1d4ed8; }\n\n.vaia-faq-bg { background: #f5f8fd; padding: 70px 20px; }\n.vaia-faq details { background: #fff; border: 1px solid #e5e9f2; border-radius: 10px; margin-bottom: 12px; padding: 18px 22px; }\n.vaia-faq summary { font-weight: 600; cursor: pointer; font-size: 1.05rem; color: #0f1a3c; }\n.vaia-faq details[open] summary { margin-bottom: 12px; color: #1d4ed8; }\n\n.vaia-cta-final { background: linear-gradient(135deg, #1d4ed8 0%, #0f1a3c 100%); padding: 70px 20px; text-align: center; color: #fff; }\n.vaia-cta-final h2 { color: #fff; font-size: 2rem; margin-bottom: 18px; }\n.vaia-cta-final .vaia-btn { background: #fff; color: #1d4ed8 !important; }\n.vaia-cta-final .vaia-btn:hover { background: #e5e9f2; }\n.vaia-cta-final .vaia-btn.secondary { background: transparent; color: #fff !important; border-color: #fff; }\n\n.vaia-eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.85rem; font-weight: 700; color: #1d4ed8; margin-bottom: 10px; }\n.vaia-center { text-align: center; margin-bottom: 10px; }\n\n.vaia-testimonials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }\n.vaia-testimonial { background: #fff; border: 1px solid #e5e9f2; border-radius: 12px; padding: 28px; border-left: 4px solid #1d4ed8; }\n.vaia-testimonial blockquote { margin: 0 0 12px; font-style: italic; color: #1a2238; line-height: 1.7; }\n.vaia-testimonial cite { font-size: 0.9rem; color: #5a6a8a; font-weight: 600; }\n\n@media (max-width: 860px) {\n  .vaia-section, .vaia-cards, .vaia-pillars, .vaia-testimonials { grid-template-columns: 1fr; }\n  .vaia-section.reverse { direction: ltr; }\n}\n<\/style>\n\n<div class=\"vaia-page\">\n\n  <!-- HERO STYLE STUDIO -->\n  <section class=\"vs-hero\" aria-labelledby=\"vagent-hero-title\">\n    <div class=\"vs-hero-inner\">\n\n      <!-- CONTENU -->\n      <div class=\"vs-hero-content\">\n        <div class=\"vs-hero-eyebrow\">Vision AI Agent Builder<\/div>\n        <h1 class=\"vb-headline\" id=\"vagent-hero-title\">Vision AI Agent Builder: <em>agentic AI in your apps,<\/em> no code<\/h1>\n        <p class=\"vs-hero-sub\">\n          Build autonomous AI agents that know your data, reason over your documents and trigger actions in your applications &#8211; in no-code, hosted in France.\n        <\/p>\n        <div class=\"vs-hero-actions\">\n          <a href=\"https:\/\/visionsoft.tech\/essai-gratuit\/\" class=\"vs-btn vs-btn-accent\">Try Vision AI for free<\/a>\n          <a href=\"https:\/\/visionsoft.tech\/studio\/\" class=\"vs-btn vs-btn-ghost\">More on Vision Studio -&gt;<\/a>\n        <\/div>\n        <div class=\"vs-hero-trust\" aria-label=\"Garanties\">\n          <div class=\"vs-trust-item\">\n            <div class=\"vs-trust-icon\" aria-hidden=\"true\">\u2713<\/div>\n            <span>Multi-LLM (OpenAI, Mistral, Ollama)<\/span>\n          <\/div>\n          <div class=\"vs-trust-item\">\n            <div class=\"vs-trust-icon\" aria-hidden=\"true\">\u2713<\/div>\n            <span>Sovereign, hosted in France<\/span>\n          <\/div>\n          <div class=\"vs-trust-item\">\n            <div class=\"vs-trust-icon\" aria-hidden=\"true\">\u2713<\/div>\n            <span>0 lines of code<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- MOCKUP VISUEL - fil de raisonnement agent IA -->\n      <div class=\"vs-hero-visual\" aria-hidden=\"true\">\n        <div class=\"vs-ai-badge\">Agent running<\/div>\n        <div class=\"vs-mockup-frame\">\n          <div class=\"vs-mockup-topbar\">\n            <div class=\"vs-dot vs-dot-r\"><\/div>\n            <div class=\"vs-dot vs-dot-y\"><\/div>\n            <div class=\"vs-dot vs-dot-g\"><\/div>\n            <div class=\"vs-mockup-url\">\n              <span class=\"vs-url-text\">studio.visionsoft.tech\/agents\/maintenance-gmao<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"vs-agent-canvas\">\n            <!-- Identit\u00e9 agent -->\n            <div class=\"vs-agent-bar\">\n              <div class=\"vs-agent-avatar\">\u26a1<\/div>\n              <div class=\"vs-agent-meta\">\n                <div class=\"vs-agent-name\">Maintenance agent &#8211; Line B<\/div>\n                <div class=\"vs-agent-status\">Processing<\/div>\n              <\/div>\n            <\/div>\n            <!-- Fil de raisonnement -->\n            <div class=\"vs-agent-thread\">\n              <div class=\"vs-agent-step\">\n                <div class=\"vs-step-icon vs-step-icon-think\">\ud83e\udde0<\/div>\n                <div class=\"vs-step-body\">\n                  <div class=\"vs-step-label\">Analysis<\/div>\n                  <div class=\"vs-step-text\">Operator reports abnormal vibrations on <strong>Pump P-201<\/strong><\/div>\n                <\/div>\n              <\/div>\n              <div class=\"vs-agent-step\">\n                <div class=\"vs-step-icon vs-step-icon-fetch\">\ud83d\udcc2<\/div>\n                <div class=\"vs-step-body\">\n                  <div class=\"vs-step-label\">RAG &#8211; Technical documents<\/div>\n                  <div class=\"vs-step-text\">Reading manufacturer manual + <strong>3 similar interventions<\/strong> found<\/div>\n                <\/div>\n              <\/div>\n              <div class=\"vs-agent-step\">\n                <div class=\"vs-step-icon vs-step-icon-fetch\">\ud83d\udd17<\/div>\n                <div class=\"vs-step-body\">\n                  <div class=\"vs-step-label\">SAP PM CMMS<\/div>\n                  <div class=\"vs-step-text\">Failure history checked &#8211; <strong>last overhaul: 47 days ago<\/strong><\/div>\n                <\/div>\n              <\/div>\n              <div class=\"vs-agent-step\">\n                <div class=\"vs-step-icon vs-step-icon-act\">\u2699\ufe0f<\/div>\n                <div class=\"vs-step-body\">\n                  <div class=\"vs-step-label\">Action triggered<\/div>\n                  <div class=\"vs-step-text\">Work order <strong>OT-20241<\/strong> created, technician notified<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n            <!-- R\u00e9ponse finale -->\n            <div class=\"vs-agent-reply\">\n              <div class=\"vs-reply-dot\"><\/div>\n              <div class=\"vs-reply-text\">Diagnosis: likely bearing wear. Work order created, part ref. SKF-6205 to be ordered. Preventive shutdown recommended within 48h.<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- SECTION RAG -->\n  <div class=\"vaia-section-wrap\">\n    <div class=\"vaia-inner\">\n      <section class=\"vaia-section\">\n        <div>\n          <span class=\"vaia-eyebrow\">RAG and business knowledge<\/span>\n          <h2>Give your AI agents access to your documents and internal data<\/h2>\n          <p>An AI agent is only useful if it knows your context. With Vision AI, you connect your technical documents, databases, maintenance histories and quality procedures directly to the agent &#8211; through vector indexing and RAG (Retrieval Augmented Generation) technology.<\/p>\n          <p>The agent doesn&#8217;t just recite your documents: it reasons over their content to provide precise, sourced answers tailored to the operator&#8217;s question. It cites the relevant passages, compares data and flags inconsistencies.<\/p>\n          <p>Your data stays on your infrastructure. It is never sent outside your perimeter to train a third-party model. An essential requirement for sensitive industrial environments.<\/p>\n          <a href=\"https:\/\/visionsoft.tech\/essai-gratuit\/\" class=\"vb-btn-gradient\">Try Vision AI for free<\/a>\n        <\/div>\n        <div>\n          <video src=\"https:\/\/visionsoft.tech\/wp-content\/uploads\/2026\/07\/ai-agent-flow-en.mp4\" autoplay muted loop playsinline preload=\"metadata\" aria-label=\"Vision AI Agent Builder - RAG and business data knowledge\"><\/video>\n        <\/div>\n      <\/section>\n    <\/div>\n  <\/div>\n\n  <!-- SECTION AGENTS AUTONOMES -->\n  <div class=\"vaia-fullwidth vaia-pillars-bg\" style=\"padding: 70px 20px;\">\n    <div class=\"vaia-inner\">\n      <section class=\"vaia-section reverse\">\n        <div>\n          <span class=\"vaia-eyebrow\">Autonomous agents<\/span>\n          <h2>Build AI agents able to act on your systems, not just answer<\/h2>\n          <p>A Vision AI agent isn&#8217;t limited to conversation. You define tools for it in no-code: access to your CMMS, API calls to your ERP, work order creation, sending notifications, updating data in your Vision Studio applications. The agent decides for itself which tools to use depending on the situation.<\/p>\n          <p>Describe your agent&#8217;s expected behavior in plain language: &#8220;when an operator reports a failure, identify the equipment in the CMMS, check the intervention history and propose a diagnosis with the parts to order&#8221;. Vision AI turns this description into an operational agent, configurable visually.<\/p>\n          <p>Every action triggered by the agent is traced, auditable and reversible. You keep full control over what the agent can do &#8211; and what it cannot do.<\/p>\n          <a href=\"https:\/\/visionsoft.tech\/studio\/\" class=\"vb-btn-gradient\">More on Vision Studio<\/a>\n          <a href=\"https:\/\/visionsoft.tech\/essai-gratuit\/\" class=\"vaia-btn secondary\">Try Vision AI for free<\/a>\n        <\/div>\n        <div>\n          <video src=\"https:\/\/visionsoft.tech\/wp-content\/uploads\/2026\/07\/app-ai-en.mp4\" autoplay muted loop playsinline preload=\"metadata\" aria-label=\"Autonomous Vision AI agent - actions on industrial systems\"><\/video>\n        <\/div>\n      <\/section>\n    <\/div>\n  <\/div>\n\n  <!-- PILIERS -->\n  <div class=\"vaia-section-wrap\">\n    <div class=\"vaia-inner\">\n      <div class=\"vaia-center\">\n        <span class=\"vaia-eyebrow\">Industrial agentic AI by Visionsoft<\/span>\n        <h2>Vision AI Agent Builder, the AI that acts for your teams<\/h2>\n      <\/div>\n\n      <p>Vision AI Agent Builder is a step change in how industrial teams interact with their data. Classic generative AI answers questions. Agentic AI acts. A Vision AI agent can check your CMMS, identify drifting equipment, generate a work order and notify the right technician &#8211; autonomously, in seconds.<\/p>\n      <p>It&#8217;s the difference between an assistant that informs you and an agent that handles the problem for you. Your teams spend time making decisions rather than searching for information, entering data or manually coordinating actions across systems.<\/p>\n\n      <div class=\"vaia-pillars\">\n        <div class=\"vaia-pillar\">\n          <h3>A unified AI + no-code platform<\/h3>\n          <p>Vision AI is natively integrated into Vision Studio. You build your AI agent and the surrounding management application in a single platform. No complex integration between an external AI tool and your business application &#8211; everything is connected from the start.<\/p>\n          <p>The data model, screens, workflows and agents share the same repository. The agent knows your business objects because it is part of your application.<\/p>\n        <\/div>\n        <div class=\"vaia-pillar\">\n          <h3>Multi-LLM and vendor-independent<\/h3>\n          <p>Vision AI works with the leading language models on the market: OpenAI (ChatGPT), Mistral AI and Ollama for a fully local deployment. You choose the model that fits your privacy, performance and cost constraints.<\/p>\n          <p>Switching LLM provider doesn&#8217;t affect your agent or your applications. Your business logic stays in Vision Studio, independent of the model used.<\/p>\n        <\/div>\n        <div class=\"vaia-pillar\">\n          <h3>Guaranteed data sovereignty<\/h3>\n          <p>Vision AI is hosted in France and GDPR-compliant. Your documents, your data and your operators&#8217; queries remain strictly confidential. They are never used to train third-party models.<\/p>\n          <p>You choose your hosting mode: sovereign SaaS or on-premise on your own servers. Essential flexibility for defense, energy, healthcare and the food industry.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- CAS D'USAGE -->\n  <div class=\"vaia-fullwidth vaia-pillars-bg\">\n    <div class=\"vaia-inner\">\n      <div class=\"vaia-center\">\n        <span class=\"vaia-eyebrow\">Use cases<\/span>\n        <h2>Four Vision AI agents already in production in industry<\/h2>\n        <p style=\"max-width:780px; margin: 0 auto;\">Vision AI Agent Builder covers the most common use cases of industrial teams. These agents can be deployed in a few days, with no custom development, from your existing data.<\/p>\n      <\/div>\n\n      <div class=\"vaia-cards\">\n        <div class=\"vaia-card\">\n          <h3>Assisted failure diagnosis<\/h3>\n          <p>An operator describes an anomaly in plain language. The agent checks the maintenance history and technical manuals via RAG and proposes a detailed diagnosis with the parts to order and the recommended intervention procedure.<\/p>\n          <p><em>Ideal for maintenance teams looking to reduce downtime and capitalize on their existing documentation base.<\/em><\/p>\n        <\/div>\n        <div class=\"vaia-card\">\n          <h3>Automatic report generation<\/h3>\n          <p>At the end of each shift, an AI workflow aggregates production data, detects deviations from targets and generates a ready-to-approve PDF report &#8211; with no manual entry by operators.<\/p>\n          <p><em>Perfect for production managers who want reliable reports without tying up their field teams on data entry.<\/em><\/p>\n        <\/div>\n        <div class=\"vaia-card\">\n          <h3>Supply chain agent<\/h3>\n          <p>Connected to your ERP via API Maker, the agent monitors stock levels in real time, anticipates shortages according to your business rules and automatically triggers replenishment requests to the right suppliers.<\/p>\n          <p><em>Suited to logistics and purchasing teams who want to automate stock monitoring without custom development.<\/em><\/p>\n        <\/div>\n        <div class=\"vaia-card\">\n          <h3>Documentary quality assistant<\/h3>\n          <p>Your operators ask questions about your ISO procedures, technical drawings or manufacturing routings. The agent answers by citing the relevant passages of your documents, never stepping outside the scope you defined.<\/p>\n          <p><em>Designed for environments where documentary compliance is critical and field teams need a fast, reliable answer.<\/em><\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- TEMOIGNAGES -->\n  <div class=\"vaia-section-wrap\">\n    <div class=\"vaia-inner\">\n      <div class=\"vaia-center\">\n        <span class=\"vaia-eyebrow\">They use Vision AI<\/span>\n        <h2>What our customers say about Vision AI in production<\/h2>\n      <\/div>\n\n      <div class=\"vaia-testimonials\">\n        <div class=\"vaia-testimonial\">\n          <blockquote>With Vision, I discovered we could make complex ideas simple and concrete, and energize our entire IT.<\/blockquote>\n          <cite>Marie &#8211; CEO of an innovative SME<\/cite>\n        <\/div>\n        <div class=\"vaia-testimonial\">\n          <blockquote>I delivered a strategic application 3 months ahead of schedule, even exceeding our expectations, which earned praise from my client.<\/blockquote>\n          <cite>Assim &#8211; Full-Stack Lead Tech developer in an IT services company<\/cite>\n        <\/div>\n        <div class=\"vaia-testimonial\">\n          <blockquote>With Vision, I simplify repetitive, complex processes while automating the deployment of new IT applications.<\/blockquote>\n          <cite>Enrico &#8211; IS architect in a large public organization<\/cite>\n        <\/div>\n        <div class=\"vaia-testimonial\">\n          <blockquote>Vision technology let me deliver an innovative transformation project and get it adopted group-wide.<\/blockquote>\n          <cite>Mathilde &#8211; Maintenance manager in a large private company<\/cite>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- FAQ -->\n  <div class=\"vaia-fullwidth vaia-faq-bg\">\n    <div class=\"vaia-inner vaia-faq\">\n      <div class=\"vaia-center\">\n        <span class=\"vaia-eyebrow\">Frequently asked questions<\/span>\n        <h2>Vision AI Agent Builder FAQ<\/h2>\n        <p>Everything you need to know about Vision AI, the no-code agentic AI platform for industry.<\/p>\n      <\/div>\n\n      <details>\n        <summary>What&#8217;s the difference between Vision AI and a classic chatbot?<\/summary>\n        <p>A classic chatbot answers questions from a script or a generic language model. A Vision AI agent can act: it calls APIs, reads and writes to your databases, triggers workflows, sends notifications and makes decisions based on context. It is also connected to your internal documents and data via RAG technology, which lets it answer within your specific business scope.<\/p>\n      <\/details>\n\n      <details>\n        <summary>Do you need to know how to code to build a Vision AI agent?<\/summary>\n        <p>No. Vision AI Agent Builder is designed for business profiles and IT teams looking to accelerate their projects. You describe your agent&#8217;s behavior and define its tools and data sources in a visual no-code interface. No development or data science skills are required to deploy a first agent in production.<\/p>\n      <\/details>\n\n      <details>\n        <summary>Are my documents and data secure with Vision AI?<\/summary>\n        <p>Yes. Vision AI is hosted in France and GDPR-compliant. Your documents, your data and your operators&#8217; exchanges remain strictly confidential and are never used to train third-party models. You can also opt for an on-premise deployment on your own servers, which guarantees your data never leaves your infrastructure.<\/p>\n      <\/details>\n\n      <details>\n        <summary>Which language models (LLMs) does Vision AI support?<\/summary>\n        <p>Vision AI is compatible with the leading LLMs on the market: OpenAI (ChatGPT), Mistral AI and Ollama for a 100% local deployment. You choose the model that matches your privacy and performance constraints. Switching model doesn&#8217;t change the logic of your agents or your Vision Studio applications.<\/p>\n      <\/details>\n\n      <details>\n        <summary>Can Vision AI integrate with my existing ERP or CMMS?<\/summary>\n        <p>Yes. Through Vision Data Integration and the API Maker built into Vision Studio, your agents can connect to any system exposing a REST or SOAP API, as well as SQL databases, CSV files, message queues or OPC-UA equipment. The agent can read and write data in your ERP, your CMMS or any other system in your IS.<\/p>\n      <\/details>\n\n      <details>\n        <summary>How long does it take to deploy a first agent in production?<\/summary>\n        <p>Typically, a team can deploy a first operational agent in 2 to 5 days depending on the complexity of the integrations to set up. Getting started with Vision AI is fast thanks to the no-code interface and pre-configured agent templates for the most common industrial use cases. A free 30-day trial is available to test the platform on your context.<\/p>\n      <\/details>\n    <\/div>\n  <\/div>\n\n  <!-- CTA FINAL -->\n  <div class=\"vaia-fullwidth vaia-cta-final\">\n    <div class=\"vaia-inner\">\n      <h2>Test the power of Vision AI Agent Builder for 30 days<\/h2>\n      <p style=\"font-size: 1.1rem; max-width: 700px; margin: 0 auto 28px; opacity: 0.9;\">Deploy your first business AI agent in a few days, without writing a line of code, on your infrastructure or as SaaS hosted in France.<\/p>\n      <a href=\"https:\/\/visionsoft.tech\/essai-gratuit\/\" class=\"vaia-btn\">Try Vision AI for free<\/a>\n      <a href=\"https:\/\/visionsoft.tech\/studio\/\" class=\"vaia-btn secondary\">Discover Vision Studio<\/a>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"SoftwareApplication\",\n  \"name\": \"Vision AI Agent Builder\",\n  \"description\": \"Build and deploy your business AI agents in no-code. Automation, RAG on industrial data, without coding.\",\n  \"applicationCategory\": \"BusinessApplication\",\n  \"operatingSystem\": \"Web\",\n  \"url\": \"https:\/\/visionsoft.tech\/vision-ai\/\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"0\",\n    \"priceCurrency\": \"EUR\",\n    \"name\": \"Free trial\"\n  },\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Visionsoft\",\n    \"url\": \"https:\/\/visionsoft.tech\"\n  }\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Vision AI Agent Builder Vision AI Agent Builder: agentic AI in your apps, no code Build autonomous AI agents that know your data, reason over your documents and trigger actions in your applications &#8211; in no-code, hosted in France. Try Vision AI for free More on Vision Studio -&gt; \u2713 Multi-LLM (OpenAI, Mistral, Ollama) \u2713 [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-full-width.php","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-16228","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Vision AI Agent Builder: create and deploy industrial AI agents in no-code. Automate complex tasks, RAG on your data \u2014 no code.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/visionsoft.tech\/en\/vision-ai\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Visionsoft\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Vision AI Agent Builder \u2014 No-Code Agentic AI | Visionsoft\" \/>\n\t\t<meta property=\"og:description\" content=\"Vision AI Agent Builder: create and deploy industrial AI agents in no-code. Automate complex tasks, RAG on your data \u2014 no code.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/visionsoft.tech\/en\/vision-ai\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/visionsoft.tech\/wp-content\/uploads\/2026\/04\/cropped-logo-visionsoft-gradient.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/visionsoft.tech\/wp-content\/uploads\/2026\/04\/cropped-logo-visionsoft-gradient.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t\t<meta property=\"og:image:height\" content=\"198\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-02-26T08:17:23+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-08T06:21:52+00:00\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/vision-ai\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/vision-ai\\\/#listItem\",\"name\":\"Vision AI Agent Builder \\u2014 No-Code Agentic AI for Industry\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/vision-ai\\\/#listItem\",\"position\":2,\"name\":\"Vision AI Agent Builder \\u2014 No-Code Agentic AI for Industry\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/#listItem\",\"name\":\"Accueil\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/#organization\",\"name\":\"Visionsoft\",\"description\":\"Plateforme No-Code & IA pour l'Industrie | Vibe-codez vos apps\",\"url\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/\",\"email\":\"contact@visionsoft.tech\",\"telephone\":\"+33559015960\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"value\":20},\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/visionsoft.tech\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/logo-visionsoft-gradient.webp\",\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/vision-ai\\\/#organizationLogo\",\"width\":512,\"height\":198},\"image\":{\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/vision-ai\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@nocodevision\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/visionsoft-nocode\\\/\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/vision-ai\\\/#webpage\",\"url\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/vision-ai\\\/\",\"name\":\"Vision AI Agent Builder \\u2014 No-Code Agentic AI | Visionsoft\",\"description\":\"Vision AI Agent Builder: create and deploy industrial AI agents in no-code. Automate complex tasks, RAG on your data \\u2014 no code.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/vision-ai\\\/#breadcrumblist\"},\"datePublished\":\"2025-02-26T09:17:23+01:00\",\"dateModified\":\"2026-07-08T08:21:52+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/\",\"name\":\"Visionsoft\",\"alternateName\":\"Vision\",\"description\":\"Plateforme No-Code & IA pour l'Industrie | Vibe-codez vos apps\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/visionsoft.tech\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Vision AI Agent Builder \u2014 No-Code Agentic AI | Visionsoft<\/title>\n\n","aioseo_head_json":{"title":"Vision AI Agent Builder \u2014 No-Code Agentic AI | Visionsoft","description":"Vision AI Agent Builder: create and deploy industrial AI agents in no-code. Automate complex tasks, RAG on your data \u2014 no code.","canonical_url":"https:\/\/visionsoft.tech\/en\/vision-ai\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/visionsoft.tech\/en\/vision-ai\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/visionsoft.tech\/en\/#listItem","position":1,"name":"Accueil","item":"https:\/\/visionsoft.tech\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/visionsoft.tech\/en\/vision-ai\/#listItem","name":"Vision AI Agent Builder \u2014 No-Code Agentic AI for Industry"}},{"@type":"ListItem","@id":"https:\/\/visionsoft.tech\/en\/vision-ai\/#listItem","position":2,"name":"Vision AI Agent Builder \u2014 No-Code Agentic AI for Industry","previousItem":{"@type":"ListItem","@id":"https:\/\/visionsoft.tech\/en\/#listItem","name":"Accueil"}}]},{"@type":"Organization","@id":"https:\/\/visionsoft.tech\/en\/#organization","name":"Visionsoft","description":"Plateforme No-Code & IA pour l'Industrie | Vibe-codez vos apps","url":"https:\/\/visionsoft.tech\/en\/","email":"contact@visionsoft.tech","telephone":"+33559015960","numberOfEmployees":{"@type":"QuantitativeValue","value":20},"logo":{"@type":"ImageObject","url":"https:\/\/visionsoft.tech\/wp-content\/uploads\/2026\/04\/logo-visionsoft-gradient.webp","@id":"https:\/\/visionsoft.tech\/en\/vision-ai\/#organizationLogo","width":512,"height":198},"image":{"@id":"https:\/\/visionsoft.tech\/en\/vision-ai\/#organizationLogo"},"sameAs":["https:\/\/www.youtube.com\/@nocodevision","https:\/\/www.linkedin.com\/company\/visionsoft-nocode\/"]},{"@type":"WebPage","@id":"https:\/\/visionsoft.tech\/en\/vision-ai\/#webpage","url":"https:\/\/visionsoft.tech\/en\/vision-ai\/","name":"Vision AI Agent Builder \u2014 No-Code Agentic AI | Visionsoft","description":"Vision AI Agent Builder: create and deploy industrial AI agents in no-code. Automate complex tasks, RAG on your data \u2014 no code.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/visionsoft.tech\/en\/#website"},"breadcrumb":{"@id":"https:\/\/visionsoft.tech\/en\/vision-ai\/#breadcrumblist"},"datePublished":"2025-02-26T09:17:23+01:00","dateModified":"2026-07-08T08:21:52+02:00"},{"@type":"WebSite","@id":"https:\/\/visionsoft.tech\/en\/#website","url":"https:\/\/visionsoft.tech\/en\/","name":"Visionsoft","alternateName":"Vision","description":"Plateforme No-Code & IA pour l'Industrie | Vibe-codez vos apps","inLanguage":"en-US","publisher":{"@id":"https:\/\/visionsoft.tech\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Visionsoft","og:type":"article","og:title":"Vision AI Agent Builder \u2014 No-Code Agentic AI | Visionsoft","og:description":"Vision AI Agent Builder: create and deploy industrial AI agents in no-code. Automate complex tasks, RAG on your data \u2014 no code.","og:url":"https:\/\/visionsoft.tech\/en\/vision-ai\/","og:image":"https:\/\/visionsoft.tech\/wp-content\/uploads\/2026\/04\/cropped-logo-visionsoft-gradient.png","og:image:secure_url":"https:\/\/visionsoft.tech\/wp-content\/uploads\/2026\/04\/cropped-logo-visionsoft-gradient.png","og:image:width":512,"og:image:height":198,"article:published_time":"2025-02-26T08:17:23+00:00","article:modified_time":"2026-07-08T06:21:52+00:00"},"aioseo_meta_data":{"post_id":"16228","title":"Vision AI Agent Builder \u2014 No-Code Agentic AI | Visionsoft","description":"Vision AI Agent Builder: create and deploy industrial AI agents in no-code. Automate complex tasks, RAG on your data \u2014 no code.","keywords":null,"keyphrases":{"focus":{"keyphrase":"no-code AI agent builder","score":37,"analysis":{"keyphraseInTitle":{"score":3,"maxScore":9,"error":1},"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":4},"keyphraseInURL":{"score":1,"maxScore":5,"error":1},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInSubHeadings":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":{"score":3,"maxScore":9,"error":1},"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-07-08 06:22:28","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-02-19 07:29:53","updated":"2026-07-08 06:22:28"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/visionsoft.tech\/en\/\" title=\"Accueil\">Accueil<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tVision AI Agent Builder \u2014 No-Code Agentic AI for Industry\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Accueil","link":"https:\/\/visionsoft.tech\/en\/"},{"label":"Vision AI Agent Builder \u2014 No-Code Agentic AI for Industry","link":"https:\/\/visionsoft.tech\/en\/vision-ai\/"}],"_links":{"self":[{"href":"https:\/\/visionsoft.tech\/en\/wp-json\/wp\/v2\/pages\/16228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/visionsoft.tech\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/visionsoft.tech\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/visionsoft.tech\/en\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/visionsoft.tech\/en\/wp-json\/wp\/v2\/comments?post=16228"}],"version-history":[{"count":13,"href":"https:\/\/visionsoft.tech\/en\/wp-json\/wp\/v2\/pages\/16228\/revisions"}],"predecessor-version":[{"id":24213,"href":"https:\/\/visionsoft.tech\/en\/wp-json\/wp\/v2\/pages\/16228\/revisions\/24213"}],"wp:attachment":[{"href":"https:\/\/visionsoft.tech\/en\/wp-json\/wp\/v2\/media?parent=16228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}