{"id":873,"date":"2026-02-25T10:26:04","date_gmt":"2026-02-25T10:26:04","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/"},"modified":"2026-02-25T10:26:04","modified_gmt":"2026-02-25T10:26:04","slug":"visual-paradigm-epc-diagram","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/","title":{"rendered":"Using Visual Paradigm to Explore EPC Basics"},"content":{"rendered":"<p>One small decision separates beginners from proficient modelers: whether to start with events or functions. I\u2019ve seen teams waste days trying to sketch functions without defining the business triggers first. That\u2019s a trap. The moment you begin with a function\u2014like \u201cProcess Order\u201d\u2014without anchoring it to a triggering event\u2014like \u201cOrder Received\u201d\u2014you lose traceability and risk modeling from the wrong end. The right starting point is always the event. This is not pedantry. It\u2019s how EPC logic naturally works. The event defines the context. The function responds. This simple shift in approach cuts confusion in half.<\/p>\n<p>By the end of this guide, you\u2019ll be able to create a functional EPC diagram in Visual Paradigm from scratch. You\u2019ll learn how to place events and functions, connect them with proper flow lines, and apply logical connectors to represent decision points. We\u2019ll walk through each step with real examples\u2014no abstract theory, no fluff. You\u2019ll gain a working understanding of EPC fundamentals, backed by actual modeling experience. This is how process clarity begins.<\/p>\n<h2>Setting Up Your First EPC Diagram in Visual Paradigm<\/h2>\n<p>Open Visual Paradigm and select \u201cNew\u201d from the main menu. Choose \u201cEPC Diagram\u201d from the list of available templates. This creates a blank canvas with a set of pre-defined EPC symbols: events, functions, connectors, and organizational units.<\/p>\n<p>The first thing to notice is the left-to-right flow. EPC diagrams are designed to be read sequentially, from left to right. This isn&#8217;t arbitrary. It reflects how real business processes unfold: an event triggers a function, which leads to another event, and so on. If you\u2019re used to BPMN, you\u2019ll find EPC\u2019s simplicity refreshing. There are no swimlanes, no complex gateways\u2014just events, functions, and logical operators.<\/p>\n<h3>Step-by-Step: Creating a Basic EPC Flow<\/h3>\n<p>Let\u2019s model a simple process: a customer placing an order.<\/p>\n<ol>\n<li>Start by dragging an <strong>Event<\/strong> from the palette and place it on the left side of the canvas.<\/li>\n<li>Label it \u201cCustomer Places Order\u201d.<\/li>\n<li>Drag a <strong>Function<\/strong> next to it and connect it with a flow line.<\/li>\n<li>Label the function \u201cCreate Order Record\u201d.<\/li>\n<li>Drag another <strong>Event<\/strong> and connect it to the function.<\/li>\n<li>Label it \u201cOrder Confirmation Sent\u201d.<\/li>\n<\/ol>\n<p>This simple chain shows the core EPC logic: an event triggers a function, which produces a new event. That\u2019s the backbone of every EPC diagram.<\/p>\n<h2>Mastering EPC Symbols and Their Roles<\/h2>\n<p>Understanding the symbols is the foundation of accurate EPC modeling. Each one carries a clear purpose and must be used correctly.<\/p>\n<table>\n<tbody>\n<tr>\n<th>Symbol<\/th>\n<th>Name<\/th>\n<th>Role<\/th>\n<th>Common Use<\/th>\n<\/tr>\n<tr>\n<td>\u25c7<\/td>\n<td>Event<\/td>\n<td>Represents a state change or business trigger<\/td>\n<td>\u201cOrder Received\u201d, \u201cPayment Processed\u201d<\/td>\n<\/tr>\n<tr>\n<td>\u25ad<\/td>\n<td>Function<\/td>\n<td>Represents an action or task performed<\/td>\n<td>\u201cGenerate Invoice\u201d, \u201cUpdate Inventory\u201d<\/td>\n<\/tr>\n<tr>\n<td>\u25cb<\/td>\n<td>Connector<\/td>\n<td>Links elements across multiple diagrams or sections<\/td>\n<td>\u201cContinue Process\u201d<\/td>\n<\/tr>\n<tr>\n<td>\u25cb<\/td>\n<td>And-Connector (AND)<\/td>\n<td>Indicates multiple events must occur before proceeding<\/td>\n<td>\u201cPayment Confirmed AND Delivery Scheduled\u201d<\/td>\n<\/tr>\n<tr>\n<td>\u25cb<\/td>\n<td>Or-Connector (OR)<\/td>\n<td>Indicates one or more events can trigger the next function<\/td>\n<td>\u201cPayment Method Selected: Credit Card OR PayPal\u201d<\/td>\n<\/tr>\n<tr>\n<td>\u25cb<\/td>\n<td>Xor-Connector (XOR)<\/td>\n<td>Indicates exactly one event must occur<\/td>\n<td>\u201cApprove Order: Yes OR No\u201d<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Every symbol serves a specific logic. Misuse leads to incorrect process interpretation. For example, using OR instead of XOR when only one path should be active can result in modeling a contradiction.<\/p>\n<h2>Applying Logical Connectors: AND, OR, XOR<\/h2>\n<p>Logical connectors are the backbone of branching logic in EPC. They define how events converge or diverge.<\/p>\n<p>Consider a scenario where a purchase order requires both manager approval and finance validation. You need an <strong>AND<\/strong> connector to show that both events must occur before the next function (\u201cProcess Payment\u201d) can begin.<\/p>\n<p>But if the order can be processed through either a credit check or a manual review, use an <strong>OR<\/strong> connector. This allows flexibility in execution paths.<\/p>\n<p>Now, if a customer must choose a single delivery option\u2014express or standard\u2014use an <strong>XOR<\/strong> connector. Only one path can be taken. This enforces exclusivity and prevents ambiguity.<\/p>\n<p>Visual Paradigm makes this easy. Simply select the connector type from the toolbar and apply it to your events or functions. The software enforces correct syntax and helps flag potential logic errors.<\/p>\n<h2>Best Practices for EPC Modeling in Visual Paradigm<\/h2>\n<p>Creating a diagram is only the first step. Making it useful requires discipline and attention to detail.<\/p>\n<ul>\n<li><strong>Start with the event.<\/strong> Always. The process begins when a business condition is met. This ensures your model reflects real-world triggers.<\/li>\n<li><strong>Use active verbs in function labels.<\/strong> \u201cCreate Order\u201d is better than \u201cOrder Creation\u201d. It aligns with how people think about actions.<\/li>\n<li><strong>Avoid overly complex flows.<\/strong> If a function leads to more than three subsequent events or functions, consider splitting into sub-diagrams or using a subprocess.<\/li>\n<li><strong>Apply consistent naming.<\/strong> Use the same format across all diagrams. \u201cCustomer Order Received\u201d is clearer than \u201cOrder Received\u201d or \u201cOrder Entered\u201d.<\/li>\n<li><strong>Validate flow completeness.<\/strong> Every path must end in a final event. No dangling functions or untriggered events.<\/li>\n<\/ul>\n<p>These are not strict rules, but habits I\u2019ve seen separate effective models from confusing ones. They keep your diagrams readable and maintainable.<\/p>\n<h2>Why Visual Paradigm Stands Out as an EPC Diagram Software<\/h2>\n<p>Visual Paradigm isn\u2019t just another EPC diagram software. It\u2019s a full modeling environment built for professionals who need precision, collaboration, and scalability.<\/p>\n<p>Its interface is intuitive. Drag-and-drop works flawlessly. The auto-layout feature adjusts your diagram automatically, reducing manual repositioning. You can export to PDF, PNG, or embed into documentation with ease.<\/p>\n<p>But more importantly, it enforces EPC standards. The tool checks for common errors\u2014like missing event triggers or unconnected functions\u2014before you even save the file. This is rare in free tools, and it\u2019s a game-changer for teams working under tight deadlines.<\/p>\n<p>If you\u2019re serious about EPC modeling, <strong>create EPC diagram Visual Paradigm<\/strong> is the most reliable path forward. It\u2019s not about flashy features\u2014it\u2019s about consistency, clarity, and correctness.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I start creating an EPC diagram in Visual Paradigm?<\/h3>\n<p>Open the app, select \u201cNew\u201d, then choose \u201cEPC Diagram\u201d. Use the palette to place events and functions, then connect them with flow lines. Begin with a clear business event to anchor your model.<\/p>\n<h3>Is Visual Paradigm EPC modeling suitable for beginners?<\/h3>\n<p>Absolutely. The interface is designed for ease of use. With this EPC modeling tool tutorial, even those new to process modeling can create accurate diagrams in under 20 minutes.<\/p>\n<h3>Can I use Visual Paradigm to create EPC diagrams for business process documentation?<\/h3>\n<p>Yes. Visual Paradigm supports exporting diagrams to multiple formats and integrates with documentation tools. It\u2019s ideal for creating clear, shareable EPC diagrams that align with business requirements.<\/p>\n<h3>What\u2019s the difference between EPC and BPMN in Visual Paradigm?<\/h3>\n<p>EPC focuses on events and functions, making it ideal for high-level process analysis. BPMN offers richer detail with flows, pools, and messages. Use EPC for business logic clarity; use BPMN for detailed workflow execution.<\/p>\n<h3>How do I handle loops or iterative processes in an EPC diagram?<\/h3>\n<p>Use connectors to loop back from a final event to an earlier function. For example, \u201cReview Order\u201d can feed back into \u201cUpdate Order Status\u201d until approval is received. Visual Paradigm handles this flow naturally.<\/p>\n<h3>Can I collaborate with a team using Visual Paradigm EPC diagram features?<\/h3>\n<p>Yes. Visual Paradigm Online allows real-time collaboration. Team members can edit, comment, and review diagrams together, making it ideal for cross-functional process modeling.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One small decision separates beginners from proficient modelers: whether to start with events or functions. I\u2019ve seen teams waste days trying to sketch functions without defining the business triggers first. That\u2019s a trap. The moment you begin with a function\u2014like \u201cProcess Order\u201d\u2014without anchoring it to a triggering event\u2014like \u201cOrder Received\u201d\u2014you lose traceability and risk modeling [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":868,"menu_order":4,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-873","docs","type-docs","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Visual Paradigm EPC Diagram<\/title>\n<meta name=\"description\" content=\"Learn how to create EPC diagram Visual Paradigm with this step-by-step EPC modeling tool tutorial. Master EPC diagram software basics for clear, structured process modeling.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Visual Paradigm EPC Diagram\" \/>\n<meta property=\"og:description\" content=\"Learn how to create EPC diagram Visual Paradigm with this step-by-step EPC modeling tool tutorial. Master EPC diagram software basics for clear, structured process modeling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Polski\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/\",\"name\":\"Visual Paradigm EPC Diagram\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\"},\"datePublished\":\"2026-02-25T10:26:04+00:00\",\"description\":\"Learn how to create EPC diagram Visual Paradigm with this step-by-step EPC modeling tool tutorial. Master EPC diagram software basics for clear, structured process modeling.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding the Foundations of EPC\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Using Visual Paradigm to Explore EPC Basics\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"name\":\"Visual Paradigm Skills Polski\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\",\"name\":\"Visual Paradigm Skills Polski\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Polski\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Visual Paradigm EPC Diagram","description":"Learn how to create EPC diagram Visual Paradigm with this step-by-step EPC modeling tool tutorial. Master EPC diagram software basics for clear, structured process modeling.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/","og_locale":"pl_PL","og_type":"article","og_title":"Visual Paradigm EPC Diagram","og_description":"Learn how to create EPC diagram Visual Paradigm with this step-by-step EPC modeling tool tutorial. Master EPC diagram software basics for clear, structured process modeling.","og_url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/","og_site_name":"Visual Paradigm Skills Polski","twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"6 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/","name":"Visual Paradigm EPC Diagram","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website"},"datePublished":"2026-02-25T10:26:04+00:00","description":"Learn how to create EPC diagram Visual Paradigm with this step-by-step EPC modeling tool tutorial. Master EPC diagram software basics for clear, structured process modeling.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/visual-paradigm-epc-diagram\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pl\/"},{"@type":"ListItem","position":2,"name":"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/"},{"@type":"ListItem","position":3,"name":"Understanding the Foundations of EPC","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/"},{"@type":"ListItem","position":4,"name":"Using Visual Paradigm to Explore EPC Basics"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website","url":"https:\/\/skills.visual-paradigm.com\/pl\/","name":"Visual Paradigm Skills Polski","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization","name":"Visual Paradigm Skills Polski","url":"https:\/\/skills.visual-paradigm.com\/pl\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Polski"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/873","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/873\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/868"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/media?parent=873"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/doc_tag?post=873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}