@hiver/skills 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/README.md +1 -1
  2. package/collections/extension/agents/build-feature.md +2 -1
  3. package/collections/extension/agents/build-milestone.md +2 -1
  4. package/collections/extension/skills/build-component/SKILL.md +75 -1
  5. package/collections/extension/skills/build-component/palette/colors.md +76 -0
  6. package/collections/extension/skills/build-component/references/v2-components.md +100 -0
  7. package/collections/extension/skills/build-component/references/v2-usage-examples.md +23 -0
  8. package/collections/extension/skills/build-component/typography/variants.md +27 -14
  9. package/collections/mobile/skills/version-bump-up/SKILL.md +66 -0
  10. package/collections/qa-skills/README.md +103 -0
  11. package/collections/qa-skills/qa-suite-guide.html +760 -0
  12. package/collections/qa-skills/skills/hiver-explore/SKILL.md +413 -0
  13. package/collections/qa-skills/skills/hiver-explore/references/spec-template.md +204 -0
  14. package/collections/qa-skills/skills/playwright-gen/SKILL.md +280 -0
  15. package/collections/qa-skills/skills/playwright-gen/references/codegen-conventions.md +100 -0
  16. package/collections/qa-skills/skills/playwright-gen/references/step-mapping.md +137 -0
  17. package/collections/qa-skills/skills/qa-api-author/SKILL.md +204 -0
  18. package/collections/qa-skills/skills/qa-api-author/references/api-areas.md +112 -0
  19. package/collections/qa-skills/skills/qa-api-run/SKILL.md +178 -0
  20. package/collections/qa-skills/skills/qa-bugs/SKILL.md +82 -0
  21. package/collections/qa-skills/skills/qa-eval/SKILL.md +123 -0
  22. package/collections/qa-skills/skills/qa-eval/references/deterministic-checks.md +89 -0
  23. package/collections/qa-skills/skills/qa-kit/SKILL.md +228 -0
  24. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/INDEX.md +31 -0
  25. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/INDEX.md +90 -0
  26. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/account-security.md +44 -0
  27. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/apps-integrations.md +43 -0
  28. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/automate-workflows.md +65 -0
  29. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/collaborate.md +36 -0
  30. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/customer-relationships.md +20 -0
  31. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/getting-started.md +31 -0
  32. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/hiver-ai.md +79 -0
  33. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/multichannel-support.md +82 -0
  34. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/reporting-analytics.md +35 -0
  35. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/self-service.md +23 -0
  36. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/sla-policies.md +30 -0
  37. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/hig/troubleshooting.md +27 -0
  38. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/INDEX.md +45 -0
  39. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/account-security.md +13 -0
  40. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/apps-integrations.md +15 -0
  41. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/automate-workflows.md +26 -0
  42. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/collaborate.md +11 -0
  43. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/customer-relationships.md +9 -0
  44. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/getting-started.md +21 -0
  45. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/hiver-ai.md +13 -0
  46. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/identity-access.md +23 -0
  47. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/multichannel-support.md +47 -0
  48. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/reporting-analytics.md +13 -0
  49. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/self-service.md +11 -0
  50. package/collections/qa-skills/skills/qa-kit/knowledge-base/hiver/omni/sla-policies.md +12 -0
  51. package/collections/qa-skills/skills/qa-kit/references/clickup-ticket.md +163 -0
  52. package/collections/qa-skills/skills/qa-kit/references/eval.md +117 -0
  53. package/collections/qa-skills/skills/qa-kit/references/flow-capture.md +147 -0
  54. package/collections/qa-skills/skills/qa-kit/references/handoff-contract.md +159 -0
  55. package/collections/qa-skills/skills/qa-kit/references/hiver-context.md +99 -0
  56. package/collections/qa-skills/skills/qa-kit/references/tracker-format.md +123 -0
  57. package/collections/qa-skills/skills/qa-kit/references/triage-guide.md +105 -0
  58. package/collections/qa-skills/skills/qa-ui-author/SKILL.md +208 -0
  59. package/collections/qa-skills/skills/qa-ui-author/references/test-areas.md +132 -0
  60. package/collections/qa-skills/skills/qa-ui-run/SKILL.md +183 -0
  61. package/collections/web/agents/build-feature.md +2 -2
  62. package/collections/web/agents/build-milestone.md +2 -2
  63. package/collections/web/skills/build-component/SKILL.md +54 -13
  64. package/collections/web/skills/build-component/palette/colors.md +76 -0
  65. package/collections/web/skills/build-component/references/v2-components.md +100 -0
  66. package/collections/web/skills/build-component/references/v2-usage-examples.md +23 -0
  67. package/collections/web/skills/build-component/typography/variants.md +27 -14
  68. package/package.json +1 -1
