@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,119 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'CRM Automation'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# CRM Automation
|
|
6
|
+
|
|
7
|
+
Yantra's AI employee keeps your CRM perpetually up to date by automatically logging interactions, updating deal stages, and synchronizing data across your sales tools.
|
|
8
|
+
|
|
9
|
+
## Why CRM Data Goes Stale
|
|
10
|
+
|
|
11
|
+
The root cause of inaccurate CRM data is friction: manual data entry competes with the primary job of selling. When salespeople are busy, CRM updates are the first casualty. This creates:
|
|
12
|
+
|
|
13
|
+
- **Inaccurate pipelines**: Deal stages don't reflect reality
|
|
14
|
+
- **Lost context**: Call notes are incomplete or missing
|
|
15
|
+
- **Forecasting failures**: Leadership decisions based on stale data
|
|
16
|
+
- **Onboarding difficulties**: New reps can't trust existing records
|
|
17
|
+
|
|
18
|
+
## How Yantra Automates CRM Management
|
|
19
|
+
|
|
20
|
+
### Interaction Logging
|
|
21
|
+
|
|
22
|
+
Every customer interaction is automatically captured and logged:
|
|
23
|
+
|
|
24
|
+
**Email Conversations**:
|
|
25
|
+
|
|
26
|
+
- AI employee reads email threads (with your permission) and extracts key points
|
|
27
|
+
- Logs the interaction in CRM with a structured summary
|
|
28
|
+
- Tags the email with appropriate deal and contact associations
|
|
29
|
+
|
|
30
|
+
**Call Notes**:
|
|
31
|
+
|
|
32
|
+
- For Zoom calls: Automatic transcription and summary extraction
|
|
33
|
+
- Key decisions, objections, next steps, and commitments are identified
|
|
34
|
+
- Structured notes logged in CRM immediately after the call
|
|
35
|
+
|
|
36
|
+
**Slack Mentions**:
|
|
37
|
+
|
|
38
|
+
- When deals or customers are discussed in Slack, relevant context is captured
|
|
39
|
+
- Internal team discussions about prospects are linked to the CRM record
|
|
40
|
+
- Competitive intelligence mentioned in conversations is flagged
|
|
41
|
+
|
|
42
|
+
### Deal Stage Management
|
|
43
|
+
|
|
44
|
+
Your AI employee monitors interactions and automatically updates deal stages:
|
|
45
|
+
|
|
46
|
+
| Signal | CRM Action |
|
|
47
|
+
| --------------------------- | ------------------------ |
|
|
48
|
+
| Demo scheduled via Calendly | Move to "Demo Scheduled" |
|
|
49
|
+
| Pricing discussed in email | Move to "Negotiation" |
|
|
50
|
+
| Contract sent via email | Move to "Contract Sent" |
|
|
51
|
+
| Signed document received | Move to "Closed Won" |
|
|
52
|
+
| No response after 30 days | Flag as "At Risk" |
|
|
53
|
+
|
|
54
|
+
Stage transitions are based on configurable rules you define. In supervised mode, you approve each transition before it's written to CRM.
|
|
55
|
+
|
|
56
|
+
### Contact Enrichment
|
|
57
|
+
|
|
58
|
+
As your AI employee processes interactions, it enriches contact records:
|
|
59
|
+
|
|
60
|
+
- Job titles and roles mentioned in conversations
|
|
61
|
+
- Organizational hierarchy inferred from email threads
|
|
62
|
+
- Decision-maker identification based on purchasing discussions
|
|
63
|
+
- Communication preferences and best contact methods
|
|
64
|
+
|
|
65
|
+
### Activity Timeline
|
|
66
|
+
|
|
67
|
+
Your CRM's activity timeline becomes comprehensive and trustworthy:
|
|
68
|
+
|
|
69
|
+
- Every email exchange summarized and logged
|
|
70
|
+
- All call notes with key points highlighted
|
|
71
|
+
- Meeting outcomes and next steps documented
|
|
72
|
+
- Internal team discussions linked to the deal
|
|
73
|
+
|
|
74
|
+
## Pipeline Accuracy
|
|
75
|
+
|
|
76
|
+
With automated CRM updates, pipeline metrics become reliable:
|
|
77
|
+
|
|
78
|
+
### Before Yantra
|
|
79
|
+
|
|
80
|
+
- Deal stages reflect when someone last remembered to update
|
|
81
|
+
- Activity logs are incomplete
|
|
82
|
+
- Forecasting requires significant manual adjustment
|
|
83
|
+
- Stale deals remain in pipeline indefinitely
|
|
84
|
+
|
|
85
|
+
### With Yantra
|
|
86
|
+
|
|
87
|
+
- Deal stages update in real time based on actual interactions
|
|
88
|
+
- Complete activity history for every deal
|
|
89
|
+
- Forecasting based on accurate, timely data
|
|
90
|
+
- Stale deals automatically flagged and managed
|
|
91
|
+
|
|
92
|
+
## Configuration
|
|
93
|
+
|
|
94
|
+
### Auto-Update Rules
|
|
95
|
+
|
|
96
|
+
Define which signals trigger CRM updates:
|
|
97
|
+
|
|
98
|
+
- Email keywords that indicate stage changes
|
|
99
|
+
- Calendar events that should move deals forward
|
|
100
|
+
- Inactivity periods that flag deals as at-risk
|
|
101
|
+
- Custom rules based on your sales process
|
|
102
|
+
|
|
103
|
+
### Field Mapping
|
|
104
|
+
|
|
105
|
+
Configure which CRM fields get updated:
|
|
106
|
+
|
|
107
|
+
- Deal stage transitions
|
|
108
|
+
- Revenue and deal size fields
|
|
109
|
+
- Close date adjustments
|
|
110
|
+
- Custom fields specific to your process
|
|
111
|
+
|
|
112
|
+
### Approval Workflow
|
|
113
|
+
|
|
114
|
+
In supervised mode:
|
|
115
|
+
|
|
116
|
+
1. AI employee proposes a CRM update with reasoning
|
|
117
|
+
2. You review the proposed change and supporting evidence
|
|
118
|
+
3. Approve, modify, or reject the update
|
|
119
|
+
4. AI employee learns from your decisions to improve accuracy
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
# Lead Management and Follow-Up
|
|
2
|
+
|
|
3
|
+
Yantra's AI employee ensures 100% follow-up coverage on every lead in your pipeline — no more missed opportunities due to forgotten tasks or overloaded schedules.
|
|
4
|
+
|
|
5
|
+
## The Follow-Up Gap
|
|
6
|
+
|
|
7
|
+
Research consistently shows that most sales are lost not due to poor pitches, but due to inadequate follow-up:
|
|
8
|
+
|
|
9
|
+
- Prospects require 5-12 touchpoints before making a decision
|
|
10
|
+
- Most salespeople give up after 2-3 attempts
|
|
11
|
+
- The ideal follow-up window is within 24 hours, but compliance rates are low
|
|
12
|
+
- Manual task management breaks down as pipeline size grows
|
|
13
|
+
|
|
14
|
+
## How Yantra Manages Lead Follow-Up
|
|
15
|
+
|
|
16
|
+
### Automated Follow-Up Tracking
|
|
17
|
+
|
|
18
|
+
Your AI employee maintains a real-time follow-up schedule for every active lead:
|
|
19
|
+
|
|
20
|
+
- **Interaction monitoring**: Tracks the last touchpoint for each lead across all channels
|
|
21
|
+
- **Cadence enforcement**: Ensures follow-up intervals match your defined cadence
|
|
22
|
+
- **Smart timing**: Recommends optimal follow-up times based on past engagement patterns
|
|
23
|
+
- **Escalation**: Flags leads approaching critical follow-up deadlines
|
|
24
|
+
|
|
25
|
+
### Personalized Draft Messages
|
|
26
|
+
|
|
27
|
+
When a follow-up is due, your AI employee drafts a personalized message using:
|
|
28
|
+
|
|
29
|
+
- Summary of the last interaction and key discussion points
|
|
30
|
+
- Any commitments or deliverables that were promised
|
|
31
|
+
- Relevant company news or product updates since the last contact
|
|
32
|
+
- Contextual references that demonstrate continuity and attention
|
|
33
|
+
|
|
34
|
+
You review, edit if needed, and send — or approve auto-send for routine check-ins.
|
|
35
|
+
|
|
36
|
+
### Lead Scoring and Prioritization
|
|
37
|
+
|
|
38
|
+
Your AI employee continuously scores and ranks leads based on:
|
|
39
|
+
|
|
40
|
+
- **Engagement level**: Frequency and quality of responses
|
|
41
|
+
- **Deal size**: Revenue potential
|
|
42
|
+
- **Fit indicators**: How well the prospect matches your ideal customer profile
|
|
43
|
+
- **Activity signals**: Website visits, email opens, content downloads
|
|
44
|
+
- **Time sensitivity**: Approaching decision dates or contract renewals
|
|
45
|
+
|
|
46
|
+
The daily priority list tells you exactly who to focus on and why.
|
|
47
|
+
|
|
48
|
+
### Cold Lead Re-Engagement
|
|
49
|
+
|
|
50
|
+
When leads go cold, your AI employee:
|
|
51
|
+
|
|
52
|
+
1. Identifies the longest-inactive prospects still in pipeline
|
|
53
|
+
2. Researches any new company developments or triggers
|
|
54
|
+
3. Drafts re-engagement messages with relevant hooks
|
|
55
|
+
4. Suggests the optimal channel (email, LinkedIn, phone)
|
|
56
|
+
5. Schedules follow-ups at intervals proven to maximize response rates
|
|
57
|
+
|
|
58
|
+
## Pipeline Hygiene
|
|
59
|
+
|
|
60
|
+
### Stale Deal Detection
|
|
61
|
+
|
|
62
|
+
- Deals with no activity beyond your defined threshold are flagged
|
|
63
|
+
- AI employee suggests: close, defer, or re-engage
|
|
64
|
+
- Prevents pipeline bloat that distorts forecasting
|
|
65
|
+
|
|
66
|
+
### Duplicate Contact Detection
|
|
67
|
+
|
|
68
|
+
- Identifies potential duplicate contacts across your CRM
|
|
69
|
+
- Suggests merge candidates with supporting evidence
|
|
70
|
+
- Prevents multiple team members from pursuing the same prospect
|
|
71
|
+
|
|
72
|
+
### Win/Loss Pattern Analysis
|
|
73
|
+
|
|
74
|
+
Over time, your AI employee identifies patterns in your pipeline:
|
|
75
|
+
|
|
76
|
+
- Which deal types convert fastest
|
|
77
|
+
- Common drop-off stages and reasons
|
|
78
|
+
- Competitive dynamics that affect close rates
|
|
79
|
+
- Messaging approaches that correlate with success
|
|
80
|
+
|
|
81
|
+
## Configuration
|
|
82
|
+
|
|
83
|
+
### Follow-Up Cadence Rules
|
|
84
|
+
|
|
85
|
+
Define follow-up expectations by deal stage:
|
|
86
|
+
|
|
87
|
+
- **New Lead**: Follow up within 24 hours, then every 3 days
|
|
88
|
+
- **Discovery**: Follow up within 48 hours of meetings
|
|
89
|
+
- **Negotiation**: Follow up within 24 hours of proposals
|
|
90
|
+
- **Closed Won**: Onboarding check-in at 7 and 30 days
|
|
91
|
+
|
|
92
|
+
### Priority Weights
|
|
93
|
+
|
|
94
|
+
Adjust how leads are scored and prioritized:
|
|
95
|
+
|
|
96
|
+
- Deal size weight
|
|
97
|
+
- Engagement recency weight
|
|
98
|
+
- Fit score weight
|
|
99
|
+
- Custom criteria weights
|
|
100
|
+
|
|
101
|
+
### Auto-Send Rules
|
|
102
|
+
|
|
103
|
+
For semi-autonomous and autonomous modes, define which follow-ups can be sent without approval:
|
|
104
|
+
|
|
105
|
+
- Routine check-in templates
|
|
106
|
+
- Meeting confirmation messages
|
|
107
|
+
- Thank-you notes after calls
|
|
108
|
+
- Resource sharing based on expressed interests
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
# Sales Solutions Overview
|
|
2
|
+
|
|
3
|
+
Yantra equips sales teams with an AI employee that eliminates administrative overhead — automatically updating CRMs, preparing call briefs, tracking follow-ups, and ensuring no lead ever falls through the cracks.
|
|
4
|
+
|
|
5
|
+
## The Sales Productivity Problem
|
|
6
|
+
|
|
7
|
+
Sales professionals spend a disproportionate amount of time on non-selling activities:
|
|
8
|
+
|
|
9
|
+
- **Manual CRM entry**: Logging call notes, updating deal stages, and recording activities
|
|
10
|
+
- **Follow-up management**: Remembering to follow up with prospects at the right time
|
|
11
|
+
- **Call preparation**: Searching through CRM, email, and Slack for context before meetings
|
|
12
|
+
- **Pipeline maintenance**: Keeping deal stages accurate for forecasting
|
|
13
|
+
- **Data synchronization**: Ensuring information is consistent across tools
|
|
14
|
+
|
|
15
|
+
These administrative tasks consume hours every day — time that should be spent building relationships and closing deals.
|
|
16
|
+
|
|
17
|
+
## Key Capabilities for Sales
|
|
18
|
+
|
|
19
|
+
### Automatic CRM Updates
|
|
20
|
+
|
|
21
|
+
After every interaction — calls, emails, meetings — your AI employee:
|
|
22
|
+
|
|
23
|
+
- Logs detailed notes in HubSpot or Salesforce
|
|
24
|
+
- Updates deal stages based on conversation outcomes
|
|
25
|
+
- Records action items and commitments
|
|
26
|
+
- Sets appropriate follow-up dates
|
|
27
|
+
- Tags contacts with relevant attributes
|
|
28
|
+
|
|
29
|
+
### Call Preparation Briefs
|
|
30
|
+
|
|
31
|
+
Before every scheduled call, your AI employee sends a prep brief:
|
|
32
|
+
|
|
33
|
+
- Summary of all previous interactions with the prospect
|
|
34
|
+
- Current deal stage and recent changes
|
|
35
|
+
- Key concerns or objections raised in past conversations
|
|
36
|
+
- Promises made and their fulfillment status
|
|
37
|
+
- Relevant company news or changes since the last contact
|
|
38
|
+
- Suggested talking points based on where the deal stands
|
|
39
|
+
|
|
40
|
+
### 100% Follow-Up Coverage
|
|
41
|
+
|
|
42
|
+
Your AI employee tracks every active lead and ensures follow-up:
|
|
43
|
+
|
|
44
|
+
- Automatic reminders when follow-up dates approach
|
|
45
|
+
- Draft personalized messages for check-ins
|
|
46
|
+
- Alerts when leads go cold based on configurable inactivity thresholds
|
|
47
|
+
- Prioritized lists of who to contact next, based on deal value and engagement
|
|
48
|
+
|
|
49
|
+
### Pipeline Intelligence
|
|
50
|
+
|
|
51
|
+
With automatically accurate CRM data, your pipeline becomes trustworthy:
|
|
52
|
+
|
|
53
|
+
- Deal stages reflect reality, not what someone remembered to log
|
|
54
|
+
- Forecasting accuracy improves from industry-average 60% to 90%+
|
|
55
|
+
- At-risk deals are flagged before they slip
|
|
56
|
+
- Win/loss patterns become visible and actionable
|
|
57
|
+
|
|
58
|
+
## Real-World Scenarios
|
|
59
|
+
|
|
60
|
+
### Scenario: Sales Call Ends with a Prospect
|
|
61
|
+
|
|
62
|
+
**Without Yantra**:
|
|
63
|
+
Great call — but now you need to open HubSpot, write up the notes before you forget, update the deal stage, set a follow-up task, and draft the recap email. You do half of it, the rest never happens.
|
|
64
|
+
|
|
65
|
+
**With Yantra**:
|
|
66
|
+
Your AI employee captures the call details (via Zoom transcription or your notes), updates HubSpot automatically with key points, moves the deal to the right stage, and drafts the follow-up email. You review and send.
|
|
67
|
+
|
|
68
|
+
### Scenario: Lead Goes Cold
|
|
69
|
+
|
|
70
|
+
**Without Yantra**:
|
|
71
|
+
That promising prospect from 3 weeks ago? You forgot to follow up. They signed with a competitor.
|
|
72
|
+
|
|
73
|
+
**With Yantra**:
|
|
74
|
+
Your AI employee tracked the lead from day one. After 5 days of no activity, it sent you a reminder with a draft personalized check-in email. The follow-up went out on time.
|
|
75
|
+
|
|
76
|
+
### Scenario: Pre-Call Scramble
|
|
77
|
+
|
|
78
|
+
**Without Yantra**:
|
|
79
|
+
You have a call in 10 minutes with someone you spoke to 2 months ago. You scramble through HubSpot, email, and Slack trying to piece together the context.
|
|
80
|
+
|
|
81
|
+
**With Yantra**:
|
|
82
|
+
Your AI employee sent you a prep brief 30 minutes before the call with a full history summary, key points from past conversations, and suggested discussion topics.
|
|
83
|
+
|
|
84
|
+
### Scenario: CRM Data Rot
|
|
85
|
+
|
|
86
|
+
**Without Yantra**:
|
|
87
|
+
Pipeline meetings are unreliable because deal stages are weeks out of date. Forecasting is guesswork.
|
|
88
|
+
|
|
89
|
+
**With Yantra**:
|
|
90
|
+
Every interaction is automatically reflected in your CRM. Deal stages are always current, activity logs are complete, and your forecast is built on real data.
|
|
91
|
+
|
|
92
|
+
## Sales Tool Integrations
|
|
93
|
+
|
|
94
|
+
| Tool | Capabilities |
|
|
95
|
+
| -------------- | --------------------------------------------------------------- |
|
|
96
|
+
| **HubSpot** | Auto-update deals, log calls, track activities, manage contacts |
|
|
97
|
+
| **Salesforce** | Sync contacts, update stages, record interactions |
|
|
98
|
+
| **Gmail** | Track email threads, draft follow-ups, log correspondence |
|
|
99
|
+
| **Slack** | Surface deal-related mentions, team collaboration |
|
|
100
|
+
| **Zoom** | Transcribe calls, extract key points and action items |
|
|
101
|
+
| **Calendly** | Prep briefs before scheduled meetings |
|
|
102
|
+
|
|
103
|
+
## Metrics Improvement
|
|
104
|
+
|
|
105
|
+
| Metric | Before Yantra | With Yantra |
|
|
106
|
+
| -------------------- | ------------- | ----------- |
|
|
107
|
+
| CRM accuracy | ~60% | 95%+ |
|
|
108
|
+
| Follow-up rate | Variable | 100% |
|
|
109
|
+
| Admin time per day | 2+ hours | Near zero |
|
|
110
|
+
| Forecast reliability | Low | High |
|
|
111
|
+
|
|
112
|
+
## Getting Started
|
|
113
|
+
|
|
114
|
+
1. Connect your sales tools via [Integrations](/help-center/integrations/integrations-overview)
|
|
115
|
+
2. Select "Sales" as your AI employee type during setup
|
|
116
|
+
3. Configure call preparation preferences and follow-up thresholds
|
|
117
|
+
4. Start in supervised mode — review CRM updates and email drafts before they execute
|
|
118
|
+
5. Expand autonomy for routine updates as trust builds
|
|
119
|
+
|
|
120
|
+
For setup details, see [Getting Started with AI Employees](/help-center/ai-employees/getting-started-ai-employees).
|
|
@@ -5,12 +5,14 @@ Introduction to Yantra Spaces for organizing your research.
|
|
|
5
5
|
## What are Spaces?
|
|
6
6
|
|
|
7
7
|
### Concept
|
|
8
|
+
|
|
8
9
|
- **Research Organization**: Organize research projects
|
|
9
10
|
- **Content Management**: Manage research content
|
|
10
11
|
- **Collaboration**: Collaborate on research
|
|
11
12
|
- **Knowledge Base**: Build personal knowledge base
|
|
12
13
|
|
|
13
14
|
### Benefits
|
|
15
|
+
|
|
14
16
|
- **Organization**: Keep research organized
|
|
15
17
|
- **Accessibility**: Easy access to research
|
|
16
18
|
- **Collaboration**: Share research with others
|
|
@@ -19,12 +21,14 @@ Introduction to Yantra Spaces for organizing your research.
|
|
|
19
21
|
## Space Features
|
|
20
22
|
|
|
21
23
|
### Organization Tools
|
|
24
|
+
|
|
22
25
|
- **Folders**: Organize content in folders
|
|
23
26
|
- **Tags**: Tag content for easy finding
|
|
24
27
|
- **Categories**: Categorize research topics
|
|
25
28
|
- **Search**: Search within spaces
|
|
26
29
|
|
|
27
30
|
### Content Management
|
|
31
|
+
|
|
28
32
|
- **Save Searches**: Save important searches
|
|
29
33
|
- **Add Notes**: Add personal notes
|
|
30
34
|
- **Attach Files**: Attach relevant files
|
|
@@ -33,6 +37,7 @@ Introduction to Yantra Spaces for organizing your research.
|
|
|
33
37
|
## Creating Spaces
|
|
34
38
|
|
|
35
39
|
### Space Creation
|
|
40
|
+
|
|
36
41
|
1. **Access Spaces**: Go to Spaces section
|
|
37
42
|
2. **Create Space**: Click "Create New Space"
|
|
38
43
|
3. **Name Space**: Give space a descriptive name
|
|
@@ -40,6 +45,7 @@ Introduction to Yantra Spaces for organizing your research.
|
|
|
40
45
|
5. **Add Content**: Start adding research content
|
|
41
46
|
|
|
42
47
|
### Space Configuration
|
|
48
|
+
|
|
43
49
|
- **Privacy Settings**: Set space privacy
|
|
44
50
|
- **Sharing Options**: Configure sharing
|
|
45
51
|
- **Member Management**: Manage space members
|
|
@@ -48,12 +54,14 @@ Introduction to Yantra Spaces for organizing your research.
|
|
|
48
54
|
## Space Management
|
|
49
55
|
|
|
50
56
|
### Content Organization
|
|
57
|
+
|
|
51
58
|
- **Folder Structure**: Create logical folder structure
|
|
52
59
|
- **Tagging System**: Use consistent tagging
|
|
53
60
|
- **Categorization**: Categorize content properly
|
|
54
61
|
- **Search Optimization**: Optimize for search
|
|
55
62
|
|
|
56
63
|
### Collaboration
|
|
64
|
+
|
|
57
65
|
- **Member Roles**: Assign member roles
|
|
58
66
|
- **Permission Levels**: Set permission levels
|
|
59
67
|
- **Activity Tracking**: Track space activity
|
|
@@ -5,12 +5,14 @@ Using Yantra for academic research and studies.
|
|
|
5
5
|
## Research Capabilities
|
|
6
6
|
|
|
7
7
|
### Comprehensive Research
|
|
8
|
+
|
|
8
9
|
- **Literature Reviews**: Comprehensive literature reviews
|
|
9
10
|
- **Source Verification**: Verify academic sources
|
|
10
11
|
- **Citation Management**: Proper academic citations
|
|
11
12
|
- **Research Organization**: Organize research projects
|
|
12
13
|
|
|
13
14
|
### Academic Sources
|
|
15
|
+
|
|
14
16
|
- **Academic Papers**: Access to academic papers
|
|
15
17
|
- **Research Databases**: Academic database integration
|
|
16
18
|
- **Peer-reviewed Sources**: Peer-reviewed content
|
|
@@ -19,12 +21,14 @@ Using Yantra for academic research and studies.
|
|
|
19
21
|
## Research Tools
|
|
20
22
|
|
|
21
23
|
### Organization Features
|
|
24
|
+
|
|
22
25
|
- **Project Management**: Manage research projects
|
|
23
26
|
- **Source Collection**: Collect and organize sources
|
|
24
27
|
- **Note Integration**: Integrate with note-taking apps
|
|
25
28
|
- **Citation Tracking**: Track citations and references
|
|
26
29
|
|
|
27
30
|
### Analysis Tools
|
|
31
|
+
|
|
28
32
|
- **Content Analysis**: Analyze research content
|
|
29
33
|
- **Trend Analysis**: Identify research trends
|
|
30
34
|
- **Comparative Analysis**: Compare research findings
|
|
@@ -33,6 +37,7 @@ Using Yantra for academic research and studies.
|
|
|
33
37
|
## Research Workflow
|
|
34
38
|
|
|
35
39
|
### Research Process
|
|
40
|
+
|
|
36
41
|
1. **Topic Definition**: Define research topic
|
|
37
42
|
2. **Literature Search**: Search academic literature
|
|
38
43
|
3. **Source Collection**: Collect relevant sources
|
|
@@ -41,6 +46,7 @@ Using Yantra for academic research and studies.
|
|
|
41
46
|
6. **Documentation**: Document research process
|
|
42
47
|
|
|
43
48
|
### Best Practices
|
|
49
|
+
|
|
44
50
|
- **Source Verification**: Verify source credibility
|
|
45
51
|
- **Citation Accuracy**: Ensure citation accuracy
|
|
46
52
|
- **Bias Awareness**: Be aware of potential biases
|
|
@@ -49,12 +55,14 @@ Using Yantra for academic research and studies.
|
|
|
49
55
|
## Academic Features
|
|
50
56
|
|
|
51
57
|
### Citation Management
|
|
58
|
+
|
|
52
59
|
- **Citation Formats**: Multiple citation formats
|
|
53
60
|
- **Bibliography Generation**: Automatic bibliography
|
|
54
61
|
- **Reference Tracking**: Track references
|
|
55
62
|
- **Citation Verification**: Verify citations
|
|
56
63
|
|
|
57
64
|
### Collaboration Tools
|
|
65
|
+
|
|
58
66
|
- **Research Teams**: Collaborate with research teams
|
|
59
67
|
- **Peer Review**: Peer review capabilities
|
|
60
68
|
- **Knowledge Sharing**: Share research knowledge
|
|
@@ -5,12 +5,14 @@ Special pricing and discounts for students.
|
|
|
5
5
|
## Student Pricing
|
|
6
6
|
|
|
7
7
|
### Discounted Plans
|
|
8
|
+
|
|
8
9
|
- **Pro Student**: $10/month (50% off regular Pro)
|
|
9
10
|
- **Max Student**: $20/month (50% off regular Max)
|
|
10
11
|
- **Annual Pro**: $100/year (50% off annual Pro)
|
|
11
12
|
- **Annual Max**: $200/year (50% off annual Max)
|
|
12
13
|
|
|
13
14
|
### Educational Benefits
|
|
15
|
+
|
|
14
16
|
- **Full Features**: Access to all plan features
|
|
15
17
|
- **Academic Support**: Specialized academic support
|
|
16
18
|
- **Research Tools**: Enhanced research capabilities
|
|
@@ -19,12 +21,14 @@ Special pricing and discounts for students.
|
|
|
19
21
|
## Eligibility Requirements
|
|
20
22
|
|
|
21
23
|
### Student Verification
|
|
24
|
+
|
|
22
25
|
- **Valid Student ID**: Current student identification
|
|
23
26
|
- **Educational Email**: School email address
|
|
24
27
|
- **Enrollment Proof**: Current enrollment verification
|
|
25
28
|
- **Institution Verification**: Accredited institution
|
|
26
29
|
|
|
27
30
|
### Eligible Institutions
|
|
31
|
+
|
|
28
32
|
- **Universities**: Four-year universities
|
|
29
33
|
- **Community Colleges**: Two-year colleges
|
|
30
34
|
- **Graduate Schools**: Master's and PhD programs
|
|
@@ -33,6 +37,7 @@ Special pricing and discounts for students.
|
|
|
33
37
|
## How to Apply
|
|
34
38
|
|
|
35
39
|
### Verification Process
|
|
40
|
+
|
|
36
41
|
1. **Sign Up**: Create account with student email
|
|
37
42
|
2. **Upload Documents**: Upload student ID and enrollment proof
|
|
38
43
|
3. **Verify Institution**: Confirm institution accreditation
|
|
@@ -40,6 +45,7 @@ Special pricing and discounts for students.
|
|
|
40
45
|
5. **Annual Renewal**: Reverify status annually
|
|
41
46
|
|
|
42
47
|
### Required Documents
|
|
48
|
+
|
|
43
49
|
- **Student ID**: Clear photo of student ID
|
|
44
50
|
- **Enrollment Letter**: Current enrollment proof
|
|
45
51
|
- **Transcript**: Recent academic transcript
|
|
@@ -48,12 +54,14 @@ Special pricing and discounts for students.
|
|
|
48
54
|
## Student Features
|
|
49
55
|
|
|
50
56
|
### Academic Tools
|
|
57
|
+
|
|
51
58
|
- **Research Organization**: Organize academic research
|
|
52
59
|
- **Citation Management**: Proper academic citations
|
|
53
60
|
- **Source Verification**: Verify academic sources
|
|
54
61
|
- **Export Formats**: Academic paper formats
|
|
55
62
|
|
|
56
63
|
### Study Support
|
|
64
|
+
|
|
57
65
|
- **Note Integration**: Connect with note-taking apps
|
|
58
66
|
- **Study Planning**: Organize study sessions
|
|
59
67
|
- **Group Collaboration**: Work with study groups
|
|
@@ -62,12 +70,14 @@ Special pricing and discounts for students.
|
|
|
62
70
|
## Terms and Conditions
|
|
63
71
|
|
|
64
72
|
### Student Requirements
|
|
73
|
+
|
|
65
74
|
- **Active Enrollment**: Must be currently enrolled
|
|
66
75
|
- **Academic Use**: Primarily for academic purposes
|
|
67
76
|
- **Annual Verification**: Reverify status yearly
|
|
68
77
|
- **No Commercial Use**: Cannot be used for business
|
|
69
78
|
|
|
70
79
|
### Discount Limitations
|
|
80
|
+
|
|
71
81
|
- **One Account**: One student discount per person
|
|
72
82
|
- **Non-transferable**: Cannot be shared
|
|
73
83
|
- **Expiration**: Discount expires upon graduation
|
|
@@ -5,12 +5,14 @@ Introduction to Yantra for students.
|
|
|
5
5
|
## Why Yantra for Students
|
|
6
6
|
|
|
7
7
|
### Academic Research
|
|
8
|
+
|
|
8
9
|
- **Comprehensive Sources**: Access to academic papers and research
|
|
9
10
|
- **Real-time Information**: Current information for assignments
|
|
10
11
|
- **Source Citations**: Proper citations for academic work
|
|
11
12
|
- **Multi-perspective Analysis**: Different viewpoints on topics
|
|
12
13
|
|
|
13
14
|
### Study Support
|
|
15
|
+
|
|
14
16
|
- **Complex Topic Explanation**: Break down difficult concepts
|
|
15
17
|
- **Step-by-step Solutions**: Detailed problem-solving
|
|
16
18
|
- **Example Generation**: Create relevant examples
|
|
@@ -19,12 +21,14 @@ Introduction to Yantra for students.
|
|
|
19
21
|
## Student Features
|
|
20
22
|
|
|
21
23
|
### Academic Tools
|
|
24
|
+
|
|
22
25
|
- **Research Organization**: Organize research projects
|
|
23
26
|
- **Citation Management**: Proper citation formatting
|
|
24
27
|
- **Source Verification**: Verify academic sources
|
|
25
28
|
- **Export Options**: Export research in academic formats
|
|
26
29
|
|
|
27
30
|
### Study Aids
|
|
31
|
+
|
|
28
32
|
- **Note-taking Integration**: Connect with note-taking apps
|
|
29
33
|
- **Study Planning**: Organize study sessions
|
|
30
34
|
- **Progress Tracking**: Monitor research progress
|
|
@@ -33,12 +37,14 @@ Introduction to Yantra for students.
|
|
|
33
37
|
## Student Pricing
|
|
34
38
|
|
|
35
39
|
### Special Discounts
|
|
40
|
+
|
|
36
41
|
- **Student Verification**: Verify student status
|
|
37
42
|
- **Discounted Plans**: Special pricing for students
|
|
38
43
|
- **Educational Access**: Enhanced features for students
|
|
39
44
|
- **Group Discounts**: Discounts for study groups
|
|
40
45
|
|
|
41
46
|
### Free Features
|
|
47
|
+
|
|
42
48
|
- **Basic Research**: Essential research capabilities
|
|
43
49
|
- **Limited Searches**: Daily search limits
|
|
44
50
|
- **Basic Citations**: Standard citation features
|
|
@@ -47,12 +53,14 @@ Introduction to Yantra for students.
|
|
|
47
53
|
## Getting Started as a Student
|
|
48
54
|
|
|
49
55
|
### Account Setup
|
|
56
|
+
|
|
50
57
|
- **Student Verification**: Verify student status
|
|
51
58
|
- **Educational Email**: Use school email if available
|
|
52
59
|
- **Profile Completion**: Complete student profile
|
|
53
60
|
- **Preferences**: Set academic preferences
|
|
54
61
|
|
|
55
62
|
### Academic Workflow
|
|
63
|
+
|
|
56
64
|
- **Research Planning**: Plan your research approach
|
|
57
65
|
- **Source Collection**: Gather relevant sources
|
|
58
66
|
- **Citation Management**: Manage citations properly
|
|
@@ -5,12 +5,14 @@ Yantra features that help with studying and learning.
|
|
|
5
5
|
## Study Organization
|
|
6
6
|
|
|
7
7
|
### Study Planning
|
|
8
|
+
|
|
8
9
|
- **Study Schedules**: Create study schedules
|
|
9
10
|
- **Topic Organization**: Organize study topics
|
|
10
11
|
- **Progress Tracking**: Track study progress
|
|
11
12
|
- **Goal Setting**: Set study goals
|
|
12
13
|
|
|
13
14
|
### Content Management
|
|
15
|
+
|
|
14
16
|
- **Study Materials**: Organize study materials
|
|
15
17
|
- **Note Integration**: Integrate with note-taking apps
|
|
16
18
|
- **Flashcard Support**: Create and use flashcards
|
|
@@ -19,12 +21,14 @@ Yantra features that help with studying and learning.
|
|
|
19
21
|
## Learning Features
|
|
20
22
|
|
|
21
23
|
### Interactive Learning
|
|
24
|
+
|
|
22
25
|
- **Adaptive Learning**: Adapt to learning style
|
|
23
26
|
- **Personalized Content**: Personalized study content
|
|
24
27
|
- **Learning Analytics**: Track learning progress
|
|
25
28
|
- **Skill Assessment**: Assess learning skills
|
|
26
29
|
|
|
27
30
|
### Study Modes
|
|
31
|
+
|
|
28
32
|
- **Focus Mode**: Distraction-free study mode
|
|
29
33
|
- **Group Study**: Collaborative study features
|
|
30
34
|
- **Self-paced Learning**: Self-paced study options
|
|
@@ -33,12 +37,14 @@ Yantra features that help with studying and learning.
|
|
|
33
37
|
## Study Support
|
|
34
38
|
|
|
35
39
|
### Academic Support
|
|
40
|
+
|
|
36
41
|
- **Subject Expertise**: Access to subject experts
|
|
37
42
|
- **Study Groups**: Join study groups
|
|
38
43
|
- **Peer Learning**: Learn from peers
|
|
39
44
|
- **Mentor Access**: Access to mentors
|
|
40
45
|
|
|
41
46
|
### Study Resources
|
|
47
|
+
|
|
42
48
|
- **Educational Content**: Access educational content
|
|
43
49
|
- **Practice Materials**: Practice materials and exercises
|
|
44
50
|
- **Assessment Tools**: Assessment and testing tools
|
|
@@ -47,12 +53,14 @@ Yantra features that help with studying and learning.
|
|
|
47
53
|
## Study Optimization
|
|
48
54
|
|
|
49
55
|
### Performance Tracking
|
|
56
|
+
|
|
50
57
|
- **Study Analytics**: Track study performance
|
|
51
58
|
- **Time Management**: Optimize study time
|
|
52
59
|
- **Efficiency Metrics**: Measure study efficiency
|
|
53
60
|
- **Improvement Areas**: Identify improvement areas
|
|
54
61
|
|
|
55
62
|
### Study Techniques
|
|
63
|
+
|
|
56
64
|
- **Active Learning**: Active learning techniques
|
|
57
65
|
- **Spaced Repetition**: Spaced repetition methods
|
|
58
66
|
- **Retrieval Practice**: Retrieval practice techniques
|