@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,60 @@
1
+ # Threads Overview
2
+
3
+ Understanding Yantra's conversation threading system.
4
+
5
+ ## What are Threads?
6
+
7
+ ### Concept
8
+ - **Conversation Organization**: Organize conversations
9
+ - **Topic Threading**: Group related discussions
10
+ - **Context Preservation**: Maintain conversation context
11
+ - **Follow-up Management**: Manage follow-up questions
12
+
13
+ ### Benefits
14
+ - **Organization**: Keep conversations organized
15
+ - **Context**: Maintain conversation context
16
+ - **Efficiency**: More efficient conversations
17
+ - **Clarity**: Clearer conversation flow
18
+
19
+ ## Thread Features
20
+
21
+ ### Conversation Management
22
+ - **Thread Creation**: Create conversation threads
23
+ - **Thread Organization**: Organize threads by topic
24
+ - **Thread Search**: Search within threads
25
+ - **Thread Archiving**: Archive old threads
26
+
27
+ ### Context Preservation
28
+ - **Conversation History**: Complete conversation history
29
+ - **Context Awareness**: Maintain context across messages
30
+ - **Reference Tracking**: Track references and citations
31
+ - **Follow-up Linking**: Link related follow-ups
32
+
33
+ ## Thread Usage
34
+
35
+ ### Creating Threads
36
+ 1. **Start Conversation**: Begin a new conversation
37
+ 2. **Create Thread**: Create a new thread
38
+ 3. **Add Context**: Add relevant context
39
+ 4. **Invite Participants**: Invite thread participants
40
+ 5. **Begin Discussion**: Start the discussion
41
+
42
+ ### Managing Threads
43
+ - **Thread Settings**: Configure thread settings
44
+ - **Member Management**: Manage thread members
45
+ - **Permission Control**: Control thread permissions
46
+ - **Content Moderation**: Moderate thread content
47
+
48
+ ## Thread Organization
49
+
50
+ ### Thread Structure
51
+ - **Hierarchical Organization**: Organize threads hierarchically
52
+ - **Topic Grouping**: Group threads by topic
53
+ - **Priority Levels**: Set thread priority levels
54
+ - **Status Tracking**: Track thread status
55
+
56
+ ### Thread Collaboration
57
+ - **Member Roles**: Assign member roles
58
+ - **Participation Tracking**: Track participation
59
+ - **Activity Monitoring**: Monitor thread activity
60
+ - **Communication Tools**: Use communication tools
@@ -0,0 +1,59 @@
1
+ # Common Issues
2
+
3
+ Solutions to frequently encountered problems.
4
+
5
+ ## Search Problems
6
+
7
+ ### Search Not Working
8
+ - **Check Internet Connection**: Ensure stable internet
9
+ - **Clear Browser Cache**: Clear browser data
10
+ - **Try Different Browser**: Test in another browser
11
+ - **Check Account Status**: Verify account is active
12
+
13
+ ### Slow Search Results
14
+ - **Check Server Status**: Verify Yantra server status
15
+ - **Reduce Query Complexity**: Simplify your search
16
+ - **Try Different Search Mode**: Switch search modes
17
+ - **Check Network Speed**: Test internet speed
18
+
19
+ ## Account Issues
20
+
21
+ ### Login Problems
22
+ - **Verify Credentials**: Check username/password
23
+ - **Reset Password**: Use password reset option
24
+ - **Check Email**: Verify email address
25
+ - **Contact Support**: Get help from support team
26
+
27
+ ### Subscription Issues
28
+ - **Check Payment Method**: Verify payment details
29
+ - **Review Billing**: Check billing history
30
+ - **Update Payment Info**: Update payment method
31
+ - **Contact Billing**: Reach out to billing support
32
+
33
+ ## Performance Issues
34
+
35
+ ### Slow Loading
36
+ - **Clear Browser Cache**: Remove cached data
37
+ - **Disable Extensions**: Turn off browser extensions
38
+ - **Check System Resources**: Monitor CPU/memory usage
39
+ - **Update Browser**: Use latest browser version
40
+
41
+ ### Crashes and Errors
42
+ - **Restart Browser**: Close and reopen browser
43
+ - **Check Error Messages**: Note specific error details
44
+ - **Try Incognito Mode**: Test in private browsing
45
+ - **Report Issues**: Submit bug reports
46
+
47
+ ## Mobile App Issues
48
+
49
+ ### App Not Working
50
+ - **Update App**: Install latest version
51
+ - **Restart App**: Force close and reopen
52
+ - **Check Permissions**: Verify app permissions
53
+ - **Reinstall App**: Uninstall and reinstall
54
+
55
+ ### Sync Problems
56
+ - **Check Internet**: Ensure mobile internet connection
57
+ - **Force Sync**: Manually trigger sync
58
+ - **Clear App Data**: Clear app cache and data
59
+ - **Contact Support**: Get mobile app support
@@ -0,0 +1,84 @@
1
+ # Getting Started with Yantra
2
+
3
+ Everything you need to know to start using Yantra effectively.
4
+
5
+ ## Creating Your Account
6
+
7
+ ### Sign Up Process
8
+
9
+ 1. **Visit Yantra**: Go to our website
10
+ 2. **Choose Sign Up**: Click the sign-up button
11
+ 3. **Enter Details**: Provide your email and create a password
12
+ 4. **Verify Email**: Check your email for verification
13
+ 5. **Complete Profile**: Add additional information if desired
14
+
15
+ ### Account Types
16
+
17
+ - **Free Account**: Basic features and limited searches
18
+ - **Pro Account**: Enhanced features and unlimited searches
19
+ - **Max Account**: All features plus advanced capabilities
20
+ - **Enterprise**: Team features and custom solutions
21
+
22
+ ## First Steps
23
+
24
+ ### Your First Search
25
+
26
+ 1. **Ask a Question**: Type your question in the search bar
27
+ 2. **Review Results**: Read the AI-generated answer
28
+ 3. **Check Sources**: Click on citations to explore sources
29
+ 4. **Ask Follow-ups**: Continue the conversation
30
+
31
+ ### Understanding the Interface
32
+
33
+ - **Search Bar**: Where you enter your questions
34
+ - **Answer Area**: Displays the AI-generated response
35
+ - **Citations**: Numbered references to sources
36
+ - **Follow-up**: Suggested related questions
37
+
38
+ ## Essential Features
39
+
40
+ ### Search Modes
41
+
42
+ - **Regular Search**: Standard web search
43
+ - **Pro Search**: Enhanced with additional features
44
+ - **Deep Research**: Comprehensive research mode
45
+ - **Labs**: Experimental features
46
+
47
+ ### Account Management
48
+
49
+ - **Profile Settings**: Update your information
50
+ - **Search History**: View past searches
51
+ - **Saved Searches**: Keep important results
52
+ - **Preferences**: Customize your experience
53
+
54
+ ## Tips for Success
55
+
56
+ ### Effective Questioning
57
+
58
+ - Be specific in your questions
59
+ - Provide context when needed
60
+ - Use follow-up questions for clarity
61
+ - Explore different search modes
62
+
63
+ ### Maximizing Value
64
+
65
+ - Use citations to verify information
66
+ - Save important searches
67
+ - Share results with others
68
+ - Stay updated with new features
69
+
70
+ ## Getting Help
71
+
72
+ ### Support Resources
73
+
74
+ - **Help Center**: Comprehensive documentation
75
+ - **Discord Community**: Connect with other users
76
+ - **Support Team**: Direct assistance when needed
77
+ - **Video Tutorials**: Step-by-step guides
78
+
79
+ ### Common Issues
80
+
81
+ - **Search Not Working**: Check your internet connection
82
+ - **Account Problems**: Contact support
83
+ - **Feature Questions**: Check the help center
84
+ - **Billing Issues**: Use the billing support channel
@@ -0,0 +1,38 @@
1
+ # How does Yantra work?
2
+
3
+ Yantra combines advanced AI technology with real-time web search to provide accurate, up-to-date answers to your questions.
4
+
5
+ ## The Technology Behind Yantra
6
+
7
+ ### AI Models Integration
8
+
9
+ Yantra uses multiple AI models to ensure the best possible answers:
10
+
11
+ - **GPT Models**: For comprehensive text generation
12
+ - **Claude**: For advanced reasoning and analysis
13
+ - **Custom Models**: Fine-tuned for specific use cases
14
+
15
+ ### Search Process
16
+
17
+ 1. **Query Processing**: Your question is analyzed and optimized
18
+ 2. **Web Search**: Relevant sources are searched in real-time
19
+ 3. **Content Analysis**: AI models analyze and synthesize information
20
+ 4. **Answer Generation**: A comprehensive answer is generated with citations
21
+
22
+ ## Search Modes
23
+
24
+ Yantra offers different search modes for various needs:
25
+
26
+ - **Regular Search**: Standard web search with AI-powered answers
27
+ - **Pro Search**: Enhanced search with additional features
28
+ - **Deep Research**: Comprehensive research mode for complex topics
29
+ - **Labs**: Experimental features and capabilities
30
+
31
+ ## Accuracy and Reliability
32
+
33
+ Yantra prioritizes accuracy through:
34
+
35
+ - **Source Verification**: All sources are verified for credibility
36
+ - **Real-time Updates**: Information is always current
37
+ - **Multiple Perspectives**: Different viewpoints are considered
38
+ - **Citation Tracking**: Every claim is backed by sources
@@ -0,0 +1,64 @@
1
+ # Practical Tips for Using Yantra
2
+
3
+ Master Yantra with these expert tips and best practices from our team.
4
+
5
+ ## Effective Prompting
6
+
7
+ ### Ask Specific Questions
8
+
9
+ Instead of: "Tell me about climate change"
10
+ Try: "What are the main causes of climate change in 2024?"
11
+
12
+ ### Use Context
13
+
14
+ Provide context for better answers:
15
+ "What are the latest developments in renewable energy for small businesses?"
16
+
17
+ ### Follow-up Questions
18
+
19
+ Build on previous answers:
20
+ - "Can you explain that in simpler terms?"
21
+ - "What are the implications of this?"
22
+ - "How does this compare to other solutions?"
23
+
24
+ ## Search Strategies
25
+
26
+ ### Use Different Search Modes
27
+
28
+ - **Regular Search**: For quick answers
29
+ - **Pro Search**: For detailed analysis
30
+ - **Deep Research**: For comprehensive topics
31
+
32
+ ### Leverage Citations
33
+
34
+ - Click on source numbers to explore original content
35
+ - Use citations to verify information
36
+ - Follow source links for deeper understanding
37
+
38
+ ## Best Practices
39
+
40
+ ### Organize Your Research
41
+
42
+ 1. **Save Important Answers**: Use the save feature for key findings
43
+ 2. **Create Collections**: Organize related searches
44
+ 3. **Share Results**: Collaborate with team members
45
+
46
+ ### Stay Updated
47
+
48
+ - Use Yantra for current events and news
49
+ - Check citations for publication dates
50
+ - Follow up on evolving topics
51
+
52
+ ## Advanced Features
53
+
54
+ ### Pro Features
55
+
56
+ - **File Uploads**: Analyze documents and files
57
+ - **Custom Searches**: Tailor searches to your needs
58
+ - **API Access**: Integrate Yantra into your workflow
59
+
60
+ ### Enterprise Features
61
+
62
+ - **Team Collaboration**: Share searches with your team
63
+ - **Custom Branding**: White-label solutions
64
+ - **Advanced Analytics**: Track usage and insights
@@ -0,0 +1,32 @@
1
+ # What is Yantra?
2
+
3
+ Yantra is an **AI-powered search engine** that searches the web and delivers conversational answers backed by verifiable sources. Unlike traditional search engines that return lists of links, Yantra provides direct answers with citations and links to original sources.
4
+
5
+ ## What sets Yantra apart
6
+
7
+ Yantra integrates cutting-edge AI models, including OpenAI's GPT models and Anthropic's Claude, to provide comprehensive and accurate answers to your questions.
8
+
9
+ ### Key Features
10
+
11
+ - **Conversational Answers**: Get direct answers instead of just links
12
+ - **Source Citations**: Every answer includes verifiable sources
13
+ - **AI-Powered**: Uses the latest AI models for accurate responses
14
+ - **Real-time Search**: Searches the web in real-time for current information
15
+
16
+ ## How to Use Yantra
17
+
18
+ 1. **Ask Questions**: Simply type your question in natural language
19
+ 2. **Get Answers**: Receive comprehensive answers with sources
20
+ 3. **Explore Sources**: Click on citations to explore original sources
21
+ 4. **Follow-up**: Ask follow-up questions for deeper understanding
22
+
23
+ ## Getting Started
24
+
25
+ To get started with Yantra:
26
+
27
+ 1. Visit our website
28
+ 2. Sign up for an account
29
+ 3. Start asking questions
30
+ 4. Explore the different search modes available
31
+
32
+ For more advanced features, consider upgrading to Yantra Pro or Max.
@@ -0,0 +1,56 @@
1
+ # About the Yantra Discord Community
2
+
3
+ Join our official community of Yantra power users and get the most out of your experience.
4
+
5
+ ## What is the Discord Community?
6
+
7
+ The Yantra Discord Community is our official space where users can:
8
+
9
+ - **Share Tips**: Discover new ways to use Yantra
10
+ - **Get Help**: Receive support from community members
11
+ - **Stay Updated**: Learn about new features and updates
12
+ - **Connect**: Meet other Yantra users and enthusiasts
13
+
14
+ ## Community Guidelines
15
+
16
+ ### Be Respectful
17
+
18
+ - Treat all members with respect
19
+ - Use appropriate language
20
+ - Avoid spam or self-promotion
21
+
22
+ ### Stay On Topic
23
+
24
+ - Keep discussions relevant to Yantra
25
+ - Use appropriate channels for different topics
26
+ - Help others when you can
27
+
28
+ ### Share Knowledge
29
+
30
+ - Share useful tips and tricks
31
+ - Help newcomers get started
32
+ - Contribute to community discussions
33
+
34
+ ## Getting Started
35
+
36
+ 1. **Join the Server**: Use the invite link from our website
37
+ 2. **Introduce Yourself**: Say hello in the introductions channel
38
+ 3. **Explore Channels**: Find channels that interest you
39
+ 4. **Start Participating**: Ask questions and share knowledge
40
+
41
+ ## Community Channels
42
+
43
+ ### General Discussion
44
+ - **#general**: General Yantra discussions
45
+ - **#introductions**: Introduce yourself to the community
46
+ - **#announcements**: Official updates and news
47
+
48
+ ### Help and Support
49
+ - **#help**: Get help with Yantra
50
+ - **#tips-and-tricks**: Share useful tips
51
+ - **#feature-requests**: Suggest new features
52
+
53
+ ### Specialized Topics
54
+ - **#research**: Discuss research methodologies
55
+ - **#ai-discussion**: Talk about AI and technology
56
+ - **#community-projects**: Collaborate on projects
@@ -0,0 +1,73 @@
1
+ # Android App
2
+
3
+ Using Yantra on Android devices.
4
+
5
+ ## Android App Features
6
+
7
+ ### Core Features
8
+ - **Full Search**: Complete search functionality
9
+ - **Voice Search**: Google Assistant integration
10
+ - **Offline Mode**: Limited offline capabilities
11
+ - **Material Design**: Google Material Design
12
+
13
+ ### Android-Specific Features
14
+ - **Google Assistant**: Voice search integration
15
+ - **Android Widgets**: Home screen widgets
16
+ - **Share Menu**: Android share functionality
17
+ - **Quick Settings**: Quick settings integration
18
+
19
+ ## Android Integration
20
+
21
+ ### Google Services
22
+ - **Google Assistant**: Voice search via Assistant
23
+ - **Google Search**: Integration with Google Search
24
+ - **Chrome Integration**: Search from Chrome
25
+ - **Android Auto**: Car integration
26
+
27
+ ### Android Features
28
+ - **Notification Channels**: Categorized notifications
29
+ - **Adaptive Icons**: Dynamic app icons
30
+ - **Shortcuts**: App shortcuts support
31
+ - **Picture-in-Picture**: PIP mode support
32
+
33
+ ## Installation and Setup
34
+
35
+ ### Google Play Installation
36
+ 1. **Open Play Store**: Launch Google Play Store
37
+ 2. **Search Yantra**: Search for "Yantra"
38
+ 3. **Install**: Tap "Install" to download
39
+ 4. **Open**: Launch the app
40
+
41
+ ### Initial Configuration
42
+ - **Account Setup**: Sign in or create account
43
+ - **Permissions**: Grant necessary permissions
44
+ - **Notifications**: Configure notifications
45
+ - **Assistant Setup**: Set up Google Assistant
46
+
47
+ ## Android App Usage
48
+
49
+ ### Basic Operations
50
+ - **Search**: Tap search bar to search
51
+ - **Voice**: Use microphone for voice search
52
+ - **Results**: Browse search results
53
+ - **Sources**: Access source citations
54
+
55
+ ### Advanced Features
56
+ - **Saved Searches**: Save important searches
57
+ - **Collections**: Organize search collections
58
+ - **Export**: Export search results
59
+ - **Share**: Share via Android share menu
60
+
61
+ ## Android App Support
62
+
63
+ ### Common Issues
64
+ - **Performance**: Optimize device performance
65
+ - **Battery Usage**: Manage battery consumption
66
+ - **Storage**: Clear app cache if needed
67
+ - **Permissions**: Check app permissions
68
+
69
+ ### Support Resources
70
+ - **In-App Help**: Built-in help system
71
+ - **Support Team**: Contact support team
72
+ - **Community**: Android user community
73
+ - **Documentation**: Android-specific guides
@@ -0,0 +1,74 @@
1
+ # iOS App
2
+
3
+ Using Yantra on iPhone and iPad devices.
4
+
5
+ ## iOS App Features
6
+
7
+ ### iPhone Features
8
+ - **Full Functionality**: Complete Yantra features
9
+ - **Touch Interface**: Optimized for iPhone
10
+ - **Voice Search**: Siri integration
11
+ - **Share Integration**: iOS share functionality
12
+
13
+ ### iPad Features
14
+ - **Larger Interface**: Optimized for iPad screen
15
+ - **Split View**: Multi-tasking support
16
+ - **Apple Pencil**: Apple Pencil support
17
+ - **External Keyboard**: Keyboard shortcuts
18
+
19
+ ## iOS-Specific Features
20
+
21
+ ### Siri Integration
22
+ - **Voice Commands**: Use Siri to search
23
+ - **Shortcuts**: Create custom shortcuts
24
+ - **Hands-Free**: Voice-only operation
25
+ - **Siri Suggestions**: Proactive suggestions
26
+
27
+ ### iOS Integration
28
+ - **Spotlight Search**: Search from Spotlight
29
+ - **Share Extension**: Share from other apps
30
+ - **Widget Support**: Home screen widgets
31
+ - **Notification Center**: Rich notifications
32
+
33
+ ## Installation and Setup
34
+
35
+ ### App Store Installation
36
+ 1. **Open App Store**: Launch App Store
37
+ 2. **Search Yantra**: Search for "Yantra"
38
+ 3. **Download**: Tap "Get" to download
39
+ 4. **Install**: Wait for installation
40
+ 5. **Open**: Launch the app
41
+
42
+ ### Initial Setup
43
+ - **Sign In**: Use existing account or create new
44
+ - **Permissions**: Grant necessary permissions
45
+ - **Notifications**: Enable notifications
46
+ - **Siri Setup**: Configure Siri integration
47
+
48
+ ## iOS App Usage
49
+
50
+ ### Basic Usage
51
+ - **Search**: Tap search bar to search
52
+ - **Voice**: Tap microphone for voice search
53
+ - **Results**: Scroll through results
54
+ - **Sources**: Tap citations to view sources
55
+
56
+ ### Advanced Features
57
+ - **Saved Searches**: Save important searches
58
+ - **Collections**: Organize searches
59
+ - **Export**: Export results
60
+ - **Share**: Share results with others
61
+
62
+ ## iOS App Support
63
+
64
+ ### Troubleshooting
65
+ - **App Crashes**: Restart app or device
66
+ - **Slow Performance**: Close other apps
67
+ - **Sync Issues**: Check internet connection
68
+ - **Login Problems**: Reset password
69
+
70
+ ### Getting Help
71
+ - **In-App Help**: Built-in help system
72
+ - **Support Team**: Contact support
73
+ - **Community**: iOS user community
74
+ - **Documentation**: iOS-specific guides
@@ -0,0 +1,60 @@
1
+ # Mobile App Overview
2
+
3
+ Introduction to Yantra's mobile applications.
4
+
5
+ ## Mobile Apps Available
6
+
7
+ ### iOS App
8
+ - **iPhone Support**: Full iPhone compatibility
9
+ - **iPad Support**: Optimized for iPad
10
+ - **iOS Versions**: iOS 14.0 and later
11
+ - **App Store**: Available on Apple App Store
12
+
13
+ ### Android App
14
+ - **Android Support**: Full Android compatibility
15
+ - **Tablet Support**: Optimized for Android tablets
16
+ - **Android Versions**: Android 8.0 and later
17
+ - **Google Play**: Available on Google Play Store
18
+
19
+ ## Mobile Features
20
+
21
+ ### Core Features
22
+ - **Full Search**: Complete search functionality
23
+ - **Voice Search**: Voice-activated searches
24
+ - **Offline Mode**: Limited offline functionality
25
+ - **Push Notifications**: Real-time notifications
26
+
27
+ ### Mobile-Specific Features
28
+ - **Touch Interface**: Optimized touch interface
29
+ - **Gesture Support**: Swipe and gesture controls
30
+ - **Camera Integration**: Photo and document scanning
31
+ - **Location Services**: Location-based searches
32
+
33
+ ## App Installation
34
+
35
+ ### Download Process
36
+ 1. **Visit Store**: Go to App Store or Google Play
37
+ 2. **Search Yantra**: Search for "Yantra"
38
+ 3. **Download App**: Download and install
39
+ 4. **Open App**: Launch the application
40
+ 5. **Sign In**: Sign in with your account
41
+
42
+ ### System Requirements
43
+ - **iOS**: iPhone/iPad with iOS 14.0+
44
+ - **Android**: Android device with 8.0+
45
+ - **Storage**: 100MB available storage
46
+ - **Internet**: Internet connection required
47
+
48
+ ## Mobile Experience
49
+
50
+ ### Interface Design
51
+ - **Responsive Design**: Adapts to screen size
52
+ - **Touch-Friendly**: Optimized for touch
53
+ - **Gesture Navigation**: Intuitive gestures
54
+ - **Accessibility**: Full accessibility support
55
+
56
+ ### Performance
57
+ - **Fast Loading**: Quick app startup
58
+ - **Smooth Scrolling**: Smooth interface
59
+ - **Efficient Battery**: Optimized battery usage
60
+ - **Data Usage**: Efficient data consumption
@@ -0,0 +1,73 @@
1
+ # Voice Assistant
2
+
3
+ Using Yantra's voice search capabilities.
4
+
5
+ ## Voice Search Features
6
+
7
+ ### Voice Recognition
8
+ - **Natural Language**: Speak naturally
9
+ - **Multiple Languages**: Support for many languages
10
+ - **Accent Recognition**: Handles various accents
11
+ - **Noise Filtering**: Filters background noise
12
+
13
+ ### Voice Commands
14
+ - **Search Commands**: Voice search queries
15
+ - **Navigation Commands**: Voice navigation
16
+ - **Control Commands**: Voice app control
17
+ - **Custom Commands**: Personalized commands
18
+
19
+ ## Voice Integration
20
+
21
+ ### Mobile Integration
22
+ - **iOS Siri**: Siri voice integration
23
+ - **Android Assistant**: Google Assistant integration
24
+ - **Hands-Free**: Completely hands-free operation
25
+ - **Wake Words**: Custom wake words
26
+
27
+ ### Smart Speaker Integration
28
+ - **Amazon Alexa**: Alexa skill integration
29
+ - **Google Home**: Google Assistant integration
30
+ - **Apple HomePod**: Siri integration
31
+ - **Custom Devices**: Custom voice devices
32
+
33
+ ## Voice Search Usage
34
+
35
+ ### Basic Voice Search
36
+ 1. **Activate Voice**: Tap microphone or say wake word
37
+ 2. **Speak Query**: Ask your question naturally
38
+ 3. **Wait for Processing**: Wait for voice processing
39
+ 4. **Review Results**: Review voice search results
40
+
41
+ ### Advanced Voice Features
42
+ - **Follow-up Questions**: Ask follow-up questions
43
+ - **Voice Navigation**: Navigate with voice
44
+ - **Voice Commands**: Use voice commands
45
+ - **Voice Settings**: Configure voice preferences
46
+
47
+ ## Voice Settings
48
+
49
+ ### Voice Preferences
50
+ - **Language**: Set preferred language
51
+ - **Voice Speed**: Adjust voice response speed
52
+ - **Voice Volume**: Control voice volume
53
+ - **Voice Gender**: Choose voice gender
54
+
55
+ ### Recognition Settings
56
+ - **Sensitivity**: Adjust recognition sensitivity
57
+ - **Timeout**: Set voice timeout duration
58
+ - **Wake Word**: Customize wake word
59
+ - **Training**: Train voice recognition
60
+
61
+ ## Voice Troubleshooting
62
+
63
+ ### Common Issues
64
+ - **Recognition Problems**: Improve voice recognition
65
+ - **Background Noise**: Reduce background noise
66
+ - **Accent Issues**: Adjust for accent
67
+ - **Connection Issues**: Check internet connection
68
+
69
+ ### Voice Optimization
70
+ - **Clear Speech**: Speak clearly and slowly
71
+ - **Quiet Environment**: Use in quiet environment
72
+ - **Proper Distance**: Maintain proper distance
73
+ - **Device Quality**: Use quality microphone