{"id":1408,"date":"2026-02-25T10:40:55","date_gmt":"2026-02-25T10:40:55","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/"},"modified":"2026-02-25T10:40:55","modified_gmt":"2026-02-25T10:40:55","slug":"ai-uml-tools-automate-design","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/","title":{"rendered":"Using AI Features to Automate UML Design"},"content":{"rendered":"<p>Most engineers approach AI-assisted modeling expecting a magic wand. The truth is, mastery begins not with the tool\u2014but with the mindset to question every suggestion. You\u2019re not just designing a diagram; you\u2019re shaping a shared understanding. That\u2019s where AI UML tools truly shine: not as replacements for thought, but as collaborators that refine your intent.<\/p>\n<p>Over two decades of guiding teams through complex software architectures taught me this: the best models aren\u2019t generated\u2014they\u2019re evolved. AI-driven modeling turns rough drafts into polished, consistent diagrams faster, but only when you understand the trade-offs. This chapter shows how to use AI features in Visual Paradigm not just to save time, but to elevate clarity and consistency across your design.<\/p>\n<h2>How AI UML Tools Transform the Design Workflow<\/h2>\n<p>Traditional modeling often starts with a blank canvas and ends with fragmented diagrams. AI-driven modeling flips that. Instead of building from scratch, you begin with a prompt, a sketch, or even natural language\u2014then let the system infer structure.<\/p>\n<p>Consider a scenario where you\u2019re designing a payment processing system. Instead of manually placing classes, associations, and state transitions, you describe the core behaviors:<\/p>\n<ul>\n<li>\u201cA user initiates a payment.\u201d<\/li>\n<li>\u201cThe system validates the card, checks balance, and processes the transaction.\u201d<\/li>\n<li>\u201cThe status changes from pending to completed or failed.\u201d<\/li>\n<\/ul>\n<p>Visual Paradigm\u2019s AI engine interprets these statements and generates a preliminary sequence diagram with lifelines, messages, and state blocks\u2014ready for refinement.<\/p>\n<h3>Automatic UML Diagram Generation: From Text to Diagram<\/h3>\n<p>Automatic UML diagram generation is not just a novelty\u2014it\u2019s a productivity leap. It\u2019s especially powerful when working with legacy systems or when onboarding new team members who may not yet be fluent in UML syntax.<\/p>\n<p>Here\u2019s how I use it in practice:<\/p>\n<ol>\n<li>Write a high-level description of the system\u2019s behavior in plain English.<\/li>\n<li>Use the AI prompt bar in Visual Paradigm to submit the description.<\/li>\n<li>Let the system generate the first draft of a sequence diagram or class diagram.<\/li>\n<li>Review and edit\u2014adjust names, fix misclassified elements, refine relationships.<\/li>\n<li>Save as a reusable template for future use.<\/li>\n<\/ol>\n<p>Example:<\/p>\n<pre><code>Describe the workflow:\n- User logs in\n- System verifies credentials\n- Grants access to dashboard\n- Dashboard shows pending requests\n- User approves or rejects<\/code><\/pre>\n<p>The AI generates a use case diagram with actors, use cases, and relationships. You then tweak the scope, add &lt;<include>&gt; and &lt;<extend>&gt; dependencies, and link to external requirements.<\/extend><\/include><\/p>\n<h2>AI-Powered Layout and Design Consistency<\/h2>\n<p>Even when the content is correct, a poorly laid-out diagram can confuse stakeholders. Manual alignment and spacing take time and often diverge across team members. AI-driven layout optimization solves this.<\/p>\n<p>Visual Paradigm\u2019s AI engine analyzes the structure of your diagram and applies optimal layout rules based on:<\/p>\n<ul>\n<li>Diagram type (sequence, class, state)<\/li>\n<li>Element relationships and hierarchy<\/li>\n<li>Visual weight and readability thresholds<\/li>\n<\/ul>\n<p>After auto-layout, you get a clean, readable diagram in seconds\u2014no more wrestling with overlapping lines or misplaced nodes.<\/p>\n<h3>When AI Suggests, You Decide<\/h3>\n<p>AI doesn\u2019t replace judgment\u2014it amplifies it. It may suggest:<\/p>\n<ul>\n<li>Reordering a sequence diagram to show message flow in chronological order.<\/li>\n<li>Grouping related classes under a package to improve modularity.<\/li>\n<li>Renaming a poorly named method to reflect its actual purpose.<\/li>\n<\/ul>\n<p>But it\u2019s your responsibility to verify. AI cannot assess business context, nor does it know if a class is too broad or if a state transition is valid. You must audit the output for semantic correctness.<\/p>\n<h2>Practical Use Cases: AI in Real Projects<\/h2>\n<p>Let me share a few real examples from my work.<\/p>\n<h3>Case 1: Onboarding a New Microservice<\/h3>\n<p>A new team was building a user authentication microservice. The lead had a clear idea of the flow: user submits credentials \u2192 system validates \u2192 generates JWT \u2192 returns token.<\/p>\n<p>Using AI-driven modeling, we fed the steps into Visual Paradigm. The tool generated a sequence diagram with lifelines for User, Auth Service, JWT Generator, and Database. It also auto-suggested a class diagram with User, Token, and AuthRequest classes.<\/p>\n<p>Result: The team had a working, shareable diagram in under 10 minutes. The review took only 15 minutes\u2014because the structure was already correct.<\/p>\n<h3>Case 2: Refactoring a Legacy System<\/h3>\n<p>An older system had a tangled service layer. We used AI to reverse-engineer a high-level diagram from the codebase, then used it as a starting point to refactor.<\/p>\n<p>The AI recognized patterns like dependency injection, event handling, and error propagation\u2014and grouped related components. We used it to visualize the before-and-after architecture.<\/p>\n<p>It wasn\u2019t perfect, but it cut our documentation time by over 60%. The AI didn\u2019t replace us\u2014it gave us a runway to start.<\/p>\n<h2>Trade-offs and Realistic Expectations<\/h2>\n<p>AI UML tools are powerful, but they\u2019re not infallible. Here\u2019s what you need to know:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Benefit<\/th>\n<th>Limitation<\/th>\n<th>Best Practice<\/th>\n<\/tr>\n<tr>\n<td>Fast diagram creation<\/td>\n<td>May misinterpret ambiguous language<\/td>\n<td>Use precise, concrete terms<\/td>\n<\/tr>\n<tr>\n<td>Auto-layout and alignment<\/td>\n<td>May override design intent<\/td>\n<td>Review layout; adjust if needed<\/td>\n<\/tr>\n<tr>\n<td>Consistent naming<\/td>\n<td>May suggest generic names<\/td>\n<td>Verify domain-specific terms<\/td>\n<\/tr>\n<tr>\n<td>Pattern recognition<\/td>\n<td>May suggest incorrect design patterns<\/td>\n<td>Validate with architecture standards<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>AI doesn\u2019t know your domain. It learns from patterns in training data\u2014but only you know what matters in your system. Always treat AI output as a first draft, not a final deliverable.<\/p>\n<h2>Best Practices for Using AI in UML Design<\/h2>\n<p>Here\u2019s what I\u2019ve found works consistently in real teams:<\/p>\n<ol>\n<li><strong>Start small<\/strong>: Use AI for small diagrams\u2014use cases, sequence snippets, class clusters\u2014before applying it to large-scale architecture.<\/li>\n<li><strong>Train the AI with your language<\/strong>: If your team uses specific terms (e.g., \u201cverify\u201d instead of \u201cvalidate\u201d), feed that into the model for consistency.<\/li>\n<li><strong>Use AI to generate, not decide<\/strong>: The AI generates structure; you decide on semantics, correctness, and business logic.<\/li>\n<li><strong>Document AI decisions<\/strong>: Note why a suggestion was accepted or rejected. This builds team knowledge.<\/li>\n<li><strong>Combine with peer review<\/strong>: Always involve a second pair of eyes, especially on complex flows or security-critical paths.<\/li>\n<\/ol>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can AI-driven modeling replace manual UML design?<\/h3>\n<p>No. AI tools accelerate the design process but cannot replace the need for architectural judgment. Use them to generate first drafts, then iterate with your team.<\/p>\n<h3>How accurate is automatic UML diagram generation?<\/h3>\n<p>For well-defined, concrete descriptions, accuracy is high\u2014often 80\u201390%. For vague or ambiguous input, it varies. The key is clarity in your prompt.<\/p>\n<h3>Does AI in UML tools affect code generation?<\/h3>\n<p>Yes. When you generate code from a diagram created with AI, the resulting code reflects the AI\u2019s interpretation. Always validate the generated code against business logic.<\/p>\n<h3>Is AI-driven modeling suitable for large, complex systems?<\/h3>\n<p>Yes\u2014but use it incrementally. Break the system into modules, generate diagrams per component, then integrate. It\u2019s a force multiplier, not a replacement for phased design.<\/p>\n<h3>Can AI suggest design improvements?<\/h3>\n<p>Absolutely. AI identifies common anti-patterns like circular dependencies, overly complex classes, or missing constraints. Use its suggestions as input, not gospel.<\/p>\n<h3>How do I ensure my AI-generated diagrams meet team standards?<\/h3>\n<p>Integrate AI into your modeling workflow with predefined templates, naming conventions, and validation rules. Use Visual Paradigm\u2019s built-in checks and team reviews.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most engineers approach AI-assisted modeling expecting a magic wand. The truth is, mastery begins not with the tool\u2014but with the mindset to question every suggestion. You\u2019re not just designing a diagram; you\u2019re shaping a shared understanding. That\u2019s where AI UML tools truly shine: not as replacements for thought, but as collaborators that refine your intent. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1404,"menu_order":3,"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-1408","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>AI UML Tools: Automate UML Design with Intelligence<\/title>\n<meta name=\"description\" content=\"Discover how AI UML tools in Visual Paradigm automate diagram creation, optimize layouts, and suggest design improvements to boost modeling efficiency and accuracy.\" \/>\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\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI UML Tools: Automate UML Design with Intelligence\" \/>\n<meta property=\"og:description\" content=\"Discover how AI UML tools in Visual Paradigm automate diagram creation, optimize layouts, and suggest design improvements to boost modeling efficiency and accuracy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Espa\u00f1ol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/\",\"name\":\"AI UML Tools: Automate UML Design with Intelligence\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#website\"},\"datePublished\":\"2026-02-25T10:40:55+00:00\",\"description\":\"Discover how AI UML tools in Visual Paradigm automate diagram creation, optimize layouts, and suggest design improvements to boost modeling efficiency and accuracy.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Real-World UML: Case Studies in Software Design\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Enhancing UML with Visual Paradigm Tools\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Using AI Features to Automate UML Design\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/\",\"name\":\"Visual Paradigm Skills Espa\u00f1ol\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#organization\",\"name\":\"Visual Paradigm Skills Espa\u00f1ol\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Espa\u00f1ol\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI UML Tools: Automate UML Design with Intelligence","description":"Discover how AI UML tools in Visual Paradigm automate diagram creation, optimize layouts, and suggest design improvements to boost modeling efficiency and accuracy.","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\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/","og_locale":"es_ES","og_type":"article","og_title":"AI UML Tools: Automate UML Design with Intelligence","og_description":"Discover how AI UML tools in Visual Paradigm automate diagram creation, optimize layouts, and suggest design improvements to boost modeling efficiency and accuracy.","og_url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/","og_site_name":"Visual Paradigm Skills Espa\u00f1ol","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/","url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/","name":"AI UML Tools: Automate UML Design with Intelligence","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#website"},"datePublished":"2026-02-25T10:40:55+00:00","description":"Discover how AI UML tools in Visual Paradigm automate diagram creation, optimize layouts, and suggest design improvements to boost modeling efficiency and accuracy.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/ai-uml-tools-automate-design\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/es\/"},{"@type":"ListItem","position":2,"name":"Real-World UML: Case Studies in Software Design","item":"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/"},{"@type":"ListItem","position":3,"name":"Enhancing UML with Visual Paradigm Tools","item":"https:\/\/skills.visual-paradigm.com\/es\/docs\/real-world-uml-case-studies-software-design\/enhancing-uml-with-visual-paradigm-tools\/"},{"@type":"ListItem","position":4,"name":"Using AI Features to Automate UML Design"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/es\/#website","url":"https:\/\/skills.visual-paradigm.com\/es\/","name":"Visual Paradigm Skills Espa\u00f1ol","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/es\/#organization","name":"Visual Paradigm Skills Espa\u00f1ol","url":"https:\/\/skills.visual-paradigm.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Espa\u00f1ol"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/1408","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/1408\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/1404"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/media?parent=1408"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/doc_tag?post=1408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}