@adminide-stack/yantra-help-browser 12.0.16-alpha.1 → 12.0.16-alpha.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/lib/components/HelpCenterHeader.d.ts +1 -0
  2. package/lib/components/HelpCenterHeader.d.ts.map +1 -1
  3. package/lib/components/HelpCenterHeader.js +222 -36
  4. package/lib/components/HelpCenterHeader.js.map +1 -1
  5. package/lib/components/SidebarSearch.d.ts +8 -0
  6. package/lib/components/SidebarSearch.d.ts.map +1 -0
  7. package/lib/components/SidebarSearch.js +111 -0
  8. package/lib/components/SidebarSearch.js.map +1 -0
  9. package/lib/pages/ArticlePage/ArticlePage.d.ts +3 -0
  10. package/lib/pages/ArticlePage/ArticlePage.d.ts.map +1 -0
  11. package/lib/pages/ArticlePage/ArticlePage.js +222 -0
  12. package/lib/pages/ArticlePage/ArticlePage.js.map +1 -0
  13. package/lib/pages/ArticlePage/ArticlePageLayout.d.ts +3 -0
  14. package/lib/pages/ArticlePage/ArticlePageLayout.d.ts.map +1 -0
  15. package/lib/pages/ArticlePage/ArticlePageLayout.js +250 -0
  16. package/lib/pages/ArticlePage/ArticlePageLayout.js.map +1 -0
  17. package/lib/pages/ArticlePage/index.d.ts +2 -3
  18. package/lib/pages/ArticlePage/index.d.ts.map +1 -1
  19. package/lib/pages/ArticlePage/index.js +4 -189
  20. package/lib/pages/ArticlePage/index.js.map +1 -1
  21. package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
  22. package/lib/pages/CategoryCollection/index.js +2 -2
  23. package/lib/pages/CategoryCollection/index.js.map +1 -1
  24. package/lib/{content → templates/content}/account-management/account-setup.md +10 -0
  25. package/lib/{content → templates/content}/account-management/delete-account.md +10 -0
  26. package/lib/{content → templates/content}/account-management/preferences.md +10 -0
  27. package/lib/{content → templates/content}/account-management/privacy-settings.md +10 -0
  28. package/lib/{content → templates/content}/account-management/profile-settings.md +8 -0
  29. package/lib/{content → templates/content}/data-privacy/data-collection.md +9 -0
  30. package/lib/{content → templates/content}/data-privacy/privacy-policy.md +10 -0
  31. package/lib/{content → templates/content}/data-subject-privacy/data-access.md +12 -0
  32. package/lib/{content → templates/content}/data-subject-privacy/data-portability.md +15 -0
  33. package/lib/{content → templates/content}/data-subject-privacy/privacy-requests.md +11 -0
  34. package/lib/{content → templates/content}/file-uploads/file-upload-overview.md +9 -0
  35. package/lib/{content → templates/content}/getting-started/getting-started-guide.md +9 -0
  36. package/lib/{content → templates/content}/product-features/ai-models.md +1 -1
  37. package/lib/{content → templates/content}/product-features/collaboration-tools.md +8 -0
  38. package/lib/{content → templates/content}/product-features/conversation-features.md +6 -0
  39. package/lib/{content → templates/content}/product-features/export-features.md +8 -0
  40. package/lib/{content → templates/content}/product-features/follow-up-questions.md +8 -0
  41. package/lib/{content → templates/content}/product-features/real-time-search.md +8 -0
  42. package/lib/{content → templates/content}/product-features/saved-searches.md +8 -0
  43. package/lib/{content → templates/content}/product-features/search-features.md +1 -1
  44. package/lib/{content → templates/content}/product-features/search-history.md +8 -0
  45. package/lib/{content → templates/content}/product-features/source-citations.md +8 -0
  46. package/lib/{content → templates/content}/scope-api/api-overview.md +8 -0
  47. package/lib/{content → templates/content}/search-modes/deep-research.md +8 -0
  48. package/lib/{content → templates/content}/search-modes/labs-features.md +10 -0
  49. package/lib/{content → templates/content}/search-modes/pro-search.md +8 -0
  50. package/lib/{content → templates/content}/search-modes/regular-search.md +8 -0
  51. package/lib/{content → templates/content}/spaces-library/spaces-overview.md +8 -0
  52. package/lib/{content → templates/content}/student-hub/academic-research.md +8 -0
  53. package/lib/{content → templates/content}/student-hub/student-discounts.md +10 -0
  54. package/lib/{content → templates/content}/student-hub/student-overview.md +8 -0
  55. package/lib/{content → templates/content}/student-hub/study-tools.md +8 -0
  56. package/lib/{content → templates/content}/subscription-billing/billing-cycle.md +8 -0
  57. package/lib/{content → templates/content}/subscription-billing/billing-overview.md +6 -0
  58. package/lib/{content → templates/content}/subscription-billing/billing-support.md +8 -0
  59. package/lib/{content → templates/content}/subscription-billing/currency-support.md +10 -0
  60. package/lib/{content → templates/content}/subscription-billing/enterprise-pricing.md +8 -0
  61. package/lib/{content → templates/content}/subscription-billing/invoice-management.md +8 -0
  62. package/lib/{content → templates/content}/subscription-billing/payment-methods.md +9 -0
  63. package/lib/{content → templates/content}/subscription-billing/promotional-offers.md +8 -0
  64. package/lib/{content → templates/content}/subscription-billing/refund-policy.md +10 -0
  65. package/lib/{content → templates/content}/subscription-billing/student-discounts.md +10 -0
  66. package/lib/{content → templates/content}/subscription-billing/tax-information.md +8 -0
  67. package/lib/{content → templates/content}/technical-questions/ai-models-technical.md +10 -0
  68. package/lib/{content → templates/content}/technical-questions/api-technical.md +10 -0
  69. package/lib/{content → templates/content}/technical-questions/data-processing.md +10 -0
  70. package/lib/{content → templates/content}/technical-questions/database-architecture.md +10 -0
  71. package/lib/{content → templates/content}/technical-questions/infrastructure.md +10 -0
  72. package/lib/{content → templates/content}/technical-questions/performance-optimization.md +10 -0
  73. package/lib/{content → templates/content}/technical-questions/search-algorithms.md +10 -0
  74. package/lib/{content → templates/content}/technical-questions/technical-overview.md +10 -0
  75. package/lib/{content → templates/content}/threads/conversation-management.md +8 -0
  76. package/lib/{content → templates/content}/threads/threads-overview.md +8 -0
  77. package/lib/{content → templates/content}/troubleshooting/common-issues.md +8 -0
  78. package/lib/{content → templates/content}/what-is-yantra/getting-started-yantra.md +1 -1
  79. package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
  80. package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
  81. package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
  82. package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
  83. package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
  84. package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
  85. package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
  86. package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
  87. package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
  88. package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
  89. package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
  90. package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
  91. package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
  92. package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
  93. package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
  94. package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
  95. package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
  96. package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
  97. package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
  98. package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
  99. package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
  100. package/lib/utils/docsNavigation.d.ts +9 -0
  101. package/lib/utils/docsNavigation.d.ts.map +1 -0
  102. package/lib/utils/docsNavigation.js +37 -0
  103. package/lib/utils/docsNavigation.js.map +1 -0
  104. package/lib/utils/markdownLoader.d.ts +4 -0
  105. package/lib/utils/markdownLoader.d.ts.map +1 -1
  106. package/lib/utils/markdownLoader.js +110 -327
  107. package/lib/utils/markdownLoader.js.map +1 -1
  108. package/package.json +14 -4
