@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,18 +5,21 @@ What data Yantra collects and how it's used.
|
|
|
5
5
|
## Types of Data Collected
|
|
6
6
|
|
|
7
7
|
### Account Data
|
|
8
|
+
|
|
8
9
|
- **Registration Information**: Name, email, password
|
|
9
10
|
- **Profile Information**: Bio, interests, preferences
|
|
10
11
|
- **Contact Information**: Email, phone (optional)
|
|
11
12
|
- **Authentication Data**: Login credentials, security data
|
|
12
13
|
|
|
13
14
|
### Usage Data
|
|
15
|
+
|
|
14
16
|
- **Search Queries**: Search terms and queries
|
|
15
17
|
- **Interaction Data**: Clicks, views, time spent
|
|
16
18
|
- **Feature Usage**: Which features are used
|
|
17
19
|
- **Performance Data**: App performance metrics
|
|
18
20
|
|
|
19
21
|
### Technical Data
|
|
22
|
+
|
|
20
23
|
- **Device Information**: Device type, OS, browser
|
|
21
24
|
- **IP Address**: Internet Protocol address
|
|
22
25
|
- **Location Data**: General geographic location
|
|
@@ -25,12 +28,14 @@ What data Yantra collects and how it's used.
|
|
|
25
28
|
## Data Collection Methods
|
|
26
29
|
|
|
27
30
|
### Direct Collection
|
|
31
|
+
|
|
28
32
|
- **User Input**: Information provided by users
|
|
29
33
|
- **Account Creation**: Data from account setup
|
|
30
34
|
- **Profile Updates**: Information from profile updates
|
|
31
35
|
- **Support Interactions**: Data from support requests
|
|
32
36
|
|
|
33
37
|
### Automatic Collection
|
|
38
|
+
|
|
34
39
|
- **Usage Tracking**: Automatic usage tracking
|
|
35
40
|
- **Analytics**: Automatic analytics collection
|
|
36
41
|
- **Performance Monitoring**: Automatic performance tracking
|
|
@@ -39,12 +44,14 @@ What data Yantra collects and how it's used.
|
|
|
39
44
|
## Data Usage Purposes
|
|
40
45
|
|
|
41
46
|
### Service Delivery
|
|
47
|
+
|
|
42
48
|
- **Search Functionality**: Provide search services
|
|
43
49
|
- **Account Management**: Manage user accounts
|
|
44
50
|
- **Personalization**: Customize user experience
|
|
45
51
|
- **Support Services**: Provide customer support
|
|
46
52
|
|
|
47
53
|
### Service Improvement
|
|
54
|
+
|
|
48
55
|
- **Product Development**: Improve products and services
|
|
49
56
|
- **Feature Development**: Develop new features
|
|
50
57
|
- **Performance Optimization**: Optimize performance
|
|
@@ -53,12 +60,14 @@ What data Yantra collects and how it's used.
|
|
|
53
60
|
## Data Minimization
|
|
54
61
|
|
|
55
62
|
### Collection Principles
|
|
63
|
+
|
|
56
64
|
- **Necessity**: Collect only necessary data
|
|
57
65
|
- **Purpose Limitation**: Use data for stated purposes
|
|
58
66
|
- **Accuracy**: Ensure data accuracy
|
|
59
67
|
- **Retention**: Limit data retention periods
|
|
60
68
|
|
|
61
69
|
### User Control
|
|
70
|
+
|
|
62
71
|
- **Consent**: Obtain user consent
|
|
63
72
|
- **Transparency**: Be transparent about collection
|
|
64
73
|
- **User Rights**: Respect user data rights
|
|
@@ -5,12 +5,14 @@ Yantra's comprehensive privacy policy and data handling practices.
|
|
|
5
5
|
## Information We Collect
|
|
6
6
|
|
|
7
7
|
### Personal Information
|
|
8
|
+
|
|
8
9
|
- **Account Information**: Name, email, profile details
|
|
9
10
|
- **Usage Data**: Search queries, interaction data
|
|
10
11
|
- **Device Information**: Device type, operating system
|
|
11
12
|
- **Location Data**: General location information
|
|
12
13
|
|
|
13
14
|
### Technical Information
|
|
15
|
+
|
|
14
16
|
- **Log Data**: Server logs, IP addresses
|
|
15
17
|
- **Cookies**: Website cookies and tracking
|
|
16
18
|
- **Analytics**: Usage analytics and metrics
|
|
@@ -19,12 +21,14 @@ Yantra's comprehensive privacy policy and data handling practices.
|
|
|
19
21
|
## How We Use Information
|
|
20
22
|
|
|
21
23
|
### Service Provision
|
|
24
|
+
|
|
22
25
|
- **Search Services**: Provide search functionality
|
|
23
26
|
- **Personalization**: Customize user experience
|
|
24
27
|
- **Account Management**: Manage user accounts
|
|
25
28
|
- **Support Services**: Provide customer support
|
|
26
29
|
|
|
27
30
|
### Service Improvement
|
|
31
|
+
|
|
28
32
|
- **Product Development**: Improve products and services
|
|
29
33
|
- **Analytics**: Analyze usage patterns
|
|
30
34
|
- **Research**: Conduct research and analysis
|
|
@@ -33,12 +37,14 @@ Yantra's comprehensive privacy policy and data handling practices.
|
|
|
33
37
|
## Information Sharing
|
|
34
38
|
|
|
35
39
|
### Third-Party Sharing
|
|
40
|
+
|
|
36
41
|
- **Service Providers**: Trusted service providers
|
|
37
42
|
- **Analytics Partners**: Analytics and research partners
|
|
38
43
|
- **Legal Requirements**: When required by law
|
|
39
44
|
- **Business Transfers**: In case of business transfers
|
|
40
45
|
|
|
41
46
|
### User Control
|
|
47
|
+
|
|
42
48
|
- **Consent**: User consent for sharing
|
|
43
49
|
- **Opt-out Options**: Ability to opt out
|
|
44
50
|
- **Data Portability**: Export personal data
|
|
@@ -47,12 +53,14 @@ Yantra's comprehensive privacy policy and data handling practices.
|
|
|
47
53
|
## Data Security
|
|
48
54
|
|
|
49
55
|
### Security Measures
|
|
56
|
+
|
|
50
57
|
- **Encryption**: Data encryption in transit and at rest
|
|
51
58
|
- **Access Controls**: Restricted access to data
|
|
52
59
|
- **Security Monitoring**: Continuous security monitoring
|
|
53
60
|
- **Incident Response**: Security incident response
|
|
54
61
|
|
|
55
62
|
### Data Protection
|
|
63
|
+
|
|
56
64
|
- **Data Minimization**: Collect only necessary data
|
|
57
65
|
- **Purpose Limitation**: Use data for stated purposes
|
|
58
66
|
- **Retention Limits**: Limit data retention periods
|
|
@@ -61,12 +69,14 @@ Yantra's comprehensive privacy policy and data handling practices.
|
|
|
61
69
|
## User Rights
|
|
62
70
|
|
|
63
71
|
### Data Rights
|
|
72
|
+
|
|
64
73
|
- **Access Rights**: Access to personal data
|
|
65
74
|
- **Correction Rights**: Correct inaccurate data
|
|
66
75
|
- **Deletion Rights**: Delete personal data
|
|
67
76
|
- **Portability Rights**: Export personal data
|
|
68
77
|
|
|
69
78
|
### Privacy Controls
|
|
79
|
+
|
|
70
80
|
- **Privacy Settings**: Control privacy preferences
|
|
71
81
|
- **Data Sharing**: Control data sharing
|
|
72
82
|
- **Marketing**: Control marketing communications
|
|
@@ -5,12 +5,14 @@ Requesting access to your personal data.
|
|
|
5
5
|
## What Data You Can Access
|
|
6
6
|
|
|
7
7
|
### Personal Information
|
|
8
|
+
|
|
8
9
|
- **Account Data**: Account information and profile data
|
|
9
10
|
- **Usage Data**: How you use Yantra services
|
|
10
11
|
- **Search History**: Your search queries and history
|
|
11
12
|
- **Interaction Data**: Your interactions with the platform
|
|
12
13
|
|
|
13
14
|
### Technical Data
|
|
15
|
+
|
|
14
16
|
- **Device Information**: Information about your devices
|
|
15
17
|
- **Location Data**: Location information (if collected)
|
|
16
18
|
- **IP Addresses**: IP address information
|
|
@@ -19,6 +21,7 @@ Requesting access to your personal data.
|
|
|
19
21
|
## How to Request Data Access
|
|
20
22
|
|
|
21
23
|
### Request Process
|
|
24
|
+
|
|
22
25
|
1. **Submit Request**: Submit data access request
|
|
23
26
|
2. **Identity Verification**: Verify your identity
|
|
24
27
|
3. **Request Processing**: Process your request
|
|
@@ -26,6 +29,7 @@ Requesting access to your personal data.
|
|
|
26
29
|
5. **Data Delivery**: Deliver requested data
|
|
27
30
|
|
|
28
31
|
### Request Methods
|
|
32
|
+
|
|
29
33
|
- **Online Form**: Use online request form
|
|
30
34
|
- **Email Request**: Send email request
|
|
31
35
|
- **Support Ticket**: Create support ticket
|
|
@@ -34,12 +38,14 @@ Requesting access to your personal data.
|
|
|
34
38
|
## Data Format Options
|
|
35
39
|
|
|
36
40
|
### Available Formats
|
|
41
|
+
|
|
37
42
|
- **JSON Format**: Machine-readable JSON format
|
|
38
43
|
- **CSV Format**: Spreadsheet-compatible CSV format
|
|
39
44
|
- **PDF Format**: Human-readable PDF format
|
|
40
45
|
- **XML Format**: Structured XML format
|
|
41
46
|
|
|
42
47
|
### Data Organization
|
|
48
|
+
|
|
43
49
|
- **Categorized Data**: Data organized by category
|
|
44
50
|
- **Chronological Order**: Data in chronological order
|
|
45
51
|
- **Searchable Format**: Searchable data format
|
|
@@ -48,12 +54,14 @@ Requesting access to your personal data.
|
|
|
48
54
|
## Processing Timeline
|
|
49
55
|
|
|
50
56
|
### Standard Timeline
|
|
57
|
+
|
|
51
58
|
- **Request Acknowledgment**: Within 24 hours
|
|
52
59
|
- **Processing Time**: Up to 30 days
|
|
53
60
|
- **Data Preparation**: Additional time for preparation
|
|
54
61
|
- **Delivery**: Data delivery within timeline
|
|
55
62
|
|
|
56
63
|
### Expedited Processing
|
|
64
|
+
|
|
57
65
|
- **Urgent Requests**: Expedited processing available
|
|
58
66
|
- **Emergency Access**: Emergency access procedures
|
|
59
67
|
- **Priority Handling**: Priority handling for urgent cases
|
|
@@ -62,12 +70,14 @@ Requesting access to your personal data.
|
|
|
62
70
|
## Data Delivery
|
|
63
71
|
|
|
64
72
|
### Delivery Methods
|
|
73
|
+
|
|
65
74
|
- **Secure Download**: Secure download link
|
|
66
75
|
- **Email Delivery**: Email with encrypted attachment
|
|
67
76
|
- **Physical Media**: Physical media delivery
|
|
68
77
|
- **Cloud Storage**: Cloud storage delivery
|
|
69
78
|
|
|
70
79
|
### Security Measures
|
|
80
|
+
|
|
71
81
|
- **Encryption**: Data encrypted during delivery
|
|
72
82
|
- **Secure Links**: Time-limited secure links
|
|
73
83
|
- **Access Control**: Controlled access to data
|
|
@@ -76,12 +86,14 @@ Requesting access to your personal data.
|
|
|
76
86
|
## Data Interpretation
|
|
77
87
|
|
|
78
88
|
### Understanding Your Data
|
|
89
|
+
|
|
79
90
|
- **Data Dictionary**: Explanation of data fields
|
|
80
91
|
- **Format Guide**: Guide to data formats
|
|
81
92
|
- **Sample Data**: Sample data for reference
|
|
82
93
|
- **Support Resources**: Resources for understanding data
|
|
83
94
|
|
|
84
95
|
### Data Analysis
|
|
96
|
+
|
|
85
97
|
- **Usage Patterns**: Understanding usage patterns
|
|
86
98
|
- **Privacy Insights**: Privacy-related insights
|
|
87
99
|
- **Data Relationships**: Relationships between data
|
|
@@ -5,12 +5,14 @@ Exporting your data for portability.
|
|
|
5
5
|
## What is Data Portability
|
|
6
6
|
|
|
7
7
|
### Definition
|
|
8
|
+
|
|
8
9
|
- **Data Export**: Export your personal data
|
|
9
10
|
- **Machine Readable**: Data in machine-readable format
|
|
10
11
|
- **Structured Format**: Well-structured data format
|
|
11
12
|
- **Complete Data**: Complete dataset export
|
|
12
13
|
|
|
13
14
|
### Benefits
|
|
15
|
+
|
|
14
16
|
- **Service Switching**: Switch between services
|
|
15
17
|
- **Data Backup**: Backup your personal data
|
|
16
18
|
- **Data Analysis**: Analyze your own data
|
|
@@ -19,18 +21,21 @@ Exporting your data for portability.
|
|
|
19
21
|
## Portable Data Types
|
|
20
22
|
|
|
21
23
|
### Account Data
|
|
24
|
+
|
|
22
25
|
- **Profile Information**: Personal profile data
|
|
23
26
|
- **Account Settings**: Account configuration
|
|
24
27
|
- **Preferences**: User preferences and settings
|
|
25
28
|
- **Contact Information**: Contact details
|
|
26
29
|
|
|
27
30
|
### Usage Data
|
|
31
|
+
|
|
28
32
|
- **Search History**: Complete search history
|
|
29
33
|
- **Saved Searches**: All saved searches
|
|
30
34
|
- **Collections**: Research collections
|
|
31
35
|
- **Interaction Data**: Platform interactions
|
|
32
36
|
|
|
33
37
|
### Content Data
|
|
38
|
+
|
|
34
39
|
- **Personal Notes**: Personal notes and annotations
|
|
35
40
|
- **Uploaded Files**: Files you've uploaded
|
|
36
41
|
- **Generated Content**: Content you've created
|
|
@@ -39,6 +44,7 @@ Exporting your data for portability.
|
|
|
39
44
|
## Export Process
|
|
40
45
|
|
|
41
46
|
### Request Process
|
|
47
|
+
|
|
42
48
|
1. **Submit Request**: Submit data portability request
|
|
43
49
|
2. **Identity Verification**: Verify your identity
|
|
44
50
|
3. **Data Collection**: Collect all your data
|
|
@@ -46,6 +52,7 @@ Exporting your data for portability.
|
|
|
46
52
|
5. **Data Delivery**: Deliver portable data
|
|
47
53
|
|
|
48
54
|
### Export Options
|
|
55
|
+
|
|
49
56
|
- **Full Export**: Complete data export
|
|
50
57
|
- **Selective Export**: Export specific data types
|
|
51
58
|
- **Custom Format**: Custom data format
|
|
@@ -54,12 +61,14 @@ Exporting your data for portability.
|
|
|
54
61
|
## Export Formats
|
|
55
62
|
|
|
56
63
|
### Standard Formats
|
|
64
|
+
|
|
57
65
|
- **JSON**: JavaScript Object Notation
|
|
58
66
|
- **CSV**: Comma-separated values
|
|
59
67
|
- **XML**: Extensible Markup Language
|
|
60
68
|
- **SQL**: Structured Query Language
|
|
61
69
|
|
|
62
70
|
### Specialized Formats
|
|
71
|
+
|
|
63
72
|
- **RSS/Atom**: Feed formats
|
|
64
73
|
- **iCalendar**: Calendar format
|
|
65
74
|
- **vCard**: Contact format
|
|
@@ -68,12 +77,14 @@ Exporting your data for portability.
|
|
|
68
77
|
## Data Structure
|
|
69
78
|
|
|
70
79
|
### Organized Data
|
|
80
|
+
|
|
71
81
|
- **Hierarchical Structure**: Well-organized hierarchy
|
|
72
82
|
- **Metadata**: Complete metadata included
|
|
73
83
|
- **Relationships**: Data relationships preserved
|
|
74
84
|
- **Timestamps**: Complete timestamp information
|
|
75
85
|
|
|
76
86
|
### Data Quality
|
|
87
|
+
|
|
77
88
|
- **Data Integrity**: Ensure data integrity
|
|
78
89
|
- **Completeness**: Complete dataset
|
|
79
90
|
- **Accuracy**: Accurate data export
|
|
@@ -82,12 +93,14 @@ Exporting your data for portability.
|
|
|
82
93
|
## Import to Other Services
|
|
83
94
|
|
|
84
95
|
### Compatibility
|
|
96
|
+
|
|
85
97
|
- **Standard Formats**: Use standard data formats
|
|
86
98
|
- **API Integration**: API-based data transfer
|
|
87
99
|
- **Direct Import**: Direct import capabilities
|
|
88
100
|
- **Migration Tools**: Migration assistance tools
|
|
89
101
|
|
|
90
102
|
### Supported Services
|
|
103
|
+
|
|
91
104
|
- **Competing Services**: Import to competing services
|
|
92
105
|
- **Personal Storage**: Import to personal storage
|
|
93
106
|
- **Analysis Tools**: Import to analysis tools
|
|
@@ -96,12 +109,14 @@ Exporting your data for portability.
|
|
|
96
109
|
## Timeline and Support
|
|
97
110
|
|
|
98
111
|
### Processing Timeline
|
|
112
|
+
|
|
99
113
|
- **Request Processing**: Up to 30 days
|
|
100
114
|
- **Data Preparation**: Additional preparation time
|
|
101
115
|
- **Delivery**: Secure delivery
|
|
102
116
|
- **Follow-up**: Follow-up support
|
|
103
117
|
|
|
104
118
|
### Support Resources
|
|
119
|
+
|
|
105
120
|
- **Documentation**: Export documentation
|
|
106
121
|
- **Format Guides**: Format specification guides
|
|
107
122
|
- **Sample Data**: Sample export data
|
|
@@ -5,18 +5,21 @@ How to submit privacy-related requests.
|
|
|
5
5
|
## Types of Privacy Requests
|
|
6
6
|
|
|
7
7
|
### Data Access Requests
|
|
8
|
+
|
|
8
9
|
- **Personal Data Access**: Request access to your personal data
|
|
9
10
|
- **Data Portability**: Export your data in portable format
|
|
10
11
|
- **Data Categories**: Request specific categories of data
|
|
11
12
|
- **Processing Information**: Information about data processing
|
|
12
13
|
|
|
13
14
|
### Data Correction Requests
|
|
15
|
+
|
|
14
16
|
- **Data Accuracy**: Correct inaccurate personal data
|
|
15
17
|
- **Data Updates**: Update outdated information
|
|
16
18
|
- **Data Completion**: Complete incomplete data
|
|
17
19
|
- **Data Verification**: Verify data accuracy
|
|
18
20
|
|
|
19
21
|
### Data Deletion Requests
|
|
22
|
+
|
|
20
23
|
- **Right to Erasure**: Request deletion of personal data
|
|
21
24
|
- **Data Minimization**: Remove unnecessary data
|
|
22
25
|
- **Consent Withdrawal**: Withdraw consent for data processing
|
|
@@ -25,6 +28,7 @@ How to submit privacy-related requests.
|
|
|
25
28
|
## How to Submit Requests
|
|
26
29
|
|
|
27
30
|
### Online Request Form
|
|
31
|
+
|
|
28
32
|
1. **Access Request Form**: Go to privacy request form
|
|
29
33
|
2. **Select Request Type**: Choose type of privacy request
|
|
30
34
|
3. **Provide Details**: Provide required information
|
|
@@ -32,6 +36,7 @@ How to submit privacy-related requests.
|
|
|
32
36
|
5. **Track Progress**: Monitor request progress
|
|
33
37
|
|
|
34
38
|
### Required Information
|
|
39
|
+
|
|
35
40
|
- **Identity Verification**: Verify your identity
|
|
36
41
|
- **Request Details**: Specify what you're requesting
|
|
37
42
|
- **Contact Information**: Provide contact information
|
|
@@ -40,12 +45,14 @@ How to submit privacy-related requests.
|
|
|
40
45
|
## Request Processing
|
|
41
46
|
|
|
42
47
|
### Processing Timeline
|
|
48
|
+
|
|
43
49
|
- **Acknowledgment**: Request acknowledgment within 24 hours
|
|
44
50
|
- **Processing Time**: 30 days for standard requests
|
|
45
51
|
- **Complex Requests**: Up to 60 days for complex requests
|
|
46
52
|
- **Extension Notice**: Notification if extension needed
|
|
47
53
|
|
|
48
54
|
### Verification Process
|
|
55
|
+
|
|
49
56
|
- **Identity Verification**: Verify your identity
|
|
50
57
|
- **Request Validation**: Validate request details
|
|
51
58
|
- **Documentation Review**: Review supporting documents
|
|
@@ -54,12 +61,14 @@ How to submit privacy-related requests.
|
|
|
54
61
|
## Request Outcomes
|
|
55
62
|
|
|
56
63
|
### Approved Requests
|
|
64
|
+
|
|
57
65
|
- **Data Access**: Provide requested data
|
|
58
66
|
- **Data Correction**: Correct inaccurate data
|
|
59
67
|
- **Data Deletion**: Delete requested data
|
|
60
68
|
- **Confirmation**: Confirm completion
|
|
61
69
|
|
|
62
70
|
### Denied Requests
|
|
71
|
+
|
|
63
72
|
- **Denial Reasons**: Explain denial reasons
|
|
64
73
|
- **Appeal Process**: Information about appeals
|
|
65
74
|
- **Alternative Options**: Suggest alternatives
|
|
@@ -68,12 +77,14 @@ How to submit privacy-related requests.
|
|
|
68
77
|
## Privacy Rights
|
|
69
78
|
|
|
70
79
|
### Your Rights
|
|
80
|
+
|
|
71
81
|
- **Right to Access**: Access your personal data
|
|
72
82
|
- **Right to Rectification**: Correct inaccurate data
|
|
73
83
|
- **Right to Erasure**: Delete your personal data
|
|
74
84
|
- **Right to Portability**: Export your data
|
|
75
85
|
|
|
76
86
|
### Additional Rights
|
|
87
|
+
|
|
77
88
|
- **Right to Object**: Object to data processing
|
|
78
89
|
- **Right to Restrict**: Restrict data processing
|
|
79
90
|
- **Right to Withdraw**: Withdraw consent
|
|
@@ -5,18 +5,21 @@ Introduction to Yantra's file upload capabilities.
|
|
|
5
5
|
## Supported File Types
|
|
6
6
|
|
|
7
7
|
### Document Formats
|
|
8
|
+
|
|
8
9
|
- **PDF**: Portable Document Format
|
|
9
10
|
- **Word**: Microsoft Word documents
|
|
10
11
|
- **Text**: Plain text files
|
|
11
12
|
- **Markdown**: Markdown files
|
|
12
13
|
|
|
13
14
|
### Image Formats
|
|
15
|
+
|
|
14
16
|
- **JPEG**: JPEG images
|
|
15
17
|
- **PNG**: PNG images
|
|
16
18
|
- **GIF**: GIF images
|
|
17
19
|
- **SVG**: Scalable Vector Graphics
|
|
18
20
|
|
|
19
21
|
### Other Formats
|
|
22
|
+
|
|
20
23
|
- **CSV**: Comma-separated values
|
|
21
24
|
- **Excel**: Microsoft Excel files
|
|
22
25
|
- **PowerPoint**: PowerPoint presentations
|
|
@@ -25,12 +28,14 @@ Introduction to Yantra's file upload capabilities.
|
|
|
25
28
|
## Upload Process
|
|
26
29
|
|
|
27
30
|
### File Upload Steps
|
|
31
|
+
|
|
28
32
|
1. **Select File**: Choose file to upload
|
|
29
33
|
2. **Upload File**: Upload file to Yantra
|
|
30
34
|
3. **Processing**: File processing and analysis
|
|
31
35
|
4. **Analysis Results**: Review analysis results
|
|
32
36
|
|
|
33
37
|
### Upload Options
|
|
38
|
+
|
|
34
39
|
- **Single Upload**: Upload individual files
|
|
35
40
|
- **Batch Upload**: Upload multiple files
|
|
36
41
|
- **Drag and Drop**: Drag and drop interface
|
|
@@ -39,12 +44,14 @@ Introduction to Yantra's file upload capabilities.
|
|
|
39
44
|
## File Processing
|
|
40
45
|
|
|
41
46
|
### Analysis Features
|
|
47
|
+
|
|
42
48
|
- **Content Extraction**: Extract text content
|
|
43
49
|
- **Image Analysis**: Analyze image content
|
|
44
50
|
- **Data Processing**: Process structured data
|
|
45
51
|
- **Search Integration**: Integrate with search
|
|
46
52
|
|
|
47
53
|
### Processing Options
|
|
54
|
+
|
|
48
55
|
- **Automatic Processing**: Automatic file processing
|
|
49
56
|
- **Manual Processing**: Manual processing control
|
|
50
57
|
- **Custom Processing**: Custom processing rules
|
|
@@ -53,12 +60,14 @@ Introduction to Yantra's file upload capabilities.
|
|
|
53
60
|
## File Management
|
|
54
61
|
|
|
55
62
|
### Storage
|
|
63
|
+
|
|
56
64
|
- **Cloud Storage**: Secure cloud storage
|
|
57
65
|
- **File Organization**: Organize uploaded files
|
|
58
66
|
- **Version Control**: Track file versions
|
|
59
67
|
- **Access Control**: Control file access
|
|
60
68
|
|
|
61
69
|
### Security
|
|
70
|
+
|
|
62
71
|
- **Encryption**: Encrypt uploaded files
|
|
63
72
|
- **Access Control**: Control file access
|
|
64
73
|
- **Audit Logging**: Log file access
|
|
@@ -5,18 +5,21 @@ Complete guide to getting started with Yantra.
|
|
|
5
5
|
## Quick Start
|
|
6
6
|
|
|
7
7
|
### 1. Create Account
|
|
8
|
+
|
|
8
9
|
- Visit Yantra website
|
|
9
10
|
- Click "Sign Up"
|
|
10
11
|
- Enter email and password
|
|
11
12
|
- Verify email address
|
|
12
13
|
|
|
13
14
|
### 2. First Search
|
|
15
|
+
|
|
14
16
|
- Type your question in the search bar
|
|
15
17
|
- Press Enter or click search
|
|
16
18
|
- Review the AI-generated answer
|
|
17
19
|
- Click on citations to explore sources
|
|
18
20
|
|
|
19
21
|
### 3. Explore Features
|
|
22
|
+
|
|
20
23
|
- Try different search modes
|
|
21
24
|
- Save important searches
|
|
22
25
|
- Set up your profile
|
|
@@ -25,12 +28,14 @@ Complete guide to getting started with Yantra.
|
|
|
25
28
|
## Essential Features
|
|
26
29
|
|
|
27
30
|
### Search Modes
|
|
31
|
+
|
|
28
32
|
- **Regular Search**: Standard web search
|
|
29
33
|
- **Pro Search**: Enhanced analysis (Pro users)
|
|
30
34
|
- **Deep Research**: Comprehensive research
|
|
31
35
|
- **Labs**: Experimental features
|
|
32
36
|
|
|
33
37
|
### Account Management
|
|
38
|
+
|
|
34
39
|
- **Profile Setup**: Complete your profile
|
|
35
40
|
- **Preferences**: Customize your experience
|
|
36
41
|
- **Search History**: Access past searches
|
|
@@ -39,12 +44,14 @@ Complete guide to getting started with Yantra.
|
|
|
39
44
|
## Tips for Success
|
|
40
45
|
|
|
41
46
|
### Effective Searching
|
|
47
|
+
|
|
42
48
|
- **Be Specific**: Ask clear, specific questions
|
|
43
49
|
- **Provide Context**: Include relevant background
|
|
44
50
|
- **Use Follow-ups**: Build on previous answers
|
|
45
51
|
- **Explore Citations**: Verify information sources
|
|
46
52
|
|
|
47
53
|
### Organization
|
|
54
|
+
|
|
48
55
|
- **Save Important Searches**: Keep valuable findings
|
|
49
56
|
- **Use Tags**: Organize with custom tags
|
|
50
57
|
- **Create Collections**: Group related searches
|
|
@@ -53,12 +60,14 @@ Complete guide to getting started with Yantra.
|
|
|
53
60
|
## Getting Help
|
|
54
61
|
|
|
55
62
|
### Support Resources
|
|
63
|
+
|
|
56
64
|
- **Help Center**: Comprehensive documentation
|
|
57
65
|
- **Discord Community**: Connect with other users
|
|
58
66
|
- **Support Team**: Direct assistance
|
|
59
67
|
- **Video Tutorials**: Step-by-step guides
|
|
60
68
|
|
|
61
69
|
### Common Questions
|
|
70
|
+
|
|
62
71
|
- **Account Setup**: How to set up your account
|
|
63
72
|
- **Search Tips**: Best practices for searching
|
|
64
73
|
- **Feature Usage**: How to use specific features
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'CRM Integrations'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# CRM Integrations (HubSpot & Salesforce)
|
|
6
|
+
|
|
7
|
+
Yantra integrates with major CRM platforms to automatically manage contacts, deals, activities, and pipeline data — keeping your CRM perpetually accurate.
|
|
8
|
+
|
|
9
|
+
## Supported CRM Platforms
|
|
10
|
+
|
|
11
|
+
### HubSpot
|
|
12
|
+
|
|
13
|
+
Full read and write integration:
|
|
14
|
+
|
|
15
|
+
- Contacts, companies, and deals
|
|
16
|
+
- Activity logging (calls, emails, meetings)
|
|
17
|
+
- Deal stage management
|
|
18
|
+
- Custom properties and workflows
|
|
19
|
+
- Pipeline and forecast data
|
|
20
|
+
|
|
21
|
+
### Salesforce
|
|
22
|
+
|
|
23
|
+
Full read and write integration:
|
|
24
|
+
|
|
25
|
+
- Accounts, contacts, and opportunities
|
|
26
|
+
- Activity logging and task management
|
|
27
|
+
- Opportunity stage management
|
|
28
|
+
- Custom fields and objects
|
|
29
|
+
- Reports and dashboard data
|
|
30
|
+
|
|
31
|
+
## Setup
|
|
32
|
+
|
|
33
|
+
### Connecting Your CRM
|
|
34
|
+
|
|
35
|
+
1. Navigate to **Integrations → HubSpot** or **Salesforce** in your Yantra dashboard
|
|
36
|
+
2. Click **Connect** and complete the OAuth authorization
|
|
37
|
+
3. Select which pipelines and properties to manage
|
|
38
|
+
4. Configure auto-update rules and approval requirements
|
|
39
|
+
|
|
40
|
+
### Permissions
|
|
41
|
+
|
|
42
|
+
- Read access to contacts, deals/opportunities, and activities
|
|
43
|
+
- Write access to update fields, log activities, and manage stages
|
|
44
|
+
- Custom property access for your specific CRM configuration
|
|
45
|
+
|
|
46
|
+
## Automated CRM Management
|
|
47
|
+
|
|
48
|
+
### Activity Logging
|
|
49
|
+
|
|
50
|
+
Every customer interaction detected by your AI employee is logged:
|
|
51
|
+
|
|
52
|
+
- **Emails**: Summarized and logged with key points extracted
|
|
53
|
+
- **Calls**: Transcription summaries logged as call activities
|
|
54
|
+
- **Meetings**: Notes and outcomes logged as meeting activities
|
|
55
|
+
- **Slack conversations**: Relevant customer interactions logged as notes
|
|
56
|
+
|
|
57
|
+
### Deal Stage Updates
|
|
58
|
+
|
|
59
|
+
Your AI employee monitors interactions and updates stages:
|
|
60
|
+
|
|
61
|
+
| Signal Detected | CRM Action |
|
|
62
|
+
| ----------------------- | ------------------------------- |
|
|
63
|
+
| Initial call completed | Create deal, set to "Discovery" |
|
|
64
|
+
| Demo scheduled | Move to "Demo Scheduled" |
|
|
65
|
+
| Proposal sent via email | Move to "Proposal Sent" |
|
|
66
|
+
| Pricing discussed | Move to "Negotiation" |
|
|
67
|
+
| Contract signed | Move to "Closed Won" |
|
|
68
|
+
| 30+ days inactive | Flag as "At Risk" |
|
|
69
|
+
|
|
70
|
+
### Contact Enrichment
|
|
71
|
+
|
|
72
|
+
As interactions occur, contact records are enriched with:
|
|
73
|
+
|
|
74
|
+
- Updated job titles and roles
|
|
75
|
+
- Communication preferences
|
|
76
|
+
- Key concerns and interests
|
|
77
|
+
- Decision-making authority
|
|
78
|
+
- Best contact channel and times
|
|
79
|
+
|
|
80
|
+
### Pipeline Health
|
|
81
|
+
|
|
82
|
+
Your AI employee provides real-time pipeline intelligence:
|
|
83
|
+
|
|
84
|
+
- Confidence scores for each deal based on engagement patterns
|
|
85
|
+
- Forecast adjustments based on actual interaction data
|
|
86
|
+
- Stale deal identification with recommended actions
|
|
87
|
+
- Win/loss pattern analysis from historical data
|
|
88
|
+
|
|
89
|
+
## Configuration
|
|
90
|
+
|
|
91
|
+
### Field Mapping
|
|
92
|
+
|
|
93
|
+
Map your CRM fields to AI employee data:
|
|
94
|
+
|
|
95
|
+
- Standard fields map automatically
|
|
96
|
+
- Custom properties require explicit mapping
|
|
97
|
+
- Picklist values can be configured for stage transitions
|
|
98
|
+
- Required fields are validated before updates
|
|
99
|
+
|
|
100
|
+
### Auto-Update Rules
|
|
101
|
+
|
|
102
|
+
Define which updates execute automatically vs. require approval:
|
|
103
|
+
|
|
104
|
+
- **Auto-execute**: Activity logging, minor field updates
|
|
105
|
+
- **Requires approval**: Deal stage changes, revenue modifications, contact creation
|
|
106
|
+
|
|
107
|
+
### Sync Frequency
|
|
108
|
+
|
|
109
|
+
- **Real-time**: Updates pushed immediately upon detection
|
|
110
|
+
- **Batched**: Updates accumulated and applied at intervals
|
|
111
|
+
- **Manual**: Updates drafted and queued for bulk review
|
|
112
|
+
|
|
113
|
+
## Data Integrity
|
|
114
|
+
|
|
115
|
+
### Conflict Resolution
|
|
116
|
+
|
|
117
|
+
When manual CRM updates conflict with AI employee updates:
|
|
118
|
+
|
|
119
|
+
- Manual updates take precedence
|
|
120
|
+
- AI employee adjusts its understanding based on manual corrections
|
|
121
|
+
- Conflicts are logged for review
|
|
122
|
+
|
|
123
|
+
### Audit Trail
|
|
124
|
+
|
|
125
|
+
Every CRM change made by the AI employee is tracked:
|
|
126
|
+
|
|
127
|
+
- What was changed and the previous value
|
|
128
|
+
- What triggered the change (email, call, Slack message)
|
|
129
|
+
- Timestamp and approval status
|
|
130
|
+
- Links to supporting evidence
|