@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
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# Use Cases Overview
|
|
2
|
+
|
|
3
|
+
Yantra AI employees serve teams across every function. This guide covers the most common use cases and how organizations deploy AI employees to eliminate busywork, preserve knowledge, and keep teams in sync.
|
|
4
|
+
|
|
5
|
+
## Use Cases by Team
|
|
6
|
+
|
|
7
|
+
### Engineering Use Cases
|
|
8
|
+
|
|
9
|
+
| Use Case | Description | Impact |
|
|
10
|
+
| -------------------------- | ------------------------------------------------------------------------------------ | ----------------------------------- |
|
|
11
|
+
| **Bug Triage Automation** | Correlate customer reports with error logs, existing tickets, and recent deployments | Hours saved per incident |
|
|
12
|
+
| **Deploy Monitoring** | Automatic error-to-deploy correlation with rollback recommendations | Faster incident response |
|
|
13
|
+
| **Knowledge Preservation** | Every fix, decision, and workaround indexed and searchable | Eliminates knowledge silos |
|
|
14
|
+
| **Engineer Onboarding** | New team members get instant access to organizational context | Days-to-productive reduced to hours |
|
|
15
|
+
| **Alert Deduplication** | Group related errors and surface only genuinely new issues | Reduced alert fatigue |
|
|
16
|
+
|
|
17
|
+
[Detailed Engineering Solutions →](/help-center/solutions-engineering/engineering-overview)
|
|
18
|
+
|
|
19
|
+
### Sales Use Cases
|
|
20
|
+
|
|
21
|
+
| Use Case | Description | Impact |
|
|
22
|
+
| ------------------------- | ------------------------------------------------------------ | ------------------------- |
|
|
23
|
+
| **CRM Auto-Update** | Automatically log calls, emails, and update deal stages | Pipeline accuracy to 95%+ |
|
|
24
|
+
| **Pre-Call Briefing** | Context package delivered before every meeting | Always prepared |
|
|
25
|
+
| **Follow-Up Assurance** | Every lead gets timely follow-up with personalized messaging | 100% follow-up rate |
|
|
26
|
+
| **Pipeline Intelligence** | Real-time deal health scoring and at-risk identification | Better forecasting |
|
|
27
|
+
| **Lead Re-Engagement** | Dormant lead identification and reactivation campaigns | Recovered revenue |
|
|
28
|
+
|
|
29
|
+
[Detailed Sales Solutions →](/help-center/solutions-sales/sales-overview)
|
|
30
|
+
|
|
31
|
+
### Marketing Use Cases
|
|
32
|
+
|
|
33
|
+
| Use Case | Description | Impact |
|
|
34
|
+
| ------------------------ | -------------------------------------------------------- | ----------------------- |
|
|
35
|
+
| **Social Publishing** | Consistent content across LinkedIn and X/Twitter | Active social presence |
|
|
36
|
+
| **Content from Updates** | Product releases auto-transformed into marketing content | Every update amplified |
|
|
37
|
+
| **Engagement Response** | Real-time monitoring and response to social interactions | No missed opportunities |
|
|
38
|
+
| **Brand Tracking** | Continuous monitoring of brand mentions and sentiment | Full brand awareness |
|
|
39
|
+
| **Competitor Watch** | Track competitor activity and market positioning | Strategic advantage |
|
|
40
|
+
|
|
41
|
+
[Detailed Marketing Solutions →](/help-center/solutions-marketing/marketing-overview)
|
|
42
|
+
|
|
43
|
+
### Support Use Cases
|
|
44
|
+
|
|
45
|
+
| Use Case | Description | Impact |
|
|
46
|
+
| ----------------------- | -------------------------------------------------------------- | ---------------------- |
|
|
47
|
+
| **Issue Routing** | Auto-route customer issues to the right team with full context | Faster resolution |
|
|
48
|
+
| **Context Retrieval** | Instant access to customer history across all tools | Better support quality |
|
|
49
|
+
| **Proactive Outreach** | Detect issues before customers report them | Improved satisfaction |
|
|
50
|
+
| **Resolution Patterns** | Surface past resolutions for similar issues | Consistent quality |
|
|
51
|
+
| **SLA Monitoring** | Track response and resolution times against targets | SLA compliance |
|
|
52
|
+
|
|
53
|
+
## Cross-Functional Use Cases
|
|
54
|
+
|
|
55
|
+
### Morning Briefings
|
|
56
|
+
|
|
57
|
+
Every team member starts the day with a personalized summary of:
|
|
58
|
+
|
|
59
|
+
- What happened overnight across their relevant tools
|
|
60
|
+
- Critical items requiring immediate attention
|
|
61
|
+
- Updates on items they're tracking
|
|
62
|
+
- Upcoming meetings with prepared context
|
|
63
|
+
|
|
64
|
+
### Institutional Memory
|
|
65
|
+
|
|
66
|
+
Across all departments, Yantra maintains a living knowledge base:
|
|
67
|
+
|
|
68
|
+
- Every conversation, decision, and action is indexed
|
|
69
|
+
- Historical patterns are identified and surfaced when relevant
|
|
70
|
+
- New team members access the full context of their role from day one
|
|
71
|
+
- No knowledge is lost when people change roles
|
|
72
|
+
|
|
73
|
+
### Cross-Team Coordination
|
|
74
|
+
|
|
75
|
+
When activity in one team affects another:
|
|
76
|
+
|
|
77
|
+
- Engineering deploys that affect sales demos get flagged
|
|
78
|
+
- Customer complaints that indicate product bugs are routed to engineering
|
|
79
|
+
- Marketing campaigns that generate leads are tracked through to sales outcomes
|
|
80
|
+
- Support patterns that suggest product improvements reach the product team
|
|
81
|
+
|
|
82
|
+
## Industry-Specific Use Cases
|
|
83
|
+
|
|
84
|
+
### SaaS Companies
|
|
85
|
+
|
|
86
|
+
- Customer health scoring from multi-signal analysis
|
|
87
|
+
- Feature adoption tracking across accounts
|
|
88
|
+
- Churn risk detection from engagement patterns
|
|
89
|
+
- Upsell opportunity identification from usage data
|
|
90
|
+
|
|
91
|
+
### Professional Services
|
|
92
|
+
|
|
93
|
+
- Client relationship management across partner handoffs
|
|
94
|
+
- Project status tracking across distributed teams
|
|
95
|
+
- Resource utilization monitoring and optimization
|
|
96
|
+
- Proposal preparation with relevant case studies
|
|
97
|
+
|
|
98
|
+
### E-Commerce
|
|
99
|
+
|
|
100
|
+
- Checkout issue detection and resolution
|
|
101
|
+
- Inventory alert correlation with customer impact
|
|
102
|
+
- Marketing campaign performance tracking
|
|
103
|
+
- Customer journey analytics across touchpoints
|
|
104
|
+
|
|
105
|
+
## Measuring ROI
|
|
106
|
+
|
|
107
|
+
Track the business impact of your AI employees:
|
|
108
|
+
|
|
109
|
+
| Metric | How to Measure |
|
|
110
|
+
| -------------------- | -------------------------------------------------------- |
|
|
111
|
+
| **Time saved** | Hours previously spent on manual tasks now handled by AI |
|
|
112
|
+
| **Response time** | Time from event to response before and after Yantra |
|
|
113
|
+
| **Data accuracy** | CRM/pipeline accuracy improvement |
|
|
114
|
+
| **Knowledge access** | Reduction in "who knows about X?" interruptions |
|
|
115
|
+
| **Onboarding speed** | Time to productivity for new team members |
|
|
@@ -81,4 +81,4 @@ Everything you need to know to start using Yantra effectively.
|
|
|
81
81
|
- **Search Not Working**: Check your internet connection
|
|
82
82
|
- **Account Problems**: Contact support
|
|
83
83
|
- **Feature Questions**: Check the help center
|
|
84
|
-
- **Billing Issues**: Use the billing support channel
|
|
84
|
+
- **Billing Issues**: Use the billing support channel
|
|
@@ -35,4 +35,4 @@ Yantra prioritizes accuracy through:
|
|
|
35
35
|
- **Source Verification**: All sources are verified for credibility
|
|
36
36
|
- **Real-time Updates**: Information is always current
|
|
37
37
|
- **Multiple Perspectives**: Different viewpoints are considered
|
|
38
|
-
- **Citation Tracking**: Every claim is backed by sources
|
|
38
|
+
- **Citation Tracking**: Every claim is backed by sources
|
|
@@ -17,6 +17,7 @@ Provide context for better answers:
|
|
|
17
17
|
### Follow-up Questions
|
|
18
18
|
|
|
19
19
|
Build on previous answers:
|
|
20
|
+
|
|
20
21
|
- "Can you explain that in simpler terms?"
|
|
21
22
|
- "What are the implications of this?"
|
|
22
23
|
- "How does this compare to other solutions?"
|
|
@@ -61,4 +62,4 @@ Build on previous answers:
|
|
|
61
62
|
|
|
62
63
|
- **Team Collaboration**: Share searches with your team
|
|
63
64
|
- **Custom Branding**: White-label solutions
|
|
64
|
-
- **Advanced Analytics**: Track usage and insights
|
|
65
|
+
- **Advanced Analytics**: Track usage and insights
|
|
@@ -41,16 +41,19 @@ The Yantra Discord Community is our official space where users can:
|
|
|
41
41
|
## Community Channels
|
|
42
42
|
|
|
43
43
|
### General Discussion
|
|
44
|
+
|
|
44
45
|
- **#general**: General Yantra discussions
|
|
45
46
|
- **#introductions**: Introduce yourself to the community
|
|
46
47
|
- **#announcements**: Official updates and news
|
|
47
48
|
|
|
48
49
|
### Help and Support
|
|
50
|
+
|
|
49
51
|
- **#help**: Get help with Yantra
|
|
50
52
|
- **#tips-and-tricks**: Share useful tips
|
|
51
53
|
- **#feature-requests**: Suggest new features
|
|
52
54
|
|
|
53
55
|
### Specialized Topics
|
|
56
|
+
|
|
54
57
|
- **#research**: Discuss research methodologies
|
|
55
58
|
- **#ai-discussion**: Talk about AI and technology
|
|
56
|
-
- **#community-projects**: Collaborate on projects
|
|
59
|
+
- **#community-projects**: Collaborate on projects
|
|
@@ -5,12 +5,14 @@ Using Yantra on Android devices.
|
|
|
5
5
|
## Android App Features
|
|
6
6
|
|
|
7
7
|
### Core Features
|
|
8
|
+
|
|
8
9
|
- **Full Search**: Complete search functionality
|
|
9
10
|
- **Voice Search**: Google Assistant integration
|
|
10
11
|
- **Offline Mode**: Limited offline capabilities
|
|
11
12
|
- **Material Design**: Google Material Design
|
|
12
13
|
|
|
13
14
|
### Android-Specific Features
|
|
15
|
+
|
|
14
16
|
- **Google Assistant**: Voice search integration
|
|
15
17
|
- **Android Widgets**: Home screen widgets
|
|
16
18
|
- **Share Menu**: Android share functionality
|
|
@@ -19,12 +21,14 @@ Using Yantra on Android devices.
|
|
|
19
21
|
## Android Integration
|
|
20
22
|
|
|
21
23
|
### Google Services
|
|
24
|
+
|
|
22
25
|
- **Google Assistant**: Voice search via Assistant
|
|
23
26
|
- **Google Search**: Integration with Google Search
|
|
24
27
|
- **Chrome Integration**: Search from Chrome
|
|
25
28
|
- **Android Auto**: Car integration
|
|
26
29
|
|
|
27
30
|
### Android Features
|
|
31
|
+
|
|
28
32
|
- **Notification Channels**: Categorized notifications
|
|
29
33
|
- **Adaptive Icons**: Dynamic app icons
|
|
30
34
|
- **Shortcuts**: App shortcuts support
|
|
@@ -33,12 +37,14 @@ Using Yantra on Android devices.
|
|
|
33
37
|
## Installation and Setup
|
|
34
38
|
|
|
35
39
|
### Google Play Installation
|
|
40
|
+
|
|
36
41
|
1. **Open Play Store**: Launch Google Play Store
|
|
37
42
|
2. **Search Yantra**: Search for "Yantra"
|
|
38
43
|
3. **Install**: Tap "Install" to download
|
|
39
44
|
4. **Open**: Launch the app
|
|
40
45
|
|
|
41
46
|
### Initial Configuration
|
|
47
|
+
|
|
42
48
|
- **Account Setup**: Sign in or create account
|
|
43
49
|
- **Permissions**: Grant necessary permissions
|
|
44
50
|
- **Notifications**: Configure notifications
|
|
@@ -47,12 +53,14 @@ Using Yantra on Android devices.
|
|
|
47
53
|
## Android App Usage
|
|
48
54
|
|
|
49
55
|
### Basic Operations
|
|
56
|
+
|
|
50
57
|
- **Search**: Tap search bar to search
|
|
51
58
|
- **Voice**: Use microphone for voice search
|
|
52
59
|
- **Results**: Browse search results
|
|
53
60
|
- **Sources**: Access source citations
|
|
54
61
|
|
|
55
62
|
### Advanced Features
|
|
63
|
+
|
|
56
64
|
- **Saved Searches**: Save important searches
|
|
57
65
|
- **Collections**: Organize search collections
|
|
58
66
|
- **Export**: Export search results
|
|
@@ -61,12 +69,14 @@ Using Yantra on Android devices.
|
|
|
61
69
|
## Android App Support
|
|
62
70
|
|
|
63
71
|
### Common Issues
|
|
72
|
+
|
|
64
73
|
- **Performance**: Optimize device performance
|
|
65
74
|
- **Battery Usage**: Manage battery consumption
|
|
66
75
|
- **Storage**: Clear app cache if needed
|
|
67
76
|
- **Permissions**: Check app permissions
|
|
68
77
|
|
|
69
78
|
### Support Resources
|
|
79
|
+
|
|
70
80
|
- **In-App Help**: Built-in help system
|
|
71
81
|
- **Support Team**: Contact support team
|
|
72
82
|
- **Community**: Android user community
|
|
@@ -5,12 +5,14 @@ Using Yantra on iPhone and iPad devices.
|
|
|
5
5
|
## iOS App Features
|
|
6
6
|
|
|
7
7
|
### iPhone Features
|
|
8
|
+
|
|
8
9
|
- **Full Functionality**: Complete Yantra features
|
|
9
10
|
- **Touch Interface**: Optimized for iPhone
|
|
10
11
|
- **Voice Search**: Siri integration
|
|
11
12
|
- **Share Integration**: iOS share functionality
|
|
12
13
|
|
|
13
14
|
### iPad Features
|
|
15
|
+
|
|
14
16
|
- **Larger Interface**: Optimized for iPad screen
|
|
15
17
|
- **Split View**: Multi-tasking support
|
|
16
18
|
- **Apple Pencil**: Apple Pencil support
|
|
@@ -19,12 +21,14 @@ Using Yantra on iPhone and iPad devices.
|
|
|
19
21
|
## iOS-Specific Features
|
|
20
22
|
|
|
21
23
|
### Siri Integration
|
|
24
|
+
|
|
22
25
|
- **Voice Commands**: Use Siri to search
|
|
23
26
|
- **Shortcuts**: Create custom shortcuts
|
|
24
27
|
- **Hands-Free**: Voice-only operation
|
|
25
28
|
- **Siri Suggestions**: Proactive suggestions
|
|
26
29
|
|
|
27
30
|
### iOS Integration
|
|
31
|
+
|
|
28
32
|
- **Spotlight Search**: Search from Spotlight
|
|
29
33
|
- **Share Extension**: Share from other apps
|
|
30
34
|
- **Widget Support**: Home screen widgets
|
|
@@ -33,6 +37,7 @@ Using Yantra on iPhone and iPad devices.
|
|
|
33
37
|
## Installation and Setup
|
|
34
38
|
|
|
35
39
|
### App Store Installation
|
|
40
|
+
|
|
36
41
|
1. **Open App Store**: Launch App Store
|
|
37
42
|
2. **Search Yantra**: Search for "Yantra"
|
|
38
43
|
3. **Download**: Tap "Get" to download
|
|
@@ -40,6 +45,7 @@ Using Yantra on iPhone and iPad devices.
|
|
|
40
45
|
5. **Open**: Launch the app
|
|
41
46
|
|
|
42
47
|
### Initial Setup
|
|
48
|
+
|
|
43
49
|
- **Sign In**: Use existing account or create new
|
|
44
50
|
- **Permissions**: Grant necessary permissions
|
|
45
51
|
- **Notifications**: Enable notifications
|
|
@@ -48,12 +54,14 @@ Using Yantra on iPhone and iPad devices.
|
|
|
48
54
|
## iOS App Usage
|
|
49
55
|
|
|
50
56
|
### Basic Usage
|
|
57
|
+
|
|
51
58
|
- **Search**: Tap search bar to search
|
|
52
59
|
- **Voice**: Tap microphone for voice search
|
|
53
60
|
- **Results**: Scroll through results
|
|
54
61
|
- **Sources**: Tap citations to view sources
|
|
55
62
|
|
|
56
63
|
### Advanced Features
|
|
64
|
+
|
|
57
65
|
- **Saved Searches**: Save important searches
|
|
58
66
|
- **Collections**: Organize searches
|
|
59
67
|
- **Export**: Export results
|
|
@@ -62,12 +70,14 @@ Using Yantra on iPhone and iPad devices.
|
|
|
62
70
|
## iOS App Support
|
|
63
71
|
|
|
64
72
|
### Troubleshooting
|
|
73
|
+
|
|
65
74
|
- **App Crashes**: Restart app or device
|
|
66
75
|
- **Slow Performance**: Close other apps
|
|
67
76
|
- **Sync Issues**: Check internet connection
|
|
68
77
|
- **Login Problems**: Reset password
|
|
69
78
|
|
|
70
79
|
### Getting Help
|
|
80
|
+
|
|
71
81
|
- **In-App Help**: Built-in help system
|
|
72
82
|
- **Support Team**: Contact support
|
|
73
83
|
- **Community**: iOS user community
|
|
@@ -5,12 +5,14 @@ Introduction to Yantra's mobile applications.
|
|
|
5
5
|
## Mobile Apps Available
|
|
6
6
|
|
|
7
7
|
### iOS App
|
|
8
|
+
|
|
8
9
|
- **iPhone Support**: Full iPhone compatibility
|
|
9
10
|
- **iPad Support**: Optimized for iPad
|
|
10
11
|
- **iOS Versions**: iOS 14.0 and later
|
|
11
12
|
- **App Store**: Available on Apple App Store
|
|
12
13
|
|
|
13
14
|
### Android App
|
|
15
|
+
|
|
14
16
|
- **Android Support**: Full Android compatibility
|
|
15
17
|
- **Tablet Support**: Optimized for Android tablets
|
|
16
18
|
- **Android Versions**: Android 8.0 and later
|
|
@@ -19,12 +21,14 @@ Introduction to Yantra's mobile applications.
|
|
|
19
21
|
## Mobile Features
|
|
20
22
|
|
|
21
23
|
### Core Features
|
|
24
|
+
|
|
22
25
|
- **Full Search**: Complete search functionality
|
|
23
26
|
- **Voice Search**: Voice-activated searches
|
|
24
27
|
- **Offline Mode**: Limited offline functionality
|
|
25
28
|
- **Push Notifications**: Real-time notifications
|
|
26
29
|
|
|
27
30
|
### Mobile-Specific Features
|
|
31
|
+
|
|
28
32
|
- **Touch Interface**: Optimized touch interface
|
|
29
33
|
- **Gesture Support**: Swipe and gesture controls
|
|
30
34
|
- **Camera Integration**: Photo and document scanning
|
|
@@ -33,6 +37,7 @@ Introduction to Yantra's mobile applications.
|
|
|
33
37
|
## App Installation
|
|
34
38
|
|
|
35
39
|
### Download Process
|
|
40
|
+
|
|
36
41
|
1. **Visit Store**: Go to App Store or Google Play
|
|
37
42
|
2. **Search Yantra**: Search for "Yantra"
|
|
38
43
|
3. **Download App**: Download and install
|
|
@@ -40,6 +45,7 @@ Introduction to Yantra's mobile applications.
|
|
|
40
45
|
5. **Sign In**: Sign in with your account
|
|
41
46
|
|
|
42
47
|
### System Requirements
|
|
48
|
+
|
|
43
49
|
- **iOS**: iPhone/iPad with iOS 14.0+
|
|
44
50
|
- **Android**: Android device with 8.0+
|
|
45
51
|
- **Storage**: 100MB available storage
|
|
@@ -48,12 +54,14 @@ Introduction to Yantra's mobile applications.
|
|
|
48
54
|
## Mobile Experience
|
|
49
55
|
|
|
50
56
|
### Interface Design
|
|
57
|
+
|
|
51
58
|
- **Responsive Design**: Adapts to screen size
|
|
52
59
|
- **Touch-Friendly**: Optimized for touch
|
|
53
60
|
- **Gesture Navigation**: Intuitive gestures
|
|
54
61
|
- **Accessibility**: Full accessibility support
|
|
55
62
|
|
|
56
63
|
### Performance
|
|
64
|
+
|
|
57
65
|
- **Fast Loading**: Quick app startup
|
|
58
66
|
- **Smooth Scrolling**: Smooth interface
|
|
59
67
|
- **Efficient Battery**: Optimized battery usage
|
|
@@ -5,12 +5,14 @@ Using Yantra's voice search capabilities.
|
|
|
5
5
|
## Voice Search Features
|
|
6
6
|
|
|
7
7
|
### Voice Recognition
|
|
8
|
+
|
|
8
9
|
- **Natural Language**: Speak naturally
|
|
9
10
|
- **Multiple Languages**: Support for many languages
|
|
10
11
|
- **Accent Recognition**: Handles various accents
|
|
11
12
|
- **Noise Filtering**: Filters background noise
|
|
12
13
|
|
|
13
14
|
### Voice Commands
|
|
15
|
+
|
|
14
16
|
- **Search Commands**: Voice search queries
|
|
15
17
|
- **Navigation Commands**: Voice navigation
|
|
16
18
|
- **Control Commands**: Voice app control
|
|
@@ -19,12 +21,14 @@ Using Yantra's voice search capabilities.
|
|
|
19
21
|
## Voice Integration
|
|
20
22
|
|
|
21
23
|
### Mobile Integration
|
|
24
|
+
|
|
22
25
|
- **iOS Siri**: Siri voice integration
|
|
23
26
|
- **Android Assistant**: Google Assistant integration
|
|
24
27
|
- **Hands-Free**: Completely hands-free operation
|
|
25
28
|
- **Wake Words**: Custom wake words
|
|
26
29
|
|
|
27
30
|
### Smart Speaker Integration
|
|
31
|
+
|
|
28
32
|
- **Amazon Alexa**: Alexa skill integration
|
|
29
33
|
- **Google Home**: Google Assistant integration
|
|
30
34
|
- **Apple HomePod**: Siri integration
|
|
@@ -33,12 +37,14 @@ Using Yantra's voice search capabilities.
|
|
|
33
37
|
## Voice Search Usage
|
|
34
38
|
|
|
35
39
|
### Basic Voice Search
|
|
40
|
+
|
|
36
41
|
1. **Activate Voice**: Tap microphone or say wake word
|
|
37
42
|
2. **Speak Query**: Ask your question naturally
|
|
38
43
|
3. **Wait for Processing**: Wait for voice processing
|
|
39
44
|
4. **Review Results**: Review voice search results
|
|
40
45
|
|
|
41
46
|
### Advanced Voice Features
|
|
47
|
+
|
|
42
48
|
- **Follow-up Questions**: Ask follow-up questions
|
|
43
49
|
- **Voice Navigation**: Navigate with voice
|
|
44
50
|
- **Voice Commands**: Use voice commands
|
|
@@ -47,12 +53,14 @@ Using Yantra's voice search capabilities.
|
|
|
47
53
|
## Voice Settings
|
|
48
54
|
|
|
49
55
|
### Voice Preferences
|
|
56
|
+
|
|
50
57
|
- **Language**: Set preferred language
|
|
51
58
|
- **Voice Speed**: Adjust voice response speed
|
|
52
59
|
- **Voice Volume**: Control voice volume
|
|
53
60
|
- **Voice Gender**: Choose voice gender
|
|
54
61
|
|
|
55
62
|
### Recognition Settings
|
|
63
|
+
|
|
56
64
|
- **Sensitivity**: Adjust recognition sensitivity
|
|
57
65
|
- **Timeout**: Set voice timeout duration
|
|
58
66
|
- **Wake Word**: Customize wake word
|
|
@@ -61,12 +69,14 @@ Using Yantra's voice search capabilities.
|
|
|
61
69
|
## Voice Troubleshooting
|
|
62
70
|
|
|
63
71
|
### Common Issues
|
|
72
|
+
|
|
64
73
|
- **Recognition Problems**: Improve voice recognition
|
|
65
74
|
- **Background Noise**: Reduce background noise
|
|
66
75
|
- **Accent Issues**: Adjust for accent
|
|
67
76
|
- **Connection Issues**: Check internet connection
|
|
68
77
|
|
|
69
78
|
### Voice Optimization
|
|
79
|
+
|
|
70
80
|
- **Clear Speech**: Speak clearly and slowly
|
|
71
81
|
- **Quiet Environment**: Use in quiet environment
|
|
72
82
|
- **Proper Distance**: Maintain proper distance
|
|
@@ -5,12 +5,14 @@ Managing your organization's Yantra deployment.
|
|
|
5
5
|
## Dashboard Overview
|
|
6
6
|
|
|
7
7
|
### Main Interface
|
|
8
|
+
|
|
8
9
|
- **User Overview**: Complete user management
|
|
9
10
|
- **Usage Analytics**: Detailed usage statistics
|
|
10
11
|
- **System Health**: System performance monitoring
|
|
11
12
|
- **Configuration**: System configuration management
|
|
12
13
|
|
|
13
14
|
### Key Metrics
|
|
15
|
+
|
|
14
16
|
- **Active Users**: Current active user count
|
|
15
17
|
- **Usage Statistics**: Usage patterns and trends
|
|
16
18
|
- **Performance Metrics**: System performance data
|
|
@@ -19,12 +21,14 @@ Managing your organization's Yantra deployment.
|
|
|
19
21
|
## User Management
|
|
20
22
|
|
|
21
23
|
### User Operations
|
|
24
|
+
|
|
22
25
|
- **Add Users**: Bulk user addition
|
|
23
26
|
- **Remove Users**: User removal and deactivation
|
|
24
27
|
- **User Roles**: Role assignment and management
|
|
25
28
|
- **Permission Control**: Granular permission control
|
|
26
29
|
|
|
27
30
|
### User Analytics
|
|
31
|
+
|
|
28
32
|
- **User Activity**: Individual user activity tracking
|
|
29
33
|
- **Usage Patterns**: User usage pattern analysis
|
|
30
34
|
- **Productivity Metrics**: User productivity measurements
|
|
@@ -33,12 +37,14 @@ Managing your organization's Yantra deployment.
|
|
|
33
37
|
## System Configuration
|
|
34
38
|
|
|
35
39
|
### Settings Management
|
|
40
|
+
|
|
36
41
|
- **System Settings**: Core system configuration
|
|
37
42
|
- **Feature Toggles**: Enable/disable features
|
|
38
43
|
- **Integration Settings**: Third-party integrations
|
|
39
44
|
- **Security Settings**: Security configuration
|
|
40
45
|
|
|
41
46
|
### Customization
|
|
47
|
+
|
|
42
48
|
- **Branding**: Custom branding options
|
|
43
49
|
- **UI Customization**: Interface customization
|
|
44
50
|
- **Workflow Configuration**: Custom workflow setup
|
|
@@ -47,12 +53,14 @@ Managing your organization's Yantra deployment.
|
|
|
47
53
|
## Analytics and Reporting
|
|
48
54
|
|
|
49
55
|
### Usage Reports
|
|
56
|
+
|
|
50
57
|
- **Usage Statistics**: Comprehensive usage reports
|
|
51
58
|
- **Performance Reports**: System performance reports
|
|
52
59
|
- **Cost Reports**: Usage cost analysis
|
|
53
60
|
- **Custom Reports**: Custom report generation
|
|
54
61
|
|
|
55
62
|
### Data Export
|
|
63
|
+
|
|
56
64
|
- **Report Export**: Export reports in various formats
|
|
57
65
|
- **Data Export**: Export raw data
|
|
58
66
|
- **Scheduled Reports**: Automated report generation
|
|
@@ -61,12 +69,14 @@ Managing your organization's Yantra deployment.
|
|
|
61
69
|
## Security and Compliance
|
|
62
70
|
|
|
63
71
|
### Security Management
|
|
72
|
+
|
|
64
73
|
- **Access Control**: User access management
|
|
65
74
|
- **Audit Logs**: Comprehensive audit logging
|
|
66
75
|
- **Security Monitoring**: Security event monitoring
|
|
67
76
|
- **Compliance Reports**: Compliance reporting
|
|
68
77
|
|
|
69
78
|
### Data Governance
|
|
79
|
+
|
|
70
80
|
- **Data Policies**: Data governance policies
|
|
71
81
|
- **Retention Policies**: Data retention management
|
|
72
82
|
- **Privacy Controls**: Privacy setting management
|
|
@@ -5,12 +5,14 @@ White-label solutions and custom branding options.
|
|
|
5
5
|
## Branding Options
|
|
6
6
|
|
|
7
7
|
### Visual Branding
|
|
8
|
+
|
|
8
9
|
- **Logo Integration**: Custom logo integration
|
|
9
10
|
- **Color Schemes**: Custom color themes
|
|
10
11
|
- **Typography**: Custom font selection
|
|
11
12
|
- **UI Customization**: Interface customization
|
|
12
13
|
|
|
13
14
|
### Content Branding
|
|
15
|
+
|
|
14
16
|
- **Custom Domain**: Custom domain setup
|
|
15
17
|
- **Email Branding**: Branded email templates
|
|
16
18
|
- **Document Branding**: Branded documents and reports
|
|
@@ -19,6 +21,7 @@ White-label solutions and custom branding options.
|
|
|
19
21
|
## Implementation
|
|
20
22
|
|
|
21
23
|
### Setup Process
|
|
24
|
+
|
|
22
25
|
1. **Brand Assets**: Provide brand assets
|
|
23
26
|
2. **Design Review**: Review branding design
|
|
24
27
|
3. **Implementation**: Implement custom branding
|
|
@@ -26,6 +29,7 @@ White-label solutions and custom branding options.
|
|
|
26
29
|
5. **Deployment**: Deploy branded solution
|
|
27
30
|
|
|
28
31
|
### Customization Levels
|
|
32
|
+
|
|
29
33
|
- **Basic Branding**: Logo and color changes
|
|
30
34
|
- **Advanced Branding**: Complete UI customization
|
|
31
35
|
- **Full White-label**: Complete white-label solution
|
|
@@ -34,12 +38,14 @@ White-label solutions and custom branding options.
|
|
|
34
38
|
## Branded Features
|
|
35
39
|
|
|
36
40
|
### User Interface
|
|
41
|
+
|
|
37
42
|
- **Custom Themes**: Custom interface themes
|
|
38
43
|
- **Branded Components**: Branded UI components
|
|
39
44
|
- **Custom Layouts**: Custom layout options
|
|
40
45
|
- **Responsive Design**: Mobile-responsive branding
|
|
41
46
|
|
|
42
47
|
### Communication
|
|
48
|
+
|
|
43
49
|
- **Branded Emails**: Custom email templates
|
|
44
50
|
- **Notification Branding**: Branded notifications
|
|
45
51
|
- **Document Branding**: Branded documents
|
|
@@ -48,12 +54,14 @@ White-label solutions and custom branding options.
|
|
|
48
54
|
## Technical Implementation
|
|
49
55
|
|
|
50
56
|
### Frontend Customization
|
|
57
|
+
|
|
51
58
|
- **CSS Customization**: Custom CSS implementation
|
|
52
59
|
- **Component Theming**: Component-level theming
|
|
53
60
|
- **Asset Management**: Brand asset management
|
|
54
61
|
- **Version Control**: Branding version control
|
|
55
62
|
|
|
56
63
|
### Backend Integration
|
|
64
|
+
|
|
57
65
|
- **API Customization**: Custom API responses
|
|
58
66
|
- **Content Management**: Branded content management
|
|
59
67
|
- **Template System**: Custom template system
|
|
@@ -62,12 +70,14 @@ White-label solutions and custom branding options.
|
|
|
62
70
|
## Support and Maintenance
|
|
63
71
|
|
|
64
72
|
### Ongoing Support
|
|
73
|
+
|
|
65
74
|
- **Brand Updates**: Brand asset updates
|
|
66
75
|
- **Technical Support**: Branding technical support
|
|
67
76
|
- **Maintenance**: Branding maintenance
|
|
68
77
|
- **Updates**: Branding system updates
|
|
69
78
|
|
|
70
79
|
### Quality Assurance
|
|
80
|
+
|
|
71
81
|
- **Brand Testing**: Brand consistency testing
|
|
72
82
|
- **Cross-platform Testing**: Multi-platform testing
|
|
73
83
|
- **Performance Testing**: Branding performance testing
|
|
@@ -5,12 +5,14 @@ Priority support and dedicated account management.
|
|
|
5
5
|
## Support Levels
|
|
6
6
|
|
|
7
7
|
### Dedicated Account Manager
|
|
8
|
+
|
|
8
9
|
- **Personal Manager**: Dedicated account manager
|
|
9
10
|
- **Direct Communication**: Direct communication channel
|
|
10
11
|
- **Priority Response**: Priority response times
|
|
11
12
|
- **Strategic Planning**: Strategic account planning
|
|
12
13
|
|
|
13
14
|
### Support Channels
|
|
15
|
+
|
|
14
16
|
- **Phone Support**: Direct phone support
|
|
15
17
|
- **Email Support**: Priority email support
|
|
16
18
|
- **Live Chat**: Real-time chat support
|
|
@@ -19,12 +21,14 @@ Priority support and dedicated account management.
|
|
|
19
21
|
## Account Management
|
|
20
22
|
|
|
21
23
|
### Account Manager Services
|
|
24
|
+
|
|
22
25
|
- **Account Planning**: Strategic account planning
|
|
23
26
|
- **Usage Optimization**: Optimize usage patterns
|
|
24
27
|
- **Feature Guidance**: Feature adoption guidance
|
|
25
28
|
- **ROI Analysis**: Return on investment analysis
|
|
26
29
|
|
|
27
30
|
### Regular Reviews
|
|
31
|
+
|
|
28
32
|
- **Monthly Reviews**: Monthly account reviews
|
|
29
33
|
- **Quarterly Planning**: Quarterly planning sessions
|
|
30
34
|
- **Annual Reviews**: Annual strategic reviews
|
|
@@ -33,12 +37,14 @@ Priority support and dedicated account management.
|
|
|
33
37
|
## Technical Support
|
|
34
38
|
|
|
35
39
|
### Priority Technical Support
|
|
40
|
+
|
|
36
41
|
- **Priority Queue**: Priority support queue
|
|
37
42
|
- **Faster Response**: Faster response times
|
|
38
43
|
- **Escalation**: Direct escalation to senior engineers
|
|
39
44
|
- **Root Cause Analysis**: Deep technical analysis
|
|
40
45
|
|
|
41
46
|
### Support Resources
|
|
47
|
+
|
|
42
48
|
- **Technical Experts**: Access to technical experts
|
|
43
49
|
- **Architecture Support**: System architecture support
|
|
44
50
|
- **Integration Support**: Integration assistance
|
|
@@ -47,12 +53,14 @@ Priority support and dedicated account management.
|
|
|
47
53
|
## Training and Onboarding
|
|
48
54
|
|
|
49
55
|
### Enterprise Training
|
|
56
|
+
|
|
50
57
|
- **Admin Training**: Administrator training
|
|
51
58
|
- **User Training**: End-user training
|
|
52
59
|
- **Custom Training**: Customized training programs
|
|
53
60
|
- **Certification**: Enterprise certification programs
|
|
54
61
|
|
|
55
62
|
### Onboarding Support
|
|
63
|
+
|
|
56
64
|
- **Implementation Support**: Implementation assistance
|
|
57
65
|
- **Migration Support**: Data migration support
|
|
58
66
|
- **Configuration Support**: System configuration help
|
|
@@ -61,12 +69,14 @@ Priority support and dedicated account management.
|
|
|
61
69
|
## Success Management
|
|
62
70
|
|
|
63
71
|
### Success Metrics
|
|
72
|
+
|
|
64
73
|
- **Usage Analytics**: Track usage and adoption
|
|
65
74
|
- **Performance Metrics**: Monitor performance
|
|
66
75
|
- **User Satisfaction**: Measure user satisfaction
|
|
67
76
|
- **ROI Tracking**: Track return on investment
|
|
68
77
|
|
|
69
78
|
### Continuous Improvement
|
|
79
|
+
|
|
70
80
|
- **Feedback Collection**: Collect user feedback
|
|
71
81
|
- **Process Improvement**: Improve processes
|
|
72
82
|
- **Feature Requests**: Handle feature requests
|