@@ -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
@@ -81,4 +81,4 @@ Pro and Max users can specify which model to use:
81
81
  - **Domain-Specific**: Models trained for specific fields
82
82
  - **Company-Specific**: Custom models for your organization
83
83
  - **Use-Case Specific**: Models optimized for particular tasks
84
- - **Continuous Learning**: Models that improve over time
84
+ - **Continuous Learning**: Models that improve over time
@@ -5,12 +5,14 @@ Share and collaborate on research with team members.
5
5
  ## Sharing Features
6
6
 
7
7
  ### Individual Sharing
8
+
8
9
  - **Share Search Results**: Share specific search results
9
10
  - **Share Conversations**: Share entire conversations
10
11
  - **Share Collections**: Share organized collections
11
12
  - **Share with Comments**: Add context and notes
12
13
 
13
14
  ### Permission Levels
15
+
14
16
  - **View Only**: Read-only access
15
17
  - **Comment Access**: Add comments and feedback
16
18
  - **Edit Access**: Modify shared content
@@ -19,12 +21,14 @@ Share and collaborate on research with team members.
19
21
  ## Team Collaboration
20
22
 
21
23
  ### Team Workspaces
24
+
22
25
  - **Shared Workspaces**: Collaborative work areas
23
26
  - **Project Organization**: Organize by projects
24
27
  - **Role Management**: Assign team roles
25
28
  - **Access Control**: Control team access
26
29
 
27
30
  ### Communication Features
31
+
28
32
  - **Comments System**: Add comments to shared content
29
33
  - **Mention System**: Notify team members
30
34
  - **Discussion Threads**: Organize discussions
@@ -33,12 +37,14 @@ Share and collaborate on research with team members.
33
37
  ## Advanced Collaboration
34
38
 
35
39
  ### Workflow Integration
40
+
36
41
  - **Project Management**: Integrate with project tools
37
42
  - **Task Assignment**: Assign research tasks
38
43
  - **Progress Tracking**: Track research progress
39
44
  - **Deadline Management**: Set and track deadlines
40
45
 
41
46
  ### Knowledge Management
47
+
42
48
  - **Team Knowledge Base**: Build shared knowledge
43
49
  - **Best Practices**: Share research best practices
44
50
  - **Template Library**: Share research templates
@@ -47,12 +53,14 @@ Share and collaborate on research with team members.
47
53
  ## Collaboration Analytics
