GenAI HR
GenAI HR
-Krishna Dwivedi
Hello!
Thank you for joining me today
Email: [email protected]
Course Overview and Deliverables
• Why HR should Embrace AI
• Hands-on Learning: Data Science
• Hands-on Learning: Machine Learning
• Exploring Generative AI Tools
• Learn how RPA (Copilot) can help HR to streamline workflows
• End-to-End Project: Generative AI for HR
Why HR Should Embrace The Power
Of AI ?
Drive Organizational Success by Implementing AI in
HR
76% of HR leaders believe that failing to adopt AI within the next 12 to 24 months will
leave their organization lagging in success.
TRANSFORM DATA
ENGINEER FEATURES
DATA VERSIONING
Types of Datasets
• May need to be collected just once, or on a recurring basis.
• One-time analysis of a historical dataset.
• Company's own data.
• Third-party data.
• Ongoing analysis of incoming data, such as:
• Data collected by IoT sensors.
• Sales transaction records.
• System logs.
• May be in different formats, such as:
• JSON
• CSV
• XML
• Relational database/SQL
The Structure of Data
Data example
Value
Data Quality Issues
b. Document can have many total words and many different types of words.
3. Generally, the more features you have, the better the model.
10/23/2024
Exploratory Data Analysis
Ethical Considerations in Data
Collection
• PII (Personally Identifiable Information): PII refers to data that can
identify individuals, allowing them to be contacted or located without their
consent.
• Data Usage: People often want to know how their data will be used upfront,
even though usage may change over time.
• Data Quantity: While more data is beneficial for models, it must align with
privacy and security considerations.
• Data Bias and Intellectual Property: Biased data can harm individuals or
groups, and collecting data without consent may violate intellectual property
rights and lead to legal issues.
Transform Data
Types of Data
Feature types:
a. Quantitative
b. Qualitative
c. Ordinal
Data types:
d. Integers (25)
e. Floats (12.78)
f. Strings ('Sedan')
h. Datetimes (2022-12-01)
Data Cleaning
Data cleaning: The process of addressing inaccuracies and other problems with
data.
• Subset of preparation.
• Duplicated data, poorly formatted data, corrupt data, etc.
• You can correct data or remove it.
• Choice of action depends on feasibility and impact on later processes.
Operations You Can Perform on Different Types of Features
2. Sometimes models can cope with missing values, other times not.
4. You may use a best guess or arbitrary default to fill in missing values.
𝑥 − min ( 𝑋 ) Normalization—The technique of transforming a feature so that its lowest value is 0 and its highest value is 1.
𝑥′ =
max ( 𝑋 ) − min ( 𝑋 ) Where:
• x is the initial value being normalized.
• x' is the new normalized value.
• min(X) is the smallest value in the feature that x is taken from.
• max(X) is the largest value in the feature that x is taken from.
Feature selection:
Selects subset of original features.
Includes most relevant, excludes most irrelevant.
Useful when there are many more features than examples.
Feature extraction:
Derives new features from original features.
Combines multiple correlated features into one.
Useful in computer vision applications.
• Strong Positive Correlation +1: When one feature increases, the other feature also
increases (e.g., Salary and Age).
• Strong Negative Correlation -1: When one feature increases, the other decreases (e.g.,
Attrition and Performance Score).
• No Correlation 0: No apparent linear relationship between the features (e.g., Gender and
Salary).
• To calculate the correlation between two columns in Excel, you can use the CORREL function
=CORREL(array1, array2)
Activity: Transforming Data
• You will be exploring the employee Dataset.
• Now you'll apply transformation techniques, including:
• Data type conversion
• Deduplication
• Missing data imputation
• Dropping outliers
• Finding Correlation
Knowledge Check
Which of the following is considered a quality issue in a dataset?
A) Having a large amount of relevant features
B) Using representative data
C) Having a balanced distribution of classes
D) Including irrelevant features
What type of data issue occurs when one class is significantly underrepresented
compared to others?
A) Irrelevant data
B) Non-representative data
C) Imbalanced data
D) Noisy data
Machine Learning
Types of machine learning
Machine
Learning
5
Binary classification Multiclass classification
Label is or is not a class Label is one of multiple classes
Predict the number of
ice creams sold based Separate plants into groups
on day, season, and based on common
weather Predict whether a patient is Predict the species of a characteristics
at-risk for diabetes based on penguin based on its
clinical data measurements
What is machine learning?
Creating predictive models by finding relationships in data
1. Training data 2. Algorithm 3. Model
(past observations) (Generalizes the (encapsulates the
[x1,x2,x3], y relationship between x and function)
Training
[x1,x2,x3], y y as a function)
[x1,x2,x3], y
[x1,x2,x3], y y= f(x)
[x1,x2,x3], y
Features Label
(x) (y)
Inferencing
[x1,x2,x3] ŷ
4. Inferencing Prediction
data (inferred label)
(unlabeled features)
Model training and evaluation
[x1,x2,x3], y
[x1,x2,x3], y y= f(x)
[x1,x2,x3], y 5. Evaluate
[x1,x2,x3], y model (compare
[x1,x2,x3], y predicted labels to
[x1,x2,x3], y 4. Predictions actual labels)
(from the validation
Validation data
data)
(with known labels)
Predictive
Analytics in
HR
• Predictive analytics can
help HR departments
identify trends and
patterns in employee data
x w
∫(f (x,w))
• Neurons fire in response to • Each neuron is a function that operates on
electrochemical stimuli an input value (x) and a weight (w)
• When fired, the signal is passed to • The function is wrapped in an activation
connected neurons function that determines whether to pass
the output on
Role of AI in HR
Recruitment
AI can assist with recruitment by automating tasks such as resume screening, candidate
matching, and interview scheduling, freeing up recruiters' time to focus on higher-value
tasks.
Employee Engagement
AI can help improve employee engagement by analyzing employee data to identify
areas of improvement, such as training needs or communication gaps, and making
personalized recommendations to employees.
Performance Management
AI can provide valuable insights into employee performance, such as identifying areas of
strength and weakness, and making data-driven recommendations for improvement.
Fun Activity: Building Image
Classification Model
Demonstration + Activity
Fundamentals
of
Generative AI
What is generative AI?
1950 Artificial Intelligence
s the field of computer science that seeks to create
Artificial Intelligence intelligent machines that can replicate or exceed
human intelligence
1990
Machine Learning s
Machine Learning
subset of AI that enables machines to learn from
existing data and improve upon that data to make
decisions or predictions
Deep Learning 2010
s Deep Learning
a machine learning technique in which layers of
neural networks are used to process data and
make decisions
2021 Generative AI
Generative AI Create new written, visual, and auditory content
given prompts or existing data.
Natural
Image
language Code generation
generation
generation
Write a cover letter for Create a logo for a Write Python code to
a job application florist business add two numbers
Microsoft
Copilot
Copilots
What are copilots?
System Message:
Summarize the key You are a helpful assistant…
considerations for adopting +
Copilot1 described in this Conversation history5:
document2 for a corporate User: Hello
executive3. Format the Assistant: Hi. How can I help?… Language
summary as no more than Copilot + Model
Current prompt:
six bullet points with a User: Summarize the key …
professional tone4. (May be further optimized by Copilot)
1. Start with a specific goal for what you want the copilot to do
2. Provide a source to ground the response in a specific scope of information
3. Add context to maximize response appropriateness and relevance
4. Set clear expectations for the response
5. Iterate based on previous prompts and responses to refine the result
Co-pilot generation capabilities DALL E
Generative AI models can edit and create images. The model that works with images is
called DALL-E, which supports image creation, image editing and image variations
creation.
Image generation: With DALL-E, you can even request an image in a particular style.
Styles can be used for edits and variations as well.
Editing an image: DALL-E can edit the image as requested by changing its style, adding or
removing items, or generating new content to add.
Image variations: Image variations can be created by providing an image and specifying
how many variations of the image you would like.
Gemini
Demo on
Copilot & Google AI
Studio
Data Analysis with Generative AI
• Generative AI can create valuable insights from large and complex datasets.
unstructured data.
action.
• Watch Video
Activity:
Data Analysis on Google AI
Studio
Knowledge check
1 What are Large Language Models?
⃣Models that only work with one language.
⃣Models that only work with small amounts of data.
⃣Models that can interpret and generate natural language.
⃣Microsoft Excel
⃣Google Chrome
⃣ChatGPT
Prompt Engineering
Prompt Engineering – Prompt Elements
O F G R E AT P R O M P T S F O R C O M M U N I C AT I O N S
PERSON PARAMETER
A S
Tell the tool its job title (e.g. its role) Tone, style, length
• Internal communicator • Casual, upbeat, professional,
• Program manager clear and simple, 6th grade reading level
• Storyteller • Short, 1500 characters, 20-minute
presentation
OBJECTIV CONTEX
E T
What do you want it to do? What points should be covered? What
• Write an action required email is the call to action?
• Write a project status update • Direct readers to complete the following
• Write an outline for a persuasive speech action [include CTA]
• Follow this outline [provide bullets]
• Highlight the following features [list
AUDIENC
features]
E • Include these key points [include points]
Who will receive your message?
• Microsoft employees
• Customers
• New hires
• Executives
Primary, supporting, and grounding content
---
Section markers
(--- or ###) Thanks for your interest in our summer school program.
We’re looking for your ideas for webinars on topics such as AI,
web development, … <more…>
Supporting content to Extract the key points from the above email, and put them in a
provide clarity / specificity bulleted list
---
Artificial Intelligence (AI) has evolved over many years …
Grounding content to <more…>
define scope for questions
---
Write a table in markdown with 6 animals in it, with their genus and species
What is the main purpose of using examples in a prompt for a generative AI model?
2
⃣To test the model's memory
⃣To increase the length of the prompt
⃣To provide context and guide the model's responses
Key Features:
• Mimics human actions.
• Works with existing software without human
intervention.
Payroll Processing:
• Automates payroll calculations and disbursements.
Employee Onboarding:
• Automates document verification.
• Assigns training automatically.
Data Privacy and Security
• Protecting employee data is a top priority for
companies
• Data privacy and security measures must be
in place to safeguard information
• Ethical use of data ensures fair treatment of
all employees
Bias and Fairness in AI
Models
• AI models can contain biases that unfairly
impact employees
• Steps must be taken to identify and address
biases in AI algorithms
• Fair treatment of all employees is essential
for a positive work environment
Activity: Identifying Bias and Fairness
in Gen AI
Objective:
1)Identify and analyze both text and images generated by Generative AI (Gen-AI) to
uncover potential biases and discuss fairness.
Total Activity Time : 30 mins
1 2 3 4 5
Recap a meeting Summarize an Draft email Summarize a Tell me about
– let Copilot keep track of email thread – personalize the tone document a
key topics and action items – get quickly caught up to and length. – get right down to topic/project
so you can stay focused a long, complex email business by summarizing
during the meeting and – provide insights and
thread. long documents and analysis from across
avoid listening to the focusing
recording after. Draft an email to [name] multiple sources to
that informs them that on the relevant sections. getTell
upmeto what's
speednew about topic
Draft an email with notes Click on the Summarize Give me a bulleted list
Project X is delayed two
and action items from icon of key points from file quickly.
organized by emails, chats, and
weeks. Make it short and
meeting files?
casual in tone.
6 7 8 9 10
Give me some Help me write … What did they Revise this Translate a
ideas for … – jumpstart creativity and say … content message
– boost your creativity write and edit like a pro by – when you vaguely – when you’ve got a – with business becoming
with ideas for your work getting a first draft in remember someone rough draft of an idea, increasingly international,
such as agendas, seconds. mentioning a topic, have turn it into usable text it’s important to be able to
product names, social Copilot do the research. and then vary the read or write messages in
media posts, etc. length and tone. other languages.
Suggest 10 compelling Generate three What did person Rewrite with Copilot Translate the
taglines based on file ways to say [x] say about topic following text into
French:
1 2 3
Copilot helps you improve HR processes and access to Microsoft Copilot opportunity to impact key departmental
information. KPIs
• Streamline your recruiting process Organizations can improve the hiring process by using Copilot
Copilot can • Managing internal job transitions to help write job descriptions, summarize interviews, avoid bias
Cost per hir
assist • Streamline benefits and compensation
e when identifying top candidates, improve candidate
with ... • Improve organizational health metrics communications, and improve onboarding processes.
• Improve onboarding and development processes
• Candidate Search
Copilot can help all employees get more satisfaction in their job
• Deliver insights to managers by assisting with challenging tasks and instead working on
• Resolving employee issues
Employee tur
nover rate higher value activities. It also makes many tasks faster, which
• Update policy document can reduce overtime requirements.
• Analyze hiring practices
HR roles Employee Revenue growth Cost savings and avoidance Improve Employee Experience
HR Planning and Talent Improve employee
Developmen Revenue growth Cost savings and avoidance
Compliance Business Acquisition experience
t Alignment
Available Scenario
HR | Streamline your recruiting process with:
Microsoft Copilot level: Buy
(Microsoft Copilot only)1
Reduce onboarding Employee
KPIs impacted Cost per hire Value benefit Cost Savings
time experience
Ask Microsoft Copilot to create job Brainstorm interview questions specific for Find typical salary levels for positions based
descriptions any role with Copilot. Create both behavioral on geography.
for any role. and technical questions depending on your
needs.
Prompt: Write a job description for a Head Prompt: Generate 5 interview questions for Prompt: Provide a typical salary range for a
of Product Director role with 5+ years of an Executive Assistant with 10+ years of Head of Product Director role with 5+ years
experience. experience. of experience in these five cities.
5. Create Onboarding
6. Make introductions 4. Create an Offer Letter
Materials
Draft an email to introduce your new Streamline the onboarding process by asking Found the perfect candidate? Use Copilot to
employee to their team. Copilot to generate learning paths according quickly draft an offer letter for you to send.
to individual roles, learning styles and career
goals
1
Access Copilot at copilot.microsoft.com or the Microsoft Copilot mobile app and set toggle to “Web”.
Available Scenario
HR | Managing internal job transitions with:
Copilot for Microsoft 365 (with Copilot Studio level:
Extend
plug-ins)
3. Create onboarding
1. Quickly screen candidates 2. Schedule interviews
materials
Prompt Copilot1 to surface the most qualified Use Copilot1 to help schedule follow up Use Copilot in Word to create role-specific
candidates, referencing relevant documents interviews between candidates and hiring onboarding materials.
and pulling in employee information from the managers
HR system with Copilot Studio.
Rapidly get up to speed on what Streamline scheduling multiple Reduce time to prepare, search and
summarize onboarding documents leading
candidates are most qualified for certain candidates for interviews by asking Outlook to increased employee satisfaction and helping
roles. to identify and schedule interviews. employees’ reach productivity quickly.
1
Access Copilot at copilot.microsoft.com, the Microsoft Copilot mobile app, or the Copilot app in Teams, and set toggle to “Work”.
Available Scenario
HR | Streamline benefits and compensation with:
Copilot for Microsoft 365 (with Copilot Studio level:
Extend
(Copilot Studio) plug-ins)
Employee
KPIs impacted Increase benefit usage Value benefit
experience
Prompt Microsoft Copilot1 to research the Use Copilot in Word to draft a plan for talent Use Copilot in Excel to rapidly update the
latest industry trends and data regarding planning to share with your executive staff financial model.
competitive compensation ranges and for next fiscal year.
benefits.
Use Copilot in Outlook to draft an email Use Copilot in Word to revise relevant Use Copilot in PowerPoint to generate an
communicating changes to the compensation sections of the compensation policy executive presentation detailing the new
policy to department managers. document. compensation strategy.
Draft an email to a group of department Turn the bullet points from the executive Create a set of slides from the meeting
managers that provides detail and timelines
regarding employee annual reviews and changes
presentation into text for the policy notes to document the strategy and then
to the overall compensation and benefits. document. copy in the Excel charts.
1
Access Copilot at copilot.microsoft.com or the Microsoft Copilot mobile app and set toggle to “Web”.
Available Scenario
HR | Improve organizational health metrics with:
Copilot for Microsoft 365 (with Copilot Studio level:
Extend
plug-ins)
Employee
KPIs impacted Improve eNPS Employee turnover rate Value benefit Cost Savings
experience
Identify multiple data sources which can provide Analyze data, summarize findings, provide Leverage insights and Copilot suggestions in
insights into manager capability, employee insights and create organizational health Word to draft a detailed, actionable
relations, and organizational health. Use Copilot1 reports. implementation plan to improve
to access HR system data using plugins built in organizational health.
Copilot Studio.
Highlight org health scores yellow where YoY I am a human resources consultant. Create
Use Copilot to rapidly locate relevant data % change exceeded -20%. Generate an org an action plan based on the organizational
which indicates and impacts organization health report that summarizes the data and
health report and insights. Include tasks and
health. insights into 9 components: leadership,
innovation, etc. timelines.
Use Copilot during the meeting to “list main Create a presentation from file
Draft with Copilot: an email to a group of
ideas we discussed” and then review [plan.docx] for HR leaders that clearly
managers that provides detail and timelines
the AI notes “Follow-up tasks” after the articulates how the plan will enable
regarding organizational health action plans.
meeting to finalize the plan. organizational health goals.
1
Access Copilot at copilot.microsoft.com, the Microsoft Copilot mobile app, or the Copilot app in Teams, and set toggle to “Work”.
Available Scenario
HR | Candidate Search with: level:
Extend
Copilot for Microsoft 365 (with Copilot Studio
plug-ins)
Employee
KPIs impacted Cost per hire Value benefit Cost Savings
experience
3. Identify potential
1. Conduct market research 2. Create job description
candidates
Use Copilot1 to research the latest industry Ask Copilot1 to create a job description which Indicate keywords from your job description
trends and data regarding competitive job leverages the market research gathered. to surface potential candidates. Use Copilot2
descriptions. to access HR system data using plugins built
in Copilot Studio.
5. Communicate potential
6. Finalize candidate slate 4. Create candidate slate
candidates
Engage with hiring manager to gain feedback Draft and send email to hiring manager Draft a detailed view of potential candidates
on candidate slate and align on next steps. sharing potential candidates and insights and insights so a hiring manager can easily
with them for consideration. evaluate candidates.
“Recap the meeting” to review key topics “Draft with Copilot” an email to the hiring
Summarize these candidates in a table
and “List action items”. Paste actions in manager that summarizes the candidates
format with a pros column and a cons
the meeting chat and tag owners to confirm and the key insights for hiring consideration.
column.
or update the candidate slate. (Include the table from the Word document.)
1
Access Copilot at copilot.microsoft.com or the Microsoft Copilot mobile app and set toggle to “Web”.
2
Access Copilot at copilot.microsoft.com, the Microsoft Copilot mobile app, or the Copilot app in Teams, and set toggle to “Work”.
Available Scenario
HR | Resolving employee issues with:
Copilot for Microsoft 365 level: Buy
Employee
KPIs impacted Improve eNPS Employee turnover rate Value benefit Cost Savings
experience
Aggregate a long and complex email thread Ask Copilot1 to help identify relevant and Create a list of questions needed to help
of conversations to create a holistic and timely resources to help solve for this solve this challenge.
summarized view of the challenge (employee common or complex challenge.
engagement, retention, diversity and
inclusion, etc.).
Use plugins built in Copilot Studio to rapidly Prior to a scheduled meeting, have
Select “Summarize” to understand key
identify relevant and timely data on how teammates build upon the Loop: brainstorm
issues and proposed solutions from lengthy
to approach common or complex employee ideas to address the HR situation and
email threads related to the HR challenge.
scenarios. challenge.
Draft with Copilot: an email to Leverage the meeting feedback to update Use Copilot during the meeting to “list main
stakeholders that provides detail and the approach. Rewrite this section to ideas we discussed” and then review
timelines regarding action plans to address update the “days to respond” from 5 the AI notes “Follow-up tasks” after the
the HR challenge. business days to 3 business days. meeting to confirm or update the approach
and documentation.
1
Access Copilot at copilot.microsoft.com, the Microsoft Copilot mobile app, or the Copilot app in Teams, and set toggle to “Web”.
Available Scenario
HR | Update policy document with:
Copilot for Microsoft 365 level: Buy
Compare the new and old policy documents Create a new FAQ document that explains Ask Copilot1 to create a plan for change
and make a table of the key policy the changes and explores what impact it may management that updates curated content,
differences. Have Copilot1 translate the have on employees and what concerns they employee-facing material, and advisor
results into local language. might have. training and communications
Compare policies in these two Make a list of likely questions that Using the insights from the previous step, prompt
documents and make a table of the key employees will have about this change in Copilot: I am a human resources support advisor.
policy differences. Translate the results to policy and provide answers to each question Create a change management plan based on
Spanish. based on the policy document. the updated policy. Include tasks and timelines.
Communicate changes to Support Advisors Engage with support advisors to depict the Build training materials which are tailored to
and monitor impact/feedback. data, plan, actions and support material the case and employee/role.
required to implement the new policy.
Draft with Copilot: a reply email to the Use Copilot during the meeting to “list main Create a presentation from file
department that provides detail and ideas we discussed” and then review the AI [plan.docx] and relevant documents about
notes “Follow-up tasks” after the meeting to
timelines regarding improvements and confirm or update the approach and
[insert case] to train Human Resources
changes. documentation. support advisors on applying the new policy.
1
Access Copilot at copilot.microsoft.com, the Microsoft Copilot mobile app, or the Copilot app in Teams, and set toggle to “Work”.
Available Scenario
HR | Automate benefits query management with:
Copilot for Microsoft 365 and Copilot Studio level:
Extend
Create a custom copilot accessing HR information Employees may ask the chat bot for more Employees can provide the chat bot with
in Microsoft Graph with guided prompts around details about specific benefits. desired outcomes and ask Copilot to pull
employee benefits. Once ready, launch it as an specific benefits recommendations.
app in Microsoft Teams for your organization.
Use Copilot in Word to help draft a report on Leveraging the feedback collected, use Use the chat bot to automate the feedback
employee sentiment regarding resources, Copilot in Word to update employee collection in a database for analysis.
benefits, and potential improvements. resources and knowledge bases.
1
Access Copilot at Copilot.Microsoft.com or from the Windows taskbar or Edge browser and set toggle to “Web”.
2
Access Copilot at Copilot.Microsoft.com, from the Windows taskbar or Edge browser, or in the Copilot app in Teams, and set toggle to “Work”.
Available Scenario
a a a
Benefits ~1 hour per week Areas of investment: Creative solutions Job satisfaction and output
8:00 am 9:35 am
10:00
am
Omar
leads HR for a
Omar starts the day at home with an At the office, Omar uses Copilot in Teams to Omar asks Copilot in Word to summarize the
interview for a new bank teller candidate. He summarize some chat threads that occurred organization’s new compliance handbook to regional bank
uses Copilot1 to research the candidate’s overnight and can quickly assess the ensure it has the key points. He then
previous companies. situation and provide guidance to his team to commands Copilot to fill in the missing
address the issue. sections.
Omar has missed a few calls and emails. Omar commands Copilot in PowerPoint to Omar prompts Copilot1 for details about open
He prompts Copilot1 to summarize recent add headcount, using a plugin built in Copilot
email threads and calls, and then uses a slide to his presentation that can be used Studio to pull in HR system data.
Copilot in Outlook to draft email responses. to explain the team’s initiatives.
Copilot in Copilot
Copilot Copilot in PowerPoint
Outlook +Copilot Studio
1
Access Copilot at Copilot.Microsoft.com or from the Windows taskbar or Edge browser and set toggle to “Web”.
2
Access Copilot at Copilot.Microsoft.com, from the Windows taskbar or Edge browser, or in the Copilot app in Teams, and set toggle to “Work”.
Available Scenario
a a a
8:00 am 9:35 am
10:00
am
Aina
leads HR for a
Aina needs to create a job description that is Aina needs to review some applications she Aina decides to schedule an interview with a
a blend of two roles. has received. candidate. She uses Copilot to draft a reply technology
to their email that suggests times to meet.
company
3:00 pm 2:00 pm
Aina uses Copilot1 to help prepare for an Aina needs to schedule a vacation and uses
interview by generating interview questions Copilot1 to access a Copilot Studio plug-in to
based on the job description and resume. generate the request
Copilot
Copilot +Copilot Studio PTO system
plug-in
Generate 10 great interview questions I’d like to submit a vacation request for 3/24
based on [resume] and [job description] – 4/4
1
Access Copilot at Copilot.Microsoft.com, from the Windows taskbar or Edge browser, or in the Copilot app in Teams, and set toggle to “Work”.
Activity: Building query management system for HR using Gen AI
Instructions:
1.Group Formation:
a.Form groups of 3-4 members each, group will work together to brainstorm and
draft fictional HR policies for XYZ company .
2.Assigned Topics for drafting policies:
i. Dress Code and Appearance Policy
ii.Leave Policy
iii.Work from Home Policy
iv.Travel and Expense Reimbursement Policy
3.Content Creation:
a.Within their groups, participants should:
i. Draft policy statements, guidelines, and rules
ii.Use clear and concise language
4.PDF Creation:
a.Compile the policies into a well-organized PDF document.
5.Submission:
a.Send the created PDF file to [email protected]
Thank You