Overview#
Reference material used across this documentation set: term definitions and keyboard shortcuts for this documentation site itself.
Purpose#
A single place to look up an unfamiliar term or shortcut instead of re-explaining it on every page.
Step-by-Step Instructions#
Keyboard shortcuts (this documentation site)#
- / or Ctrl+K (Cmd+K on Mac) — focus the search box from anywhere.
- ↑ / ↓ — move through search results.
- Enter — open the highlighted search result.
- Esc — close search results or the mobile navigation menu.
HR terms#
- ESS — Employee Self-Service: the portal employees use for their own profile, attendance, leave, and payroll information.
- MSS — Manager Self-Service: the portal managers use for their team and approvals.
- PIP — Performance Improvement Plan: a formal, milestone-tracked plan for addressing performance concerns.
- OKR — Objectives and Key Results: a goal-setting framework where an objective is measured by specific key results.
- KPI — Key Performance Indicator: a tracked metric assigned to an employee or role.
- 360 Review — a performance review that gathers feedback from multiple reviewer types (self, manager, skip-level, HR, and peers).
- Carry-forward — unused leave balance rolled into the next period, subject to policy limits and expiry.
- Comp-off — compensatory time off earned for working on an off-day or holiday.
- Calibration — a review-cycle step where ratings across a group are compared for consistency before being finalized.
API and security terms#
- MFA — Multi-Factor Authentication; here, real TOTP via an authenticator app.
- SSO — Single Sign-On; supported via SAML 2.0 and OIDC.
- SCIM — System for Cross-domain Identity Management; a standard protocol this system supports for user provisioning (with a group-creation limitation, see Security).
- OAuth2 — an authorization protocol used both for API client access and for connecting third-party integrations.
- Webhook — an HTTP callback the system sends to your endpoint when a subscribed event occurs, signed with HMAC for verification.
- PWA — Progressive Web App; an installable, offline-capable mode of the web application, used instead of a native mobile app.
- SDK — Software Development Kit; official client libraries exist for TypeScript, JavaScript, and Python.