{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Integrations","siteUrl":"https://docs.synqly.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"integrations","__idx":0},"children":["Integrations"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["An Integration is the actual connection between an Account and a Provider."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["While Connectors define a common interface for interacting with a category of providers,"," ","Integrations represent the specific provider connection that has been configured and authenticated"," ","for a particular Account."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For example, the Ticketing Connector defines how ticketing systems are accessed through Synqly."," ","An Integration represents a customer's actual connection to Jira, ServiceNow, or another"," ","supported ticketing provider."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"why-integrations-exist","__idx":1},"children":["Why Integrations Exist"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Connectors and Providers alone are not enough to perform work."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Bridging the gap"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A Connector defines a common API, and a Provider defines a specific external system, but neither"," ","contains the customer-specific configuration, credentials, or authorization required to access"," ","that system."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Integrations bridge that gap by storing the information necessary to establish and maintain a"," ","connection to a Provider on behalf of an Account, allowing Connector API requests to be executed"," ","against the correct external system."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"integrations-as-runtime-connections","__idx":2},"children":["Integrations as Runtime Connections"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A useful way to think about an Integration is as a runtime instance of a Connector-Provider"," ","relationship."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For example, two Accounts may both use Jira, but each requires its own authorization,"," ","configuration, and lifecycle management:"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    accA(Account A)\n    accB(Account B)\n    intA(Jira Integration)\n    intB(Jira Integration)\n    prov(Jira)\n\n    accA --> intA\n    accB --> intB\n    intA & intB --> prov\n","diagramHtml":"<svg id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 337.6875px;\" viewBox=\"0 0 337.6875 278\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .error-icon{fill:#552222;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .error-text{fill:#552222;stroke:#552222;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edge-thickness-normal{stroke-width:1px;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edge-thickness-thick{stroke-width:3.5px;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edge-pattern-solid{stroke-dasharray:0;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edge-pattern-dashed{stroke-dasharray:3;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edge-pattern-dotted{stroke-dasharray:2;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .marker{fill:#333333;stroke:#333333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .marker.cross{stroke:#333333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c p{margin:0;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .cluster-label text{fill:#333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .cluster-label span{color:#333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .cluster-label span p{background-color:transparent;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .label text,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c span{fill:#333;color:#333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node rect,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node circle,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node ellipse,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node polygon,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .rough-node .label text,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node .label text,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .image-shape .label,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .icon-shape .label{text-anchor:middle;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .rough-node .label,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node .label,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .image-shape .label,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .icon-shape .label{text-align:center;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node.clickable{cursor:pointer;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .arrowheadPath{fill:#333333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .flowchart-link{stroke:#333333;fill:none;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .cluster text{fill:#333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .cluster span{color:#333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c rect.text{fill:none;stroke-width:0;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .icon-shape,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .icon-shape p,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .icon-shape .label rect,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c .node .neo-node{stroke:#9370DB;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].node rect,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].cluster rect,#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M75.922,62L75.922,66.167C75.922,70.333,75.922,78.667,75.922,86.333C75.922,94,75.922,101,75.922,104.5L75.922,108\" id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-L_accA_intA_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_accA_intA_0\" data-points=\"W3sieCI6NzUuOTIxODc1LCJ5Ijo2Mn0seyJ4Ijo3NS45MjE4NzUsInkiOjg3fSx7IngiOjc1LjkyMTg3NSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-pointEnd)\"></path><path d=\"M261.766,62L261.766,66.167C261.766,70.333,261.766,78.667,261.766,86.333C261.766,94,261.766,101,261.766,104.5L261.766,108\" id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-L_accB_intB_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_accB_intB_0\" data-points=\"W3sieCI6MjYxLjc2NTYyNSwieSI6NjJ9LHsieCI6MjYxLjc2NTYyNSwieSI6ODd9LHsieCI6MjYxLjc2NTYyNSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-pointEnd)\"></path><path d=\"M75.922,166L75.922,170.167C75.922,174.333,75.922,182.667,86.179,192.573C96.435,202.48,116.949,213.959,127.206,219.699L137.463,225.439\" id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-L_intA_prov_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_intA_prov_0\" data-points=\"W3sieCI6NzUuOTIxODc1LCJ5IjoxNjZ9LHsieCI6NzUuOTIxODc1LCJ5IjoxOTF9LHsieCI6MTQwLjk1MzEyNSwieSI6MjI3LjM5MjEzMDQ4NTk1OTN9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-pointEnd)\"></path><path d=\"M261.766,166L261.766,170.167C261.766,174.333,261.766,182.667,251.509,192.573C241.252,202.48,220.739,213.959,210.482,219.699L200.225,225.439\" id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-L_intB_prov_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_intB_prov_0\" data-points=\"W3sieCI6MjYxLjc2NTYyNSwieSI6MTY2fSx7IngiOjI2MS43NjU2MjUsInkiOjE5MX0seyJ4IjoxOTYuNzM0Mzc1LCJ5IjoyMjcuMzkyMTMwNDg1OTU5M31d\" data-look=\"classic\" marker-end=\"url(#diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_accA_intA_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_accB_intB_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_intA_prov_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_intB_prov_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-flowchart-accA-0\" data-look=\"classic\" transform=\"translate(75.921875, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-51.0234375\" y=\"-27\" width=\"102.046875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-36.0234375, -12)\"><rect></rect><foreignObject width=\"72.046875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Account A</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-flowchart-accB-1\" data-look=\"classic\" transform=\"translate(261.765625, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-51.46875\" y=\"-27\" width=\"102.9375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-36.46875, -12)\"><rect></rect><foreignObject width=\"72.9375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Account B</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-flowchart-intA-2\" data-look=\"classic\" transform=\"translate(75.921875, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-67.921875\" y=\"-27\" width=\"135.84375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-52.921875, -12)\"><rect></rect><foreignObject width=\"105.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Jira Integration</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-flowchart-intB-3\" data-look=\"classic\" transform=\"translate(261.765625, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-67.921875\" y=\"-27\" width=\"135.84375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-52.921875, -12)\"><rect></rect><foreignObject width=\"105.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Jira Integration</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-flowchart-prov-4\" data-look=\"classic\" transform=\"translate(168.84375, 243)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-27.890625\" y=\"-27\" width=\"55.78125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-12.890625, -12)\"><rect></rect><foreignObject width=\"25.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Jira</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-df3f696e679715b5871c56bda59d960537d038fa25f5d1c20ad3b4485661c94c-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 337.6875px;\" viewBox=\"0 0 337.6875 278\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .error-icon{fill:#a44141;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .error-text{fill:#ddd;stroke:#ddd;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edge-thickness-normal{stroke-width:1px;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edge-thickness-thick{stroke-width:3.5px;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edge-pattern-solid{stroke-dasharray:0;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .marker.cross{stroke:lightgrey;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 p{margin:0;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .cluster-label text{fill:#F9FFFE;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .cluster-label span{color:#F9FFFE;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .cluster-label span p{background-color:transparent;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .label text,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 span{fill:#ccc;color:#ccc;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node rect,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node circle,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node ellipse,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node polygon,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .rough-node .label text,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node .label text,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .image-shape .label,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .icon-shape .label{text-anchor:middle;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .rough-node .label,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node .label,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .image-shape .label,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .icon-shape .label{text-align:center;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node.clickable{cursor:pointer;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .arrowheadPath{fill:lightgrey;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .cluster text{fill:#F9FFFE;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .cluster span{color:#F9FFFE;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 rect.text{fill:none;stroke-width:0;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .icon-shape,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .icon-shape p,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .icon-shape .label rect,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 .node .neo-node{stroke:#ccc;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].node rect,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].cluster rect,#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].node polygon{stroke:url(#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].node path{stroke:url(#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-gradient);stroke-width:1px;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].node circle{stroke:url(#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M75.922,62L75.922,66.167C75.922,70.333,75.922,78.667,75.922,86.333C75.922,94,75.922,101,75.922,104.5L75.922,108\" id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-L_accA_intA_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_accA_intA_0\" data-points=\"W3sieCI6NzUuOTIxODc1LCJ5Ijo2Mn0seyJ4Ijo3NS45MjE4NzUsInkiOjg3fSx7IngiOjc1LjkyMTg3NSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-pointEnd)\"></path><path d=\"M261.766,62L261.766,66.167C261.766,70.333,261.766,78.667,261.766,86.333C261.766,94,261.766,101,261.766,104.5L261.766,108\" id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-L_accB_intB_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_accB_intB_0\" data-points=\"W3sieCI6MjYxLjc2NTYyNSwieSI6NjJ9LHsieCI6MjYxLjc2NTYyNSwieSI6ODd9LHsieCI6MjYxLjc2NTYyNSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-pointEnd)\"></path><path d=\"M75.922,166L75.922,170.167C75.922,174.333,75.922,182.667,86.179,192.573C96.435,202.48,116.949,213.959,127.206,219.699L137.463,225.439\" id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-L_intA_prov_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_intA_prov_0\" data-points=\"W3sieCI6NzUuOTIxODc1LCJ5IjoxNjZ9LHsieCI6NzUuOTIxODc1LCJ5IjoxOTF9LHsieCI6MTQwLjk1MzEyNSwieSI6MjI3LjM5MjEzMDQ4NTk1OTN9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-pointEnd)\"></path><path d=\"M261.766,166L261.766,170.167C261.766,174.333,261.766,182.667,251.509,192.573C241.252,202.48,220.739,213.959,210.482,219.699L200.225,225.439\" id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-L_intB_prov_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_intB_prov_0\" data-points=\"W3sieCI6MjYxLjc2NTYyNSwieSI6MTY2fSx7IngiOjI2MS43NjU2MjUsInkiOjE5MX0seyJ4IjoxOTYuNzM0Mzc1LCJ5IjoyMjcuMzkyMTMwNDg1OTU5M31d\" data-look=\"classic\" marker-end=\"url(#diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_accA_intA_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_accB_intB_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_intA_prov_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_intB_prov_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-flowchart-accA-0\" data-look=\"classic\" transform=\"translate(75.921875, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-51.0234375\" y=\"-27\" width=\"102.046875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-36.0234375, -12)\"><rect></rect><foreignObject width=\"72.046875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Account A</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-flowchart-accB-1\" data-look=\"classic\" transform=\"translate(261.765625, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-51.46875\" y=\"-27\" width=\"102.9375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-36.46875, -12)\"><rect></rect><foreignObject width=\"72.9375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Account B</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-flowchart-intA-2\" data-look=\"classic\" transform=\"translate(75.921875, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-67.921875\" y=\"-27\" width=\"135.84375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-52.921875, -12)\"><rect></rect><foreignObject width=\"105.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Jira Integration</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-flowchart-intB-3\" data-look=\"classic\" transform=\"translate(261.765625, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-67.921875\" y=\"-27\" width=\"135.84375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-52.921875, -12)\"><rect></rect><foreignObject width=\"105.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Jira Integration</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-flowchart-prov-4\" data-look=\"classic\" transform=\"translate(168.84375, 243)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-27.890625\" y=\"-27\" width=\"55.78125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-12.890625, -12)\"><rect></rect><foreignObject width=\"25.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Jira</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-00ea8a038b166225e21220c32d4467c7f8b7c914d406f4f237e8454ede2ff3f3-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    accA(Account A)\n    accB(Account B)\n    intA(Jira Integration)\n    intB(Jira Integration)\n    prov(Jira)\n\n    accA --> intA\n    accB --> intB\n    intA & intB --> prov\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Although both Integrations connect to the same Provider, they remain completely independent"," ","because they belong to different Accounts."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Tenant isolation by design"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This separation is fundamental to maintaining tenant isolation within Synqly. Data and"," ","credentials never cross Account boundaries."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"integrations-and-integration-points","__idx":3},"children":["Integrations and Integration Points"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Integrations can optionally reference an Integration Point. In this relationship, the"," ","Integration Point defines shared requirements and governance rules, while the Integration"," ","represents the actual authorized connection that satisfies those requirements."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Concept"},"children":["Concept"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Role"},"children":["Role"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Integration Point"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Defines shared requirements and governance rules"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Integration"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The authorized connection that satisfies those rules"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Provider"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The external system the Integration connects to"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This allows Organizations to apply consistent policies across many Integrations without"," ","duplicating configuration."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"the-full-picture","__idx":4},"children":["The Full Picture"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Integrations sit between Synqly's abstraction layer and the external systems where work occurs."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    conn(Connector)\n    intg(Integration)\n    prov(Provider)\n\n    conn --> intg --> prov\n","diagramHtml":"<svg id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 121.609375px;\" viewBox=\"0 0 121.609375 278\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .error-icon{fill:#552222;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .error-text{fill:#552222;stroke:#552222;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edge-thickness-normal{stroke-width:1px;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edge-thickness-thick{stroke-width:3.5px;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edge-pattern-solid{stroke-dasharray:0;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edge-pattern-dashed{stroke-dasharray:3;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edge-pattern-dotted{stroke-dasharray:2;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .marker{fill:#333333;stroke:#333333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .marker.cross{stroke:#333333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a p{margin:0;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .cluster-label text{fill:#333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .cluster-label span{color:#333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .cluster-label span p{background-color:transparent;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .label text,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a span{fill:#333;color:#333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node rect,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node circle,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node ellipse,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node polygon,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .rough-node .label text,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node .label text,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .image-shape .label,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .icon-shape .label{text-anchor:middle;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .rough-node .label,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node .label,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .image-shape .label,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .icon-shape .label{text-align:center;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node.clickable{cursor:pointer;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .arrowheadPath{fill:#333333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .flowchart-link{stroke:#333333;fill:none;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .cluster text{fill:#333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .cluster span{color:#333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a rect.text{fill:none;stroke-width:0;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .icon-shape,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .icon-shape p,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .icon-shape .label rect,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a .node .neo-node{stroke:#9370DB;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].node rect,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].cluster rect,#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M60.805,62L60.805,66.167C60.805,70.333,60.805,78.667,60.805,86.333C60.805,94,60.805,101,60.805,104.5L60.805,108\" id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a-L_conn_intg_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_conn_intg_0\" data-points=\"W3sieCI6NjAuODA0Njg3NSwieSI6NjJ9LHsieCI6NjAuODA0Njg3NSwieSI6ODd9LHsieCI6NjAuODA0Njg3NSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-pointEnd)\"></path><path d=\"M60.805,166L60.805,170.167C60.805,174.333,60.805,182.667,60.805,190.333C60.805,198,60.805,205,60.805,208.5L60.805,212\" id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a-L_intg_prov_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_intg_prov_0\" data-points=\"W3sieCI6NjAuODA0Njg3NSwieSI6MTY2fSx7IngiOjYwLjgwNDY4NzUsInkiOjE5MX0seyJ4Ijo2MC44MDQ2ODc1LCJ5IjoyMTZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_conn_intg_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_intg_prov_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a-flowchart-conn-0\" data-look=\"classic\" transform=\"translate(60.8046875, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-51.9140625\" y=\"-27\" width=\"103.828125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-36.9140625, -12)\"><rect></rect><foreignObject width=\"73.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Connector</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a-flowchart-intg-1\" data-look=\"classic\" transform=\"translate(60.8046875, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-52.8046875\" y=\"-27\" width=\"105.609375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-37.8046875, -12)\"><rect></rect><foreignObject width=\"75.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Integration</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a-flowchart-prov-2\" data-look=\"classic\" transform=\"translate(60.8046875, 243)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-44.7890625\" y=\"-27\" width=\"89.578125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-29.7890625, -12)\"><rect></rect><foreignObject width=\"59.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Provider</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-4f11a148650deaa502299e1a34837eb99e6fc196c11b8e874f5bd38bac55e07a-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 121.609375px;\" viewBox=\"0 0 121.609375 278\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .error-icon{fill:#a44141;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .error-text{fill:#ddd;stroke:#ddd;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edge-thickness-normal{stroke-width:1px;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edge-thickness-thick{stroke-width:3.5px;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edge-pattern-solid{stroke-dasharray:0;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edge-pattern-dashed{stroke-dasharray:3;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edge-pattern-dotted{stroke-dasharray:2;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .marker{fill:lightgrey;stroke:lightgrey;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .marker.cross{stroke:lightgrey;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d p{margin:0;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .cluster-label text{fill:#F9FFFE;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .cluster-label span{color:#F9FFFE;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .cluster-label span p{background-color:transparent;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .label text,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d span{fill:#ccc;color:#ccc;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node rect,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node circle,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node ellipse,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node polygon,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .rough-node .label text,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node .label text,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .image-shape .label,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .icon-shape .label{text-anchor:middle;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .rough-node .label,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node .label,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .image-shape .label,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .icon-shape .label{text-align:center;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node.clickable{cursor:pointer;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .arrowheadPath{fill:lightgrey;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .flowchart-link{stroke:lightgrey;fill:none;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .cluster text{fill:#F9FFFE;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .cluster span{color:#F9FFFE;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d rect.text{fill:none;stroke-width:0;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .icon-shape,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .icon-shape p,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .icon-shape .label rect,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d .node .neo-node{stroke:#ccc;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].node rect,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].cluster rect,#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].node polygon{stroke:url(#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].node path{stroke:url(#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-gradient);stroke-width:1px;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].node circle{stroke:url(#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M60.805,62L60.805,66.167C60.805,70.333,60.805,78.667,60.805,86.333C60.805,94,60.805,101,60.805,104.5L60.805,108\" id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-L_conn_intg_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_conn_intg_0\" data-points=\"W3sieCI6NjAuODA0Njg3NSwieSI6NjJ9LHsieCI6NjAuODA0Njg3NSwieSI6ODd9LHsieCI6NjAuODA0Njg3NSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-pointEnd)\"></path><path d=\"M60.805,166L60.805,170.167C60.805,174.333,60.805,182.667,60.805,190.333C60.805,198,60.805,205,60.805,208.5L60.805,212\" id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-L_intg_prov_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_intg_prov_0\" data-points=\"W3sieCI6NjAuODA0Njg3NSwieSI6MTY2fSx7IngiOjYwLjgwNDY4NzUsInkiOjE5MX0seyJ4Ijo2MC44MDQ2ODc1LCJ5IjoyMTZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_conn_intg_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_intg_prov_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-flowchart-conn-0\" data-look=\"classic\" transform=\"translate(60.8046875, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-51.9140625\" y=\"-27\" width=\"103.828125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-36.9140625, -12)\"><rect></rect><foreignObject width=\"73.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Connector</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-flowchart-intg-1\" data-look=\"classic\" transform=\"translate(60.8046875, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-52.8046875\" y=\"-27\" width=\"105.609375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-37.8046875, -12)\"><rect></rect><foreignObject width=\"75.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Integration</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-flowchart-prov-2\" data-look=\"classic\" transform=\"translate(60.8046875, 243)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-44.7890625\" y=\"-27\" width=\"89.578125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-29.7890625, -12)\"><rect></rect><foreignObject width=\"59.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Provider</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-2e047c4bedbf3185af1782734282af870600a2615f55529e0dfdd1e964590b2d-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    conn(Connector)\n    intg(Integration)\n    prov(Provider)\n\n    conn --> intg --> prov\n"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"success","name":"The piece that makes it real"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Connector provides a unified interface, the Provider supplies the underlying functionality,"," ","and the Integration binds them together for a specific Account."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Without an Integration, a Connector is simply a common API and a Provider is simply an external"," ","system. The Integration is the object that makes the relationship active, authorized, and usable."]}]}]},"headings":[{"value":"Integrations","id":"integrations","depth":1},{"value":"Why Integrations Exist","id":"why-integrations-exist","depth":2},{"value":"Integrations as Runtime Connections","id":"integrations-as-runtime-connections","depth":2},{"value":"Integrations and Integration Points","id":"integrations-and-integration-points","depth":2},{"value":"The Full Picture","id":"the-full-picture","depth":2}],"frontmatter":{"slug":"guides/concepts/integrations","seo":{"title":"Integrations"}},"lastModified":"2026-07-02T06:20:08.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/guides/concepts/integrations","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}