{"id":2362,"date":"2025-09-19T08:01:00","date_gmt":"2025-09-19T07:01:00","guid":{"rendered":"https:\/\/clouddirect.net\/learning-hub\/?p=2362"},"modified":"2025-10-02T16:49:52","modified_gmt":"2025-10-02T15:49:52","slug":"agentic-ai-what-why-how-and-where","status":"publish","type":"post","link":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/","title":{"rendered":"Agentic AI: What, why, how, and where?"},"content":{"rendered":"\n<p><em>In this first of a three-part series on Agentic AI, we take a look at what it is, where it&#8217;s being used, and why it&#8217;s different to its technological predecessors. In parts <a href=\"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-use-cases-and-using-azure-ai-foundry-agent-service\/\">two<\/a> and <a href=\"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-six-key-considerations-to-get-started\/\">three<\/a>, we&#8217;ll go on to look at use cases, Microsoft&#8217;s Azure AI Foundry Agent Service, and six key considerations to get started.<\/em><\/p>\n\n<p>If you&#8217;re on slightly shaky ground with Agentic AI, then you&#8217;re in the right place. Although Agentic AI is a rapidly emerging area of artificial intelligence, it&#8217;s still not widely understood outside those specialising in autonomous systems.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-agentic-ai\">What is Agentic AI?<\/h2>\n\n<p>Rather than just responding to prompts like a chatbot, Agentic AI proactively pursues objectives \u2013 with autonomy, goal-directed behaviour, and adaptive decision-making.<\/p>\n\n<p>In psychology, &#8216;agency&#8217; is the capacity to act and produce results, so we&#8217;re talking about artificial intelligence that demonstrates that ability. Agentic AI&#8217;s aim is to achieve specific goals without constant human oversight.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"h-why-agentic-ai-is-different\">Why Agentic AI is different<\/h2>\n\n<p>While much of the AI you may be familiar with follows predefined rules or produces prompt-based content, Agentic AI&#8230;<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Exhibits autonomy |<\/strong> This means it can initiate actions and not just react to instructions<\/li>\n\n\n\n<li><strong>Solves multi-step problems |<\/strong> It can deal with complex, sequential workflows<\/li>\n\n\n\n<li><strong>Learns and adapts |<\/strong> Like a real-life coworker, it will improve over time through feedback loops and real-world interactions<\/li>\n\n\n\n<li><strong>Coordinates tasks |<\/strong> This enables an agent to handle specific tasks and work in tandem with other agents towards a shared goal<\/li>\n<\/ul>\n\n<p>And it&#8217;s the element of autonomy that makes Agentic AI so different. While assistants such as Copilot support people, Agents complete goals.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"h-how-agentic-ai-works\">How Agentic AI works<\/h2>\n\n<p>Before we look at the underlying technology, let&#8217;s first understand the process.<\/p>\n\n<p>Agentic AI typically follows a four-step process.<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Perceive | <\/strong>First, it gathers data from sources such as sensors, databases, or user interactions<\/li>\n\n\n\n<li><strong>Reason | <\/strong>Then, using a large language model, it understands the task and generates strategies<\/li>\n\n\n\n<li><strong>Act | <\/strong>Utilising APIs, software tools, or other systems, it executes the task<\/li>\n\n\n\n<li><strong>Learn | <\/strong>Finally, using feedback and outcomes from previous actions, it refines its performance<\/li>\n<\/ul>\n\n<p>From a technical perspective, each Agent has three core components:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>A Large Language Model<\/strong> which powers reasoning, language understanding, and planning<\/li>\n\n\n\n<li><strong>Instructions<\/strong> to define the Agent&#8217;s goals, behaviour, and constraints<\/li>\n\n\n\n<li><strong>Tools<\/strong> which allow the agent to retrieve knowledge or take actions <\/li>\n<\/ul>\n\n<p>In reality, this relies on a whole host of underlying technology, such as OpenAI GPT, Claude, Mistral or Gemini for the Large Language Model (LLM), the likes of LangChain, AutoGPT, MetaGPT or CrewAI for the autonomous agents framework which enables multi-step task execution and decision-making, and integration tools and APIs which will allow Agents to interact with external systems, for example Zapier, REST APIs, and browser automation.<\/p>\n\n<p>Then there are vector databases like Pinecone or Weaviate, so Agents can retain informations across tasks and sessions, Reinforcement Learning Libraries (such as Ray RLlib and OpenAI Gym) which train Agents to make better decisions, and Orchestration Platforms such as Microsoft Azure AI Studio, HuggingFace Transformers, and IBM Watson Orchestrate to coordinate multiple Agents and workflows.<\/p>\n\n<p>On first glance that probably sounds rather daunting, but that&#8217;s where technologies like Microsoft&#8217;s Azure AI Foundry Agent Service come in. Essentially, it&#8217;s a fully managed platform for building, deploying, and scaling Agentic AI systems, which we look at in further detail in the second blog of this series.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"h-where-might-you-use-agentic-ai\">Where might you use Agentic AI?<\/h2>\n\n<p>In customer service, Agentic AI is already being used to handle refunds, schedule appointments, and resolve issues proactively. In finance, we\u2019re seeing Agentic AI used to assess creditworthiness, automate mortgage or loan approvals, and manage aspects of compliance. In healthcare, it can extend accessibility providing after hours appointment booking and triaging patient queries, while the Government\u2019s Department of Science, Innovation and Technology is exploring how Agentic AI can help people access and register for a range of public services. <strong><\/strong><\/p>\n\n<p>With capabilities like these, it follows that you can build personal productivity agents for your knowledge workers (or yourself!) that manage calendar, emails, routine tasks, and to-do lists.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"h-what-must-you-be-careful-of\">What must you be careful of?<\/h2>\n\n<p>There are also a series of potential \u2018gotchas\u2019 with Agentic AI: questions that need careful consideration.<\/p>\n\n<p>What should or shouldn\u2019t you use Agentic AI for? What boundaries do you want to set? Does it affect IT security? How do you avoid bias and ensure fairness? What governance measures will be required? And what of compliance? &nbsp;&nbsp;<\/p>\n\n<p>Most importantly of all, how do you ensure that as a result of all this work Agentic AI delivers genuine value to your organisation? We\u2019ll look at this in detail in our third and final blog of the series when we set out six key considerations to getting started with Agentic AI.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"h-next-steps\">Next steps<\/h2>\n\n<p>Be sure to follow up this blog with the following <a href=\"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-use-cases-and-using-azure-ai-foundry-agent-service\/\">two parts<\/a>, but if you&#8217;re keen to learn more directly from an expert, then we&#8217;re here to help. Request a call with a member of our team today and find out how Cloud Direct can help you successfully benefit from the use of Agentic AI.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this first of a three-part series on Agentic AI, we take a look at what it is, where it&#8217;s being used, and why it&#8217;s different to its technological predecessors. In parts two and three, we&#8217;ll go on to look at use cases, Microsoft&#8217;s Azure AI Foundry Agent Service, and six key considerations to get [&hellip;]<\/p>\n","protected":false},"author":35,"featured_media":2365,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[52],"tags":[],"post_media_type":[24],"class_list":["post-2362","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-ai","post_media_type-blog"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Agentic AI: What, why, how, and where? - Learning Hub<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Agentic AI: What, why, how, and where?\" \/>\n<meta property=\"og:description\" content=\"In this first of a three-part series on Agentic AI, we take a look at what it is, where it&#8217;s being used, and why it&#8217;s different to its technological predecessors. In parts two and three, we&#8217;ll go on to look at use cases, Microsoft&#8217;s Azure AI Foundry Agent Service, and six key considerations to get [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/\" \/>\n<meta property=\"og:site_name\" content=\"Learning Hub\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-19T07:01:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-02T15:49:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/clouddirect.net\/learning-hub\/wp-content\/uploads\/sites\/2\/2025\/10\/Agentic-AI-What-Why-How-and-Where.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"georgehartrey\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"georgehartrey\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/\"},\"author\":{\"name\":\"georgehartrey\",\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/#\\\/schema\\\/person\\\/8083c72c5efd24337d6f81d8e4ad63ec\"},\"headline\":\"Agentic AI: What, why, how, and where?\",\"datePublished\":\"2025-09-19T07:01:00+00:00\",\"dateModified\":\"2025-10-02T15:49:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/\"},\"wordCount\":862,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/10\\\/Agentic-AI-What-Why-How-and-Where.jpg\",\"articleSection\":[\"Data &amp; AI\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/\",\"url\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/\",\"name\":\"Agentic AI: What, why, how, and where? - Learning Hub\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/10\\\/Agentic-AI-What-Why-How-and-Where.jpg\",\"datePublished\":\"2025-09-19T07:01:00+00:00\",\"dateModified\":\"2025-10-02T15:49:52+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/#\\\/schema\\\/person\\\/8083c72c5efd24337d6f81d8e4ad63ec\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/#primaryimage\",\"url\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/10\\\/Agentic-AI-What-Why-How-and-Where.jpg\",\"contentUrl\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/10\\\/Agentic-AI-What-Why-How-and-Where.jpg\",\"width\":1600,\"height\":900,\"caption\":\"Agentic AI What Why How and Where\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/agentic-ai-what-why-how-and-where\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Agentic AI: What, why, how, and where?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/#website\",\"url\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/\",\"name\":\"Learning Hub\",\"description\":\"Cloud Direct\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/#\\\/schema\\\/person\\\/8083c72c5efd24337d6f81d8e4ad63ec\",\"name\":\"georgehartrey\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/30c915553eceb7e9978d76c2de91f195093c098874d5a8eb5d461527a00feea6?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/30c915553eceb7e9978d76c2de91f195093c098874d5a8eb5d461527a00feea6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/30c915553eceb7e9978d76c2de91f195093c098874d5a8eb5d461527a00feea6?s=96&d=mm&r=g\",\"caption\":\"georgehartrey\"},\"url\":\"https:\\\/\\\/clouddirect.net\\\/learning-hub\\\/author\\\/georgehartrey\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Agentic AI: What, why, how, and where? - Learning Hub","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:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/","og_locale":"en_GB","og_type":"article","og_title":"Agentic AI: What, why, how, and where?","og_description":"In this first of a three-part series on Agentic AI, we take a look at what it is, where it&#8217;s being used, and why it&#8217;s different to its technological predecessors. In parts two and three, we&#8217;ll go on to look at use cases, Microsoft&#8217;s Azure AI Foundry Agent Service, and six key considerations to get [&hellip;]","og_url":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/","og_site_name":"Learning Hub","article_published_time":"2025-09-19T07:01:00+00:00","article_modified_time":"2025-10-02T15:49:52+00:00","og_image":[{"width":1600,"height":900,"url":"https:\/\/clouddirect.net\/learning-hub\/wp-content\/uploads\/sites\/2\/2025\/10\/Agentic-AI-What-Why-How-and-Where.jpg","type":"image\/jpeg"}],"author":"georgehartrey","twitter_card":"summary_large_image","twitter_misc":{"Written by":"georgehartrey","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/#article","isPartOf":{"@id":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/"},"author":{"name":"georgehartrey","@id":"https:\/\/clouddirect.net\/learning-hub\/#\/schema\/person\/8083c72c5efd24337d6f81d8e4ad63ec"},"headline":"Agentic AI: What, why, how, and where?","datePublished":"2025-09-19T07:01:00+00:00","dateModified":"2025-10-02T15:49:52+00:00","mainEntityOfPage":{"@id":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/"},"wordCount":862,"commentCount":0,"image":{"@id":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/#primaryimage"},"thumbnailUrl":"https:\/\/clouddirect.net\/learning-hub\/wp-content\/uploads\/sites\/2\/2025\/10\/Agentic-AI-What-Why-How-and-Where.jpg","articleSection":["Data &amp; AI"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/","url":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/","name":"Agentic AI: What, why, how, and where? - Learning Hub","isPartOf":{"@id":"https:\/\/clouddirect.net\/learning-hub\/#website"},"primaryImageOfPage":{"@id":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/#primaryimage"},"image":{"@id":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/#primaryimage"},"thumbnailUrl":"https:\/\/clouddirect.net\/learning-hub\/wp-content\/uploads\/sites\/2\/2025\/10\/Agentic-AI-What-Why-How-and-Where.jpg","datePublished":"2025-09-19T07:01:00+00:00","dateModified":"2025-10-02T15:49:52+00:00","author":{"@id":"https:\/\/clouddirect.net\/learning-hub\/#\/schema\/person\/8083c72c5efd24337d6f81d8e4ad63ec"},"breadcrumb":{"@id":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/#primaryimage","url":"https:\/\/clouddirect.net\/learning-hub\/wp-content\/uploads\/sites\/2\/2025\/10\/Agentic-AI-What-Why-How-and-Where.jpg","contentUrl":"https:\/\/clouddirect.net\/learning-hub\/wp-content\/uploads\/sites\/2\/2025\/10\/Agentic-AI-What-Why-How-and-Where.jpg","width":1600,"height":900,"caption":"Agentic AI What Why How and Where"},{"@type":"BreadcrumbList","@id":"https:\/\/clouddirect.net\/learning-hub\/agentic-ai-what-why-how-and-where\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/clouddirect.net\/learning-hub\/"},{"@type":"ListItem","position":2,"name":"Agentic AI: What, why, how, and where?"}]},{"@type":"WebSite","@id":"https:\/\/clouddirect.net\/learning-hub\/#website","url":"https:\/\/clouddirect.net\/learning-hub\/","name":"Learning Hub","description":"Cloud Direct","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clouddirect.net\/learning-hub\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/clouddirect.net\/learning-hub\/#\/schema\/person\/8083c72c5efd24337d6f81d8e4ad63ec","name":"georgehartrey","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/30c915553eceb7e9978d76c2de91f195093c098874d5a8eb5d461527a00feea6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/30c915553eceb7e9978d76c2de91f195093c098874d5a8eb5d461527a00feea6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/30c915553eceb7e9978d76c2de91f195093c098874d5a8eb5d461527a00feea6?s=96&d=mm&r=g","caption":"georgehartrey"},"url":"https:\/\/clouddirect.net\/learning-hub\/author\/georgehartrey\/"}]}},"_links":{"self":[{"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/posts\/2362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/comments?post=2362"}],"version-history":[{"count":2,"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/posts\/2362\/revisions"}],"predecessor-version":[{"id":2374,"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/posts\/2362\/revisions\/2374"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/media\/2365"}],"wp:attachment":[{"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/media?parent=2362"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/categories?post=2362"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/tags?post=2362"},{"taxonomy":"post_media_type","embeddable":true,"href":"https:\/\/clouddirect.net\/learning-hub\/wp-json\/wp\/v2\/post_media_type?post=2362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}