Every organization has an HR knowledge problem: policies scattered across SharePoint, benefits summaries buried in PDF packets from open enrollment two years ago, onboarding checklists that differ by department, and comp band structures that only two people in Total Rewards actually understand. UPLO indexes all of it — handbooks, policy manuals, benefits plan documents, org charts, job descriptions, performance review templates, and leave administration guides — into a single searchable layer.
HR data is among the most sensitive in any organization. Compensation data, disciplinary records, accommodation requests, and investigation files are typically restricted. Your identity context governs what you can see.
get_identity_context
A manager is onboarding three new hires starting next Monday and needs to make sure everything is ready.
search_knowledge query="new hire onboarding checklist including IT provisioning, badge access, and required first-week training"
search_with_context query="benefits enrollment deadlines and required documentation for new employees"
search_knowledge query="department-specific onboarding orientation schedule for the Product team"
An employee's manager reports that the employee needs an extended medical leave. HR needs to navigate FMLA, short-term disability, and return-to-work requirements.
search_knowledge query="FMLA eligibility criteria and leave request procedures including required medical certification"
search_with_context query="short-term disability benefits coordination with FMLA leave and pay continuation policies"
search_knowledge query="return to work process after medical leave including fitness for duty certification and accommodation request procedures"
search_knowledge — The workhorse for policy questions. When an employee or manager asks about a specific policy, search directly: query="remote work policy including eligibility criteria, equipment stipend, and in-office day requirements". Most HR questions have a definitive answer in a policy document somewhere.
search_with_context — HR questions involving organizational relationships benefit from context. A query like query="who reports to the VP of Engineering, what are the team's open positions, and what is the approved headcount for Q3" connects the org chart with workforce planning data.
get_directives — HR operates under strategic mandates: hiring freezes, diversity goals, return-to-office requirements, compensation adjustment timelines. These directives override standard procedures, so always check them before giving policy guidance.
report_knowledge_gap — HR documentation gaps create compliance risk and employee confusion. When someone asks a policy question and no documentation exists, report it: topic="workplace accommodation request process for neurodivergent employees" description="No specific accommodation guidance found beyond general ADA policy; employees are asking and HR is handling ad hoc"
propose_update — When you find a policy that conflicts with current law, newer company guidance, or changed practice, propose the update formally: target_table="entries" target_id="..." changes={...} rationale="Parental leave policy still states 6 weeks; board approved extension to 12 weeks in January 2026"
共 1 个版本