48
54
 
49
55
  ### Team Insights
56
+
50
57
  - **Usage Analytics**: Track team usage patterns
51
58
  - **Collaboration Metrics**: Measure collaboration effectiveness
52
59
  - **Knowledge Sharing**: Track knowledge sharing
53
60
  - **Performance Metrics**: Measure team performance
54
61
 
55
62
  ### Reporting Features
63
+
56
64
  - **Team Reports**: Generate team reports
57
65
  - **Activity Dashboards**: Visualize team activity
58
66
  - **Export Analytics**: Export collaboration data
@@ -5,12 +5,14 @@ Learn about Yantra's conversational AI capabilities.
5
5
  ## Conversational Interface
6
6
 
7
7
  ### Natural Dialogue
8
+
8
9
  - **Contextual Understanding**: Maintains conversation context
9
10
  - **Follow-up Questions**: Build on previous answers
10
11
  - **Multi-turn Conversations**: Extended dialogue sessions
11
12
  - **Topic Switching**: Seamlessly change topics
12
13
 
13
14
  ### Interactive Elements
15
+
14
16
  - **Clarification Requests**: Ask for more specific information
15
17
  - **Example Requests**: Request examples and demonstrations
16
18
  - **Explanation Levels**: Adjust complexity of explanations
@@ -19,12 +21,14 @@ Learn about Yantra's conversational AI capabilities.
19
21
  ## Conversation Management
20
22
 
21
23
  ### Session Handling
24
+
22
25
  - **Conversation History**: Track all interactions
23
26
  - **Session Persistence**: Maintain context across sessions
24
27
  - **Topic Threading**: Organize related conversations
25
28
  - **Export Conversations**: Save important discussions
26
29
 
27
30
  ### Advanced Features
31
+
28
32
  - **Multi-language Support**: Conversations in multiple languages
29
33
  - **Voice Integration**: Voice-based conversations
30
34
  - **Real-time Updates**: Live conversation updates
@@ -33,12 +37,14 @@ Learn about Yantra's conversational AI capabilities.
33
37
  ## Best Practices
34
38
 
35
39
  ### Effective Conversations
40
+
36
41
  - **Clear Questions**: Ask specific, clear questions
37
42
  - **Provide Context**: Give background information
38
43
  - **Use Examples**: Include relevant examples
39
44
  - **Follow Up**: Ask clarifying questions
40
45
 
41
46
  ### Conversation Tips
47
+
42
48
  - **Stay Focused**: Keep conversations on topic
43
49
  - **Be Patient**: Allow time for complex responses
44
50
  - **Use Feedback**: Provide feedback on responses
@@ -5,12 +5,14 @@ Export your research and findings in various formats.
5
5
  ## Export Formats
6
6
 
7
7
  ### Document Formats
8
+
8
9
  - **PDF**: Professional document format
9
10
  - **Word**: Editable document format
10
11
  - **Markdown**: Plain text with formatting
11
12
  - **HTML**: Web-ready format
12
13
 
13
14
  ### Data Formats
15
+
14
16
  - **JSON**: Structured data format
15
17
  - **CSV**: Spreadsheet-compatible format
16
18
  - **XML**: Structured markup format
@@ -19,12 +21,14 @@ Export your research and findings in various formats.
19
21
  ## Export Options
20
22
 
21
23
  ### Content Selection
24
+
22
25
  - **Full Results**: Export complete search results
23
26
  - **Selected Sections**: Choose specific parts
24
27
  - **Citations Only**: Export just the sources
25
28
  - **Summary Only**: Export condensed version
26
29
 
27
30
  ### Customization
31
+
28
32
  - **Formatting Options**: Customize appearance
29
33
  - **Include Metadata**: Add search metadata
30
34
  - **Custom Templates**: Use predefined templates
@@ -33,12 +37,14 @@ Export your research and findings in various formats.
33
37
  ## Advanced Export Features
34
38
 
35
39
  ### Batch Export
40
+
36
41
  - **Multiple Searches**: Export multiple searches at once
37
42
  - **Collection Export**: Export entire collections
38
43
  - **Scheduled Exports**: Automate regular exports
39
44
  - **Bulk Operations**: Process large numbers of exports
40
45
 
41
46
  ### Integration Features
47
+
42
48
  - **API Export**: Programmatic export access
43
49
  - **Cloud Storage**: Direct cloud storage integration
44
50
  - **Email Integration**: Email exports directly
@@ -47,12 +53,14 @@ Export your research and findings in various formats.
47
53
  ## Export Management
48
54
 
49
55
  ### Export History
56
+
50
57
  - **Export Log**: Track all exports
51
58
  - **Download Links**: Access previous exports
52
59
  - **Export Analytics**: Understand export patterns
53
60
  - **Storage Management**: Manage export storage
54
61
 
55
62
  ### Quality Control
63
+
56
64
  - **Preview Before Export**: Review before exporting
57
65
  - **Format Validation**: Ensure format compatibility
58
66
  - **Content Verification**: Verify export completeness