Skip to content

Commit 78a33d0

Browse files
committed
Adding in module 2
1 parent 5b85d07 commit 78a33d0

12 files changed

Lines changed: 670 additions & 0 deletions
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.analyze-requirements-for-ai-powered-business-solutions.introduction
3+
title: "Introduction"
4+
metadata:
5+
title: "Introduction"
6+
description: "Discover foundational concepts for AI-powered business solutions, focusing on agents, data readiness, and responsible AI adoption. Learn more now."
7+
ms.date: 02/04/2026
8+
author: Randall-Knapp
9+
ms.author: taeldin
10+
ms.topic: unit
11+
ai-usage: ai-assisted
12+
durationInMinutes: 3
13+
content: |
14+
[!include[](includes/1-introduction.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.analyze-requirements-for-ai-powered-business-solutions.assess-use-agents-task-automation-data-analytics-decision-making
3+
title: "Assess the use of agents in task automation, data analytics, and decision-making"
4+
metadata:
5+
title: "Assess the Use of Agents in Task Automation, Data Analytics, and Decision-Making"
6+
description: "Learn how AI agents automate tasks, analyze data, and support decision-making. Explore Microsoft Copilot and generative AI for enterprise productivity."
7+
ms.date: 02/04/2026
8+
author: Randall-Knapp
9+
ms.author: taeldin
10+
ms.topic: unit
11+
ai-usage: ai-assisted
12+
durationInMinutes: 5
13+
content: |
14+
[!include[](includes/2-assess-use-agents-task-automation-data-analytics-decision-making.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.analyze-requirements-for-ai-powered-business-solutions.review-data-grounding-accuracy-relevance-timeliness-cleanliness-availability
3+
title: "Review data for grounding accuracy, relevance, timeliness, cleanliness, and availability"
4+
metadata:
5+
title: "Review Data for Grounding Accuracy, Relevance, Timeliness, Cleanliness, and Availability"
6+
description: "Learn to evaluate grounding data quality across accuracy, relevance, timeliness, cleanliness, and availability for reliable AI agent behavior."
7+
ms.date: 02/04/2026
8+
author: Randall-Knapp
9+
ms.author: taeldin
10+
ms.topic: unit
11+
ai-usage: ai-assisted
12+
durationInMinutes: 5
13+
content: |
14+
[!include[](includes/3-review-data-grounding-accuracy-relevance-timeliness-cleanliness-availability.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.analyze-requirements-for-ai-powered-business-solutions.organize-business-solution-data-available-other-ai-systems
3+
title: "Organize business solution data for AI systems"
4+
metadata:
5+
title: "Organize Business Solution Data for AI Systems"
6+
description: "Learn how to organize business solution data to ensure it's usable, secure, and optimized for AI systems like Copilot and custom AI applications."
7+
ms.date: 02/04/2026
8+
author: Randall-Knapp
9+
ms.author: taeldin
10+
ms.topic: unit
11+
ai-usage: ai-assisted
12+
durationInMinutes: 6
13+
content: |
14+
[!include[](includes/4-organize-business-solution-data-available-other-ai-systems.md)]
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.analyze-requirements-for-ai-powered-business-solutions.knowledge-check
3+
title: "Module assessment"
4+
metadata:
5+
title: "Knowledge check"
6+
description: "Knowledge check"
7+
ms.date: 02/04/2026
8+
author: Randall-Knapp
9+
ms.author: taeldin
10+
ms.topic: unit
11+
ai-usage: ai-assisted
12+
module_assessment: false
13+
durationInMinutes: 3
14+
content: "Choose the best response for each of the following questions."
15+
quiz:
16+
questions:
17+
- content: "Which of the following is a primary way AI agents enhance productivity in business workflows?"
18+
choices:
19+
- content: "Replacing all manual processes with fully autonomous systems"
20+
isCorrect: false
21+
explanation: "Incorrect. While AI can automate certain tasks, it does not replace all manual processes with fully autonomous systems."
22+
- content: "Drafting content and summarizing information using generative AI"
23+
isCorrect: true
24+
explanation: "Correct. Generative AI accelerates productivity by drafting content, summarizing information, and enabling natural language interaction with data and systems. This allows employees to work faster and more efficiently, directly enhancing productivity in business workflows."
25+
- content: "Eliminating the need for employee training"
26+
isCorrect: false
27+
explanation: "Incorrect. AI does not eliminate the need for employee training; rather, it complements employee efforts."
28+
- content: "Removing the requirement for business context in automation"
29+
isCorrect: false
30+
explanation: "Incorrect. Business context is essential for effective automation and AI implementation."
31+
- content: "Which grounding data dimension ensures AI agents retrieve information that matches the intended business scenario?"
32+
choices:
33+
- content: "Cleanliness"
34+
isCorrect: false
35+
explanation: "Incorrect. Cleanliness refers to the accuracy and quality of data, not its alignment with the business scenario."
36+
- content: "Availability"
37+
isCorrect: false
38+
explanation: "Incorrect. Availability ensures data is accessible but does not guarantee it matches the intended business scenario."
39+
- content: "Relevance"
40+
isCorrect: true
41+
explanation: "Correct. Relevance ensures that grounding data matches the intended use case of the agent. This dimension is critical for surfacing information that is contextually appropriate for the user's scenario, workflow, or business domain."
42+
- content: "Timeliness"
43+
isCorrect: false
44+
explanation: "Incorrect. Timeliness ensures data is up-to-date but does not address its alignment with the business scenario."
45+
- content: "What is the role of semantic indexing in Microsoft Copilot solutions?"
46+
choices:
47+
- content: "Customizing user interfaces"
48+
isCorrect: false
49+
explanation: "Incorrect. Semantic indexing is not related to customizing user interfaces."
50+
- content: "Mapping enterprise content for precise data retrieval"
51+
isCorrect: true
52+
explanation: "Correct. Semantic indexing is used to map enterprise content across Microsoft Graph into rich lexical and semantic representations. This enables AI agents to retrieve contextually precise and permissioned information, supporting trustworthy outputs."
53+
- content: "Managing email distribution lists"
54+
isCorrect: false
55+
explanation: "Incorrect. Semantic indexing does not involve managing email distribution lists."
56+
- content: "Automating financial transactions"
57+
isCorrect: false
58+
explanation: "Incorrect. Semantic indexing is not related to automating financial transactions."
59+
- content: "Why is it important to centralize and structure business solution data before deploying AI agents?"
60+
choices:
61+
- content: "To reduce the number of employees needed"
62+
isCorrect: false
63+
explanation: "Incorrect. Centralizing and structuring data is not aimed at reducing the workforce."
64+
- content: "To ensure AI systems can access high-quality, reliable data"
65+
isCorrect: true
66+
explanation: "Correct. AI systems require high-quality, structured, and accessible data. Centralizing and structuring data ensures it is reliable and ready for AI processing."
67+
- content: "To allow data to remain in scattered silos"
68+
isCorrect: false
69+
explanation: "Incorrect. Scattered silos hinder AI systems from accessing and processing data effectively."
70+
- content: "To eliminate the need for data governance"
71+
isCorrect: false
72+
explanation: "Incorrect. Data governance remains essential even when data is centralized and structured."
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.analyze-requirements-for-ai-powered-business-solutions.summary
3+
title: "Summary"
4+
metadata:
5+
title: "Summary"
6+
description: "Explore AI-powered business solutions, task automation, data analytics, and decision-making with Microsoft Copilot and generative AI."
7+
ms.date: 02/04/2026
8+
author: Randall-Knapp
9+
ms.author: taeldin
10+
ms.topic: unit
11+
ai-usage: ai-assisted
12+
durationInMinutes: 3
13+
content: |
14+
[!include[](includes/6-summary.md)]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
In today's rapidly evolving business landscape, artificial intelligence (AI) agents are redefining how organizations operate, make decisions, and drive productivity. This module introduces the foundational concepts required to analyze, design, and implement AI-powered business solutions, focusing on the critical role of agents in task automation, data analytics, decision-making, and enterprise data management.
2+
3+
AI agents automate routine tasks, deliver data-driven insights, and support strategic decisions by integrating enterprise context with generative AI capabilities. Solutions such as Microsoft Copilot bring these benefits directly into familiar productivity tools—including Word, Outlook, Teams, and Dynamics 365—enabling employees to work faster and with greater confidence.
4+
5+
Generative AI further accelerates productivity by drafting content, summarizing information, and enabling natural language interaction with data and systems. This technology allows for the creation of original content in various formats, such as text, images, videos, audio, and software code, unlocking new levels of efficiency and creativity.
6+
7+
To ensure reliable and responsible AI adoption, it is essential to understand how agents interact with business data. High-quality, well-organized, and accessible data is the foundation for effective AI solutions. Concepts such as grounding—where AI agents respond using trusted, domain-specific organizational data—are critical to minimizing errors and maintaining security and compliance. Technologies like semantic indexing and the Copilot Retrieval API ensure that AI agents retrieve contextually precise and permissioned information, supporting trustworthy outputs.
8+
9+
This module also emphasizes the importance of organizing business solution data for AI readiness. Leveraging platforms such as Azure, Microsoft databases, and modern data architecture patterns enables organizations to centralize, structure, and govern their data, making it discoverable and usable for a wide range of AI systems, including Copilot, autonomous agents, and custom AI applications.
10+
11+
Throughout this module, learners will explore best practices for implementing AI agents, ensuring data quality across accuracy, relevance, timeliness, cleanliness, and availability, and structuring enterprise data for scalable AI consumption. By mastering these principles, organizations can unlock measurable value, drive transformation, and support responsible decision-making with AI-powered solutions.
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
## Learning Objectives
2+
3+
By the end of this unit, learners will be able to:
4+
5+
Explain how AI agents support **task automation**, **data analytics**, and **decision-making**.
6+
7+
Describe how **Microsoft Copilot experiences** enhance productivity across workflows.
8+
9+
Identify how **generative AI** unlocks productivity and supports responsible decision-making.
10+
11+
Assess scenarios where agents add measurable value for enterprise environments.
12+
13+
## 1. Introduction
14+
15+
AI agents transform the way organizations work. They automate repeatable tasks, provide data-driven insights, and support decision-making by integrating enterprise context with generative AI capabilities.
16+
17+
Microsoft Copilot experiences bring these capabilities directly into familiar tools essential for work —Word, Outlook, Teams, Dynamics 365, and more—helping employees act faster and with greater confidence.<br>
18+
19+
Generative AI accelerates productivity by drafting content, summarizing information, and enabling natural language interaction with data and systems to create original content such as text, images, videos, audio, software code or other forms of data.<br>
20+
21+
**2. Role of Agents in Task Automation**
22+
23+
Agents help organizations streamline and automate tasks that traditionally require manual work.
24+
25+
**Key Capabilities**
26+
27+
Drafting documents, emails, or responses based on context.
28+
29+
Summarizing large volumes of data—emails, meetings, chats.
30+
31+
Automating workflows through technologies such as Microsoft 365, Copilot Studio, Azure Foundry, and Power Platform.
32+
33+
Triggering multi-step processes (approvals, notifications, content generation).
34+
35+
These capabilities reduce cognitive load and help teams focus on strategic, not repetitive, work.<br>
36+
37+
**Chart: Examples of Agent-Driven Task Automation**
38+
39+
| **Task Area** | **How Agents Help** | **Tools** |
40+
|---|---|---|
41+
| **Communication** | Draft emails, summarize Teams threads, create meeting recaps | Microsoft 365 Copilot |
42+
| **Documentation** | Generate first-draft reports, rewrite or optimize content | Word, OneNote, Loop, Microsoft 365 Copilot |
43+
| **Process Automation** | Trigger workflows and multi-step tasks | Copilot Studio, Power Automate |
44+
| **Knowledge Retrieval** | Answer questions using enterprise data | Copilot Search, Graph grounding |
45+
46+
## 3. Agents in Data Analytics
47+
48+
AI agents simplify and accelerate data analysis by converting natural language questions into insightful answers.
49+
50+
**Core Agent Capabilities**
51+
52+
Summarizing complex datasets into actionable insights
53+
54+
Identifying trends, outliers, and patterns
55+
56+
Generating visualizations on demand
57+
58+
Interpreting dashboards and suggesting next-step actions
59+
60+
Copilot experiences help employees make sense of data without requiring advanced analytics skills.
61+
62+
**Visual Diagram: AI Agents in the Analytics Workflow**
63+
64+
User Question → AI Agent → Data Retrieval → Insight Generation → Recommended Actions
65+
66+
## 4. Agents in Decision-Making
67+
68+
Agents support strategic and operational decisions through:
69+
70+
**AI-Supported Decision Inputs**
71+
72+
Scenario recommendations based on historical data
73+
74+
Risk identification through pattern recognition
75+
76+
Summaries of business context from documents, meetings, and datasets
77+
78+
Recommendations backed by enterprise knowledge
79+
80+
Generative AI enables leaders to explore alternatives, evaluate impacts, and move faster with confidence.<br>
81+
82+
## 5. Best Practices for Using AI Agents
83+
84+
**Start with the business outcome** you want to improve.
85+
86+
**Use agent automation** to reduce repetitive work, not replace critical thinking.
87+
88+
**Maintain responsible AI principles**— Fairness, Reliability and Safety, Privacy and Security, Inclusiveness, Transparency, Accountability.
89+
90+
**Monitor performance** and refine prompts, workflows, and data inputs.
91+
92+
**Empower teams** with training to use Copilot effectively.
93+
94+
These principles reinforce reliable, secure AI adoption at scale.<br>
95+
96+
**References**
97+
98+
Use these links as the primary sources for this unit:
99+
100+
**Explore Copilot Experiences**<br>[Explore Copilot Experiences](/training/modules/business-value-microsoft-copilot-solutions/3-explore-copilot-experiences)
101+
102+
**Unlock Productivity with Generative AI - Microsoft Learn**<br>[Unlock Productivity with Generative AI](/training/modules/generative-ai-productivity/)
103+
104+
**Knowledge Check**
105+
106+
**1. Multiple Choice**
107+
108+
**Which of the following is a key benefit of using AI agents for data analytics?**<br>A. They replace the need for all BI tools<br>B. They translate natural language questions into insights<br>C. They eliminate the need for data governance<br>D. They require manual configuration for every dataset
109+
110+
**Correct Answer: B**
111+
112+
**2. Open Reflection / Discussion**
113+
114+
**How could AI agents improve decision-making in your team's current processes? Provide an example.**

0 commit comments

Comments
 (0)