@adminide-stack/yantra-help-browser 12.0.16-alpha.2 → 12.0.16-alpha.21
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.
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +93 -85
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts +1 -5
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +67 -69
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +3 -2
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/SearchBar.d.ts +8 -0
- package/lib/components/SearchBar.d.ts.map +1 -0
- package/lib/components/SearchBar.js +234 -0
- package/lib/components/SearchBar.js.map +1 -0
- package/lib/components/SidebarSearch.d.ts +8 -0
- package/lib/components/SidebarSearch.d.ts.map +1 -0
- package/lib/components/SidebarSearch.js +114 -0
- package/lib/components/SidebarSearch.js.map +1 -0
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +5 -4
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +19 -1
- package/lib/compute.js.map +1 -1
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +5 -11
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +135 -50
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +211 -1
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +17 -23
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +106 -37
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +14 -6
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +0 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +3 -6
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +1 -6
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js +314 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
- package/lib/pages/Markdown/index.d.ts +3 -0
- package/lib/pages/Markdown/index.d.ts.map +1 -0
- package/lib/pages/Markdown/index.js +5 -0
- package/lib/pages/Markdown/index.js.map +1 -0
- package/lib/routes.json +28 -1
- package/lib/{content → templates/content}/account-management/account-setup.md +10 -0
- package/lib/{content → templates/content}/account-management/delete-account.md +10 -0
- package/lib/{content → templates/content}/account-management/preferences.md +10 -0
- package/lib/{content → templates/content}/account-management/privacy-settings.md +10 -0
- package/lib/{content → templates/content}/account-management/profile-settings.md +8 -0
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/content-manifest.json +5670 -0
- package/lib/{content → templates/content}/data-privacy/data-collection.md +9 -0
- package/lib/{content → templates/content}/data-privacy/privacy-policy.md +10 -0
- package/lib/{content → templates/content}/data-subject-privacy/data-access.md +12 -0
- package/lib/{content → templates/content}/data-subject-privacy/data-portability.md +15 -0
- package/lib/{content → templates/content}/data-subject-privacy/privacy-requests.md +11 -0
- package/lib/{content → templates/content}/file-uploads/file-upload-overview.md +9 -0
- package/lib/{content → templates/content}/getting-started/getting-started-guide.md +9 -0
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/{content → templates/content}/product-features/ai-models.md +1 -1
- package/lib/{content → templates/content}/product-features/collaboration-tools.md +8 -0
- package/lib/{content → templates/content}/product-features/conversation-features.md +6 -0
- package/lib/{content → templates/content}/product-features/export-features.md +8 -0
- package/lib/{content → templates/content}/product-features/follow-up-questions.md +8 -0
- package/lib/{content → templates/content}/product-features/real-time-search.md +8 -0
- package/lib/{content → templates/content}/product-features/saved-searches.md +8 -0
- package/lib/{content → templates/content}/product-features/search-features.md +1 -1
- package/lib/{content → templates/content}/product-features/search-history.md +8 -0
- package/lib/{content → templates/content}/product-features/source-citations.md +8 -0
- package/lib/{content → templates/content}/scope-api/api-overview.md +8 -0
- package/lib/{content → templates/content}/search-modes/deep-research.md +8 -0
- package/lib/{content → templates/content}/search-modes/labs-features.md +10 -0
- package/lib/{content → templates/content}/search-modes/pro-search.md +8 -0
- package/lib/{content → templates/content}/search-modes/regular-search.md +8 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/{content → templates/content}/spaces-library/spaces-overview.md +8 -0
- package/lib/{content → templates/content}/student-hub/academic-research.md +8 -0
- package/lib/{content → templates/content}/student-hub/student-discounts.md +10 -0
- package/lib/{content → templates/content}/student-hub/student-overview.md +8 -0
- package/lib/{content → templates/content}/student-hub/study-tools.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/billing-cycle.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/billing-overview.md +6 -0
- package/lib/{content → templates/content}/subscription-billing/billing-support.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/currency-support.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/enterprise-pricing.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/invoice-management.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/payment-methods.md +9 -0
- package/lib/{content → templates/content}/subscription-billing/promotional-offers.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/refund-policy.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/student-discounts.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/tax-information.md +8 -0
- package/lib/{content → templates/content}/technical-questions/ai-models-technical.md +10 -0
- package/lib/{content → templates/content}/technical-questions/api-technical.md +10 -0
- package/lib/{content → templates/content}/technical-questions/data-processing.md +10 -0
- package/lib/{content → templates/content}/technical-questions/database-architecture.md +10 -0
- package/lib/{content → templates/content}/technical-questions/infrastructure.md +10 -0
- package/lib/{content → templates/content}/technical-questions/performance-optimization.md +10 -0
- package/lib/{content → templates/content}/technical-questions/search-algorithms.md +10 -0
- package/lib/{content → templates/content}/technical-questions/technical-overview.md +10 -0
- package/lib/{content → templates/content}/threads/conversation-management.md +8 -0
- package/lib/{content → templates/content}/threads/threads-overview.md +8 -0
- package/lib/{content → templates/content}/troubleshooting/common-issues.md +8 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/lib/{content → templates/content}/what-is-yantra/getting-started-yantra.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
- package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
- package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
- package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
- package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
- package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
- package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
- package/lib/utils/docsNavigation.d.ts +10 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +151 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -1
- package/lib/utils/markdownLoader.d.ts +12 -4
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +362 -1163
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +23 -6
- package/lib/pages/ArticlePage/index.d.ts +0 -4
- package/lib/pages/ArticlePage/index.d.ts.map +0 -1
- package/lib/pages/ArticlePage/index.js +0 -190
- package/lib/pages/ArticlePage/index.js.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
|
@@ -5,12 +5,14 @@ Understanding Yantra's conversation threading system.
|
|
|
5
5
|
## What are Threads?
|
|
6
6
|
|
|
7
7
|
### Concept
|
|
8
|
+
|
|
8
9
|
- **Conversation Organization**: Organize conversations
|
|
9
10
|
- **Topic Threading**: Group related discussions
|
|
10
11
|
- **Context Preservation**: Maintain conversation context
|
|
11
12
|
- **Follow-up Management**: Manage follow-up questions
|
|
12
13
|
|
|
13
14
|
### Benefits
|
|
15
|
+
|
|
14
16
|
- **Organization**: Keep conversations organized
|
|
15
17
|
- **Context**: Maintain conversation context
|
|
16
18
|
- **Efficiency**: More efficient conversations
|
|
@@ -19,12 +21,14 @@ Understanding Yantra's conversation threading system.
|
|
|
19
21
|
## Thread Features
|
|
20
22
|
|
|
21
23
|
### Conversation Management
|
|
24
|
+
|
|
22
25
|
- **Thread Creation**: Create conversation threads
|
|
23
26
|
- **Thread Organization**: Organize threads by topic
|
|
24
27
|
- **Thread Search**: Search within threads
|
|
25
28
|
- **Thread Archiving**: Archive old threads
|
|
26
29
|
|
|
27
30
|
### Context Preservation
|
|
31
|
+
|
|
28
32
|
- **Conversation History**: Complete conversation history
|
|
29
33
|
- **Context Awareness**: Maintain context across messages
|
|
30
34
|
- **Reference Tracking**: Track references and citations
|
|
@@ -33,6 +37,7 @@ Understanding Yantra's conversation threading system.
|
|
|
33
37
|
## Thread Usage
|
|
34
38
|
|
|
35
39
|
### Creating Threads
|
|
40
|
+
|
|
36
41
|
1. **Start Conversation**: Begin a new conversation
|
|
37
42
|
2. **Create Thread**: Create a new thread
|
|
38
43
|
3. **Add Context**: Add relevant context
|
|
@@ -40,6 +45,7 @@ Understanding Yantra's conversation threading system.
|
|
|
40
45
|
5. **Begin Discussion**: Start the discussion
|
|
41
46
|
|
|
42
47
|
### Managing Threads
|
|
48
|
+
|
|
43
49
|
- **Thread Settings**: Configure thread settings
|
|
44
50
|
- **Member Management**: Manage thread members
|
|
45
51
|
- **Permission Control**: Control thread permissions
|
|
@@ -48,12 +54,14 @@ Understanding Yantra's conversation threading system.
|
|
|
48
54
|
## Thread Organization
|
|
49
55
|
|
|
50
56
|
### Thread Structure
|
|
57
|
+
|
|
51
58
|
- **Hierarchical Organization**: Organize threads hierarchically
|
|
52
59
|
- **Topic Grouping**: Group threads by topic
|
|
53
60
|
- **Priority Levels**: Set thread priority levels
|
|
54
61
|
- **Status Tracking**: Track thread status
|
|
55
62
|
|
|
56
63
|
### Thread Collaboration
|
|
64
|
+
|
|
57
65
|
- **Member Roles**: Assign member roles
|
|
58
66
|
- **Participation Tracking**: Track participation
|
|
59
67
|
- **Activity Monitoring**: Monitor thread activity
|
|
@@ -5,12 +5,14 @@ Solutions to frequently encountered problems.
|
|
|
5
5
|
## Search Problems
|
|
6
6
|
|
|
7
7
|
### Search Not Working
|
|
8
|
+
|
|
8
9
|
- **Check Internet Connection**: Ensure stable internet
|
|
9
10
|
- **Clear Browser Cache**: Clear browser data
|
|
10
11
|
- **Try Different Browser**: Test in another browser
|
|
11
12
|
- **Check Account Status**: Verify account is active
|
|
12
13
|
|
|
13
14
|
### Slow Search Results
|
|
15
|
+
|
|
14
16
|
- **Check Server Status**: Verify Yantra server status
|
|
15
17
|
- **Reduce Query Complexity**: Simplify your search
|
|
16
18
|
- **Try Different Search Mode**: Switch search modes
|
|
@@ -19,12 +21,14 @@ Solutions to frequently encountered problems.
|
|
|
19
21
|
## Account Issues
|
|
20
22
|
|
|
21
23
|
### Login Problems
|
|
24
|
+
|
|
22
25
|
- **Verify Credentials**: Check username/password
|
|
23
26
|
- **Reset Password**: Use password reset option
|
|
24
27
|
- **Check Email**: Verify email address
|
|
25
28
|
- **Contact Support**: Get help from support team
|
|
26
29
|
|
|
27
30
|
### Subscription Issues
|
|
31
|
+
|
|
28
32
|
- **Check Payment Method**: Verify payment details
|
|
29
33
|
- **Review Billing**: Check billing history
|
|
30
34
|
- **Update Payment Info**: Update payment method
|
|
@@ -33,12 +37,14 @@ Solutions to frequently encountered problems.
|
|
|
33
37
|
## Performance Issues
|
|
34
38
|
|
|
35
39
|
### Slow Loading
|
|
40
|
+
|
|
36
41
|
- **Clear Browser Cache**: Remove cached data
|
|
37
42
|
- **Disable Extensions**: Turn off browser extensions
|
|
38
43
|
- **Check System Resources**: Monitor CPU/memory usage
|
|
39
44
|
- **Update Browser**: Use latest browser version
|
|
40
45
|
|
|
41
46
|
### Crashes and Errors
|
|
47
|
+
|
|
42
48
|
- **Restart Browser**: Close and reopen browser
|
|
43
49
|
- **Check Error Messages**: Note specific error details
|
|
44
50
|
- **Try Incognito Mode**: Test in private browsing
|
|
@@ -47,12 +53,14 @@ Solutions to frequently encountered problems.
|
|
|
47
53
|
## Mobile App Issues
|
|
48
54
|
|
|
49
55
|
### App Not Working
|
|
56
|
+
|
|
50
57
|
- **Update App**: Install latest version
|
|
51
58
|
- **Restart App**: Force close and reopen
|
|
52
59
|
- **Check Permissions**: Verify app permissions
|
|
53
60
|
- **Reinstall App**: Uninstall and reinstall
|
|
54
61
|
|
|
55
62
|
### Sync Problems
|
|
63
|
+
|
|
56
64
|
- **Check Internet**: Ensure mobile internet connection
|
|
57
65
|
- **Force Sync**: Manually trigger sync
|
|
58
66
|
- **Clear App Data**: Clear app cache and data
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# Engineering Use Cases
|
|
2
|
+
|
|
3
|
+
Detailed examples of how engineering teams leverage Yantra AI employees to accelerate debugging, preserve knowledge, and keep teams aligned.
|
|
4
|
+
|
|
5
|
+
## Use Case 1: Customer Bug Report Triage
|
|
6
|
+
|
|
7
|
+
### The Situation
|
|
8
|
+
|
|
9
|
+
A customer posts in your #support Slack channel: _"We can't log in to the dashboard. It's been broken since this morning."_
|
|
10
|
+
|
|
11
|
+
### Without Yantra
|
|
12
|
+
|
|
13
|
+
1. An engineer sees the message (eventually)
|
|
14
|
+
2. Opens Sentry, searches for auth-related errors
|
|
15
|
+
3. Switches to Linear, looks for existing tickets
|
|
16
|
+
4. Checks GitHub for recent auth-service deployments
|
|
17
|
+
5. Asks around on Slack if anyone has seen this before
|
|
18
|
+
6. Pieces together a theory after 45 minutes of investigation
|
|
19
|
+
7. Posts a response to the customer
|
|
20
|
+
|
|
21
|
+
**Time spent: 45 minutes to 2 hours**
|
|
22
|
+
|
|
23
|
+
### With Yantra
|
|
24
|
+
|
|
25
|
+
1. AI employee detects the report immediately
|
|
26
|
+
2. Within 30 seconds, cross-references:
|
|
27
|
+
- Sentry: `AuthTokenExpired` exception spiked 47× after deploy #892 (deployed 35 min ago)
|
|
28
|
+
- Linear: Ticket #1234 exists — Marcus deployed a related fix yesterday
|
|
29
|
+
- GitHub: Deploy #892 touched `auth-service/token-handler.ts`
|
|
30
|
+
- History: Similar issue occurred on Jan 14, resolved by adjusting token cache TTL
|
|
31
|
+
3. Posts a structured summary in the thread
|
|
32
|
+
4. Drafts a customer response with accurate status information
|
|
33
|
+
5. Suggests creating a P0 ticket and notifying Marcus
|
|
34
|
+
|
|
35
|
+
**Time spent: 30 seconds for the AI employee; 2 minutes for human review and approval**
|
|
36
|
+
|
|
37
|
+
## Use Case 2: 3 AM Error Spike
|
|
38
|
+
|
|
39
|
+
### The Situation
|
|
40
|
+
|
|
41
|
+
A code deployment rolls out at 11 PM after an engineer pushes a hotfix. By 3 AM, Sentry shows 47 new error alerts.
|
|
42
|
+
|
|
43
|
+
### Without Yantra
|
|
44
|
+
|
|
45
|
+
- On-call engineer wakes up to a noisy PagerDuty alert storm
|
|
46
|
+
- Spends 45 minutes triaging: most alerts are variations of the same issue
|
|
47
|
+
- Discovers 2 genuinely new errors buried in the noise
|
|
48
|
+
- One is critical (affecting payment processing), one is minor (cosmetic UI regression)
|
|
49
|
+
|
|
50
|
+
### With Yantra
|
|
51
|
+
|
|
52
|
+
- AI employee correlates all 47 alerts automatically overnight
|
|
53
|
+
- Groups them into 3 clusters: 44 related to the same root cause, 2 new, 1 pre-existing
|
|
54
|
+
- Identifies the critical payment processing error
|
|
55
|
+
- Correlates it with the 11 PM hotfix deployment
|
|
56
|
+
- Sends a single, clear escalation to the on-call engineer:
|
|
57
|
+
|
|
58
|
+
> _"Critical: PaymentProcessor null pointer affecting checkout since deploy #905 at 11:02 PM. 12 affected transactions. Linear ticket created (#1567). Related code change: PR #234 by Alex. Suggest rollback or hotfix."_
|
|
59
|
+
|
|
60
|
+
**Result: On-call engineer deals with one actionable alert instead of 47 noisy ones**
|
|
61
|
+
|
|
62
|
+
## Use Case 3: New Engineer Onboarding
|
|
63
|
+
|
|
64
|
+
### The Situation
|
|
65
|
+
|
|
66
|
+
A new backend engineer, Priya, joins the team and is assigned to the billing service.
|
|
67
|
+
|
|
68
|
+
### Without Yantra
|
|
69
|
+
|
|
70
|
+
- Priya asks her manager about the billing service architecture (30-minute conversation)
|
|
71
|
+
- She reads through scattered Notion docs (some outdated)
|
|
72
|
+
- She asks colleagues about specific customer configurations throughout her first two weeks
|
|
73
|
+
- Each question interrupts a senior engineer for 10-15 minutes
|
|
74
|
+
|
|
75
|
+
### With Yantra
|
|
76
|
+
|
|
77
|
+
Day 1, Priya asks the AI employee:
|
|
78
|
+
|
|
79
|
+
- _"What's the architecture of the billing service?"_ → Full technical overview with links to design docs, ADRs, and dependency diagrams
|
|
80
|
+
- _"What are the known issues with billing?"_ → List of open tickets, past incidents, and recurring patterns
|
|
81
|
+
- _"What's special about Customer X's billing setup?"_ → Complete history of their custom configurations, past issues, and workarounds
|
|
82
|
+
- _"Who should I talk to about the payment gateway integration?"_ → Identifies Marcus as the most active contributor with links to his relevant PRs and discussions
|
|
83
|
+
|
|
84
|
+
**Result: Priya is productive from day one without repeatedly interrupting senior engineers**
|
|
85
|
+
|
|
86
|
+
## Use Case 4: Context Preservation After Team Changes
|
|
87
|
+
|
|
88
|
+
### The Situation
|
|
89
|
+
|
|
90
|
+
Sarah, a senior engineer with 3 years of context, transfers to a different team. She was the primary point of contact for several major customers and had deep knowledge of the auth system.
|
|
91
|
+
|
|
92
|
+
### Without Yantra
|
|
93
|
+
|
|
94
|
+
- Sarah writes a 10-page handoff document that covers maybe 30% of what she knows
|
|
95
|
+
- Months later, teams discover gaps when customer-specific issues arise
|
|
96
|
+
- Workarounds Sarah knew about are rediscovered the hard way
|
|
97
|
+
- New team members spend hours debugging issues Sarah could have diagnosed instantly
|
|
98
|
+
|
|
99
|
+
### With Yantra
|
|
100
|
+
|
|
101
|
+
- Every conversation Sarah had, every fix she made, every decision she was involved in is already indexed
|
|
102
|
+
- When a customer issue arises that Sarah would have known about, the AI employee surfaces relevant history
|
|
103
|
+
- Architecture decisions Sarah participated in are fully documented with discussion context
|
|
104
|
+
- The team operates as if Sarah's knowledge never left
|
|
105
|
+
|
|
106
|
+
## Use Case 5: Code Review Context
|
|
107
|
+
|
|
108
|
+
### The Situation
|
|
109
|
+
|
|
110
|
+
A pull request touches a critical module that was last modified 8 months ago. The reviewer doesn't have context on why the existing code was written that way.
|
|
111
|
+
|
|
112
|
+
### Without Yantra
|
|
113
|
+
|
|
114
|
+
- Reviewer reads through git blame and commit messages
|
|
115
|
+
- Some commits reference ticket numbers that require switching to Linear
|
|
116
|
+
- The original discussion about the architecture choice happened in a Slack thread that's hard to find
|
|
117
|
+
- Review takes longer than necessary due to missing context
|
|
118
|
+
|
|
119
|
+
### With Yantra
|
|
120
|
+
|
|
121
|
+
- Reviewer asks the AI employee: _"Why was the token refresh logic implemented this way?"_
|
|
122
|
+
- AI employee surfaces: the original Slack discussion, the performance benchmarks that drove the decision, the 3 subsequent bug fixes, and the customer that triggered the original implementation
|
|
123
|
+
- Review proceeds with full context in minutes
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
# Marketing Use Cases
|
|
2
|
+
|
|
3
|
+
Detailed examples of how marketing teams leverage Yantra AI employees to maintain a consistent brand presence, amplify product launches, and never miss engagement opportunities.
|
|
4
|
+
|
|
5
|
+
## Use Case 1: Product Launch Amplification
|
|
6
|
+
|
|
7
|
+
### The Situation
|
|
8
|
+
|
|
9
|
+
Engineering just shipped a major feature: real-time collaborative dashboards.
|
|
10
|
+
|
|
11
|
+
### Without Yantra
|
|
12
|
+
|
|
13
|
+
- Marketing planned to write about it, but campaign work took priority
|
|
14
|
+
- Five days later, someone drafts a quick LinkedIn post
|
|
15
|
+
- The post gets modest engagement because the news is already stale
|
|
16
|
+
- No X/Twitter thread was created
|
|
17
|
+
- The blog post is still in the backlog
|
|
18
|
+
|
|
19
|
+
### With Yantra
|
|
20
|
+
|
|
21
|
+
- AI employee detects the release from GitHub and the #engineering Slack announcement
|
|
22
|
+
- Within an hour, drafts are ready:
|
|
23
|
+
- LinkedIn post: Professional announcement highlighting customer value
|
|
24
|
+
- X/Twitter thread: 5-tweet thread breaking down the feature with visuals (copy suggested)
|
|
25
|
+
- Internal Slack update: Suggested messaging for the sales team
|
|
26
|
+
- Marketing reviews and approves with minor edits
|
|
27
|
+
- Posts scheduled for optimal engagement times across platforms
|
|
28
|
+
|
|
29
|
+
**Result: Feature launch amplified across all channels on the same day**
|
|
30
|
+
|
|
31
|
+
## Use Case 2: Consistent Social Presence
|
|
32
|
+
|
|
33
|
+
### The Situation
|
|
34
|
+
|
|
35
|
+
The marketing lead knows they should post 3-4 times per week on LinkedIn, but last month they managed only 2 posts total.
|
|
36
|
+
|
|
37
|
+
### Without Yantra
|
|
38
|
+
|
|
39
|
+
- Content ideas feel forced and require dedicated brainstorming time
|
|
40
|
+
- Writing each post takes 30-60 minutes with editing and formatting
|
|
41
|
+
- Scheduling is manual and often forgotten
|
|
42
|
+
- The company's social presence appears inactive
|
|
43
|
+
|
|
44
|
+
### With Yantra
|
|
45
|
+
|
|
46
|
+
- AI employee maintains a steady content pipeline sourced from:
|
|
47
|
+
- Product updates and changelog entries
|
|
48
|
+
- Industry news relevant to the target audience
|
|
49
|
+
- Internal thought leadership ideas shared in Slack
|
|
50
|
+
- Repurposed blog content and webinar takeaways
|
|
51
|
+
- Drafts are delivered for review on a consistent schedule
|
|
52
|
+
- Marketing reviews, edits, and approves — taking 5-10 minutes per post
|
|
53
|
+
- Posts are scheduled at peak engagement times
|
|
54
|
+
|
|
55
|
+
**Result: 4 LinkedIn posts and 6 X/Twitter updates published per week with minimal effort**
|
|
56
|
+
|
|
57
|
+
## Use Case 3: Real-Time Engagement Response
|
|
58
|
+
|
|
59
|
+
### The Situation
|
|
60
|
+
|
|
61
|
+
A well-known industry thought leader comments on one of your LinkedIn posts with a thoughtful question about your approach.
|
|
62
|
+
|
|
63
|
+
### Without Yantra
|
|
64
|
+
|
|
65
|
+
- The comment is noticed 2 days later during a social media check
|
|
66
|
+
- The thought leader has moved on to other conversations
|
|
67
|
+
- The engagement opportunity and potential relationship building are lost
|
|
68
|
+
|
|
69
|
+
### With Yantra
|
|
70
|
+
|
|
71
|
+
- AI employee detects the high-profile interaction within minutes
|
|
72
|
+
- Sends an immediate Slack alert: _"Sarah Chen (VP Product at TechGiant, 15K followers) commented on your cloud migration post. Draft reply ready."_
|
|
73
|
+
- Marketing reviews the drafted reply (contextually appropriate, professional, engaging)
|
|
74
|
+
- Response posted within the hour
|
|
75
|
+
|
|
76
|
+
**Result: Meaningful engagement with an influential industry voice**
|
|
77
|
+
|
|
78
|
+
## Use Case 4: Competitor Launch Response
|
|
79
|
+
|
|
80
|
+
### The Situation
|
|
81
|
+
|
|
82
|
+
Your main competitor announces a new feature that overlaps with your core functionality.
|
|
83
|
+
|
|
84
|
+
### Without Yantra
|
|
85
|
+
|
|
86
|
+
- Marketing finds out from a coworker a few days later
|
|
87
|
+
- Scrambles to draft a positioning response
|
|
88
|
+
- The social media conversation has already moved on
|
|
89
|
+
- No proactive content was created during the peak attention window
|
|
90
|
+
|
|
91
|
+
### With Yantra
|
|
92
|
+
|
|
93
|
+
- AI employee detects the competitor announcement through brand monitoring
|
|
94
|
+
- Within 30 minutes, delivers:
|
|
95
|
+
- Summary of the competitor's announcement and market reaction
|
|
96
|
+
- Social media sentiment analysis around the announcement
|
|
97
|
+
- Draft response content: thought leadership post positioning your approach differently
|
|
98
|
+
- Suggested talking points for the sales team
|
|
99
|
+
- Marketing reviews and publishes a well-crafted response while the topic is still trending
|
|
100
|
+
|
|
101
|
+
**Result: Proactive competitive positioning instead of reactive scrambling**
|
|
102
|
+
|
|
103
|
+
## Use Case 5: Customer Success Content
|
|
104
|
+
|
|
105
|
+
### The Situation
|
|
106
|
+
|
|
107
|
+
A customer shares a great result in your community Slack: _"We reduced our response time by 80% using Yantra's automation features!"_
|
|
108
|
+
|
|
109
|
+
### Without Yantra
|
|
110
|
+
|
|
111
|
+
- The message is seen by a few team members who react with emoji
|
|
112
|
+
- Nobody follows up to ask if it can be shared publicly
|
|
113
|
+
- A great testimonial opportunity is lost
|
|
114
|
+
|
|
115
|
+
### With Yantra
|
|
116
|
+
|
|
117
|
+
- AI employee detects the customer success signal
|
|
118
|
+
- Flags it to marketing with context:
|
|
119
|
+
- Customer details: Company name, tier, industry
|
|
120
|
+
- Their usage patterns and features they've adopted
|
|
121
|
+
- Relationship history: How long they've been a customer
|
|
122
|
+
- Suggests:
|
|
123
|
+
- Ask permission to share as a testimonial
|
|
124
|
+
- Draft LinkedIn post featuring their success
|
|
125
|
+
- Case study outline based on their journey
|
|
126
|
+
- Marketing coordinates with the customer success team to follow up
|
|
127
|
+
|
|
128
|
+
**Result: Organic customer success turned into marketing content**
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# Sales Use Cases
|
|
2
|
+
|
|
3
|
+
Detailed examples of how sales teams leverage Yantra AI employees to close more deals, maintain perfect CRM hygiene, and never miss a follow-up.
|
|
4
|
+
|
|
5
|
+
## Use Case 1: Post-Call CRM Automation
|
|
6
|
+
|
|
7
|
+
### The Situation
|
|
8
|
+
|
|
9
|
+
Alex just finished a 45-minute discovery call with a prospective enterprise customer.
|
|
10
|
+
|
|
11
|
+
### Without Yantra
|
|
12
|
+
|
|
13
|
+
- Alex opens HubSpot and tries to capture the key points before forgetting
|
|
14
|
+
- Types abbreviated notes that will make little sense in 2 weeks
|
|
15
|
+
- Updates the deal stage from "Discovery" to "Proposal"
|
|
16
|
+
- Creates a follow-up task for next week
|
|
17
|
+
- Drafts a recap email
|
|
18
|
+
- Total admin time: 20+ minutes
|
|
19
|
+
|
|
20
|
+
### With Yantra
|
|
21
|
+
|
|
22
|
+
- AI employee transcribes the Zoom call and extracts key points:
|
|
23
|
+
- Customer's primary pain points: manual reporting and data silos
|
|
24
|
+
- Budget range discussed: $50-75K annually
|
|
25
|
+
- Decision maker: VP of Operations (was on the call)
|
|
26
|
+
- Timeline: Decision by end of Q2
|
|
27
|
+
- Next step: Send pricing proposal by Friday
|
|
28
|
+
- HubSpot updated automatically: deal stage, revenue estimate, close date, detailed notes
|
|
29
|
+
- Follow-up task created for Thursday
|
|
30
|
+
- Recap email drafted and sent for Alex's review
|
|
31
|
+
|
|
32
|
+
**Total admin time: 2 minutes to review and approve**
|
|
33
|
+
|
|
34
|
+
## Use Case 2: Never Lose a Lead
|
|
35
|
+
|
|
36
|
+
### The Situation
|
|
37
|
+
|
|
38
|
+
Lisa has 47 active opportunities in her pipeline. Three weeks ago, she had a great initial call with DataFlow Inc.
|
|
39
|
+
|
|
40
|
+
### Without Yantra
|
|
41
|
+
|
|
42
|
+
- Lisa forgot about DataFlow — it's buried among 46 other deals
|
|
43
|
+
- DataFlow's prospect got a call from a competitor and signed with them
|
|
44
|
+
- Lisa discovers the lost deal during the next pipeline review
|
|
45
|
+
|
|
46
|
+
### With Yantra
|
|
47
|
+
|
|
48
|
+
- Day 5: AI employee sends a reminder: _"DataFlow hasn't received follow-up since your initial call. Draft check-in email ready for review."_
|
|
49
|
+
- Day 12: AI employee detects DataFlow visited the pricing page (via HubSpot tracking): _"DataFlow is showing buying signals. Conference call notes from Aug 3 attached. Suggested approach: reference their reporting pain points."_
|
|
50
|
+
- Lisa sends the check-in and schedules a demo
|
|
51
|
+
|
|
52
|
+
**Result: Lead stays warm, pipeline stays clean**
|
|
53
|
+
|
|
54
|
+
## Use Case 3: Pre-Meeting Preparation
|
|
55
|
+
|
|
56
|
+
### The Situation
|
|
57
|
+
|
|
58
|
+
Jordan has a renewal meeting with Enterprise Customer ABC in 15 minutes. The last conversation was 3 months ago.
|
|
59
|
+
|
|
60
|
+
### Without Yantra
|
|
61
|
+
|
|
62
|
+
- Jordan scrambles through HubSpot's activity log
|
|
63
|
+
- Searches email for the last exchange
|
|
64
|
+
- Checks Slack for any mentions of ABC
|
|
65
|
+
- Goes into the meeting with partial context
|
|
66
|
+
|
|
67
|
+
### With Yantra
|
|
68
|
+
|
|
69
|
+
- 30 minutes before the call, AI employee delivers:
|
|
70
|
+
- Last meeting summary: Discussed expansion to the marketing team, Jordan promised a custom demo
|
|
71
|
+
- Open support tickets: One P2 ticket about API rate limits (resolved last week)
|
|
72
|
+
- Product updates: Three features shipped since last conversation, two relevant to ABC's use case
|
|
73
|
+
- Relationship note: ABC's champion (Maria, VP Engineering) recently promoted to SVP
|
|
74
|
+
- Suggested talking points: Congratulate Maria on promotion, share relevant product updates, revisit expansion discussion
|
|
75
|
+
|
|
76
|
+
**Result: Jordan walks in fully prepared and makes a great impression**
|
|
77
|
+
|
|
78
|
+
## Use Case 4: Pipeline Accuracy and Forecasting
|
|
79
|
+
|
|
80
|
+
### The Situation
|
|
81
|
+
|
|
82
|
+
The VP of Sales needs an accurate Q1 forecast for the board meeting on Monday.
|
|
83
|
+
|
|
84
|
+
### Without Yantra
|
|
85
|
+
|
|
86
|
+
- Pipeline review reveals deal stages are 2-4 weeks stale
|
|
87
|
+
- Several deals marked "Negotiation" haven't had contact in 3 weeks
|
|
88
|
+
- One deal marked "Discovery" actually received a signed contract last week
|
|
89
|
+
- The forecast requires significant manual adjustment and is still unreliable
|
|
90
|
+
|
|
91
|
+
### With Yantra
|
|
92
|
+
|
|
93
|
+
- Every deal stage reflects actual interactions (calls, emails, contract status)
|
|
94
|
+
- Stale deals are already flagged with specific risk reasons
|
|
95
|
+
- Signed deals are moved to "Closed Won" the day documents are received
|
|
96
|
+
- AI employee provides a confidence-weighted forecast: $2.4M committed, $800K likely, $1.2M at risk
|
|
97
|
+
- Specific reasoning for each category is available on demand
|
|
98
|
+
|
|
99
|
+
**Result: Board gets an accurate, trustworthy forecast backed by real data**
|
|
100
|
+
|
|
101
|
+
## Use Case 5: Competitive Intelligence During Deals
|
|
102
|
+
|
|
103
|
+
### The Situation
|
|
104
|
+
|
|
105
|
+
During a call, a prospect mentions they're also evaluating a competitor's product.
|
|
106
|
+
|
|
107
|
+
### Without Yantra
|
|
108
|
+
|
|
109
|
+
- The sales rep makes a note to research the competitor
|
|
110
|
+
- Forgets to do it before the next call
|
|
111
|
+
- Goes into the follow-up without a competitive response strategy
|
|
112
|
+
|
|
113
|
+
### With Yantra
|
|
114
|
+
|
|
115
|
+
- AI employee detects the competitor mention from call transcription
|
|
116
|
+
- Within minutes, provides:
|
|
117
|
+
- Recent competitive intel from other deals
|
|
118
|
+
- Messaging that worked against this competitor in past wins
|
|
119
|
+
- Feature comparison highlighting Yantra's advantages
|
|
120
|
+
- Relevant customer success stories for similar objections
|
|
121
|
+
- Suggested response strategy included in the follow-up prep brief
|
|
122
|
+
|
|
123
|
+
**Result: Every competitive encounter is handled with data-backed positioning**
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
# Support Use Cases
|
|
2
|
+
|
|
3
|
+
Detailed examples of how support teams leverage Yantra AI employees to resolve issues faster, route requests intelligently, and deliver proactive customer care.
|
|
4
|
+
|
|
5
|
+
## Use Case 1: Proactive Issue Detection
|
|
6
|
+
|
|
7
|
+
### The Situation
|
|
8
|
+
|
|
9
|
+
A deployment creates a subtle bug affecting a subset of customers. Customers start experiencing issues but haven't reported them yet.
|
|
10
|
+
|
|
11
|
+
### Without Yantra
|
|
12
|
+
|
|
13
|
+
- Support waits for customer reports to come in
|
|
14
|
+
- First report comes 3 hours after the issue started
|
|
15
|
+
- By then, 15 customers are affected
|
|
16
|
+
- Triage begins from scratch with each new report
|
|
17
|
+
|
|
18
|
+
### With Yantra
|
|
19
|
+
|
|
20
|
+
- AI employee detects the error spike in Sentry within minutes of the deployment
|
|
21
|
+
- Cross-references affected tenants with CRM data to identify impacted customers
|
|
22
|
+
- Proactively alerts the support team: _"Deploy #892 introduced an auth error affecting 8 enterprise accounts. Draft customer communications ready. Engineering already notified."_
|
|
23
|
+
- Support sends proactive "we're aware and working on it" messages before customers report
|
|
24
|
+
|
|
25
|
+
**Result: Customers receive proactive communication instead of discovering issues on their own**
|
|
26
|
+
|
|
27
|
+
## Use Case 2: Intelligent Ticket Routing
|
|
28
|
+
|
|
29
|
+
### The Situation
|
|
30
|
+
|
|
31
|
+
A customer submits a support request: _"Our API integration keeps timing out during peak hours."_
|
|
32
|
+
|
|
33
|
+
### Without Yantra
|
|
34
|
+
|
|
35
|
+
- Ticket goes to the general support queue
|
|
36
|
+
- First-line support spends time understanding the issue
|
|
37
|
+
- Escalated to engineering after 30 minutes
|
|
38
|
+
- Engineering spends another 30 minutes gathering context
|
|
39
|
+
|
|
40
|
+
### With Yantra
|
|
41
|
+
|
|
42
|
+
- AI employee analyzes the request and immediately:
|
|
43
|
+
- Checks the customer's API usage patterns and recent error logs
|
|
44
|
+
- Identifies related Sentry errors in the API service
|
|
45
|
+
- Finds a similar issue from another customer resolved last month
|
|
46
|
+
- Links to the relevant Linear ticket and resolution
|
|
47
|
+
- Routes directly to the appropriate engineering team with full context
|
|
48
|
+
- Suggests a workaround based on the previous resolution
|
|
49
|
+
|
|
50
|
+
**Result: Resolution path identified in seconds instead of hours of back-and-forth**
|
|
51
|
+
|
|
52
|
+
## Use Case 3: Customer Context for Support Agents
|
|
53
|
+
|
|
54
|
+
### The Situation
|
|
55
|
+
|
|
56
|
+
A support agent receives a call from a frustrated enterprise customer who's had three previous issues this quarter.
|
|
57
|
+
|
|
58
|
+
### Without Yantra
|
|
59
|
+
|
|
60
|
+
- Agent searches CRM for the customer while on the call
|
|
61
|
+
- Can see basic ticket history but not the full context
|
|
62
|
+
- Customer has to re-explain their situation and history
|
|
63
|
+
- Frustration increases for both parties
|
|
64
|
+
|
|
65
|
+
### With Yantra
|
|
66
|
+
|
|
67
|
+
- When the call starts, AI employee already has the customer brief ready:
|
|
68
|
+
- Previous 3 issues with resolutions and root causes
|
|
69
|
+
- Current open tickets and their status
|
|
70
|
+
- Customer's account tier, renewal date, and relationship health
|
|
71
|
+
- Preferred communication style and escalation contacts
|
|
72
|
+
- Product features they use most heavily
|
|
73
|
+
- Agent starts the conversation with full context
|
|
74
|
+
|
|
75
|
+
**Result: Empathetic, informed support from the first moment**
|
|
76
|
+
|
|
77
|
+
## Use Case 4: SLA Compliance Monitoring
|
|
78
|
+
|
|
79
|
+
### The Situation
|
|
80
|
+
|
|
81
|
+
Your enterprise support SLA guarantees first response within 1 hour and resolution within 8 hours for P1 issues.
|
|
82
|
+
|
|
83
|
+
### Without Yantra
|
|
84
|
+
|
|
85
|
+
- SLA tracking depends on manual agent updates to ticket status
|
|
86
|
+
- Tickets occasionally breach SLA because nobody noticed the clock
|
|
87
|
+
- Monthly SLA reports are assembled manually from incomplete data
|
|
88
|
+
- Escalation happens after breaches, not before
|
|
89
|
+
|
|
90
|
+
### With Yantra
|
|
91
|
+
|
|
92
|
+
- AI employee tracks every ticket against SLA targets in real time
|
|
93
|
+
- 15-minute warning before approaching first response deadline
|
|
94
|
+
- Auto-escalation if a P1 ticket is unacknowledged after 30 minutes
|
|
95
|
+
- Real-time dashboard showing SLA compliance and at-risk tickets
|
|
96
|
+
- Proactive reassignment if the assigned agent is unavailable
|
|
97
|
+
|
|
98
|
+
**Result: SLA compliance improves from 85% to 98%+**
|
|
99
|
+
|
|
100
|
+
## Use Case 5: Knowledge Base from Support Interactions
|
|
101
|
+
|
|
102
|
+
### The Situation
|
|
103
|
+
|
|
104
|
+
Support agents repeatedly answer the same questions about a specific feature. The knowledge base article for it is outdated.
|
|
105
|
+
|
|
106
|
+
### Without Yantra
|
|
107
|
+
|
|
108
|
+
- Each agent writes a slightly different response
|
|
109
|
+
- Quality varies significantly between agents
|
|
110
|
+
- Nobody has time to update the knowledge base
|
|
111
|
+
- New agents struggle with the topic
|
|
112
|
+
|
|
113
|
+
### With Yantra
|
|
114
|
+
|
|
115
|
+
- AI employee identifies the recurring question pattern
|
|
116
|
+
- Suggests a knowledge base update with the most accurate and complete response compiled from multiple agent interactions
|
|
117
|
+
- Flags the outdated article to the documentation team
|
|
118
|
+
- In the meantime, suggests the best response automatically when similar tickets come in
|
|
119
|
+
|
|
120
|
+
**Result: Consistent, high-quality responses and an ever-improving knowledge base**
|