@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,59 @@
1
+ # Source Citations
2
+
3
+ How Yantra provides verifiable sources for all answers.
4
+
5
+ ## Citation System
6
+
7
+ ### Source Verification
8
+ - **Real-time Verification**: Sources checked in real-time
9
+ - **Credibility Assessment**: Evaluate source reliability
10
+ - **Multiple Sources**: Cross-reference information
11
+ - **Source Diversity**: Include various perspectives
12
+
13
+ ### Citation Format
14
+ - **Numbered References**: Clear citation numbering
15
+ - **Source Links**: Direct links to original content
16
+ - **Publication Dates**: Include when information was published
17
+ - **Author Information**: Credit original authors
18
+
19
+ ## Source Types
20
+
21
+ ### Web Sources
22
+ - **News Articles**: Current news and updates
23
+ - **Academic Papers**: Research and studies
24
+ - **Government Documents**: Official information
25
+ - **Industry Reports**: Professional analysis
26
+
27
+ ### Media Sources
28
+ - **Images**: Visual content and diagrams
29
+ - **Videos**: Video explanations and demonstrations
30
+ - **Podcasts**: Audio content and interviews
31
+ - **Infographics**: Visual data representations
32
+
33
+ ## Citation Quality
34
+
35
+ ### Reliability Standards
36
+ - **Fact-checking**: Verify factual claims
37
+ - **Bias Detection**: Identify potential biases
38
+ - **Recency**: Prioritize recent information
39
+ - **Authority**: Consider source expertise
40
+
41
+ ### Source Evaluation
42
+ - **Domain Authority**: Evaluate source credibility
43
+ - **Content Quality**: Assess information quality
44
+ - **Update Frequency**: Check for recent updates
45
+ - **Cross-referencing**: Verify with multiple sources
46
+
47
+ ## Using Citations
48
+
49
+ ### Verification Process
50
+ - **Click Citations**: Access original sources
51
+ - **Read Full Content**: Understand complete context
52
+ - **Check Dates**: Verify information currency
53
+ - **Evaluate Sources**: Assess source reliability
54
+
55
+ ### Research Workflow
56
+ - **Follow Source Links**: Explore original content
57
+ - **Save Important Sources**: Bookmark valuable sources
58
+ - **Share Sources**: Collaborate with team members
59
+ - **Cite Properly**: Use citations in your work
@@ -0,0 +1,59 @@
1
+ # API Overview
2
+
3
+ Introduction to Yantra's developer API.
4
+
5
+ ## API Capabilities
6
+
7
+ ### Core Features
8
+ - **Search API**: Programmatic search functionality
9
+ - **Authentication**: Secure API authentication
10
+ - **Rate Limiting**: Appropriate rate limiting
11
+ - **Documentation**: Comprehensive API documentation
12
+
13
+ ### Advanced Features
14
+ - **Custom Models**: Access to custom AI models
15
+ - **Batch Processing**: Process multiple requests
16
+ - **Webhooks**: Real-time notifications
17
+ - **SDKs**: Software development kits
18
+
19
+ ## API Access
20
+
21
+ ### Authentication
22
+ - **API Keys**: Secure API key authentication
23
+ - **OAuth**: OAuth 2.0 authentication
24
+ - **JWT Tokens**: JSON Web Token authentication
25
+ - **Rate Limiting**: Request rate limiting
26
+
27
+ ### Access Levels
28
+ - **Free Tier**: Limited API access
29
+ - **Pro Tier**: Enhanced API access
30
+ - **Max Tier**: Maximum API access
31
+ - **Enterprise**: Custom API access
32
+
33
+ ## API Documentation
34
+
35
+ ### Endpoints
36
+ - **Search Endpoints**: Search-related endpoints
37
+ - **User Endpoints**: User management endpoints
38
+ - **Content Endpoints**: Content management endpoints
39
+ - **Analytics Endpoints**: Analytics endpoints
40
+
41
+ ### SDKs and Libraries
42
+ - **Python SDK**: Python development kit
43
+ - **JavaScript SDK**: JavaScript development kit
44
+ - **Node.js SDK**: Node.js development kit
45
+ - **Other Languages**: Additional language support
46
+
47
+ ## Getting Started
48
+
49
+ ### API Setup
50
+ 1. **Get API Key**: Obtain API key from account
51
+ 2. **Read Documentation**: Review API documentation
52
+ 3. **Test Endpoints**: Test API endpoints
53
+ 4. **Integrate**: Integrate API into application
54
+
55
+ ### Best Practices
56
+ - **Rate Limiting**: Respect rate limits
57
+ - **Error Handling**: Implement proper error handling
58
+ - **Security**: Use secure authentication
59
+ - **Monitoring**: Monitor API usage
@@ -0,0 +1,60 @@
1
+ # Deep Research
2
+
3
+ Comprehensive research mode for complex topics.
4
+
5
+ ## Deep Research Features
6
+
7
+ ### Comprehensive Analysis
8
+ - **Extensive Research**: Thorough exploration of topics
9
+ - **Multiple Sources**: Aggregates information from many sources
10
+ - **Trend Analysis**: Identifies patterns and trends
11
+ - **Long-form Content**: Detailed, comprehensive answers
12
+
13
+ ### Advanced Capabilities
14
+ - **Multi-angle Analysis**: Different perspectives on topics
15
+ - **Historical Context**: Historical background and context
16
+ - **Future Implications**: Analysis of future implications
17
+ - **Cross-referencing**: Links between related topics
18
+
19
+ ## Deep Research Process
20
+
21
+ ### Research Methodology
22
+ 1. **Topic Analysis**: Comprehensive topic analysis
23
+ 2. **Source Collection**: Gather extensive sources
24
+ 3. **Content Synthesis**: Synthesize information
25
+ 4. **Analysis Generation**: Create detailed analysis
26
+ 5. **Report Compilation**: Compile comprehensive report
27
+
28
+ ### Quality Assurance
29
+ - **Source Verification**: Verify all sources
30
+ - **Fact Checking**: Cross-check factual claims
31
+ - **Bias Detection**: Identify potential biases
32
+ - **Completeness Check**: Ensure comprehensive coverage
33
+
34
+ ## Deep Research Benefits
35
+
36
+ ### Comprehensive Coverage
37
+ - **Complete Analysis**: Thorough topic coverage
38
+ - **Multiple Perspectives**: Various viewpoints
39
+ - **Historical Context**: Background information
40
+ - **Future Trends**: Forward-looking analysis
41
+
42
+ ### Professional Quality
43
+ - **Expert-Level Analysis**: Professional-grade analysis
44
+ - **Academic Standards**: Academic-quality research
45
+ - **Publication Ready**: Ready for publication
46
+ - **Citation Quality**: High-quality citations
47
+
48
+ ## Deep Research Use Cases
49
+
50
+ ### Academic Research
51
+ - **Thesis Research**: Comprehensive thesis research
52
+ - **Academic Papers**: Research for academic papers
53
+ - **Literature Reviews**: Comprehensive literature reviews
54
+ - **Research Proposals**: Detailed research proposals
55
+
56
+ ### Professional Applications
57
+ - **Market Research**: Comprehensive market analysis
58
+ - **Business Strategy**: Strategic business analysis
59
+ - **Policy Analysis**: Policy research and analysis
60
+ - **Investment Research**: Detailed investment analysis
@@ -0,0 +1,73 @@
1
+ # Labs Features
2
+
3
+ Experimental features and beta capabilities.
4
+
5
+ ## Labs Overview
6
+
7
+ ### Experimental Features
8
+ - **Beta Testing**: Access to features in development
9
+ - **Early Access**: Be the first to try new capabilities
10
+ - **Feedback Integration**: Help shape new features
11
+ - **Innovation Testing**: Test cutting-edge features
12
+
13
+ ### Feature Categories
14
+ - **AI Models**: Latest AI model experiments
15
+ - **Search Modes**: New search capabilities
16
+ - **Interface Features**: UI/UX experiments
17
+ - **Integration Tools**: New integration options
18
+
19
+ ## Available Labs Features
20
+
21
+ ### AI Experiments
22
+ - **New Models**: Latest AI model releases
23
+ - **Custom Models**: Experimental custom models
24
+ - **Multimodal AI**: Text, image, and audio processing
25
+ - **Specialized AI**: Domain-specific AI models
26
+
27
+ ### Search Experiments
28
+ - **Advanced Search**: Experimental search modes
29
+ - **Visual Search**: Image-based search capabilities
30
+ - **Voice Search**: Voice interaction experiments
31
+ - **Predictive Search**: Anticipatory search features
32
+
33
+ ## Labs Participation
34
+
35
+ ### How to Access
36
+ - **Opt-in Process**: Choose to participate in labs
37
+ - **Feature Toggles**: Enable/disable specific features
38
+ - **Beta Notifications**: Get notified of new features
39
+ - **Feedback Channels**: Provide feedback on features
40
+
41
+ ### Participation Benefits
42
+ - **Early Access**: Try features before general release
43
+ - **Influence Development**: Shape feature development
44
+ - **Exclusive Features**: Access to labs-only features
45
+ - **Community Recognition**: Recognition for participation
46
+
47
+ ## Labs Feedback
48
+
49
+ ### Feedback Process
50
+ - **Feature Testing**: Test experimental features
51
+ - **Bug Reporting**: Report issues and bugs
52
+ - **Feature Requests**: Suggest improvements
53
+ - **Usage Analytics**: Share usage data
54
+
55
+ ### Feedback Channels
56
+ - **In-app Feedback**: Direct feedback within app
57
+ - **Community Forums**: Labs community discussions
58
+ - **Beta Testing Groups**: Dedicated beta groups
59
+ - **Direct Communication**: Direct developer communication
60
+
61
+ ## Labs Guidelines
62
+
63
+ ### Usage Guidelines
64
+ - **Experimental Nature**: Features may be unstable
65
+ - **Data Privacy**: Labs features may have different privacy
66
+ - **Performance Impact**: May affect system performance
67
+ - **Backup Data**: Keep backups of important data
68
+
69
+ ### Best Practices
70
+ - **Test Thoroughly**: Test features comprehensively
71
+ - **Report Issues**: Report bugs and issues promptly
72
+ - **Provide Feedback**: Share constructive feedback
73
+ - **Stay Updated**: Keep up with labs updates
@@ -0,0 +1,59 @@
1
+ # Pro Search
2
+
3
+ Advanced search capabilities for Pro subscribers.
4
+
5
+ ## Pro Search Features
6
+
7
+ ### Enhanced Analysis
8
+ - **Detailed Analysis**: Comprehensive answers with analysis
9
+ - **Multiple Perspectives**: Different viewpoints on topics
10
+ - **Deep Dives**: Thorough exploration of complex topics
11
+ - **Expert Insights**: Professional-level analysis
12
+
13
+ ### Advanced AI Models
14
+ - **GPT-4**: Latest and most advanced GPT model
15
+ - **Claude**: Advanced reasoning and analysis
16
+ - **Custom Models**: Specialized models for different use cases
17
+ - **Model Selection**: Choose specific models for queries
18
+
19
+ ## Pro Search Capabilities
20
+
21
+ ### Advanced Features
22
+ - **File Uploads**: Analyze documents and files
23
+ - **Custom Searches**: Tailor searches to your needs
24
+ - **API Access**: Integrate Yantra into your workflow
25
+ - **Export Options**: Save and export your research
26
+
27
+ ### Enhanced Results
28
+ - **Longer Responses**: More detailed answers
29
+ - **Multiple Sources**: Aggregates more sources
30
+ - **Trend Analysis**: Identifies patterns and trends
31
+ - **Comparative Analysis**: Compares different options
32
+
33
+ ## Pro Search Benefits
34
+
35
+ ### Quality Improvements
36
+ - **Better Accuracy**: More accurate responses
37
+ - **Deeper Analysis**: More thorough analysis
38
+ - **Expert-Level Insights**: Professional-grade insights
39
+ - **Comprehensive Coverage**: More complete coverage
40
+
41
+ ### Productivity Features
42
+ - **Faster Processing**: Priority processing
43
+ - **Advanced Export**: Multiple export formats
44
+ - **Custom Templates**: Personalized search templates
45
+ - **Batch Processing**: Process multiple queries
46
+
47
+ ## Pro Search Use Cases
48
+
49
+ ### Professional Applications
50
+ - **Research Projects**: Academic and professional research
51
+ - **Business Analysis**: Market and business analysis
52
+ - **Content Creation**: Research for content creation
53
+ - **Decision Making**: Data-driven decision making
54
+
55
+ ### Advanced Research
56
+ - **Complex Topics**: Multi-faceted research topics
57
+ - **Comparative Studies**: Compare multiple options
58
+ - **Trend Analysis**: Identify and analyze trends
59
+ - **Expert Consultation**: Get expert-level insights
@@ -0,0 +1,60 @@
1
+ # Regular Search
2
+
3
+ Understanding Yantra's standard search mode.
4
+
5
+ ## Regular Search Features
6
+
7
+ ### Basic Functionality
8
+ - **Quick Answers**: Fast responses to straightforward questions
9
+ - **Source Citations**: Links to original sources
10
+ - **Follow-up Suggestions**: Related questions to explore
11
+ - **Real-time Results**: Current information from the web
12
+
13
+ ### Search Capabilities
14
+ - **Natural Language**: Ask questions in plain English
15
+ - **Context Understanding**: Maintains conversation context
16
+ - **Multi-turn Conversations**: Build on previous answers
17
+ - **Source Verification**: Verifies information credibility
18
+
19
+ ## How Regular Search Works
20
+
21
+ ### Search Process
22
+ 1. **Query Analysis**: Analyzes your question
23
+ 2. **Web Search**: Searches the web in real-time
24
+ 3. **Content Synthesis**: Combines information from sources
25
+ 4. **Answer Generation**: Creates comprehensive answer
26
+ 5. **Source Citation**: Provides verifiable sources
27
+
28
+ ### AI Models Used
29
+ - **GPT-3.5**: Fast and efficient responses
30
+ - **Claude Instant**: Quick analysis and reasoning
31
+ - **Custom Models**: Yantra-specific optimizations
32
+ - **Automatic Selection**: Chooses best model for query
33
+
34
+ ## Best Practices
35
+
36
+ ### Effective Queries
37
+ - **Be Specific**: Ask clear, specific questions
38
+ - **Provide Context**: Include relevant background
39
+ - **Use Examples**: Reference specific examples
40
+ - **Ask Follow-ups**: Build on previous answers
41
+
42
+ ### Query Optimization
43
+ - **Natural Language**: Use conversational language
44
+ - **Avoid Jargon**: Use clear, simple terms
45
+ - **Include Details**: Provide necessary details
46
+ - **Be Patient**: Allow time for comprehensive answers
47
+
48
+ ## Regular Search Limitations
49
+
50
+ ### Usage Limits
51
+ - **Free Users**: 5 searches per day
52
+ - **Pro Users**: Unlimited searches
53
+ - **Max Users**: Maximum search limits
54
+ - **Rate Limiting**: Prevents system overload
55
+
56
+ ### Feature Limitations
57
+ - **Basic Analysis**: Standard analysis depth
58
+ - **Limited Customization**: Basic customization options
59
+ - **Standard Sources**: Regular web sources
60
+ - **Basic Export**: Standard export options
@@ -0,0 +1,60 @@
1
+ # Spaces Overview
2
+
3
+ Introduction to Yantra Spaces for organizing your research.
4
+
5
+ ## What are Spaces?
6
+
7
+ ### Concept
8
+ - **Research Organization**: Organize research projects
9
+ - **Content Management**: Manage research content
10
+ - **Collaboration**: Collaborate on research
11
+ - **Knowledge Base**: Build personal knowledge base
12
+
13
+ ### Benefits
14
+ - **Organization**: Keep research organized
15
+ - **Accessibility**: Easy access to research
16
+ - **Collaboration**: Share research with others
17
+ - **Productivity**: Increase research productivity
18
+
19
+ ## Space Features
20
+
21
+ ### Organization Tools
22
+ - **Folders**: Organize content in folders
23
+ - **Tags**: Tag content for easy finding
24
+ - **Categories**: Categorize research topics
25
+ - **Search**: Search within spaces
26
+
27
+ ### Content Management
28
+ - **Save Searches**: Save important searches
29
+ - **Add Notes**: Add personal notes
30
+ - **Attach Files**: Attach relevant files
31
+ - **Link Sources**: Link to source materials
32
+
33
+ ## Creating Spaces
34
+
35
+ ### Space Creation
36
+ 1. **Access Spaces**: Go to Spaces section
37
+ 2. **Create Space**: Click "Create New Space"
38
+ 3. **Name Space**: Give space a descriptive name
39
+ 4. **Set Permissions**: Configure sharing permissions
40
+ 5. **Add Content**: Start adding research content
41
+
42
+ ### Space Configuration
43
+ - **Privacy Settings**: Set space privacy
44
+ - **Sharing Options**: Configure sharing
45
+ - **Member Management**: Manage space members
46
+ - **Content Rules**: Set content guidelines
47
+
48
+ ## Space Management
49
+
50
+ ### Content Organization
51
+ - **Folder Structure**: Create logical folder structure
52
+ - **Tagging System**: Use consistent tagging
53
+ - **Categorization**: Categorize content properly
54
+ - **Search Optimization**: Optimize for search
55
+
56
+ ### Collaboration
57
+ - **Member Roles**: Assign member roles
58
+ - **Permission Levels**: Set permission levels
59
+ - **Activity Tracking**: Track space activity
60
+ - **Communication**: Facilitate team communication
@@ -0,0 +1,61 @@
1
+ # Academic Research
2
+
3
+ Using Yantra for academic research and studies.
4
+
5
+ ## Research Capabilities
6
+
7
+ ### Comprehensive Research
8
+ - **Literature Reviews**: Comprehensive literature reviews
9
+ - **Source Verification**: Verify academic sources
10
+ - **Citation Management**: Proper academic citations
11
+ - **Research Organization**: Organize research projects
12
+
13
+ ### Academic Sources
14
+ - **Academic Papers**: Access to academic papers
15
+ - **Research Databases**: Academic database integration
16
+ - **Peer-reviewed Sources**: Peer-reviewed content
17
+ - **Institutional Access**: University library access
18
+
19
+ ## Research Tools
20
+
21
+ ### Organization Features
22
+ - **Project Management**: Manage research projects
23
+ - **Source Collection**: Collect and organize sources
24
+ - **Note Integration**: Integrate with note-taking apps
25
+ - **Citation Tracking**: Track citations and references
26
+
27
+ ### Analysis Tools
28
+ - **Content Analysis**: Analyze research content
29
+ - **Trend Analysis**: Identify research trends
30
+ - **Comparative Analysis**: Compare research findings
31
+ - **Synthesis Tools**: Synthesize research findings
32
+
33
+ ## Research Workflow
34
+
35
+ ### Research Process
36
+ 1. **Topic Definition**: Define research topic
37
+ 2. **Literature Search**: Search academic literature
38
+ 3. **Source Collection**: Collect relevant sources
39
+ 4. **Analysis**: Analyze collected sources
40
+ 5. **Synthesis**: Synthesize findings
41
+ 6. **Documentation**: Document research process
42
+
43
+ ### Best Practices
44
+ - **Source Verification**: Verify source credibility
45
+ - **Citation Accuracy**: Ensure citation accuracy
46
+ - **Bias Awareness**: Be aware of potential biases
47
+ - **Ethical Research**: Follow ethical research practices
48
+
49
+ ## Academic Features
50
+
51
+ ### Citation Management
52
+ - **Citation Formats**: Multiple citation formats
53
+ - **Bibliography Generation**: Automatic bibliography
54
+ - **Reference Tracking**: Track references
55
+ - **Citation Verification**: Verify citations
56
+
57
+ ### Collaboration Tools
58
+ - **Research Teams**: Collaborate with research teams
59
+ - **Peer Review**: Peer review capabilities
60
+ - **Knowledge Sharing**: Share research knowledge
61
+ - **Publication Support**: Support for publication
@@ -0,0 +1,74 @@
1
+ # Student Discounts
2
+
3
+ Special pricing and discounts for students.
4
+
5
+ ## Student Pricing
6
+
7
+ ### Discounted Plans
8
+ - **Pro Student**: $10/month (50% off regular Pro)
9
+ - **Max Student**: $20/month (50% off regular Max)
10
+ - **Annual Pro**: $100/year (50% off annual Pro)
11
+ - **Annual Max**: $200/year (50% off annual Max)
12
+
13
+ ### Educational Benefits
14
+ - **Full Features**: Access to all plan features
15
+ - **Academic Support**: Specialized academic support
16
+ - **Research Tools**: Enhanced research capabilities
17
+ - **Collaboration**: Team collaboration features
18
+
19
+ ## Eligibility Requirements
20
+
21
+ ### Student Verification
22
+ - **Valid Student ID**: Current student identification
23
+ - **Educational Email**: School email address
24
+ - **Enrollment Proof**: Current enrollment verification
25
+ - **Institution Verification**: Accredited institution
26
+
27
+ ### Eligible Institutions
28
+ - **Universities**: Four-year universities
29
+ - **Community Colleges**: Two-year colleges
30
+ - **Graduate Schools**: Master's and PhD programs
31
+ - **Professional Schools**: Medical, law, business schools
32
+
33
+ ## How to Apply
34
+
35
+ ### Verification Process
36
+ 1. **Sign Up**: Create account with student email
37
+ 2. **Upload Documents**: Upload student ID and enrollment proof
38
+ 3. **Verify Institution**: Confirm institution accreditation
39
+ 4. **Activate Discount**: Discount applied automatically
40
+ 5. **Annual Renewal**: Reverify status annually
41
+
42
+ ### Required Documents
43
+ - **Student ID**: Clear photo of student ID
44
+ - **Enrollment Letter**: Current enrollment proof
45
+ - **Transcript**: Recent academic transcript
46
+ - **Email Verification**: School email confirmation
47
+
48
+ ## Student Features
49
+
50
+ ### Academic Tools
51
+ - **Research Organization**: Organize academic research
52
+ - **Citation Management**: Proper academic citations
53
+ - **Source Verification**: Verify academic sources
54
+ - **Export Formats**: Academic paper formats
55
+
56
+ ### Study Support
57
+ - **Note Integration**: Connect with note-taking apps
58
+ - **Study Planning**: Organize study sessions
59
+ - **Group Collaboration**: Work with study groups
60
+ - **Progress Tracking**: Monitor research progress
61
+
62
+ ## Terms and Conditions
63
+
64
+ ### Student Requirements
65
+ - **Active Enrollment**: Must be currently enrolled
66
+ - **Academic Use**: Primarily for academic purposes
67
+ - **Annual Verification**: Reverify status yearly
68
+ - **No Commercial Use**: Cannot be used for business
69
+
70
+ ### Discount Limitations
71
+ - **One Account**: One student discount per person
72
+ - **Non-transferable**: Cannot be shared
73
+ - **Expiration**: Discount expires upon graduation
74
+ - **Renewal**: Must reapply annually
@@ -0,0 +1,59 @@
1
+ # Student Overview
2
+
3
+ Introduction to Yantra for students.
4
+
5
+ ## Why Yantra for Students
6
+
7
+ ### Academic Research
8
+ - **Comprehensive Sources**: Access to academic papers and research
9
+ - **Real-time Information**: Current information for assignments
10
+ - **Source Citations**: Proper citations for academic work
11
+ - **Multi-perspective Analysis**: Different viewpoints on topics
12
+
13
+ ### Study Support
14
+ - **Complex Topic Explanation**: Break down difficult concepts
15
+ - **Step-by-step Solutions**: Detailed problem-solving
16
+ - **Example Generation**: Create relevant examples
17
+ - **Concept Clarification**: Understand challenging topics
18
+
19
+ ## Student Features
20
+
21
+ ### Academic Tools
22
+ - **Research Organization**: Organize research projects
23
+ - **Citation Management**: Proper citation formatting
24
+ - **Source Verification**: Verify academic sources
25
+ - **Export Options**: Export research in academic formats
26
+
27
+ ### Study Aids
28
+ - **Note-taking Integration**: Connect with note-taking apps
29
+ - **Study Planning**: Organize study sessions
30
+ - **Progress Tracking**: Monitor research progress
31
+ - **Collaboration Tools**: Work with study groups
32
+
33
+ ## Student Pricing
34
+
35
+ ### Special Discounts
36
+ - **Student Verification**: Verify student status
37
+ - **Discounted Plans**: Special pricing for students
38
+ - **Educational Access**: Enhanced features for students
39
+ - **Group Discounts**: Discounts for study groups
40
+
41
+ ### Free Features
42
+ - **Basic Research**: Essential research capabilities
43
+ - **Limited Searches**: Daily search limits
44
+ - **Basic Citations**: Standard citation features
45
+ - **Community Access**: Join student community
46
+
47
+ ## Getting Started as a Student
48
+
49
+ ### Account Setup
50
+ - **Student Verification**: Verify student status
51
+ - **Educational Email**: Use school email if available
52
+ - **Profile Completion**: Complete student profile
53
+ - **Preferences**: Set academic preferences
54
+
55
+ ### Academic Workflow
56
+ - **Research Planning**: Plan your research approach
57
+ - **Source Collection**: Gather relevant sources
58
+ - **Citation Management**: Manage citations properly
59
+ - **Project Organization**: Organize academic projects
@@ -0,0 +1,59 @@
1
+ # Study Tools
2
+
3
+ Yantra features that help with studying and learning.
4
+
5
+ ## Study Organization
6
+
7
+ ### Study Planning
8
+ - **Study Schedules**: Create study schedules
9
+ - **Topic Organization**: Organize study topics
10
+ - **Progress Tracking**: Track study progress
11
+ - **Goal Setting**: Set study goals
12
+
13
+ ### Content Management
14
+ - **Study Materials**: Organize study materials
15
+ - **Note Integration**: Integrate with note-taking apps
16
+ - **Flashcard Support**: Create and use flashcards
17
+ - **Quiz Generation**: Generate practice quizzes
18
+
19
+ ## Learning Features
20
+
21
+ ### Interactive Learning
22
+ - **Adaptive Learning**: Adapt to learning style
23
+ - **Personalized Content**: Personalized study content
24
+ - **Learning Analytics**: Track learning progress
25
+ - **Skill Assessment**: Assess learning skills
26
+
27
+ ### Study Modes
28
+ - **Focus Mode**: Distraction-free study mode
29
+ - **Group Study**: Collaborative study features
30
+ - **Self-paced Learning**: Self-paced study options
31
+ - **Guided Learning**: Guided study paths
32
+
33
+ ## Study Support
34
+
35
+ ### Academic Support
36
+ - **Subject Expertise**: Access to subject experts
37
+ - **Study Groups**: Join study groups
38
+ - **Peer Learning**: Learn from peers
39
+ - **Mentor Access**: Access to mentors
40
+
41
+ ### Study Resources
42
+ - **Educational Content**: Access educational content
43
+ - **Practice Materials**: Practice materials and exercises
44
+ - **Assessment Tools**: Assessment and testing tools
45
+ - **Progress Reports**: Detailed progress reports
46
+
47
+ ## Study Optimization
48
+
49
+ ### Performance Tracking
50
+ - **Study Analytics**: Track study performance
51
+ - **Time Management**: Optimize study time
52
+ - **Efficiency Metrics**: Measure study efficiency
53
+ - **Improvement Areas**: Identify improvement areas
54
+
55
+ ### Study Techniques
56
+ - **Active Learning**: Active learning techniques
57
+ - **Spaced Repetition**: Spaced repetition methods
58
+ - **Retrieval Practice**: Retrieval practice techniques
59
+ - **Metacognition**: Metacognitive strategies