---
name: HR Helpdesk & Employee Support
description: "Manage HR inquiries, ticketing, and employee self-service support. Triggers: 'hr helpdesk', 'employee support ticket', 'hr knowledge base', 'employee question about policy', 'hr chatbot response', 'submit hr request', 'hr escalation', 'employee self-service', 'submit hr ticket', 'employee support', 'hr question', 'policy inquiry', 'pto balance', 'pay stub issue', 'benefits question', 'knowledge base'"
---

# HR Helpdesk & Employee Support

## Overview

Provide efficient, multi-channel HR support through chatbots, ticketing systems, and knowledge base resources. Aim for 80% first-contact resolution with sub-24-hour response times.

## Workflow

### Tier 1: Self-Service & Chatbot

1. **HR Chatbot (24/7)**:
   - Handle common queries: PTO balance, pay dates, benefits enrollment, policy questions
   - Natural language understanding for intent matching
   - Provide instant answers from knowledge base
   - Escalate to human if confidence < 80%
2. **Employee Self-Service Portal**:
   - Update personal information
   - Request PTO / submit timesheets
   - Download pay stubs and tax forms
   - Access benefits and enrollment
   - Update emergency contacts
3. **Knowledge Base**:
   - Searchable articles organized by category
   - Policy documents with version control
   - FAQ articles with engagement analytics
   - Video tutorials for complex processes

### Tier 2: Ticketed Support

1. **Ticket Creation**:
   - Via portal, email (hr@company.com), Slack/Teams bot, or phone
   - Auto-categorize by topic (payroll, benefits, policy, etc.)
   - Assign priority: Low, Medium, High, Urgent
   - Route to appropriate specialist
2. **Resolution Process**:
   - Specialist acknowledges within 1 business hour
   - Investigate and resolve
   - Update ticket with resolution details
   - Request employee satisfaction feedback
3. **Escalation Path**:
   - Tier 2 → HR Specialist (complex policy questions)
   - HR Specialist → HR Manager (employee relations)
   - HR Manager → HR Director (strategic/sensitive matters)

### Tier 3: Specialist Support

1. **Employee Relations**: Harassment, conflict, disciplinary matters
2. **Compensation Specialist**: Pay disputes, equity, bonus questions
3. **Benefits Specialist**: Claims, eligibility, life events
4. **Payroll Specialist**: Pay errors, deductions, tax issues

## Templates

### HR Ticket Structure

```
HR Support Ticket
==================
Ticket ID: HR-2024-XXXX
Date Created: [Date/Time]
Employee: [Name, Employee ID, Department]
Priority: [Low / Medium / High / Urgent]
Category: [Payroll / Benefits / Policy / IT-Access / Other]
Channel: [Portal / Email / Chat / Phone / Slack]

Subject: [Brief description]
Description: [Full details]
Attachments: [Documents, screenshots]

Resolution:
- Assigned to: [Specialist name]
- Status: [Open / In Progress / Pending Employee / Resolved / Escalated]
- Resolution notes: [Details]
- Resolution time: [Timestamps]

Employee Feedback:
- Satisfaction: [1-5 stars]
- Comments: [Optional]
```

### HR Knowledge Base Article Template

```
# [Policy/Topic Name]
Last Updated: [Date]
Applies to: [All Employees / Specific Groups]
Owner: [HR Team/Role]

## Summary
[Brief 2-3 sentence overview]

## Details
[Comprehensive explanation with step-by-step instructions where applicable]

## Eligibility
[Who is covered, any exclusions]

## How to Request/Apply
[Step-by-step process with links to relevant forms/portals]

## Frequently Asked Questions
Q: [Common question]
A: [Clear answer]

## Related Resources
- [Link to related policy]
- [Link to form]
- [Contact info for questions]

## Change History
- [Date]: [Summary of change]
```

## Edge Cases

| Scenario | Handling |
|----------|----------|
| Urgent payroll error | Flag as Urgent; notify payroll specialist immediately; provide timeline for correction |
| Sensitive/confidential inquiry | Route to ER specialist; limit ticket visibility; offer secure communication channel |
| Non-English inquiry | Provide translation tools; escalate to bilingual HR staff if available |
| Repeated same question | Update knowledge base; proactively notify employee of improved article |
| Off-hours critical issue | Auto-respond with emergency contact; on-call HR staff for true emergencies |
| Anonymous reporting | Route to ethics hotline/compliance; separate from general helpdesk |
| Mass inquiries (policy change) | Broadcast communication; create temporary FAQ; assign dedicated team |
| External inquiries (vendors, media) | Redirect to appropriate channel; HR helpdesk is employee-facing only |

## Integration Points

- **Helpdesk platforms**: Zendesk, Freshdesk, Jira Service Management
- **HRIS**: Workday, BambooHR, Rippling (for data lookups)
- **Chatbots**: Ada, Intercom, Microsoft Virtual Agent
- **Communication**: Slack, Microsoft Teams, email
- **Knowledge base**: Confluence, Notion, Guru, Zendesk Guide
- **Analytics**: Power BI, Tableau (ticket volume, resolution time, satisfaction trends)
- **Survey tools**: Culture Amp, Qualtrics (support satisfaction tracking)

## Metrics & Targets

| Metric | Target |
|--------|--------|
| First-contact resolution rate | ≥ 70% |
| Average response time | < 4 hours |
| Average resolution time | < 24 hours |
| Employee satisfaction (CSAT) | ≥ 4.2/5 |
| Chatbot deflection rate | ≥ 80% |
| Knowledge base article views/month | Growing trend |
| Ticket volume by category | Track for resource allocation |

## Best Practices

1. **Proactive communication**: Push updates for known issues before tickets flood in
2. **Personalization**: Address employees by name; reference their department/tenure
3. **Consistency**: Use standardized responses for common queries
4. **Continuous improvement**: Monthly review of top ticket categories and resolution times
5. **Empowerment**: Tier 1 should resolve 60-70% of tickets without escalation
6. **Transparency**: Provide ticket status tracking and estimated resolution times
7. **Feedback loop**: Use ticket data to identify policy gaps and process improvements


