{"id":103263,"date":"2026-03-10T18:11:06","date_gmt":"2026-03-10T12:41:06","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=103263"},"modified":"2026-04-22T01:37:49","modified_gmt":"2026-04-21T20:07:49","slug":"building-multi-agent-application-with-crewai","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/building-multi-agent-application-with-crewai\/","title":{"rendered":"Building Multi-Agent Application with CrewAI in 2026"},"content":{"rendered":"\n<p>Have you ever asked yourself what would happen in case several AI systems would act as a team rather than work separately?<\/p>\n\n\n\n<p>The majority of the current AI applications are based on a single model to eliminate tasks like content generation, question-answer, or data analysis. Although this is efficient in simple problems, a complex task can be done with many steps and various forms of expertise. This is where multi-agent systems become powerful, as they allow multiple AI agents to collaborate and share responsibilities within a workflow.<\/p>\n\n\n\n<p>Frameworks such as CrewAI simplify the development of such collaborative systems by developers. This blog will focus on Building Multi-Agent Application with CrewAI and learn about how multi-agent systems, learning how beginners can build Multi-Agent Application workflows step by step.<\/p>\n\n\n\n<p><strong>Quick answer:<\/strong><\/p>\n\n\n\n<p>Building Multi-Agent Application with CrewAI involves creating a system where multiple AI agents collaborate to complete a task. Each agent is assigned a specific role, such as researching information, generating content, or reviewing outputs. Using CrewAI, developers can easily define agents, assign tasks, and organize them into a coordinated workflow that solves complex problems more efficiently than a single AI model.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is a Multi-Agent System?<\/strong><\/h2>\n\n\n\n<p>Multi-agent system (MAS) is a system that consists of interacting autonomous agents to attain a certain goal.<\/p>\n\n\n\n<p>Each agent has its own:<\/p>\n\n\n\n<ul>\n<li>Role<\/li>\n\n\n\n<li>Responsibilities<\/li>\n\n\n\n<li>Decision-making ability<\/li>\n\n\n\n<li>Availability of tools or information.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/1-18.png\" alt=\"\" class=\"wp-image-106258\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/1-18.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/1-18-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/1-18-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/1-18-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p>Rather than having a single AI to take care of all the tasks, the system is more scalable and efficient as the tasks are shared among many agents.<\/p>\n\n\n\n<p>Consider, a case of building an AI app that creates a complete blog post. A multi-agent system may consist of:<\/p>\n\n\n\n<ul>\n<li>A Research Agent that gathers information<\/li>\n\n\n\n<li>A Writer Agent that composes the content.<\/li>\n\n\n\n<li>An Editor Agent that edits the article.<\/li>\n<\/ul>\n\n\n\n<p>This systematic cooperation makes the process more precise and planned.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is CrewAI?<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/crewai.com\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">CrewAI <\/a>is a Python framework that helps to create and maintain multi-agent AI systems.<\/p>\n\n\n\n<p>It enables programmers to design a team of AI agents that can cooperate on tasks. Each agents are defined with the role, the goal, and the tools, which helps maintain structure and clarity within the system.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/2-18.png\" alt=\"\" class=\"wp-image-106260\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/2-18.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/2-18-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/2-18-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/2-18-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p>CrewAI concentrates on task orchestration, i.e., it controls the interaction and communication between agents.<\/p>\n\n\n\n<p>CrewAI has some of the following important features:<\/p>\n\n\n\n<ul>\n<li>Role-based AI agents<\/li>\n\n\n\n<li>Task delegation between agents<\/li>\n\n\n\n<li>Structured workflows<\/li>\n\n\n\n<li><a href=\"https:\/\/www.guvi.in\/blog\/guide-to-large-language-models\/\" target=\"_blank\" rel=\"noreferrer noopener\">Large language models<\/a>&nbsp; (LLM) integration<\/li>\n\n\n\n<li>Easy customization for different applications<\/li>\n<\/ul>\n\n\n\n<p>Due to these characteristics, Building Multi-Agent Application with CrewAI has gained popularity with developers who construct AI assistants, research tools, automation pipelines, and intelligent workflows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Build Multi-Agent Applications?<\/strong><\/h2>\n\n\n\n<p>Individual AI models are capable of doing a large number of tasks, but they fail to cope with complex workflows that may involve a multitude of steps.<\/p>\n\n\n\n<p>Multi-agent systems address this issue by dividing large tasks into smaller specialist functions.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/3-17.png\" alt=\"\" class=\"wp-image-106261\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/3-17.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/3-17-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/3-17-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/3-17-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p>Here are some major benefits.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Better Task Specialization<\/strong><\/h3>\n\n\n\n<p>All the agents specialize in a single activity. This enhances precision and makes the system simpler to control.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<ul>\n<li>One agent researches<\/li>\n\n\n\n<li>Another writes<\/li>\n\n\n\n<li>Another verifies facts<\/li>\n<\/ul>\n\n\n\n<p>Such a structured workflow tends to have high quality outputs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Improved Scalability<\/strong><\/h3>\n\n\n\n<p>Multi-agent systems are easily scalable. The more the complexity of the system, the more agents you can add.<\/p>\n\n\n\n<p>An example of a content pipeline would be:<\/p>\n\n\n\n<ul>\n<li><a href=\"https:\/\/www.guvi.in\/blog\/what-is-seo\/\" target=\"_blank\" rel=\"noreferrer noopener\">SEO<\/a> optimizer<\/li>\n\n\n\n<li>Fact checker<\/li>\n\n\n\n<li>Image generator<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. More Organized Workflows<\/strong><\/h3>\n\n\n\n<p>With roles, agents can be more easily monitored and debugged, as the workflow can be traced.<\/p>\n\n\n\n<p>The system no longer represents a single giant AI <a href=\"https:\/\/www.guvi.in\/blog\/what-is-prompt-engineering\/\" target=\"_blank\" rel=\"noreferrer noopener\">prompt<\/a>, but a pipeline of tasks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Real-World Simulation<\/strong><\/h3>\n\n\n\n<p>Multi-agent systems are similar to the human teamwork and therefore best suited to solving problems associated with teamwork.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.7; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know? \ud83e\udd16<\/strong> \n  <br \/><br \/>\n  <ul style=\"margin: 0; padding-left: 25px;\">\n    <li>The term <strong style=\"color: #FFFFFF;\">agentic IDE<\/strong> comes from <strong>agent-based AI<\/strong> \u2014 meaning the system can independently <strong>plan, reason, and execute multi-step coding tasks<\/strong>, not just generate code snippets.<\/li>\n    <li>Modern <strong style=\"color: #FFFFFF;\">agentic development environments<\/strong> can analyze entire repositories with <strong>thousands of files in seconds<\/strong>, identifying which modules are impacted by a single feature change.<\/li>\n    <li>Some advanced platforms can <strong>run tests, debug failures, apply fixes, and retry automatically<\/strong> \u2014 effectively mimicking a junior developer\u2019s workflow loop.<\/li>\n  <\/ul>\n  <br \/>\n  <strong style=\"color: #ffeb3b;\"> Agentic IDEs are redefining software development \u2014 shifting from code generation to autonomous problem-solving!<\/strong>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Applications of Multi-Agents Systems in the real world<\/strong><\/h2>\n\n\n\n<p>Multi-agent systems are applied more and more in industries such as AI automation, research, and <a href=\"https:\/\/www.guvi.in\/blog\/best-software-development-tools\/\" target=\"_blank\" rel=\"noreferrer noopener\">software development<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/4-12.png\" alt=\"\" class=\"wp-image-106262\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/4-12.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/4-12-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/4-12-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/4-12-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p>1. <strong>Content Generation Platforms<\/strong><\/p>\n\n\n\n<p>The AI agents work together to research, write, edit and optimize articles.<\/p>\n\n\n\n<p>2. <strong>Customer Support Automation<\/strong><\/p>\n\n\n\n<p>Multiple agents handle:<\/p>\n\n\n\n<ul>\n<li>Customer queries<\/li>\n\n\n\n<li>Technical troubleshooting<\/li>\n\n\n\n<li>Escalation management<\/li>\n<\/ul>\n\n\n\n<p>3. <strong>Research Assistants<\/strong><\/p>\n\n\n\n<p>Agents have the ability to gather information, examine sources and extract knowledge.<\/p>\n\n\n\n<p>4. <strong>Software Development Tools<\/strong><\/p>\n\n\n\n<p>Agents assist with:<\/p>\n\n\n\n<ul>\n<li>Code generation<\/li>\n\n\n\n<li>Code review<\/li>\n\n\n\n<li><a href=\"https:\/\/www.guvi.in\/blog\/debugging-in-software-development\/\" target=\"_blank\" rel=\"noreferrer noopener\">Debugging<\/a><\/li>\n\n\n\n<li>Documentation<\/li>\n<\/ul>\n\n\n\n<p>These applications demonstrate the potential of Building Multi-Agent Application systems for intelligent automation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Core Components of CrewAI<\/strong><\/h2>\n\n\n\n<p>CrewAI organizes multi-agent systems in three important elements.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/5-8.png\" alt=\"\" class=\"wp-image-106263\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/5-8.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/5-8-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/5-8-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/5-8-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Agents<\/strong><\/h3>\n\n\n\n<p>The AI workers who are involved in the tasks are called agents.<\/p>\n\n\n\n<p>Each agent is defined by:<\/p>\n\n\n\n<ul>\n<li>Role<\/li>\n\n\n\n<li>Goal<\/li>\n\n\n\n<li>Backstory<\/li>\n\n\n\n<li>Tools<\/li>\n<\/ul>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p>Research Agent:<\/p>\n\n\n\n<ul>\n<li>Role: Information gatherer<\/li>\n\n\n\n<li>Goal: Gather the right sources of information.<\/li>\n<\/ul>\n\n\n\n<p>Writer Agent:<\/p>\n\n\n\n<ul>\n<li>Role: Content creator<\/li>\n\n\n\n<li>Goal: Translating research into readable form.<\/li>\n<\/ul>\n\n\n\n<p>Editor Agent:<\/p>\n\n\n\n<ul>\n<li>Role: Content reviewer<\/li>\n\n\n\n<li>Goal: Better grammar, clarity, and structure.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Tasks<\/strong><\/h3>\n\n\n\n<p>Tasks outline what the individual agents are to do.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<ul>\n<li>Research a topic<\/li>\n\n\n\n<li>Write an article draft<\/li>\n\n\n\n<li>Review and edit content<\/li>\n<\/ul>\n\n\n\n<p>The tasks are allocated to individual agents.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Crew<\/strong><\/h3>\n\n\n\n<p>The crew consists of the team of agents.<\/p>\n\n\n\n<p>CrewAI also organizes the way agents cooperate, exchange outputs and accomplish tasks in a sequence or group of work.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Setting Up Your Environment<\/strong><\/h2>\n\n\n\n<p>To start Building Multi-Agent Application with CrewAI, you need a basic <a href=\"https:\/\/www.guvi.in\/blog\/features-of-python\/\" target=\"_blank\" rel=\"noreferrer noopener\">Python <\/a>environment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Install Python<\/strong><\/h3>\n\n\n\n<p>Make sure Python 3.9 or higher is installed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Install CrewAI<\/strong><\/h3>\n\n\n\n<p>You can install CrewAI using pip:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>pip install crewai<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>You may also need an LLM provider such as OpenAI or other supported models.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Creating Your First Multi-Agent Application<\/strong><\/h2>\n\n\n\n<p>Let us build a simple application where three agents collaborate to generate a blog article.<\/p>\n\n\n\n<p>The system will include:<\/p>\n\n\n\n<ul>\n<li>Research Agent<\/li>\n\n\n\n<li>Writer Agent<\/li>\n\n\n\n<li>Editor Agent<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Import Required Libraries<\/strong><\/h3>\n\n\n\n<p>First, import CrewAI components.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>from crewai import Agent, Task, Crew<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>These modules allow us to define agents, tasks, and the crew.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Create the Agents<\/strong><\/h3>\n\n\n\n<p>Now we define the agents with their roles and responsibilities.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>researcher = Agent(<br>&nbsp; &nbsp; role=&#8221;Research Specialist&#8221;,<br>&nbsp; &nbsp; goal=&#8221;Find accurate information about AI multi-agent systems&#8221;,<br>&nbsp; &nbsp; backstory=&#8221;Expert in collecting reliable technical information.&#8221;<br>)<br><br>writer = Agent(<br>&nbsp; &nbsp; role=&#8221;Content Writer&#8221;,<br>&nbsp; &nbsp; goal=&#8221;Write a clear blog article based on research&#8221;,<br>&nbsp; &nbsp; backstory=&#8221;Experienced writer who simplifies complex topics.&#8221;<br>)<br><br>editor = Agent(<br>&nbsp; &nbsp; role=&#8221;Content Editor&#8221;,<br>&nbsp; &nbsp; goal=&#8221;Improve readability and correct grammar&#8221;,<br>&nbsp; &nbsp; backstory=&#8221;Professional editor ensuring quality content.&#8221;<br>)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Each agent now has a defined purpose, which helps structure the workflow.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Define the Tasks<\/strong><\/h3>\n\n\n\n<p>Next, we assign tasks to each agent.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>research_task = Task(<br>&nbsp; &nbsp; description=&#8221;Research the topic of multi-agent systems in AI&#8221;,<br>&nbsp; &nbsp; agent=researcher<br>)<br><br>write_task = Task(<br>&nbsp; &nbsp; description=&#8221;Write a beginner-friendly article using the research&#8221;,<br>&nbsp; &nbsp; agent=writer<br>)<br><br>edit_task = Task(<br>&nbsp; &nbsp; description=&#8221;Review and refine the article&#8221;,<br>&nbsp; &nbsp; agent=editor<br>)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Create the Crew<\/strong><\/h3>\n\n\n\n<p>Now we combine everything into a crew.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>crew = Crew(<br>&nbsp; &nbsp; agents=[researcher, writer, editor],<br>&nbsp; &nbsp; tasks=[research_task, write_task, edit_task]<br>)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The crew manages collaboration between agents.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 5: Run the Workflow<\/strong><\/h3>\n\n\n\n<p>Finally, we execute the crew.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>result = crew.kickoff()<br><br>print(result)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The system now runs the tasks sequentially, allowing agents to collaborate and produce the final output.<\/p>\n\n\n\n<p>This simple example demonstrates the core idea behind Building Multi-Agent Application with CrewAI.<\/p>\n\n\n\n<p><em>Level up with GUVI\u2019s industry-recognized <\/em><a href=\"https:\/\/www.guvi.in\/mlp\/artificial-intelligence-and-machine-learning?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=Building+Multi-Agent+Application+with+CrewAI+in+2026\" target=\"_blank\" rel=\"noreferrer noopener\"><em>AI &amp; ML course<\/em><\/a><em>, designed for beginners and professionals alike. With hands-on projects, live mentor-led sessions, and real-world workflows, you\u2019ll learn how to build, deploy, and scale AI-powered applications confidently in the modern development landscape.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Wrapping it up:<\/strong><\/h2>\n\n\n\n<p>The future of AI applications is moving beyond single intelligent systems toward collaborative AI architectures. Multi-agent systems allow different AI agents to handle specialized responsibilities and work together to complete complex tasks more efficiently. With CrewAI, you can create multi-agent applications that consist of agents that research, produce, evaluate, and revise output as a unified body. By working together, these agents provide a higher quality product and will ultimately allow AI systems to be scalable and adaptable in the real world.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs:<\/strong><\/h2>\n\n\n\n<p><strong>1. What is a multi-agent application?<\/strong><\/p>\n\n\n\n<p>A multi-agent application is an AI system where multiple agents collaborate to complete a task. Each agent has a specific role, which helps break complex workflows into smaller and more manageable steps.<\/p>\n\n\n\n<p><strong>2. What is CrewAI used for?<\/strong><\/p>\n\n\n\n<p>CrewAI provides a framework for an agent-based architecture to support the development and management of multi-agent applications.<\/p>\n\n\n\n<p><strong>3. Why is Building Multi-Agent Application important?<\/strong><\/p>\n\n\n\n<p>The importance of multi-agent application development lies in improving resource efficiency and scalability. When multiple autonomous agents perform tasks simultaneously, there are less dependencies between tasks, thus resulting in a much simpler to manage complex application.<\/p>\n\n\n\n<p><strong>4. Which programming language is used with CrewAI?<\/strong><\/p>\n\n\n\n<p>CrewAI operates primarily with the Python programming language, allowing seamless connection to a variety of AI Libraries and also Large Language Models.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Have you ever asked yourself what would happen in case several AI systems would act as a team rather than work separately? The majority of the current AI applications are based on a single model to eliminate tasks like content generation, question-answer, or data analysis. Although this is efficient in simple problems, a complex task [&hellip;]<\/p>\n","protected":false},"author":63,"featured_media":106257,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[933,715],"tags":[],"views":"762","authorinfo":{"name":"Vishalini Devarajan","url":"https:\/\/www.guvi.in\/blog\/author\/vishalini\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/03\/Different-Charts-in-Tableau-7-300x116.png","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/03\/Different-Charts-in-Tableau-7.png","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/103263"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/63"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=103263"}],"version-history":[{"count":5,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/103263\/revisions"}],"predecessor-version":[{"id":106264,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/103263\/revisions\/106264"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/106257"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=103263"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=103263"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=103263"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}