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

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 (231) hide show
  1. package/LICENSE +21 -0
  2. package/lib/components/HelpCenterFooter.d.ts +3 -0
  3. package/lib/components/HelpCenterFooter.d.ts.map +1 -0
  4. package/lib/components/HelpCenterFooter.js +98 -0
  5. package/lib/components/HelpCenterFooter.js.map +1 -0
  6. package/lib/components/HelpCenterHeader.d.ts +7 -0
  7. package/lib/components/HelpCenterHeader.d.ts.map +1 -0
  8. package/lib/components/HelpCenterHeader.js +80 -0
  9. package/lib/components/HelpCenterHeader.js.map +1 -0
  10. package/lib/components/Logo.d.ts +4 -0
  11. package/lib/components/Logo.d.ts.map +1 -0
  12. package/lib/components/Logo.js +105 -0
  13. package/lib/components/Logo.js.map +1 -0
  14. package/lib/components/navbar/index.d.ts +7 -0
  15. package/lib/components/navbar/index.d.ts.map +1 -0
  16. package/lib/components/navbar/index.js +77 -0
  17. package/lib/components/navbar/index.js.map +1 -0
  18. package/lib/compute.d.ts +5 -0
  19. package/lib/compute.d.ts.map +1 -0
  20. package/lib/compute.js +59 -0
  21. package/lib/compute.js.map +1 -0
  22. package/lib/config.d.ts +43 -0
  23. package/lib/config.d.ts.map +1 -0
  24. package/lib/content/account-management/account-setup.md +74 -0
  25. package/lib/content/account-management/delete-account.md +74 -0
  26. package/lib/content/account-management/preferences.md +73 -0
  27. package/lib/content/account-management/privacy-settings.md +73 -0
  28. package/lib/content/account-management/profile-settings.md +59 -0
  29. package/lib/content/data-privacy/data-collection.md +65 -0
  30. package/lib/content/data-privacy/privacy-policy.md +73 -0
  31. package/lib/content/data-subject-privacy/data-access.md +88 -0
  32. package/lib/content/data-subject-privacy/data-portability.md +108 -0
  33. package/lib/content/data-subject-privacy/privacy-requests.md +80 -0
  34. package/lib/content/file-uploads/file-upload-overview.md +65 -0
  35. package/lib/content/getting-started/getting-started-guide.md +65 -0
  36. package/lib/content/product-features/ai-models.md +84 -0
  37. package/lib/content/product-features/collaboration-tools.md +59 -0
  38. package/lib/content/product-features/conversation-features.md +45 -0
  39. package/lib/content/product-features/export-features.md +59 -0
  40. package/lib/content/product-features/follow-up-questions.md +59 -0
  41. package/lib/content/product-features/real-time-search.md +59 -0
  42. package/lib/content/product-features/saved-searches.md +59 -0
  43. package/lib/content/product-features/search-features.md +64 -0
  44. package/lib/content/product-features/search-history.md +59 -0
  45. package/lib/content/product-features/source-citations.md +59 -0
  46. package/lib/content/scope-api/api-overview.md +59 -0
  47. package/lib/content/search-modes/deep-research.md +60 -0
  48. package/lib/content/search-modes/labs-features.md +73 -0
  49. package/lib/content/search-modes/pro-search.md +59 -0
  50. package/lib/content/search-modes/regular-search.md +60 -0
  51. package/lib/content/spaces-library/spaces-overview.md +60 -0
  52. package/lib/content/student-hub/academic-research.md +61 -0
  53. package/lib/content/student-hub/student-discounts.md +74 -0
  54. package/lib/content/student-hub/student-overview.md +59 -0
  55. package/lib/content/student-hub/study-tools.md +59 -0
  56. package/lib/content/subscription-billing/billing-cycle.md +61 -0
  57. package/lib/content/subscription-billing/billing-overview.md +45 -0
  58. package/lib/content/subscription-billing/billing-support.md +59 -0
  59. package/lib/content/subscription-billing/currency-support.md +73 -0
  60. package/lib/content/subscription-billing/enterprise-pricing.md +60 -0
  61. package/lib/content/subscription-billing/invoice-management.md +59 -0
  62. package/lib/content/subscription-billing/payment-methods.md +67 -0
  63. package/lib/content/subscription-billing/promotional-offers.md +61 -0
  64. package/lib/content/subscription-billing/refund-policy.md +75 -0
  65. package/lib/content/subscription-billing/student-discounts.md +74 -0
  66. package/lib/content/subscription-billing/tax-information.md +59 -0
  67. package/lib/content/technical-questions/ai-models-technical.md +73 -0
  68. package/lib/content/technical-questions/api-technical.md +73 -0
  69. package/lib/content/technical-questions/data-processing.md +73 -0
  70. package/lib/content/technical-questions/database-architecture.md +73 -0
  71. package/lib/content/technical-questions/infrastructure.md +73 -0
  72. package/lib/content/technical-questions/performance-optimization.md +73 -0
  73. package/lib/content/technical-questions/search-algorithms.md +73 -0
  74. package/lib/content/technical-questions/technical-overview.md +73 -0
  75. package/lib/content/threads/conversation-management.md +59 -0
  76. package/lib/content/threads/threads-overview.md +60 -0
  77. package/lib/content/troubleshooting/common-issues.md +59 -0
  78. package/lib/content/what-is-yantra/getting-started-yantra.md +84 -0
  79. package/lib/content/what-is-yantra/how-yantra-works.md +38 -0
  80. package/lib/content/what-is-yantra/practical-tips-yantra.md +64 -0
  81. package/lib/content/what-is-yantra/what-is-yantra-intro.md +32 -0
  82. package/lib/content/what-is-yantra/yantra-discord-community.md +56 -0
  83. package/lib/content/yantra-assistant/android-app.md +73 -0
  84. package/lib/content/yantra-assistant/ios-app.md +74 -0
  85. package/lib/content/yantra-assistant/mobile-app-overview.md +60 -0
  86. package/lib/content/yantra-assistant/voice-assistant.md +73 -0
  87. package/lib/content/yantra-enterprise/admin-dashboard.md +73 -0
  88. package/lib/content/yantra-enterprise/custom-branding.md +74 -0
  89. package/lib/content/yantra-enterprise/dedicated-support.md +73 -0
  90. package/lib/content/yantra-enterprise/enterprise-overview.md +60 -0
  91. package/lib/content/yantra-enterprise/sso-integration.md +74 -0
  92. package/lib/content/yantra-enterprise/user-management.md +73 -0
  93. package/lib/content/yantra-pro-max/billing-management.md +97 -0
  94. package/lib/content/yantra-pro-max/cancellation-refund.md +93 -0
  95. package/lib/content/yantra-pro-max/pro-pricing.md +53 -0
  96. package/lib/content/yantra-pro-max/subscription-benefits.md +61 -0
  97. package/lib/content/yantra-pro-max/upgrade-process.md +91 -0
  98. package/lib/content/yantra-pro-max/yantra-max-features.md +48 -0
  99. package/lib/content/yantra-pro-max/yantra-pro-overview.md +47 -0
  100. package/lib/index.d.ts +4 -0
  101. package/lib/index.d.ts.map +1 -0
  102. package/lib/index.js +2 -0
  103. package/lib/index.js.map +1 -0
  104. package/lib/module.d.ts +4 -0
  105. package/lib/module.d.ts.map +1 -0
  106. package/lib/module.js +13 -0
  107. package/lib/module.js.map +1 -0
  108. package/lib/pages/ArticlePage/index.d.ts +4 -0
  109. package/lib/pages/ArticlePage/index.d.ts.map +1 -0
  110. package/lib/pages/ArticlePage/index.js +190 -0
  111. package/lib/pages/ArticlePage/index.js.map +1 -0
  112. package/lib/pages/CategoryCollection/index.d.ts +4 -0
  113. package/lib/pages/CategoryCollection/index.d.ts.map +1 -0
  114. package/lib/pages/CategoryCollection/index.js +121 -0
  115. package/lib/pages/CategoryCollection/index.js.map +1 -0
  116. package/lib/pages/GetStarted/components/ExampleCard.d.ts +10 -0
  117. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -0
  118. package/lib/pages/GetStarted/components/GetStartedHero.d.ts +8 -0
  119. package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -0
  120. package/lib/pages/GetStarted/components/InfoSection.d.ts +11 -0
  121. package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -0
  122. package/lib/pages/GetStarted/components/TipCard.d.ts +10 -0
  123. package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -0
  124. package/lib/pages/GetStarted/components/UseCase.d.ts +13 -0
  125. package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -0
  126. package/lib/pages/GetStarted/index.d.ts +3 -0
  127. package/lib/pages/GetStarted/index.d.ts.map +1 -0
  128. package/lib/pages/GetStarted/index.js +776 -0
  129. package/lib/pages/GetStarted/index.js.map +1 -0
  130. package/lib/pages/HelpCenter/components/BookStack.d.ts +3 -0
  131. package/lib/pages/HelpCenter/components/BookStack.d.ts.map +1 -0
  132. package/lib/pages/HelpCenter/components/BookStack.js +36 -0
  133. package/lib/pages/HelpCenter/components/BookStack.js.map +1 -0
  134. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +21 -0
  135. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -0
  136. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +84 -0
  137. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -0
  138. package/lib/pages/HelpCenter/components/Icons.d.ts +22 -0
  139. package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -0
  140. package/lib/pages/HelpCenter/components/Icons.js +342 -0
  141. package/lib/pages/HelpCenter/components/Icons.js.map +1 -0
  142. package/lib/pages/HelpCenter/components/PopularArticle.d.ts +8 -0
  143. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -0
  144. package/lib/pages/HelpCenter/components/PopularArticle.js +51 -0
  145. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -0
  146. package/lib/pages/HelpCenter/index.d.ts +4 -0
  147. package/lib/pages/HelpCenter/index.d.ts.map +1 -0
  148. package/lib/pages/HelpCenter/index.js +71 -0
  149. package/lib/pages/HelpCenter/index.js.map +1 -0
  150. package/lib/pages/HelpCenter/mockData.d.ts +8 -0
  151. package/lib/pages/HelpCenter/mockData.d.ts.map +1 -0
  152. package/lib/pages/HelpCenter/mockData.js +13 -0
  153. package/lib/pages/HelpCenter/mockData.js.map +1 -0
  154. package/lib/pages/LandingPage/components/ArticleCard.d.ts +11 -0
  155. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -0
  156. package/lib/pages/LandingPage/components/ArticleCard.js +29 -0
  157. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -0
  158. package/lib/pages/LandingPage/components/Assets.d.ts +15 -0
  159. package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -0
  160. package/lib/pages/LandingPage/components/Assets.js +14 -0
  161. package/lib/pages/LandingPage/components/Assets.js.map +1 -0
  162. package/lib/pages/LandingPage/components/CategoriesSection.d.ts +16 -0
  163. package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -0
  164. package/lib/pages/LandingPage/components/CategoriesSection.js +31 -0
  165. package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -0
  166. package/lib/pages/LandingPage/components/CategoryCard.d.ts +11 -0
  167. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -0
  168. package/lib/pages/LandingPage/components/CategoryCard.js +25 -0
  169. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -0
  170. package/lib/pages/LandingPage/components/FeaturedSection.d.ts +15 -0
  171. package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -0
  172. package/lib/pages/LandingPage/components/FeaturedSection.js +24 -0
  173. package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -0
  174. package/lib/pages/LandingPage/components/HeroSection.d.ts +9 -0
  175. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -0
  176. package/lib/pages/LandingPage/components/HeroSection.js +46 -0
  177. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -0
  178. package/lib/pages/LandingPage/components/Icons.d.ts +14 -0
  179. package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -0
  180. package/lib/pages/LandingPage/components/Icons.js +174 -0
  181. package/lib/pages/LandingPage/components/Icons.js.map +1 -0
  182. package/lib/pages/LandingPage/components/ResourceCard.d.ts +12 -0
  183. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -0
  184. package/lib/pages/LandingPage/components/ResourceCard.js +30 -0
  185. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -0
  186. package/lib/pages/LandingPage/components/ResourcesSection.d.ts +18 -0
  187. package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -0
  188. package/lib/pages/LandingPage/components/ResourcesSection.js +26 -0
  189. package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -0
  190. package/lib/pages/LandingPage/components/SearchBar.d.ts +8 -0
  191. package/lib/pages/LandingPage/components/SearchBar.d.ts.map +1 -0
  192. package/lib/pages/LandingPage/components/SearchBar.js +58 -0
  193. package/lib/pages/LandingPage/components/SearchBar.js.map +1 -0
  194. package/lib/pages/LandingPage/index.d.ts +3 -0
  195. package/lib/pages/LandingPage/index.d.ts.map +1 -0
  196. package/lib/pages/LandingPage/index.js +209 -0
  197. package/lib/pages/LandingPage/index.js.map +1 -0
  198. package/lib/routes.json +58 -0
  199. package/lib/slot-fill/FooterFill.d.ts +3 -0
  200. package/lib/slot-fill/FooterFill.d.ts.map +1 -0
  201. package/lib/slot-fill/FooterFill.js +12 -0
  202. package/lib/slot-fill/FooterFill.js.map +1 -0
  203. package/lib/slot-fill/HeaderSearchButtonFill.d.ts +3 -0
  204. package/lib/slot-fill/HeaderSearchButtonFill.d.ts.map +1 -0
  205. package/lib/slot-fill/LogoFill.d.ts +5 -0
  206. package/lib/slot-fill/LogoFill.d.ts.map +1 -0
  207. package/lib/slot-fill/LogoFill.js +74 -0
  208. package/lib/slot-fill/LogoFill.js.map +1 -0
  209. package/lib/slot-fill/RightContentFill.d.ts +3 -0
  210. package/lib/slot-fill/RightContentFill.d.ts.map +1 -0
  211. package/lib/slot-fill/RightContentFill.js +14 -0
  212. package/lib/slot-fill/RightContentFill.js.map +1 -0
  213. package/lib/slot-fill/SearchBarFill.d.ts +4 -0
  214. package/lib/slot-fill/SearchBarFill.d.ts.map +1 -0
  215. package/lib/slot-fill/consts.d.ts +5 -0
  216. package/lib/slot-fill/consts.d.ts.map +1 -0
  217. package/lib/slot-fill/consts.js +2 -0
  218. package/lib/slot-fill/consts.js.map +1 -0
  219. package/lib/slot-fill/index.d.ts +6 -0
  220. package/lib/slot-fill/index.d.ts.map +1 -0
  221. package/lib/utils/helpCenterUtils.d.ts +26 -0
  222. package/lib/utils/helpCenterUtils.d.ts.map +1 -0
  223. package/lib/utils/index.d.ts +3 -0
  224. package/lib/utils/index.d.ts.map +1 -0
  225. package/lib/utils/index.js +3 -0
  226. package/lib/utils/index.js.map +1 -0
  227. package/lib/utils/markdownLoader.d.ts +32 -0
  228. package/lib/utils/markdownLoader.d.ts.map +1 -0
  229. package/lib/utils/markdownLoader.js +1287 -0
  230. package/lib/utils/markdownLoader.js.map +1 -0
  231. package/package.json +58 -0