@@ -0,0 +1,43 @@
1
+ # Apps & Integrations
2
+
3
+ > Segment `/apps-and-integrations` — 6 sub-categories, 21 articles.
4
+ > **Provenance:** taxonomy captured live (Jul 2026); detail from the search index. Auth models are
5
+ > reliable only where explicitly noted; other product/auth specifics are **(unverified)**.
6
+
7
+ **Sub-categories:** CRM apps (6) · Project management apps (5) · e-commerce apps (2) · Accounting apps (1) · Access management apps (1) · Communication apps (1) · + Hiver's Apps, Managing Apps Updates, Common Apps Errors, Configuring Zapier, Hiver API
8
+
9
+ ### Apps module & Custom Connectors (framework)
10
+ - **What it is:** "Apps" (formerly integrations) is the central place to connect third-party tools; **Custom Connectors** bridge tools without native apps. Each integration is scoped **per Shared Inbox** (choose which inboxes see its data).
11
+ - **Roles:** Admin (connect/configure); Agent (use in conversations). **Product:** HIG, Omni; Outlook per-app **(unverified)**.
12
+ - **Connected features:** Shared Inboxes, conversation sidebar/widget, Hiver Contacts, Custom Objects/Fields.
13
+ - **Source:** https://help.hiverhq.com/apps-and-integrations · https://help.hiverhq.com/custom-connectors/hiver-s-custom-connectors
14
+
15
+ ### CRM apps — Salesforce · HubSpot · Pipedrive
16
+ - **What they are:** Surface CRM context (records, pipelines, deals, contacts) in conversations. Salesforce & Pipedrive also via Custom Connectors; HubSpot feeds the Contact Directory.
17
+ - **Roles:** Admin (connect/auth); Agent (view). **Product:** HIG, Omni; Outlook **(unverified)**. **Auth specifics (unverified).**
18
+ - **Source:** https://help.hiverhq.com/crm-apps/salesforce-integration · https://help.hiverhq.com/crm-apps/hubspot-integration · https://help.hiverhq.com/crm-apps/pipedrive-integration
19
+
20
+ ### Project management apps — Jira · Asana · ClickUp · Trello
21
+ - **What they are:** Link/create/update issues or tasks from within a conversation.
22
+ - **Jira** — link/unlink + create issues; dedicated auth page.
23
+ - **Asana** — view/manage/link tasks; **each mailbox member logs in with their own Asana account**.
24
+ - **ClickUp** — **one-click OAuth**; create/link/update tasks.
25
+ - **Trello** — via Custom Connectors (details **unverified**).
26
+ - **Roles:** Admin (connect); Agent (link/create/update). **Product:** HIG, Omni; Outlook **(unverified)**.
27
+ - **Source:** https://help.hiverhq.com/jira-integration/jira-authentication · https://help.hiverhq.com/asana-integration-widget/asana-authentication · https://help.hiverhq.com/project-management-apps/clickup-integration
28
+
29
+ ### e-commerce (Shopify) · Accounting · Access management (Okta) · Communication (Slack) · Zapier
30
+ - **Shopify** — order/customer data via Custom Connectors.
31
+ - **Accounting apps** (1 article) — bring billing/invoice details into Hiver (specific app **unverified** — QuickBooks not confirmed).
32
+ - **Okta** — access management / SSO provisioning (Admin).
33
+ - **Slack** — native notifications for Shared Inbox events (email assigned, note received, new email); distinct from the Zapier path.
34
+ - **Zapier** — event-based automation connecting Hiver events to any Zapier app.
35
+ - **Source:** https://help.hiverhq.com/custom-connectors/shopify-integration-with-hiver-using-custom-connectors · https://help.hiverhq.com/access-management-apps/okta-integration · https://help.hiverhq.com/slack-integration/hiver-slack-integration · https://help.hiverhq.com/connectors/configuring-zapier
36
+
37
+ ### Hiver API (Developer APIs)
38
+ - **What it is:** Programmatic access to Hiver data for custom integrations. **Only Admins generate API keys** (Admin Panel → Integrations → Developer APIs → Create an API key). Auth = API key. Also an Omni API page.
39
+ - **Roles:** Admin. **Product:** HIG, Omni.
40
+ - **Connected features:** API Calls in Automations, Custom Objects, any Hiver data programmatically.
41
+ - **Source:** https://help.hiverhq.com/hiver-api/hiver-api · https://help.hiverhq.com/apps-and-integrations/hiver-api?product=hiver-omni
42
+
43
+ > **Ops articles:** Managing Apps Updates · Common Apps Errors — useful for integration troubleshooting/regression.
@@ -0,0 +1,65 @@
1
+ # Automate Workflows
2
+
3
+ > Segment `/automate-workflows` — 1 sub-category (API Calls in Automations, 5) + 17 articles.
4
+ > **Provenance:** taxonomy captured live (Jul 2026); detail from the search index. The exhaustive
5
+ > trigger/condition/action catalog is **(unverified)**.
6
+
7
+ **Articles include:** Using Automations · Supported triggers/conditions/actions · Scheduled Automation · Round Robin · Auto Responder · Auto-Assign to Responder · Business Hour Templates · Custom Object · AI Extract in Automations · AI Tasks in Automations · Add individual emails to Shared Inboxes · Moving emails between Shared Inboxes
8
+
9
+ ### Automations (Rules Engine) & Advanced Automations
10
+ - **What it is:** Step-based rules performing repetitive actions on conversations — assign, tag, close, escalate — via triggers → conditions → actions. **Advanced Automations** adds richer triggers/conditions/actions.
11
+ - **Key concepts:** trigger, condition, action, rule, workflow.
12
+ - **Roles:** Admin (creates/configures). **Product:** HIG, Omni, Outlook (Outlook confirmed).
13
+ - **Connected features:** Assignment, Status, Tags, SLA/escalation, Round Robin, Business Hours, AI Extract/Tasks.
14
+ - **Source:** https://help.hiverhq.com/productivity/using-automations · https://help.hiverhq.com/productivity/use-advanced-automations · https://help.hiverhq.com/productivity/supported-triggers-conditions-and-actions-in-automations · https://help.hiverhq.com/automating-workflows/using-automations-in-the-shared-inbox?product=hiver-for-outlook
15
+
16
+ ### Scheduled Automation (Critical Dates)
17
+ - **What it is:** Date/time-driven automation for renewals, billing cycles, time-bound follow-ups — triggers by date rather than event.
18
+ - **Roles:** Admin **(unverified)**. **Product:** HIG; Omni/Outlook **(unverified)**.
19
+ - **Connected features:** Automations, Custom fields (dates), SLA.
20
+ - **Source:** https://help.hiverhq.com/productivity/scheduled-automation-based-on-critical-dates
21
+
22
+ ### Round Robin / Auto-Assignment & Auto-Assign to Responder
23
+ - **What it is:** **Round Robin** auto-assigns incoming emails to users in turn (fair distribution). **Auto-Assign to Responder** gives ownership to the first team member who replies (via Hiver web/mobile).
24
+ - **Roles:** Admin (configures). **Product:** HIG; Omni/Outlook **(unverified)**.
25
+ - **Connected features:** Assignment, Automations, Out of Office, Business Hours.
26
+ - **Source:** https://help.hiverhq.com/automate-workflows/round-robin-assignment · https://help.hiverhq.com/productivity/auto-assign-to-responder
27
+
28
+ ### Auto Responder & Out of Office
29
+ - **What it is:** **Auto Responder** sends automated replies to new incoming emails, split within/outside business hours (split appears only when a Business Hour Template is linked); one reply per conversation. **Out of Office** schedules availability and auto-unassigns during absence.
30
+ - **Roles:** Admin (Auto Responder); both (OOO). **Product:** HIG; Omni/Outlook **(unverified)**.
31
+ - **Connected features:** Business Hours, Round Robin, Email Templates, Team availability.
32
+ - **Source:** https://help.hiverhq.com/productivity/set-up-an-auto-responder · https://help.hiverhq.com/settings/out-of-office-for-your-shared-inbox
33
+
34
+ ### Business Hours Templates
35
+ - **What it is:** Reusable templates defining working hours + holidays; drive business-hours-aware Auto Responder, SLA timers, and analytics accuracy.
36
+ - **Roles:** Admin. **Product:** HIG, Omni (Outlook **unverified**).
37
+ - **Connected features:** Auto Responder, SLA policies, Analytics.
38
+ - **Source:** https://help.hiverhq.com/automate-workflows/business-hours-for-shared-inboxes
39
+
40
+ ### API Calls in Automations
41
+ - **What it is:** An automation **action** that makes an API call to interact with external systems, extending automations beyond built-in actions.
42
+ - **Key concepts:** automation action = API call, triggers/conditions/actions, Hiver REST API, Admin-only API key.
43
+ - **Roles:** Admin. **Product:** **(unverified)**.
44
+ - **Connected features:** Automations, Hiver API/Developer APIs, external integrations.
45
+ - **Source:** https://help.hiverhq.com/api-calls-automations · https://help.hiverhq.com/hiver-api/hiver-api
46
+
47
+ ### AI Extract & AI Tasks in Automations
48
+ - **What it is:** **AI Extract** pulls specific data out of conversations, driven by extraction **prompts**; used as an automation action. **AI Tasks** is an AI-driven action inside Automations (no dedicated doc — **unverified**). See [hiver-ai.md](hiver-ai.md).
49
+ - **Roles:** Admin (configures prompts/automation). **Product:** **(unverified)**.
50
+ - **Connected features:** Automations, AI Triage, custom fields.
51
+ - **Source:** https://help.hiverhq.com/ai-triage/introduction-to-ai-extract · https://help.hiverhq.com/ai-triage/guide-to-writing-clear-and-effective-prompts-for-ai-extract
52
+
53
+ ### Using Custom Object
54
+ - **What it is:** From a conversation's **Apps tab** (right panel) → **Create new object** → choose object type. Creates integration-backed records (tasks/objects) without leaving email; related custom fields are viewable for context.
55
+ - **Roles:** both (create from conversation); Admin/developer (API). **Product:** **(unverified per-product)**.
56
+ - **Connected features:** App integrations (CRM/PM), Custom Fields, Hiver API.
57
+ - **Source:** https://help.hiverhq.com/custom-connectors/hiver-s-apps · https://help.hiverhq.com/organizeyouremails/custom-fields
58
+
59
+ ### Add individual emails to Shared Inboxes & Moving emails between inboxes
60
+ - **What it is:** When a customer emails an agent directly: **Add to Shared Inbox** (right-panel button), forward to the Shared Inbox address, or an **automation** that auto-adds personal-inbox emails by condition. Advanced Shared Inbox settings control whether a conversation is removed from a previous assignee's inbox on reassign/unassign (default: stays).
61
+ - **Roles:** both (add/forward); Admin (automations, advanced settings). **Product:** HIG; Omni/Outlook **(unverified)**.
62
+ - **Connected features:** Shared Inbox, Automations, assignment/reassignment.
63
+ - **Source:** https://help.hiverhq.com/productivity/automation-to-add-individual-emails-to-shared-inboxes · https://help.hiverhq.com/shared-inbox-management/advanced-settings-on-shared-inbox
64
+
65
+ > **Escalations** and **Auto-close** are documented as automation use cases/actions (see also [sla-policies.md](sla-policies.md) for breach-driven escalation).
@@ -0,0 +1,36 @@
1
+ # Collaborate With Your Team
2
+
3
+ > Segment `/collaborate-with-your-team` — 2 sub-categories, 9 articles.
4
+ > **Provenance:** taxonomy captured live (Jul 2026); detail from the search index. **(unverified)**
5
+ > items need a `hiver-explore` live-UI pass.
6
+
7
+ **Sub-categories:** Collaboration tools (Shared Drafts, notes, and more — 6) · Approvals (2) · + "How to collaborate on a conversation in Hiver"
8
+
9
+ ### Shared Notes (Internal Notes) & @Mentions
10
+ - **What it is:** Internal notes on a conversation for teammate collaboration, invisible to the customer. Tag colleagues with **@mentions** to notify them.
11
+ - **Key concepts:** shared note, @mention, note visibility, mailbox participants, desktop/email notifications.
12
+ - **Roles:** Both — any shared-mailbox user. **Product:** HIG, Omni, Outlook.
13
+ - **Connected features:** Shared Drafts, Collaboration Space, notifications, Slack (note events), assignment.
14
+ - **Source:** https://help.hiverhq.com/collaborate/shared-notes-for-the-shared-mailbox-hiver · https://help.hiverhq.com/collaboration/collaborate-on-conversations-using-shared-notes?product=hiver-omni
15
+
16
+ ### Shared Drafts
17
+ - **What it is:** Teammates co-write/refine a reply before it's sent to the customer; drafts shared with mailbox participants for collaborative editing.
18
+ - **Roles:** Both. **Product:** HIG, Omni (Outlook **unverified**).
19
+ - **Connected features:** Shared Notes, Email Templates, reply/compose.
20
+ - **Source:** https://help.hiverhq.com/collaborate/shared-drafts · https://help.hiverhq.com/collaboration/shared-drafts?product=hiver-omni
21
+
22
+ ### Collaborators & Collaboration Space (External Collaboration)
23
+ - **What it is:** Invite internal/external collaborators to view & comment on a conversation instead of forwarding/CC. External collaborators use the **Collaboration Space** — a webpage showing the shared conversation's emails plus Hiver notes.
24
+ - **Key concepts:** collaborator (internal/external), Collaboration Space, invite, view & comment, per-mailbox external-collaboration enablement.
25
+ - **Roles:** Admin enables external collaboration for the mailbox; Agents invite. External collaborators are non-Hiver users with scoped access.
26
+ - **Product availability:** HIG (Gmail); Omni/Outlook **(unverified)**.
27
+ - **Connected features:** Shared Notes, Sharing Conversations, Permalinks.
28
+ - **Source:** https://help.hiverhq.com/collaborators/inviting-collaborators-to-a-conversation · https://help.hiverhq.com/collaborators/accessing-the-collaboration-space · https://help.hiverhq.com/collaborators/enabling-external-collaboration-for-your-shared-mailbox
29
+
30
+ ### Approvals / Approval Flows
31
+ - **What it is:** Approve expenses, discounts, invoices from within conversations. Once Approvals is live for an inbox and one or more flows exist, users invoke a flow to seek approval.
32
+ - **Key concepts:** approval flow, approver, request approval, approve/reject, invoking a flow.
33
+ - **Roles:** Admin (creates flows in Admin Panel); Agent/user (requests in conversations).
34
+ - **Product availability:** Shared Inbox; Omni/Outlook **(unverified)**.
35
+ - **Connected features:** Shared Inbox conversations, Email templates **(unverified)**.
36
+ - **Source:** https://help.hiverhq.com/approvals/introduction-to-approvals-in-hiver · https://help.hiverhq.com/approvals/creating-approval-flows · https://help.hiverhq.com/approvals/requesting-obtaining-approvals
@@ -0,0 +1,20 @@
1
+ # Manage Customer Relationships
2
+
3
+ > Segment `/manage-customer-relationships` — 1 sub-category (Manage contacts, 3) + CSAT, 4 articles.
4
+ > **Provenance:** taxonomy captured live (Jul 2026); detail from the search index. **(unverified)**
5
+ > items need a `hiver-explore` live-UI pass.
6
+
7
+ ### Manage Contacts (Contact Directory)
8
+ - **What it is:** View and manage customer details — a unified directory of customers/companies surfaced alongside conversations (enriched by CRM integrations). Feeds the Contacts report.
9
+ - **Key concepts:** contact/company records, Contact Directory, company-level vs individual-contact engagement.
10
+ - **Roles:** Admin (manage); Agent (view in conversation). **Product:** HIG, Omni (Outlook **unverified**).
11
+ - **Connected features:** CRM integrations (HubSpot/Salesforce/Pipedrive), Contacts report, conversation sidebar.
12
+ - **Source:** https://help.hiverhq.com/manage-customer-relationships
13
+
14
+ ### Customer Satisfaction Surveys (CSAT)
15
+ - **What it is:** Collect satisfaction feedback via a rating system + optional comment. Delivery: automatically in all replies, manually on chosen replies, or automatically after a conversation is closed. Feeds the CSAT report and Analytics Export.
16
+ - **Key concepts:** default ratings (Satisfied/Okay/Not satisfied, customizable), text or emoji display, delivery modes, optional feedback form, **satisfaction score = satisfied ÷ total (%)**.
17
+ - **Roles:** Admin (configure ratings/delivery); Agents (manual add to chosen replies).
18
+ - **Product availability:** HIG (Gmail), Hiver Chat (separate chat CSAT); Omni/Outlook **(unverified)**.
19
+ - **Connected features:** CSAT report (Analytics), Analytics Export (CSAT columns), Hiver Chat, replies/templates.
20
+ - **Source:** https://help.hiverhq.com/manage-customer-relationships/using-customer-satisfaction-surveys-csat · https://help.hiverhq.com/hiver-chat/csat
@@ -0,0 +1,31 @@
1
+ # Getting Started
2
+
3
+ > Segment `/getting-started` on help.hiverhq.com — 3 sub-categories, 12 articles.
4
+ > **Provenance:** taxonomy captured live (Jul 2026); feature detail from the search index. Pages are
5
+ > JS-rendered — items marked **(unverified)** need a `hiver-explore` live-UI pass.
6
+
7
+ **Sub-categories:** Setting up Hiver in Gmail (2) · First steps (7) · Hiver settings (3)
8
+
9
+ ### Setting up Hiver in Gmail
10
+ - **What it is:** Onboarding to install the Hiver Chrome extension and connect it to Gmail so a team manages shared addresses (support@/sales@/info@) inside Gmail. Install from the Chrome Web Store ("Hiver - Gmail"); setup includes creating a Shared Inbox and configuring the sender ID.
11
+ - **Key concepts:** Chrome extension install, Shared Inbox, sender ID setup (auto, or manual when the primary email is on a different domain), Gmail OAuth permissions.
12
+ - **Roles:** Admin (creates/configures Shared Inbox); both install the extension.
13
+ - **Product availability:** HIG (Gmail). Omni and Outlook have separate setup guides.
14
+ - **Connected features:** Shared Inbox, sender ID, Gmail OAuth, Hiver mobile app.
15
+ - **Source:** https://help.hiverhq.com/setting-up-hiver-in-gmail/installation · https://help.hiverhq.com/setting-up-hiver-in-gmail/setting-up-a-shared-inbox-hiver
16
+
17
+ ### First steps
18
+ - **What it is:** Post-install foundational tasks — set up the sender ID for the Shared Inbox and get started on the Hiver mobile app — so users can send/reply as the Shared Inbox address.
19
+ - **Key concepts:** sender ID configuration, Shared Inbox, Hiver for mobile (iOS/Android).
20
+ - **Roles:** both (per-step split **unverified**).
21
+ - **Product availability:** HIG (Gmail); Omni has a parallel first-steps section.
22
+ - **Connected features:** Shared Inbox, sender ID, mobile app.
23
+ - **Source:** https://help.hiverhq.com/first-steps/setting-up-the-sender-id-for-your-shared-inbox · https://help.hiverhq.com/first-steps/hiver-for-mobile-app
24
+
25
+ ### Hiver settings (My Settings + account-level)
26
+ - **What it is:** **My Settings** is the personal space to manage your own details and how Hiver behaves for you — notifications, conversation display order, default sender address, reply-from behaviour, personal Views. Account-level settings (Admin Panel) let Admins enable/disable features across the account.
27
+ - **Key concepts:** My Settings (per-user), notifications, reverse Gmail conversation order (personal-only), default sender address, reply behaviour (match original inbox/alias vs always default), personal custom Views, account-level feature enable/disable.
28
+ - **Roles:** Agent + both for My Settings; Admin for account-level toggles.
29
+ - **Product availability:** HIG (Gmail); Omni has an equivalent my-settings page.
30
+ - **Connected features:** Notifications, Views, default From/sender address, compose/reply, feature toggles.
31
+ - **Source:** https://help.hiverhq.com/hiver-settings/my-settings-in-hiver · https://help.hiverhq.com/settings/enabling-or-disabling-specific-feature
@@ -0,0 +1,79 @@
1
+ # Hiver AI
2
+
3
+ > Segment `/hiver-ai` — 2 sub-categories (AI Copilot 7, AI Agents 8) + AI usage dashboard, 16 articles.
4
+ > Also spans AI in Automations and AI Triage. **Provenance:** taxonomy captured live (Jul 2026);
5
+ > detail from the search index. Product availability is largely **(unverified)** per feature; several
6
+ > Copilot/Ask-AI articles expose a `?product=hiver-omni` variant.
7
+
8
+ Hiver AI is the AI suite built into the inbox — **assistive** (Copilot), **autonomous** (AI Agents /
9
+ AI Triage), and AI-in-Automations. The **Hiver AI add-on** is the entitlement layer that gates these.
10
+
11
+ ## AI Copilot (assistive)
12
+
13
+ ### AI Copilot
14
+ - **What it is:** AI-powered assistant to respond faster/more accurately — bundles Ask AI, AI Compose, AI Summarizer, and suggested/rephrased replies in the inbox.
15
+ - **Roles:** both (Agent uses; Admin enables). **Product:** HIG/Omni **(unverified)**; Omni variant exists.
16
+ - **Connected features:** Ask AI, AI Compose, AI Summarizer, AI Suggested Responses, Hiver AI add-on.
17
+ - **Source:** https://help.hiverhq.com/ai-copilot/introducing-hiver-copilot
18
+
19
+ ### Ask AI & Knowledge Sources
20
+ - **What it is:** **Ask AI** generates context-aware replies/answers grounded in configured **knowledge sources**; managing those sources ensures accurate answers.
21
+ - **Roles:** Agent queries; Admin manages sources **(unverified split)**. **Product:** Omni variant exists.
22
+ - **Connected features:** AI Copilot, Knowledge Base (self-service), Managing Knowledge Sources.
23
+ - **Source:** https://help.hiverhq.com/ai-copilot/introducing-ask-ai · https://help.hiverhq.com/ai-copilot/managing-knowledge-sources-for-ask-ai
24
+
25
+ ### AI Compose & AI Summarizer (Harvey)
26
+ - **What it is:** **AI Compose** refines grammar, tone, clarity (compose/rephrase). **AI Summarizer** turns long threads into concise notes. Both documented under **Harvey**, Hiver's AI bot.
27
+ - **Roles:** Agent. **Product:** **(unverified)**.
28
+ - **Connected features:** Harvey, AI Copilot, Email Templates.
29
+ - **Source:** https://help.hiverhq.com/harvey-the-ai-bot/ai-compose · https://help.hiverhq.com/harvey-the-ai-bot/ai-summarizer
30
+
31
+ ### Harvey (the AI Bot)
32
+ - **What it is:** The bot underpinning several AI features — intelligent **email template suggestions** and **thank-you detection** (suppresses short "thank you" replies from reopening conversations).
33
+ - **Roles:** both **(unverified)**. **Product:** **(unverified)**.
34
+ - **Connected features:** AI Compose, AI Summarizer, Email Templates, AI Thank-you Detector, AI Agents.
35
+ - **Source:** https://help.hiverhq.com/harvey-the-ai-bot · https://help.hiverhq.com/harvey-the-ai-bot/harvey-intelligent-email-template-suggestions · https://help.hiverhq.com/harvey-the-ai-bot/harvey-thank-you-detection
36
+
37
+ ### Hiver AI add-on
38
+ - **What it is:** The entitlement layer that gates AI Copilot, AI Agents, and AI Triage ("assistive, autonomous, and soon insight-driven").
39
+ - **Roles:** Admin (purchase/enable). **Product:** **(unverified)**.
40
+ - **Connected features:** AI Copilot, AI Agents, AI Triage, billing/subscription.
41
+ - **Source:** https://help.hiverhq.com/ai-copilot/hiver-ai-add-on
42
+
43
+ ## AI Agents (autonomous)
44
+
45
+ ### AI Agents
46
+ - **What it is:** Autonomously classify, prioritize, and route emails so each reaches the right team — the "autonomous" pillar.
47
+ - **Roles:** Admin (config/enable); acts autonomously. **Product:** Omni `ai-features` page exists; else **(unverified)**.
48
+ - **Connected features:** AI Suggested Responses, AI Tagging, AI Thank-you Detector, AI Triage, Automations.
49
+ - **Source:** https://help.hiverhq.com/ai-agents
50
+
51
+ ### AI Suggested Responses & AI Thank-you Detector
52
+ - **What it is:** **Suggested Responses** generate ready-to-use, one-click replies for common queries. **Thank-you Detector** prevents short "thank you" replies from reopening conversations.
53
+ - **Roles:** both (Agent inserts / Admin enables). **Product:** **(unverified)**.
54
+ - **Connected features:** AI Agents, AI Copilot, email templates, conversation reopen behaviour.
55
+ - **Source:** https://help.hiverhq.com/ai-agents/ai-suggested-responses · https://help.hiverhq.com/ai-agents/getting-started-with-ai-thank-you-detector
56
+
57
+ ## AI Triage & AI-in-Automations
58
+
59
+ ### AI Tagging (Category-based)
60
+ - **What it is:** Automatically categorizes emails by content and applies relevant Tags (appears under both AI Agents and AI Triage).
61
+ - **Roles:** Admin (setup). **Product:** **(unverified)**.
62
+ - **Connected features:** Tags, Automations, AI Sentiment.
63
+ - **Source:** https://help.hiverhq.com/ai-triage/introduction-to-ai-tagging · https://help.hiverhq.com/ai-triage/getting-started-with-category-based-tags
64
+
65
+ ### AI Sentiment Analysis
66
+ - **What it is:** Detects customer tone; classifies conversations Positive/Neutral/Negative or on a five-point scale. Feeds the **Sentiment report** in Analytics.
67
+ - **Roles:** Admin (enable). **Product:** **(unverified)**.
68
+ - **Connected features:** Sentiment report (Analytics), AI Tagging, AI Triage, Enabling/Disabling Features.
69
+ - **Source:** https://help.hiverhq.com/ai-triage/getting-started-with-ai-sentiment-analysis
70
+
71
+ ### AI Extract in Automations
72
+ - **What it is:** Uses AI to pull specific data from conversations, driven by extraction **prompts** ("instruction manuals"); invoked in Automations. See [automate-workflows.md](automate-workflows.md).
73
+ - **Roles:** Admin. **Product:** **(unverified)**.
74
+ - **Connected features:** Automations, AI Triage, custom fields.
75
+ - **Source:** https://help.hiverhq.com/ai-triage/introduction-to-ai-extract · https://help.hiverhq.com/ai-triage/guide-to-writing-clear-and-effective-prompts-for-ai-extract
76
+
77
+ ### AI usage dashboard & AI Tasks in Automations
78
+ - **What they are:** An AI usage/consumption dashboard, and an AI-driven action inside Automations. **No dedicated help articles surfaced — treat both as (unverified / possibly new).**
79
+ - **Source:** No dedicated article found. Related: https://help.hiverhq.com/ai-copilot/hiver-ai-add-on · https://help.hiverhq.com/productivity/supported-triggers-conditions-and-actions-in-automations
@@ -0,0 +1,82 @@
1
+ # Offer Multi-Channel Support
2
+
3
+ > Segment `/offer-multi-channel-support` — 8 sub-categories, 33 articles. The channels a team
4
+ > handles conversations across: **email, live chat, calls (voice), WhatsApp**.
5
+ > **Provenance:** taxonomy captured live (Jul 2026); detail from the search index. **(unverified)**
6
+ > items need a `hiver-explore` live-UI pass.
7
+
8
+ **Sub-categories:** Manage emails (2 cats, 13) · Manage live chat messages (2 cats, 12) · Manage calls (2) · Manage WhatsApp messages (6)
9
+
10
+ ---
11
+
12
+ ## Manage emails
13
+
14
+ ### Conversation Assignment
15
+ - **What it is:** Assign a conversation to a team member (right-panel **Assign to**; **None** to unassign). Assigned mail moves from Unassigned to the assignee's inbox/Team view; assignee is notified.
16
+ - **Key concepts:** Assign to, assignee, unassign (None), Unassigned/Mine/Team views, ownership.
17
+ - **Roles:** Both. **Product:** HIG, Omni, Outlook.
18
+ - **Connected features:** Auto-assignment, Views, Automations, Notifications, collision reduction, Analytics (workload).
19
+ - **Source:** https://help.hiverhq.com/shared-mailbox-management/managing-emails
20
+
21
+ ### Conversation Status (Open / Pending / Closed)
22
+ - **What it is:** Lifecycle status. Open = new/ongoing; Pending = replied but unresolved; Closed = resolved. Right-panel **Status** dropdown; **Send & Close** / **Send & Pending** shortcuts.
23
+ - **Roles:** Both. **Product:** HIG, Omni, Outlook.
24
+ - **Connected features:** Views (Pending/Closed), Bulk actions, Automations (auto-close), SLA.
25
+ - **Source:** https://help.hiverhq.com/manage-emails/managing-emails
26
+
27
+ ### Tags & Shared Labels
28
+ - **What it is:** **Hiver Tags** categorize/group conversations (manual, bulk, or via AI Tagging). **Shared Labels** are Gmail-native labels for label-based organization in the Gmail sidebar (Gmail-only).
29
+ - **Roles:** Both. **Product:** Tags — HIG/Omni (Outlook **unverified**); Shared Labels — Gmail only.
30
+ - **Connected features:** Views (Any/All filters), Bulk actions, Automations (auto-tag), AI Tagging, Tags Report.
31
+ - **Source:** https://help.hiverhq.com/organize-conversations/using-hiver-tags · https://help.hiverhq.com/gmail-shared-labels/setting-up-a-shared-label
32
+
33
+ ### Views & Filters, Queues
34
+ - **What it is:** Saved filter sets. Default: Unassigned, Mine, Team, Pending, Closed. New mail lands in **Unassigned** until claimed. Custom Views via All Views → **+** → filters → Save. Favorites/order are personal.
35
+ - **Roles:** Both. **Product:** HIG, Omni (Outlook **unverified**).
36
+ - **Connected features:** Assignment, Status, Tags, Search, SLA (Overdue/Due Soon views).
37
+ - **Source:** https://help.hiverhq.com/organizeyouremails/views
38
+
39
+ ### Managing Emails — reply / forward / CC-BCC / sent tracking
40
+ - **What it is:** Core handling. Sent mail via **My Sent** / **All Sent**. CC behavior: if your personal address is included alongside the shared address, the email also lands in your personal inbox; deleting from personal inbox deletes from Shared Inbox.
41
+ - **Roles:** Both; Admin controls advanced settings. **Product:** HIG, Omni, Outlook.
42
+ - **Connected features:** Split, Notes, Templates, notifications, sender ID.
43
+ - **Source:** https://help.hiverhq.com/manage-emails/managing-emails · https://help.hiverhq.com/shared-inbox-management/advanced-settings-on-shared-inbox
44
+
45
+ ### Split Conversation
46
+ - **What it is:** Reply/forward **privately** from a Shared Inbox — sent only to specified recipients, hidden from other team members.
47
+ - **Roles:** Both. **Product:** HIG; Omni/Outlook parity **unverified**.
48
+ - **Connected features:** Managing emails, CC/BCC. *(Note: a distinct "merge conversation" feature is **unverified** — see Linked Conversations.)*
49
+ - **Source:** https://help.hiverhq.com/manage-emails/managing-emails
50
+
51
+ ### Email Templates
52
+ - **What it is:** Pre-written reusable messages (name/subject/body) with personalization variables and attachments; organized in folders incl. a default **Shared with All**.
53
+ - **Roles:** Both — creators manage folders/sharing; Agents insert & edit. **Product:** HIG, Omni (Outlook **unverified**).
54
+ - **Connected features:** Shared Drafts, compose/reply, Auto Responder, Harvey AI (template suggestions).
55
+ - **Source:** https://help.hiverhq.com/shared-mailbox-management/email-templates-for-shared-mailboxes
56
+
57
+ ### Snooze / Send Later / Permalinks / Signatures / Bulk actions / Conversation ID / Linked Conversations
58
+ - **Snooze & reminders** — remove an email and re-surface it later. **Send Later** — schedule send (`[Scheduled]` tag, Cancel Send). **Permalinks** — shareable link to a conversation. **Signatures** — auto for Google Workspace, manual for Gmail shared inbox. **Bulk actions** — assign/unassign/status/tag on up to **50 emails**. **Conversation ID** — unique reference per conversation. **Linked Conversations** — group related threads (right panel → Start linking).
59
+ - **Roles:** mostly Agent. **Product:** HIG (Gmail); Omni/Outlook mostly **unverified**.
60
+ - **Source:** https://help.hiverhq.com/email-tools (bulk-actions, generating-permalinks, snoozing-emails-and-setting-reminders, sending-emails-later, conversation-id) · https://help.hiverhq.com/workingwithemail1/linking-related-conversations
61
+
62
+ ---
63
+
64
+ ## Manage live chat messages
65
+ - **What it is:** Real-time chat channel with an embeddable widget and a customizable **Chat Inbox**; agents reply to live chats in Hiver. Includes **chat auto-assignment** (round robin, active-chat concurrency limit), **Chatbots** (rule-based, in-widget, 24/7), **Chat Templates**, **Collision Alerts** (explicitly documented for chat), and **Chat CSAT**. Help-center KB articles can be surfaced in the widget.
66
+ - **Roles:** Admin (set up/customize); Agent (reply). **Product:** Omni.
67
+ - **Connected features:** Chatbots, auto-assignment, Hiver Contacts, Knowledge Base, Live Chat Analytics, CSAT.
68
+ - **Source:** https://help.hiverhq.com/hiver-chat/setting-up-live-chat · https://help.hiverhq.com/hiver-chat/chat-auto-assignments · https://help.hiverhq.com/chatbots-by-hiver/introduction-to-chatbots · https://help.hiverhq.com/hiver-chat/collision-alerts
69
+
70
+ ## Manage calls (Voice — Aircall)
71
+ - **What it is:** Voice channel powered by **Aircall**. Admins create a **voice inbox**; Hiver logs incoming, outgoing, and missed calls. Voice inbox has its own views and settings.
72
+ - **Roles:** Admin (create/connect); Agent (manage calls). **Product:** Omni.
73
+ - **Connected features:** Aircall integration, analytics, Shared Inbox.
74
+ - **Source:** https://help.hiverhq.com/voice-channel/setup-a-voice-inbox · https://help.hiverhq.com/voice-channel/voice-inbox-views-and-call-management
75
+
76
+ ## Manage WhatsApp messages
77
+ - **What it is:** Receive/respond to WhatsApp customer chats via a **WhatsApp Inbox**. Setup requires **Meta (Facebook) Developer Portal** config and Facebook prerequisites (WhatsApp Business API).
78
+ - **Roles:** Admin (setup/Meta config); Agent (respond). **Product:** Omni (also usable from Gmail).
79
+ - **Connected features:** Auto-assignment, Hiver Contacts, Shared Inbox.
80
+ - **Source:** https://help.hiverhq.com/whatsapp-channel/setup-your-whatsapp-inbox · https://help.hiverhq.com/whatsapp-channel/facebook-prerequisites-for-whatsapp-setup
81
+
82
+ > **SMS & Social** are named as Omni channels in overview material but have no dedicated setup docs — **(unverified)**.
@@ -0,0 +1,35 @@
1
+ # Reporting & Analytics
2
+
3
+ > Segment `/reporting-and-analytics` — 2 sub-categories (Email analytics 7, Live chat analytics 2) +
4
+ > overview/Custom Dashboards/FAQs, 12 articles. **Provenance:** taxonomy captured live (Jul 2026);
5
+ > detail from the search index. Plan-gating/boundaries below are good test-case seeds.
6
+
7
+ ### Analytics overview
8
+ - **What it is:** Central place to understand how a team manages conversations — volumes, response patterns, efficiency trends. Left pane → Analytics under a shared mailbox.
9
+ - **Key concepts:** report types (Conversations, Users, Tags, Contacts, SLA, CSAT, Sentiment), Real-time & Custom Dashboards, Export, Group by (assignee/tags/date).
10
+ - **Roles:** Admin (setup); Agents scoped view **(unverified)**. **Product:** HIG, Omni (Outlook **unverified**).
11
+ - **Source:** https://help.hiverhq.com/reporting-analytics/reporting-analytics-hiver · https://help.hiverhq.com/reporting-analytics/faqs
12
+
13
+ ### Custom Dashboards
14
+ - **What it is:** Centralized hub to monitor metrics across multiple Shared Inboxes; compare teams/departments and workload. Widgets drill into detailed reports; **Publish → read-only shareable link** (republish issues a new link).
15
+ - **Roles:** Admin (create/publish). **Product:** HIG, Omni. **Shared email inboxes only — excludes chat.**
16
+ - **Connected features:** all underlying reports.
17
+ - **Source:** https://help.hiverhq.com/reporting-analytics/custom-dashboards
18
+
19
+ ### Report types (Email analytics)
20
+ - **Conversations** (volume, status trends) · **Users** (per-agent workload/performance) · **Tags** (counts per tag) · **Contacts** (company vs contact-level engagement) · **SLA** (compliance vs deadlines) · **CSAT** (satisfaction trends) · **Sentiment** (AI tone classification) · **Workload Distribution** (balance across users). All support filters; **CSV export**.
21
+ - **Roles:** Admin (agent scope **unverified**). **Product:** HIG; Omni/Outlook per-report **(unverified)**.
22
+ - **Connected features:** Tags, SLA policies, CSAT surveys, AI Sentiment (AI Triage), Custom Dashboards.
23
+ - **Source:** https://help.hiverhq.com/reporting-analytics/reporting-analytics-hiver · https://help.hiverhq.com/reporting-analytics/sla-reports-in-analytics · https://help.hiverhq.com/email-analytics/sentiment-report-hiver · https://help.hiverhq.com/organizeyouremails/workload-distribution-in-your-shared-mailbox
24
+
25
+ ### Analytics Export (incl. Scheduled Exports)
26
+ - **What it is:** Export detailed analytics as CSV (Analytics → Export). Filter conversations; choose columns (**plan-dependent**). **Scheduled exports = Enterprise plan only** (download link emailed). Distinct from account-level Data Export.
27
+ - **Roles:** Admin (scheduling Enterprise-gated). **Product:** HIG; Omni/Outlook **(unverified)**.
28
+ - **Connected features:** all reports, Tags, SLA, CSAT.
29
+ - **Source:** https://help.hiverhq.com/reporting-analytics/analytics-export
30
+
31
+ ### Live Chat Analytics
32
+ - **What it is:** How the team handles live chats — workload trends, performance, visitor experience. Separate from email analytics; **Custom Dashboards do NOT include chat.**
33
+ - **Roles:** Admin (agent **unverified**). **Product:** Hiver Chat / Live Chat.
34
+ - **Connected features:** Live Chat setup, Chat CSAT.
35
+ - **Source:** https://help.hiverhq.com/live-chat-analytics/hiver-chat-analytics
@@ -0,0 +1,23 @@
1
+ # Enable Self-Service
2
+
3
+ > Segment `/enable-self-service` — 2 sub-categories, 8 articles.
4
+ > **Provenance:** taxonomy captured live (Jul 2026); detail from the search index. **(unverified)**
5
+ > items need a `hiver-explore` live-UI pass.
6
+
7
+ **Sub-categories:** Help center (7) · Customer portal (1)
8
+
9
+ ### Help Center / Knowledge Base
10
+ - **What it is:** Publish help articles/FAQs so customers self-serve. KB articles can also be surfaced inside the **Live Chat widget**, and can feed **Ask AI** as a knowledge source.
11
+ - **Key concepts:** Knowledge Base articles, public help center, self-service, KB-in-chat, Ask AI knowledge sources.
12
+ - **Roles:** Admin (set up/manage articles); customers read. Authoring role **(unverified)**.
13
+ - **Product availability:** Omni. Gmail/Outlook authoring availability **(unverified)**.
14
+ - **Connected features:** Live Chat widget, Ask AI (Copilot), Customer Portal.
15
+ - **Source:** https://help.hiverhq.com/knowledge-base/setting-up-your-knowledge-base · https://help.hiverhq.com/hiver-chat/help-articles-in-chat
16
+
17
+ ### Customer Portal
18
+ - **What it is:** A web-based self-service space where customers submit requests and track their progress in real time — visibility into their own tickets without contacting an agent. Setup steps **(unverified)**.
19
+ - **Key concepts:** web self-service portal, submit requests, real-time issue tracking.
20
+ - **Roles:** Admin (sets up **— unverified**); customers are end-users.
21
+ - **Product availability:** **(unverified)**.
22
+ - **Connected features:** Shared Inbox/conversations, Help Center KB, likely SLA & CSAT **(unverified)**.
23
+ - **Source:** https://help.hiverhq.com/customer-portal/how-to-set-up-a-customer-portal-in-hiver
@@ -0,0 +1,30 @@
1
+ # Manage SLA Policies
2
+
3
+ > Segment `/manage-sla-policies` — 4 articles.
4
+ > **Provenance:** taxonomy captured live (Jul 2026); detail from the search index. **(unverified)**
5
+ > items need a `hiver-explore` live-UI pass.
6
+
7
+ **Articles:** Creating SLA Policies · Managing SLA policies · How SLA timers and breach alerts work (Agent guide) · FAQs on SLA
8
+
9
+ ### SLA Policies
10
+ - **What it is:** SLA policies define the response and resolution times a team commits to. Once set up in a Shared Inbox, SLA details (timers, deadlines) show directly on conversations, and breaches trigger alerts. Default **Overdue** and **Due Soon** views surface at-risk conversations.
11
+ - **Key concepts:** SLA policy, first-response time, resolution time, SLA timer, breach alert, Overdue/Due Soon views, business-hour impact, SLA permissions, policy order/priority.
12
+ - **Roles:** Admin creates/edits/reorders/disables policies and manages SLA permissions; Agents see timers/alerts and (per permission) can delete an SLA on a conversation.
13
+ - **Product availability:** HIG (Gmail); Omni referenced (`sla-for-shared-mailboxes`); Outlook **(unverified)**.
14
+ - **Connected features:** Business Hours (timer calculation), Automations (escalation on breach), Overdue/Due Soon Views, SLA notifications, SLA Report (Analytics).
15
+ - **Source:** https://help.hiverhq.com/working-with-slas/creating-sla-policies · https://help.hiverhq.com/working-with-slas/managing-sla-policies
16
+
17
+ ### SLA timers & breach alerts (Agent guide)
18
+ - **What it is:** How agents experience SLAs — timers count down on each conversation against the applicable policy; breach + "due soon" states are flagged and can notify. Business-hour templates scope the countdown to operating hours.
19
+ - **Key concepts:** timer countdown, applicable policy, breach vs due-soon, SLA notifications, business-hour scoping.
20
+ - **Roles:** Agent (consumes); Admin (defines behaviour). **Product:** HIG; Omni/Outlook **(unverified)**.
21
+ - **Connected features:** SLA policies, Business Hours, Views, Notifications.
22
+ - **Source:** https://help.hiverhq.com/working-with-slas/sla-information-on-conversations · https://help.hiverhq.com/viewing-sla/sla-notifications · https://help.hiverhq.com/working-with-slas/Impact-of-business-hour-change-on-SLAs
23
+
24
+ ### SLA permissions & FAQs
25
+ - **What it is:** Controls who can manage SLA policies and act on SLAs at the conversation level; FAQs cover edge behaviour.
26
+ - **Roles:** Admin (permissions). **Product:** **(unverified per-product)**.
27
+ - **Connected features:** Roles & permissions, SLA policies.
28
+ - **Source:** https://help.hiverhq.com/setting-up-hiver-sla/managing-sla-permissions
29
+
30
+ > **QA note:** SLA is a high-blast-radius area — a Business Hours change, timezone, or holiday shift alters timers and breach reporting across every conversation and the SLA Report.
@@ -0,0 +1,27 @@
1
+ # Troubleshooting Hiver Issues
2
+
3
+ > Segment `/troubleshooting` — 2 sub-categories, 9 articles.
4
+ > **Provenance:** taxonomy captured live (Jul 2026); detail from the search index. **(unverified)**
5
+ > items need a `hiver-explore` live-UI pass.
6
+
7
+ **Sub-categories:** Loading issues (2) · Account issues (6) · + "Roles and permissions in Hiver"
8
+
9
+ ### Loading issues (Hiver not loading / slow)
10
+ - **What it is:** Guidance for Hiver not loading or running slowly. Check the **Hiver status dashboard** (subscribe for outage alerts). Email-sync timing: **~90% of emails sync within 30s, ~99% within a minute** to the Shared Mailbox — delays beyond that are the exception.
11
+ - **Key concepts:** Hiver Status dashboard, outage subscriptions, email sync timing (~90%/30s, ~99%/1min), delayed emails.
12
+ - **Roles:** both. **Product:** **(unverified per-product)**.
13
+ - **Connected features:** Shared Mailbox email sync, extension load, status dashboard.
14
+ - **Source:** https://help.hiverhq.com/troubleshoot/how-to-check-the-current-status-of-hiver · https://help.hiverhq.com/troubleshoot/emails-are-arriving-in-the-shared-mailbox-with-a-delay
15
+
16
+ ### Account issues (accessing your account)
17
+ - **What it is:** Problems logging into / accessing Hiver and user-access issues. Team members must be added as users to access Shared Mailboxes; a common case is a newly-added user unable to be assigned emails. Gmail OAuth permissions are a frequent factor.
18
+ - **Key concepts:** login/access (web + mobile), adding users for access, "added user but can't assign emails," Gmail OAuth permissions.
19
+ - **Roles:** Admin (adds users/roles); both (login). **Product:** HIG (Gmail OAuth) + mobile; Outlook/Omni via Microsoft OAuth **(unverified here)**.
20
+ - **Connected features:** Roles & permissions, user management, Gmail OAuth, Shared Mailbox, mobile app.
21
+ - **Source:** https://help.hiverhq.com/troubleshoot/added-user-to-hiver-account-but-cant-assign-emails-to-her-in-shared-mailbox · https://help.hiverhq.com/hiver-gmail-settings/gmail-oauth-permissions-for-hiver
22
+
23
+ ### Roles and permissions in Hiver
24
+ - **What it is:** The role model surfaced under troubleshooting (also in [account-security.md](account-security.md)) — one role per user, applied across all their Shared Inboxes; four default roles + up to six custom roles on Elite; only Admins assign roles.
25
+ - **Roles:** Admin. **Product:** **(unverified per-product)**.
26
+ - **Connected features:** User management, Billing (Admin gate), Analytics (Supervisor), Templates/Tags, SLA permissions.
27
+ - **Source:** https://help.hiverhq.com/account-management/roles-and-permissions
@@ -0,0 +1,45 @@
1
+ # Hiver Omni — Knowledge Base Index
2
+
3
+ The **Omni** product tree, mirroring the live `?product=hiver-omni` help view (12 sections, captured
4
+ Jul 2026). Omni is Hiver's **multi-channel** product — email + live chat + Slack + voice + WhatsApp +
5
+ tickets/web forms — running on **Gmail or Outlook** clients, with enterprise **identity (SSO/SCIM)**.
6
+
7
+ For shared mechanics identical to Gmail, these files cross-reference [`../hig/`](../hig/INDEX.md) and
8
+ call out only the **Omni differences**. Every **(unverified)** flag → confirm via `hiver-explore`.
9
+
10
+ ## Segments (Omni's 12 sections)
11
+
12
+ | Segment file | Help section (`?product=hiver-omni`) | Sub-cats / articles |
13
+ |---|---|---|
14
+ | [getting-started.md](getting-started.md) | Getting started | 5 / 16 |
15
+ | [multichannel-support.md](multichannel-support.md) | Offer multi-channel support | 8 / 24 |
16
+ | [automate-workflows.md](automate-workflows.md) | Automate workflows | 1 / 12 |
17
+ | [sla-policies.md](sla-policies.md) | Manage SLA policies | 3 |
18
+ | [collaborate.md](collaborate.md) | Collaborate (`/collaboration`) | 3 |
19
+ | [hiver-ai.md](hiver-ai.md) | Hiver AI (`/ai-features`) | 2 / 7 |
20
+ | [self-service.md](self-service.md) | Enable self-service | 2 / 5 |
21
+ | [customer-relationships.md](customer-relationships.md) | Manage customer relationships | 1 / 2 |
22
+ | [reporting-analytics.md](reporting-analytics.md) | Reporting and analytics | 3 / 11 |
23
+ | [apps-integrations.md](apps-integrations.md) | Apps and integrations | 4 / 15 |
24
+ | [account-security.md](account-security.md) | Account and security | 2 / 4 |
25
+ | [identity-access.md](identity-access.md) | **Identity and access** (Omni-only) | 2 / 15 |
26
+
27
+ ## What Omni has that HIG does not
28
+
29
+ - **Channels:** Slack (as a support channel), Voice Inbox (Aircall), WhatsApp, Tickets, Web Forms — beyond email + chat.
30
+ - **Surfaces:** omnichannel search, **My Work**, per-channel analytics (Slack/Email/Chat).
31
+ - **Clients:** runs on **Outlook** as well as Gmail (Microsoft Admin Center approval, Microsoft OAuth).
32
+ - **Identity & access:** **SSO (SAML/IdP)** and **SCIM user provisioning** — its own segment.
33
+ - **Automations:** **Individual Inbox Automations**, **AI Tasks**.
34
+
35
+ ## What likely differs or is absent vs HIG (verify live)
36
+
37
+ - **Approvals** did not surface in the Omni collaborate section — availability **(unverified)**.
38
+ - Article counts are smaller per section (docs still consolidating) — some HIG features may be documented only under the Gmail tree even when present in Omni.
39
+
40
+ ## Cross-feature connections & standing caveats
41
+
42
+ Shared connection map and QA caveats (bulk-action 50 cap, Enterprise-only scheduled exports, Elite
43
+ custom-role cap, OAuth/no-email-storage security model, collision-alerts-are-chat-only) apply here
44
+ too — see [../hig/INDEX.md](../hig/INDEX.md#cross-feature-connection-map-regression-blast-radius).
45
+ Omni-specific: SSO/SCIM deprovisioning and enforce-SSO are high-risk paths (see identity-access.md).
@@ -0,0 +1,13 @@
1
+ # Omni · Account & Security
2
+
3
+ > Segment `/account-and-security?product=hiver-omni` — 2 sub-categories, 4 articles.
4
+ > In Omni, **identity/login (SSO/SCIM) is split into its own section** — see
5
+ > [omni/identity-access.md](identity-access.md). Mechanics match HIG — see
6
+ > [../hig/account-security.md](../hig/account-security.md).
7
+
8
+ **Sub-categories:** Billing (1) · Security and privacy (3)
9
+
10
+ - **Billing** — plans (Growth/Pro/Elite), invoices, payment (Stripe/PCI); Admin-only.
11
+ - **Security & privacy** — emails not stored on Hiver servers; OAuth 2.0 with delegated permissions; no password storage; Microsoft OAuth for Outlook (Admin Center approval); mailbox permissions.
12
+ - **Roles:** Admin. **Connected:** Roles & permissions, Identity & access, mailbox permissions, Stripe.
13
+ - **Source:** https://help.hiverhq.com/account-and-security?product=hiver-omni · https://help.hiverhq.com/account-and-settings/mailbox-permissions-required-by-hiver?product=hiver-omni
@@ -0,0 +1,15 @@
1
+ # Omni · Apps & Integrations
2
+
3
+ > Segment `/apps-and-integrations?product=hiver-omni` — 4 sub-categories, 15 articles.
4
+ > Fewer sub-categories than HIG (6) because in Omni **Slack is a channel** (not a Communication app)
5
+ > and **identity/SSO is its own section** (see [omni/identity-access.md](identity-access.md)).
6
+ > App detail matches HIG — see [../hig/apps-integrations.md](../hig/apps-integrations.md).
7
+
8
+ **Sub-categories:** CRM apps (6) · Project management apps (5) · E-commerce apps (2) · Accounting apps (1) · + Hiver Omni API
9
+
10
+ - **CRM apps** — Salesforce, HubSpot, Pipedrive (customer context in conversations).
11
+ - **Project management apps** — Jira, Asana, ClickUp, Trello (link/create/update tasks; auth differs per app).
12
+ - **E-commerce** — Shopify (order/customer data). **Accounting** — billing/invoice app (specific app **unverified**).
13
+ - **Hiver Omni API** — programmatic access; Admin-generated API keys; underpins API-call automations & custom objects.
14
+ - **Roles:** Admin (connect); Agent (use). **Connected:** Shared Inbox scoping, conversation sidebar, Hiver Contacts, Custom Objects.
15
+ - **Source:** https://help.hiverhq.com/apps-and-integrations?product=hiver-omni · https://help.hiverhq.com/apps-and-integrations/hiver-api?product=hiver-omni
@@ -0,0 +1,26 @@
1
+ # Omni · Automate Workflows
2
+
3
+ > Segment `/automate-workflows?product=hiver-omni` — 1 sub-category (API Calls, 3) + 12 articles.
4
+ > Taxonomy captured live (Jul 2026); detail from the search index. Core automation mechanics match
5
+ > HIG — see [../hig/automate-workflows.md](../hig/automate-workflows.md); Omni deltas below.
6
+
7
+ **Articles include:** Using Automations in Hiver Omni · Auto-assigning incoming conversations · Supported triggers/conditions/actions · Creating Business Hours · Sending automatic replies · Move emails between Shared Inboxes · Using Custom Object · **Using AI Tasks** · **Creating Individual Inbox Automations** · API Calls in Automations (3)
8
+
9
+ ### Automations in Omni
10
+ - **What it is:** Same triggers → conditions → actions rules engine as HIG, applied across Omni's channels. Auto-assign incoming conversations, tag, close, escalate.
11
+ - **Roles:** Admin. **Connected:** Assignment, Tags, SLA, channels.
12
+ - **Source:** https://help.hiverhq.com/automate-workflows?product=hiver-omni
13
+
14
+ ### Individual Inbox Automations (Omni-highlighted)
15
+ - **What it is:** Automation that adds emails from a user's **personal inbox** into a Shared Inbox by condition — distinct from Shared Inbox automations that act on conversations already shared.
16
+ - **Key concepts:** personal inbox → Shared Inbox routing, conditions, auto-assignment.
17
+ - **Roles:** both (individual sets up personal-inbox rule); Admin (shared/advanced). **(Omni-labeling unverified.)**
18
+ - **Source:** https://help.hiverhq.com/productivity/automation-to-add-individual-emails-to-shared-inboxes
19
+
20
+ ### AI Tasks & AI Extract in Automations
21
+ - **What it is:** Omni exposes **AI Tasks** (an AI-driven automation action) and AI Extract (prompt-driven data extraction). See [omni/hiver-ai.md](hiver-ai.md) and [../hig/automate-workflows.md](../hig/automate-workflows.md).
22
+ - **Roles:** Admin. **Source:** https://help.hiverhq.com/automate-workflows?product=hiver-omni (Using AI Tasks)
23
+
24
+ ### Shared items (Business Hours · automatic replies · Move emails · Custom Object · API Calls)
25
+ - Same as HIG — Business Hours templates, Auto Responder ("Sending automatic replies"), moving emails between inboxes, Custom Object creation from the Apps tab, and API-call actions. See [../hig/automate-workflows.md](../hig/automate-workflows.md).
26
+ - **Source:** https://help.hiverhq.com/api-calls-automations