{"id":64620,"date":"2024-01-17T06:00:00","date_gmt":"2024-01-17T14:00:00","guid":{"rendered":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/?p=64620"},"modified":"2026-02-03T10:15:01","modified_gmt":"2026-02-03T18:15:01","slug":"how-to-set-up-autodesk-fusion-hub","status":"publish","type":"post","link":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/","title":{"rendered":"Here&#8217;s How to Set Up Your Fusion Hub"},"content":{"rendered":"\n<p><em>What\u2019s a Fusion Hub? How do you make sure your team is in the same Hub? Follow this guide to achieve a seamless Autodesk Fusion onboarding experience for your team.<\/em>&nbsp;<\/p>\n\n\n\n<p>You\u2019ve recently purchased <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/free-trial?mktvar002=4333583001|ORG|&amp;utm_medium=social&amp;utm_source=other&amp;utm_campaign=4333583dmblogf360&amp;utm_id=4333583001\" target=\"_blank\" rel=\"noreferrer noopener\">Autodesk Fusion<\/a> for your team \u2013 now what? Your goal is to get everyone in the same Fusion Hub and <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/autodesk-fusion-360-basics-collaboration-and-data-management\/\">collaborate from the start<\/a>. Here\u2019s how to get there.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280-1024x683.jpg\" alt=\"How to set up your Fusion hub tutorial\" class=\"wp-image-64637\" srcset=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280-1024x683.jpg 1024w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280-300x200.jpg 300w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280-768x512.jpg 768w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280-1536x1024.jpg 1536w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280.jpg 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-join-or-create-a-fusion-hubnbsp\">How to join or create a Fusion Hub <\/h2>\n\n\n<p>During the installation process, you are asked to either join an existing Fusion Hub or create a new one. This ensures you have a location to save designs right away. Setting up a new Fusion Hub is usually performed by an administrator or someone responsible for providing access to design data.&nbsp;<br>&nbsp;<br>Note that this experience is the same for your users. During their<em> <\/em>installation, they too are asked to either join a Hub or create a new Hub of their own. You want to avoid them creating their own Hubs because when multiple Hubs are created, your users are prevented from collaborating in a single Fusion Hub\u2014one of the many reasons you selected Fusion in the first place.&nbsp;<\/p>\n\n\n\n<?php\nfunction autodesk_fusion_cta_horizontal() {\n    ob_start();\n    ?>\n    <style>\n        .cta-section-horizontal {\n            background: #ddd; \/* Much lighter grey background *\/\n            padding: 12px; \/* Adjusted padding *\/\n            border-radius: 8px;\n            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);\n            color: #333; \/* Darker text color for better readability *\/\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            max-width: 650px; \/* Width adjusted for a more compact look *\/\n            margin: 20px auto;\n            position: relative;\n            flex-wrap: nowrap; \/* Prevent wrapping *\/\n        }\n\n        .cta-section-horizontal img {\n            width: 60px; \/* Slightly larger logo *\/\n            height: auto; \/* Maintain aspect ratio *\/\n            margin-right: 12px; \/* Adjusted spacing *\/\n            background-color: #ddd; \/* Match the background color *\/\n            padding: 6px; \/* Adjusted padding *\/\n            border-radius: 8px; \/* Slightly rounding to match container *\/\n            box-shadow: 0 0 0 4px #ddd; \/* Blend with background *\/\n        }\n\n        .cta-text {\n            flex: 1;\n            margin-right: 12px; \/* Adjusted spacing *\/\n        }\n\n        .cta-title {\n            font-size: 18px; \/* Slightly larger title font size *\/\n            font-weight: bold; \/* Bold title *\/\n            color: #f9a825; \/* Orange color *\/\n            margin-bottom: 4px; \/* Reduced margin *\/\n        }\n\n        .cta-info {\n            display: none; \/* Hide description *\/\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 8px; \/* Adjusted button spacing *\/\n            align-items: center;\n        }\n\n        .cta-button {\n            padding: 8px 12px; \/* Button padding *\/\n            font-size: 12px; \/* Smaller font size for buttons *\/\n            font-weight: bold;\n            text-transform: uppercase;\n            border-radius: 4px; \/* Slightly rounded corners *\/\n            border: 2px solid transparent;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            display: inline-flex; \/* Use inline-flex to ensure proper alignment *\/\n            align-items: center; \/* Center align text vertically *\/\n            justify-content: center; \/* Center align text horizontally *\/\n            text-decoration: none !important; \/* Ensure no underlines with !important *\/\n            color: inherit; \/* Use the button's text color *\/\n        }\n\n        .cta-button.white-button {\n            background-color: #fff;\n            color: #333;\n            border: 2px solid #ddd;\n        }\n\n        .cta-button.white-button:hover {\n            background-color: #333;\n            color: #fff;\n            border: 2px solid #f9a825;\n        }\n\n        .cta-button.black-button {\n            background-color: #f9a825;\n            color: #fff;\n            border: 2px solid #f9a825;\n        }\n\n        .cta-button.black-button:hover {\n            background-color: #fff;\n            color: #f9a825;\n            border: 2px solid #fff;\n        }\n    <\/style>\n\n    <div class=\"cta-section-horizontal\">\n        <img decoding=\"async\" src=\"https:\/\/autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/09\/autodesk-fusion-product-icon-400.png\" alt=\"Autodesk Fusion Logo\">\n        <div class=\"cta-text\">\n            <h1 class=\"cta-title\">Elevate your design and manufacturing processes with Autodesk Fusion<\/h1>\n        <\/div>\n        <div class=\"cta-buttons\">\n            <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/trial-intake-flow\" class=\"cta-button white-button\">Get a 30-Day Free Trial<\/a>\n            <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/extensions\" class=\"cta-button black-button\">See Plans and Pricing<\/a>\n        <\/div>\n    <\/div>\n\n    <?php\n    return ob_get_clean();\n}\nadd_shortcode('autodesk_fusion_cta_horizontal', 'autodesk_fusion_cta_horizontal');\n?>\n\n\n\n<p>More importantly, your users may unintentionally become the administrators and owners of your company\u2019s data because they have created their own Hub to which you do not have access.&nbsp;<\/p>\n\n\n\n<p>How do you avoid this scenario? It\u2019s quite simple: <strong>before you assign your Fusion subscriptions to your users, first invite them to your Fusion Hub<\/strong>. This ensures your users have the same centralized location to store their files.&nbsp;<\/p>\n\n\n\n<p>By inviting users to your Hub first and then assigning them a subscription, you ensure they land in the right place to start working. There will be no need to consolidate multiple Fusion Hubs later on.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-do-i-make-sure-my-team-joins-my-fusion-hubnbsp\">How do I make sure my team joins my Fusion Hub? <\/h2>\n\n\n<figure class=\"wp-block-video\"><video height=\"1080\" style=\"aspect-ratio: 1274 \/ 1080;\" width=\"1274\" controls src=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/setupteamv2-ezgif.com-gif-to-mp4-converter.mp4\"><\/video><\/figure>\n\n\n\n<p>Here are the recommended steps for onboarding new users to your Hub:&nbsp;<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Select the appropriate administrator\/owner to install Fusion for the first time.&nbsp;<\/li>\n\n\n\n<li>During this installation, you are prompted to create your Fusion Hub.&nbsp;<\/li>\n\n\n\n<li>Select a name that your users will recognize. Don\u2019t worry \u2013 you can change your Hub name at any time.&nbsp;<\/li>\n\n\n\n<li>Access Fusion administration: <a href=\"https:\/\/help.autodesk.com\/view\/fusion360\/ENU\/?guid=FT-OPEN\" target=\"_blank\" rel=\"noreferrer noopener\">Navigate to your Fusion Hub<\/a> &amp; <a href=\"https:\/\/help.autodesk.com\/view\/fusion360\/ENU\/?guid=GUID-A341308B-77AE-4027-A5BB-C50188459DC4\" target=\"_blank\" rel=\"noreferrer noopener\">Navigate to the administration settings.<\/a>&nbsp;<\/li>\n\n\n\n<li>Select the Members and Roles tab.&nbsp;<\/li>\n\n\n\n<li>Select Invite.&nbsp;<\/li>\n\n\n\n<li>Enter or copy and paste your users\u2019 email addresses.&nbsp;<\/li>\n\n\n\n<li>Select Invite.<\/li>\n\n\n\n<li>Your users will then receive an email invite from <a href=\"mailto:noreply@autodesk.com\" target=\"_blank\" rel=\"noreferrer noopener\">noreply@autodesk.com<\/a>. Since this is an automated email, please ensure that your users look for it in their spam or junk folders just in case.<\/li>\n\n\n\n<li>Your users may select to join your Hub right away, which is okay! They will go through the process of installing Fusion at this point and start a 30-day trial. The good news is they will not be prompted to create their own additional Fusion Hub.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.autodesk.com\/support\/account\/admin\/users\/assign-access\" target=\"_blank\" rel=\"noreferrer noopener\">Assign Fusion subscriptions to your users.<\/a> Once you have assigned each user a Fusion subscription, any user that installed Fusion prior to obtaining a subscription will have their trial converted to an active subscription the next time they open Fusion.&nbsp;<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"1080\" style=\"aspect-ratio: 1274 \/ 1080;\" width=\"1274\" controls src=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/image002-ezgif.com-gif-to-mp4-converter.mp4\"><\/video><\/figure>\n\n\n\n<p>Just a reminder,<strong> <\/strong>the first user to install Fusion and create your company\u2019s Fusion Hub may not be an actual administrator. You may not want them to be an administrator or have control over your company\u2019s design data. It is recommended to select the right user as the administrator and owner to create the Hub.&nbsp;<\/p>\n\n\n\n<p>The good news is that other Fusion administrators will be able to modify a user\u2019s access at any time.&nbsp;<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-set-up-a-fusion-hub-stepbystep-tutorial\">How to set up a Fusion Hub: Step-by-step tutorial<\/h2>\n\n\n<p>Check out this step-by-step tutorial, where we&#8217;ll take you through the entire process:<\/p>\n\n\n<?xml encoding=\"utf-8\" ?><figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Build Your Autodesk Fusion Hub: Onboarding Team Members Made Simple!\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/e0o-3ronoXM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen style=\"aspect-ratio:500 \/ 281;width:100%;height:auto;\"><\/iframe>\n<\/div><\/figure>\n\n\n<h2 class=\"wp-block-heading\" id=\"smooth-sailing-from-here-on-outnbsp\">Smooth sailing from here on out <\/h2>\n\n\n<p>A smooth onboarding process is crucial after purchasing Fusion for your team. To ensure effective collaboration and avoid data ownership issues, it&#8217;s essential to guide your team through the right steps. By inviting users to join your Fusion Hub before assigning subscriptions, you create a centralized location for collaboration. This not only prevents the creation of multiple Hubs but also safeguards against unintentional data ownership by individual users.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Following the recommended steps for onboarding, including selecting the appropriate administrator, inviting users to the Fusion Hub, and assigning subscriptions, sets the foundation for a seamless and efficient workflow. Remember, taking the time to establish the right Fusion Hub setup initially eliminates the need for future consolidations and ensures a cohesive working environment for your team.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Creating your Fusion Hub is the first step after purchasing Autodesk Fusion. Here&#8217;s everything you need to know about the process.<\/p>\n","protected":false},"author":3017,"featured_media":64637,"menu_order":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[353,359,165,235,480,236,479,476],"tags":[],"coauthors":[827],"class_list":["post-64620","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-getting-started","category-electronics-engineering","category-industrial-design","category-machining","category-manufacturing","category-mechanical-engineering","category-product-design-engineering","category-tutorials","dhig-theme--light"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Set Up Your Autodesk Fusion Hub - Fusion Blog<\/title>\n<meta name=\"description\" content=\"Creating your Fusion Hub is the first step after purchasing Autodesk Fusion. Here&#039;s everything you need to know about the process.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Set Up Your Autodesk Fusion Hub - Fusion Blog\" \/>\n<meta property=\"og:description\" content=\"Creating your Fusion Hub is the first step after purchasing Autodesk Fusion. Here&#039;s everything you need to know about the process.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/\" \/>\n<meta property=\"og:site_name\" content=\"Fusion Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-17T14:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-03T18:15:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Shayne Prichard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shayne Prichard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Set Up Your Autodesk Fusion Hub - Fusion Blog","description":"Creating your Fusion Hub is the first step after purchasing Autodesk Fusion. Here's everything you need to know about the process.","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:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/","og_locale":"en_US","og_type":"article","og_title":"How To Set Up Your Autodesk Fusion Hub - Fusion Blog","og_description":"Creating your Fusion Hub is the first step after purchasing Autodesk Fusion. Here's everything you need to know about the process.","og_url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/","og_site_name":"Fusion Blog","article_published_time":"2024-01-17T14:00:00+00:00","article_modified_time":"2026-02-03T18:15:01+00:00","og_image":[{"width":1920,"height":1280,"url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280.jpg","type":"image\/jpeg"}],"author":"Shayne Prichard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shayne Prichard","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/#article","isPartOf":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/"},"author":{"name":"Shayne Prichard","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/b6edd93ca6e89830dcefac9d307965ae"},"headline":"Here&#8217;s How to Set Up Your Fusion Hub","datePublished":"2024-01-17T14:00:00+00:00","dateModified":"2026-02-03T18:15:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/"},"wordCount":788,"commentCount":0,"image":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280.jpg","articleSection":["Getting Started","Electronics Engineering","Industrial Design","Machining","Manufacturing","Mechanical Engineering","Product Design &amp; Engineering","Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/","name":"How To Set Up Your Autodesk Fusion Hub - Fusion Blog","isPartOf":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/#primaryimage"},"image":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280.jpg","datePublished":"2024-01-17T14:00:00+00:00","dateModified":"2026-02-03T18:15:01+00:00","author":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/b6edd93ca6e89830dcefac9d307965ae"},"description":"Creating your Fusion Hub is the first step after purchasing Autodesk Fusion. Here's everything you need to know about the process.","breadcrumb":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/#primaryimage","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280.jpg","contentUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Education-Japan-6280.jpg","width":1920,"height":1280,"caption":"Fusion 360 students at the Nihon Kogakuin College of Hachioji in Tokyo, Japan."},{"@type":"BreadcrumbList","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-to-set-up-autodesk-fusion-hub\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/"},{"@type":"ListItem","position":2,"name":"Here&#8217;s How to Set Up Your Fusion Hub"}]},{"@type":"WebSite","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#website","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/","name":"Fusion Blog","description":"Product updates, tips, tutorials and community news.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/b6edd93ca6e89830dcefac9d307965ae","name":"Shayne Prichard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/E01DR6Y5S91-U03UZM682-877f704aef1d-512-150x150.jpg259e8cf61720e165e27d9578ed383db1","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/E01DR6Y5S91-U03UZM682-877f704aef1d-512-150x150.jpg","contentUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/E01DR6Y5S91-U03UZM682-877f704aef1d-512-150x150.jpg","caption":"Shayne Prichard"},"description":"Shayne is an Autodesk Fusion Product Manager focusing on Fusion Team and improving data management workflows that help our customers.","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/author\/sprichard\/"}]}},"_links":{"self":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts\/64620","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/users\/3017"}],"replies":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/comments?post=64620"}],"version-history":[{"count":0,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts\/64620\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/media\/64637"}],"wp:attachment":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/media?parent=64620"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/categories?post=64620"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/tags?post=64620"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/coauthors?post=64620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}