@@ -0,0 +1,65 @@
1
+ # File Upload Overview
2
+
3
+ Introduction to Yantra's file upload capabilities.
4
+
5
+ ## Supported File Types
6
+
7
+ ### Document Formats
8
+ - **PDF**: Portable Document Format
9
+ - **Word**: Microsoft Word documents
10
+ - **Text**: Plain text files
11
+ - **Markdown**: Markdown files
12
+
13
+ ### Image Formats
14
+ - **JPEG**: JPEG images
15
+ - **PNG**: PNG images
16
+ - **GIF**: GIF images
17
+ - **SVG**: Scalable Vector Graphics
18
+
19
+ ### Other Formats
20
+ - **CSV**: Comma-separated values
21
+ - **Excel**: Microsoft Excel files
22
+ - **PowerPoint**: PowerPoint presentations
23
+ - **HTML**: HTML files
24
+
25
+ ## Upload Process
26
+
27
+ ### File Upload Steps
28
+ 1. **Select File**: Choose file to upload
29
+ 2. **Upload File**: Upload file to Yantra
30
+ 3. **Processing**: File processing and analysis
31
+ 4. **Analysis Results**: Review analysis results
32
+
33
+ ### Upload Options
34
+ - **Single Upload**: Upload individual files
35
+ - **Batch Upload**: Upload multiple files
36
+ - **Drag and Drop**: Drag and drop interface
37
+ - **API Upload**: Programmatic file upload
38
+
39
+ ## File Processing
40
+
41
+ ### Analysis Features
42
+ - **Content Extraction**: Extract text content
43
+ - **Image Analysis**: Analyze image content
44
+ - **Data Processing**: Process structured data
45
+ - **Search Integration**: Integrate with search
46
+
47
+ ### Processing Options
48
+ - **Automatic Processing**: Automatic file processing
49
+ - **Manual Processing**: Manual processing control
50
+ - **Custom Processing**: Custom processing rules
51
+ - **Batch Processing**: Process multiple files
52
+
53
+ ## File Management
54
+
55
+ ### Storage
56
+ - **Cloud Storage**: Secure cloud storage
57
+ - **File Organization**: Organize uploaded files
58
+ - **Version Control**: Track file versions
59
+ - **Access Control**: Control file access
60
+
61
+ ### Security
62
+ - **Encryption**: Encrypt uploaded files
63
+ - **Access Control**: Control file access
64
+ - **Audit Logging**: Log file access
65
+ - **Compliance**: Meet compliance requirements
@@ -0,0 +1,65 @@
1
+ # Getting Started Guide
2
+
3
+ Complete guide to getting started with Yantra.
4
+
5
+ ## Quick Start
6
+
7
+ ### 1. Create Account
8
+ - Visit Yantra website
9
+ - Click "Sign Up"
10
+ - Enter email and password
11
+ - Verify email address
12
+
13
+ ### 2. First Search
14
+ - Type your question in the search bar
15
+ - Press Enter or click search
16
+ - Review the AI-generated answer
17
+ - Click on citations to explore sources
18
+
19
+ ### 3. Explore Features
20
+ - Try different search modes
21
+ - Save important searches
22
+ - Set up your profile
23
+ - Explore advanced features
24
+
25
+ ## Essential Features
26
+
27
+ ### Search Modes
28
+ - **Regular Search**: Standard web search
29
+ - **Pro Search**: Enhanced analysis (Pro users)
30
+ - **Deep Research**: Comprehensive research
31
+ - **Labs**: Experimental features
32
+
33
+ ### Account Management
34
+ - **Profile Setup**: Complete your profile
35
+ - **Preferences**: Customize your experience
36
+ - **Search History**: Access past searches
37
+ - **Saved Searches**: Organize important findings
38
+
39
+ ## Tips for Success
40
+
41
+ ### Effective Searching
42
+ - **Be Specific**: Ask clear, specific questions
43
+ - **Provide Context**: Include relevant background
44
+ - **Use Follow-ups**: Build on previous answers
45
+ - **Explore Citations**: Verify information sources
46
+
47
+ ### Organization
48
+ - **Save Important Searches**: Keep valuable findings
49
+ - **Use Tags**: Organize with custom tags
50
+ - **Create Collections**: Group related searches
51
+ - **Export Results**: Save findings in various formats
52
+
53
+ ## Getting Help
54
+
55
+ ### Support Resources
56
+ - **Help Center**: Comprehensive documentation
57
+ - **Discord Community**: Connect with other users
58
+ - **Support Team**: Direct assistance
59
+ - **Video Tutorials**: Step-by-step guides
60
+
61
+ ### Common Questions
62
+ - **Account Setup**: How to set up your account
63
+ - **Search Tips**: Best practices for searching
64
+ - **Feature Usage**: How to use specific features
65
+ - **Troubleshooting**: Common problem solutions
@@ -0,0 +1,84 @@
1
+ # AI Models Integration
2
+
3
+ Yantra integrates multiple cutting-edge AI models to provide the best possible answers.
4
+
5
+ ## Supported AI Models
6
+
7
+ ### OpenAI Models
8
+
9
+ - **GPT-4**: Latest and most advanced GPT model
10
+ - **GPT-3.5**: Fast and efficient for most queries
11
+ - **GPT-3**: Reliable baseline model
12
+ - **Custom Models**: Fine-tuned for specific use cases
13
+
14
+ ### Anthropic Models
15
+
16
+ - **Claude**: Advanced reasoning and analysis
17
+ - **Claude Instant**: Fast responses for simple queries
18
+ - **Custom Claude**: Specialized versions for specific needs
19
+
20
+ ### Other Models
21
+
22
+ - **Custom Models**: Yantra-specific models
23
+ - **Specialized Models**: Models trained for specific domains
24
+ - **Multimodal Models**: Handle text, images, and more
25
+ - **Code Models**: Specialized for programming questions
26
+
27
+ ## Model Selection
28
+
29
+ ### Automatic Selection
30
+
31
+ Yantra automatically selects the best model for your query:
32
+
33
+ - **Simple Questions**: GPT-3.5 or Claude Instant
34
+ - **Complex Analysis**: GPT-4 or Claude
35
+ - **Specialized Topics**: Custom models
36
+ - **Code Questions**: Code-specialized models
37
+
38
+ ### Manual Selection
39
+
40
+ Pro and Max users can specify which model to use:
41
+
42
+ - **Performance**: Choose based on speed vs quality
43
+ - **Specialization**: Select models for specific domains
44
+ - **Consistency**: Use the same model for related queries
45
+ - **Experimentation**: Try different models for comparison
46
+
47
+ ## Model Capabilities
48
+
49
+ ### Text Generation
50
+
51
+ - **Natural Language**: Human-like responses
52
+ - **Structured Output**: Formatted answers
53
+ - **Multiple Formats**: Lists, tables, code blocks
54
+ - **Multilingual**: Support for many languages
55
+
56
+ ### Analysis and Reasoning
57
+
58
+ - **Logical Reasoning**: Step-by-step analysis
59
+ - **Critical Thinking**: Evaluation of arguments
60
+ - **Pattern Recognition**: Identifying trends and patterns
61
+ - **Problem Solving**: Systematic approach to problems
62
+
63
+ ### Specialized Capabilities
64
+
65
+ - **Code Generation**: Programming assistance
66
+ - **Mathematical Analysis**: Complex calculations
67
+ - **Scientific Research**: Academic-level analysis
68
+ - **Creative Writing**: Storytelling and content creation
69
+
70
+ ## Model Updates
71
+
72
+ ### Regular Updates
73
+
74
+ - **New Versions**: Access to latest model versions
75
+ - **Performance Improvements**: Better speed and accuracy
76
+ - **New Features**: Additional capabilities
77
+ - **Bug Fixes**: Resolved issues and improvements
78
+
79
+ ### Custom Training
80
+
81
+ - **Domain-Specific**: Models trained for specific fields
82
+ - **Company-Specific**: Custom models for your organization
83
+ - **Use-Case Specific**: Models optimized for particular tasks
84
+ - **Continuous Learning**: Models that improve over time
@@ -0,0 +1,59 @@
1
+ # Collaboration Tools
2
+
3
+ Share and collaborate on research with team members.
4
+
5
+ ## Sharing Features
6
+
7
+ ### Individual Sharing
8
+ - **Share Search Results**: Share specific search results
9
+ - **Share Conversations**: Share entire conversations
10
+ - **Share Collections**: Share organized collections
11
+ - **Share with Comments**: Add context and notes
12
+
13
+ ### Permission Levels
14
+ - **View Only**: Read-only access
15
+ - **Comment Access**: Add comments and feedback
16
+ - **Edit Access**: Modify shared content
17
+ - **Admin Access**: Full management control
18
+
19
+ ## Team Collaboration
20
+
21
+ ### Team Workspaces
22
+ - **Shared Workspaces**: Collaborative work areas
23
+ - **Project Organization**: Organize by projects
24
+ - **Role Management**: Assign team roles
25
+ - **Access Control**: Control team access
26
+
27
+ ### Communication Features
28
+ - **Comments System**: Add comments to shared content
29
+ - **Mention System**: Notify team members
30
+ - **Discussion Threads**: Organize discussions
31
+ - **Real-time Updates**: Live collaboration updates
32
+
33
+ ## Advanced Collaboration
34
+
35
+ ### Workflow Integration
36
+ - **Project Management**: Integrate with project tools
37
+ - **Task Assignment**: Assign research tasks
38
+ - **Progress Tracking**: Track research progress
39
+ - **Deadline Management**: Set and track deadlines
40
+
41
+ ### Knowledge Management
42
+ - **Team Knowledge Base**: Build shared knowledge
43
+ - **Best Practices**: Share research best practices
44
+ - **Template Library**: Share research templates
45
+ - **Training Resources**: Provide team training
46
+
47
+ ## Collaboration Analytics
48
+
49
+ ### Team Insights
50
+ - **Usage Analytics**: Track team usage patterns
51
+ - **Collaboration Metrics**: Measure collaboration effectiveness
52
+ - **Knowledge Sharing**: Track knowledge sharing
53
+ - **Performance Metrics**: Measure team performance
54
+
55
+ ### Reporting Features
56
+ - **Team Reports**: Generate team reports
57
+ - **Activity Dashboards**: Visualize team activity
58
+ - **Export Analytics**: Export collaboration data
59
+ - **Custom Reports**: Create custom reports
@@ -0,0 +1,45 @@
1
+ # Conversation Features
2
+
3
+ Learn about Yantra's conversational AI capabilities.
4
+
5
+ ## Conversational Interface
6
+
7
+ ### Natural Dialogue
8
+ - **Contextual Understanding**: Maintains conversation context
9
+ - **Follow-up Questions**: Build on previous answers
10
+ - **Multi-turn Conversations**: Extended dialogue sessions
11
+ - **Topic Switching**: Seamlessly change topics
12
+
13
+ ### Interactive Elements
14
+ - **Clarification Requests**: Ask for more specific information
15
+ - **Example Requests**: Request examples and demonstrations
16
+ - **Explanation Levels**: Adjust complexity of explanations
17
+ - **Visual Elements**: Support for images and diagrams
18
+
19
+ ## Conversation Management
20
+
21
+ ### Session Handling
22
+ - **Conversation History**: Track all interactions
23
+ - **Session Persistence**: Maintain context across sessions
24
+ - **Topic Threading**: Organize related conversations
25
+ - **Export Conversations**: Save important discussions
26
+
27
+ ### Advanced Features
28
+ - **Multi-language Support**: Conversations in multiple languages
29
+ - **Voice Integration**: Voice-based conversations
30
+ - **Real-time Updates**: Live conversation updates
31
+ - **Collaborative Sessions**: Share conversations with others
32
+
33
+ ## Best Practices
34
+
35
+ ### Effective Conversations
36
+ - **Clear Questions**: Ask specific, clear questions
37
+ - **Provide Context**: Give background information
38
+ - **Use Examples**: Include relevant examples
39
+ - **Follow Up**: Ask clarifying questions
40
+
41
+ ### Conversation Tips
42
+ - **Stay Focused**: Keep conversations on topic
43
+ - **Be Patient**: Allow time for complex responses
44
+ - **Use Feedback**: Provide feedback on responses
45
+ - **Explore Topics**: Dive deeper into interesting areas
@@ -0,0 +1,59 @@
1
+ # Export Features
2
+
3
+ Export your research and findings in various formats.
4
+
5
+ ## Export Formats
6
+
7
+ ### Document Formats
8
+ - **PDF**: Professional document format
9
+ - **Word**: Editable document format
10
+ - **Markdown**: Plain text with formatting
11
+ - **HTML**: Web-ready format
12
+
13
+ ### Data Formats
14
+ - **JSON**: Structured data format
15
+ - **CSV**: Spreadsheet-compatible format
16
+ - **XML**: Structured markup format
17
+ - **Plain Text**: Simple text format
18
+
19
+ ## Export Options
20
+
21
+ ### Content Selection
22
+ - **Full Results**: Export complete search results
23
+ - **Selected Sections**: Choose specific parts
24
+ - **Citations Only**: Export just the sources
25
+ - **Summary Only**: Export condensed version
26
+
27
+ ### Customization
28
+ - **Formatting Options**: Customize appearance
29
+ - **Include Metadata**: Add search metadata
30
+ - **Custom Templates**: Use predefined templates
31
+ - **Branding Options**: Add your branding
32
+
33
+ ## Advanced Export Features
34
+
35
+ ### Batch Export
36
+ - **Multiple Searches**: Export multiple searches at once
37
+ - **Collection Export**: Export entire collections
38
+ - **Scheduled Exports**: Automate regular exports
39
+ - **Bulk Operations**: Process large numbers of exports
40
+
41
+ ### Integration Features
42
+ - **API Export**: Programmatic export access
43
+ - **Cloud Storage**: Direct cloud storage integration
44
+ - **Email Integration**: Email exports directly
45
+ - **Workflow Integration**: Connect to other tools
46
+
47
+ ## Export Management
48
+
49
+ ### Export History
50
+ - **Export Log**: Track all exports
51
+ - **Download Links**: Access previous exports
52
+ - **Export Analytics**: Understand export patterns
53
+ - **Storage Management**: Manage export storage
54
+
55
+ ### Quality Control
56
+ - **Preview Before Export**: Review before exporting
57
+ - **Format Validation**: Ensure format compatibility
58
+ - **Content Verification**: Verify export completeness
59
+ - **Error Handling**: Handle export errors gracefully
@@ -0,0 +1,59 @@
1
+ # Follow-up Questions
2
+
3
+ How to use follow-up questions for deeper understanding.
4
+
5
+ ## Follow-up Strategies
6
+
7
+ ### Building on Answers
8
+ - **Clarification**: Ask for more specific details
9
+ - **Examples**: Request concrete examples
10
+ - **Implications**: Explore consequences and effects
11
+ - **Comparisons**: Compare with other options
12
+
13
+ ### Deepening Understanding
14
+ - **Why Questions**: Understand underlying reasons
15
+ - **How Questions**: Learn about processes and methods
16
+ - **What If Questions**: Explore hypothetical scenarios
17
+ - **When Questions**: Understand timing and context
18
+
19
+ ## Effective Follow-up Techniques
20
+
21
+ ### Question Types
22
+ - **Open-ended**: Encourage detailed responses
23
+ - **Specific**: Focus on particular aspects
24
+ - **Comparative**: Compare different options
25
+ - **Exploratory**: Discover new information
26
+
27
+ ### Context Building
28
+ - **Reference Previous Answers**: Build on earlier responses
29
+ - **Provide Additional Context**: Add relevant information
30
+ - **Specify Scope**: Define the scope of your question
31
+ - **Clarify Intent**: Explain what you're trying to understand
32
+
33
+ ## Advanced Follow-up Features
34
+
35
+ ### Conversation Flow
36
+ - **Context Preservation**: Maintain conversation context
37
+ - **Topic Threading**: Organize related questions
38
+ - **Session Management**: Track conversation progress
39
+ - **History Integration**: Reference past conversations
40
+
41
+ ### Intelligent Suggestions
42
+ - **Related Questions**: Suggest relevant follow-ups
43
+ - **Topic Expansion**: Recommend related topics
44
+ - **Depth Indicators**: Show when to go deeper
45
+ - **Completion Signals**: Indicate when topics are covered
46
+
47
+ ## Best Practices
48
+
49
+ ### Question Formulation
50
+ - **Be Specific**: Ask focused questions
51
+ - **Provide Context**: Include relevant background
52
+ - **Use Examples**: Reference specific examples
53
+ - **Stay Relevant**: Keep questions on topic
54
+
55
+ ### Conversation Management
56
+ - **Take Notes**: Record important information
57
+ - **Ask for Summaries**: Request periodic summaries
58
+ - **Verify Understanding**: Confirm your comprehension
59
+ - **Explore Connections**: Find relationships between topics
@@ -0,0 +1,59 @@
1
+ # Real-time Search
2
+
3
+ Understanding Yantra's real-time web search capabilities.
4
+
5
+ ## Live Search Technology
6
+
7
+ ### Real-time Processing
8
+ - **Instant Web Crawling**: Search the web as you ask
9
+ - **Live Data Integration**: Access current information
10
+ - **Dynamic Updates**: Information updates in real-time
11
+ - **Fresh Content**: Prioritize recent content
12
+
13
+ ### Search Infrastructure
14
+ - **Distributed Crawling**: Multiple search engines
15
+ - **Content Aggregation**: Combine multiple sources
16
+ - **Data Processing**: Real-time analysis and synthesis
17
+ - **Result Ranking**: Dynamic relevance scoring
18
+
19
+ ## Search Capabilities
20
+
21
+ ### Current Information
22
+ - **Breaking News**: Latest news and events
23
+ - **Live Data**: Real-time statistics and updates
24
+ - **Trending Topics**: Current popular subjects
25
+ - **Recent Publications**: Latest articles and papers
26
+
27
+ ### Dynamic Content
28
+ - **Social Media**: Current social media discussions
29
+ - **Market Data**: Live financial and market information
30
+ - **Weather Updates**: Current weather conditions
31
+ - **Event Information**: Live event updates
32
+
33
+ ## Search Optimization
34
+
35
+ ### Performance Features
36
+ - **Fast Response**: Quick search results
37
+ - **Parallel Processing**: Multiple searches simultaneously
38
+ - **Caching Strategy**: Optimize repeated searches
39
+ - **Load Balancing**: Distribute search load
40
+
41
+ ### Quality Assurance
42
+ - **Source Verification**: Verify information accuracy
43
+ - **Content Filtering**: Remove irrelevant results
44
+ - **Duplicate Detection**: Eliminate duplicate content
45
+ - **Relevance Scoring**: Rank results by relevance
46
+
47
+ ## Use Cases
48
+
49
+ ### Research Applications
50
+ - **Current Events**: Stay updated on news
51
+ - **Market Research**: Access live market data
52
+ - **Academic Research**: Find recent publications
53
+ - **Competitive Analysis**: Monitor competitor activities
54
+
55
+ ### Business Applications
56
+ - **Industry Monitoring**: Track industry developments
57
+ - **Customer Insights**: Understand current trends
58
+ - **Risk Assessment**: Monitor potential risks
59
+ - **Opportunity Identification**: Find new opportunities
@@ -0,0 +1,59 @@
1
+ # Saved Searches
2
+
3
+ How to save and organize your important searches.
4
+
5
+ ## Saving Searches
6
+
7
+ ### Save Options
8
+ - **Quick Save**: One-click save functionality
9
+ - **Save with Notes**: Add personal notes to searches
10
+ - **Save with Tags**: Organize with custom tags
11
+ - **Save with Categories**: Categorize searches
12
+
13
+ ### Save Features
14
+ - **Search Results**: Save complete search results
15
+ - **Source Links**: Preserve all source citations
16
+ - **Conversation Context**: Save follow-up conversations
17
+ - **Search Parameters**: Remember search settings
18
+
19
+ ## Organization System
20
+
21
+ ### Categories and Tags
22
+ - **Custom Categories**: Create your own categories
23
+ - **Tag System**: Use tags for flexible organization
24
+ - **Hierarchical Structure**: Organize in folders
25
+ - **Search Within Saved**: Find saved searches quickly
26
+
27
+ ### Collection Management
28
+ - **Collections**: Group related searches
29
+ - **Project Folders**: Organize by project or topic
30
+ - **Temporary Collections**: Quick temporary groupings
31
+ - **Shared Collections**: Collaborate with team members
32
+
33
+ ## Advanced Features
34
+
35
+ ### Search Management
36
+ - **Duplicate Detection**: Avoid saving duplicates
37
+ - **Version Control**: Track changes to saved searches
38
+ - **Archive System**: Archive old searches
39
+ - **Bulk Operations**: Manage multiple searches
40
+
41
+ ### Integration Features
42
+ - **Export Options**: Export saved searches
43
+ - **API Access**: Programmatic access to saved searches
44
+ - **Sync Across Devices**: Access from any device
45
+ - **Backup and Restore**: Protect your saved searches
46
+
47
+ ## Collaboration
48
+
49
+ ### Sharing Features
50
+ - **Share Individual Searches**: Share specific searches
51
+ - **Share Collections**: Share entire collections
52
+ - **Permission Levels**: Control access levels
53
+ - **Comment System**: Add comments to shared searches
54
+
55
+ ### Team Features
56
+ - **Team Collections**: Shared team collections
57
+ - **Collaborative Tagging**: Team-wide tagging system
58
+ - **Usage Analytics**: Track team search patterns
59
+ - **Knowledge Base**: Build team knowledge base
@@ -0,0 +1,64 @@
1
+ # Search Features
2
+
3
+ Yantra offers a comprehensive set of search features to help you find exactly what you need.
4
+
5
+ ## Core Search Features
6
+
7
+ ### Natural Language Processing
8
+
9
+ - **Conversational Queries**: Ask questions in natural language
10
+ - **Context Understanding**: Yantra understands context and nuance
11
+ - **Follow-up Questions**: Build on previous searches
12
+ - **Multi-language Support**: Search in multiple languages
13
+
14
+ ### Real-time Search
15
+
16
+ - **Live Web Search**: Always up-to-date information
17
+ - **Source Verification**: All sources are verified
18
+ - **Citation Tracking**: Every claim is backed by sources
19
+ - **Fresh Content**: Prioritizes recent and relevant content
20
+
21
+ ## Advanced Search Modes
22
+
23
+ ### Regular Search
24
+
25
+ - **Quick Answers**: Fast responses to straightforward questions
26
+ - **Source Citations**: Links to original sources
27
+ - **Follow-up Suggestions**: Related questions to explore
28
+
29
+ ### Pro Search
30
+
31
+ - **Detailed Analysis**: Comprehensive answers with analysis
32
+ - **Multiple Perspectives**: Different viewpoints on topics
33
+ - **Deep Dives**: Thorough exploration of complex topics
34
+ - **Expert Insights**: Professional-level analysis
35
+
36
+ ### Deep Research
37
+
38
+ - **Comprehensive Research**: Extensive research on topics
39
+ - **Multiple Sources**: Aggregates information from many sources
40
+ - **Trend Analysis**: Identifies patterns and trends
41
+ - **Long-form Content**: Detailed, comprehensive answers
42
+
43
+ ### Labs
44
+
45
+ - **Experimental Features**: Try new capabilities
46
+ - **Beta Testing**: Access to features in development
47
+ - **Feedback Integration**: Help shape new features
48
+ - **Early Access**: Be the first to try new capabilities
49
+
50
+ ## Search Optimization
51
+
52
+ ### Query Tips
53
+
54
+ - **Be Specific**: More specific questions get better answers
55
+ - **Provide Context**: Context helps Yantra understand your needs
56
+ - **Use Keywords**: Relevant keywords improve search results
57
+ - **Ask Follow-ups**: Build on previous searches
58
+
59
+ ### Result Management
60
+
61
+ - **Save Searches**: Keep important searches for later
62
+ - **Export Results**: Save answers in various formats
63
+ - **Share Findings**: Collaborate with team members
64
+ - **Organize Collections**: Group related searches
@@ -0,0 +1,59 @@
1
+ # Search History
2
+
3
+ Managing and accessing your search history.
4
+
5
+ ## History Features
6
+
7
+ ### Search Tracking
8
+ - **Complete History**: All searches are saved
9
+ - **Timestamps**: When searches were performed
10
+ - **Results Tracking**: Track which results were useful
11
+ - **Session Organization**: Group searches by session
12
+
13
+ ### History Management
14
+ - **Search Again**: Repeat previous searches
15
+ - **Modify Searches**: Edit and refine past queries
16
+ - **Delete History**: Remove unwanted searches
17
+ - **Export History**: Download search history
18
+
19
+ ## History Organization
20
+
21
+ ### Categorization
22
+ - **Topic Groups**: Organize by subject matter
23
+ - **Date Ranges**: Filter by time periods
24
+ - **Search Types**: Categorize by search mode
25
+ - **Result Quality**: Mark successful searches
26
+
27
+ ### Search Analytics
28
+ - **Usage Patterns**: Understand your search habits
29
+ - **Popular Topics**: Identify frequently searched topics
30
+ - **Search Frequency**: Track how often you search
31
+ - **Result Effectiveness**: Measure search success
32
+
33
+ ## Privacy and Security
34
+
35
+ ### Data Protection
36
+ - **Secure Storage**: Encrypted search history
37
+ - **Access Control**: Control who can see your history
38
+ - **Data Retention**: Set how long to keep history
39
+ - **Anonymization**: Option to anonymize searches
40
+
41
+ ### Privacy Options
42
+ - **Private Mode**: Search without saving history
43
+ - **Selective Saving**: Choose which searches to save
44
+ - **History Deletion**: Remove specific searches
45
+ - **Account Deletion**: Clear all history on account deletion
46
+
47
+ ## Advanced Features
48
+
49
+ ### Search Insights
50
+ - **Trend Analysis**: Identify search trends
51
+ - **Recommendation Engine**: Suggest related searches
52
+ - **Learning Patterns**: Adapt to your preferences
53
+ - **Personalization**: Customize based on history
54
+
55
+ ### Integration Features
56
+ - **Calendar Integration**: Link searches to events
57
+ - **Project Management**: Organize searches by project
58
+ - **Team Sharing**: Share search history with team
59
+ - **API Access**: Programmatic access to history