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

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 (357) hide show
  1. package/lib/components/HelpCenterFooter.d.ts.map +1 -1
  2. package/lib/components/HelpCenterFooter.js +186 -90
  3. package/lib/components/HelpCenterFooter.js.map +1 -1
  4. package/lib/components/HelpCenterHeader.d.ts +1 -5
  5. package/lib/components/HelpCenterHeader.d.ts.map +1 -1
  6. package/lib/components/HelpCenterHeader.js +123 -69
  7. package/lib/components/HelpCenterHeader.js.map +1 -1
  8. package/lib/components/Icons.d.ts +55 -0
  9. package/lib/components/Icons.d.ts.map +1 -0
  10. package/lib/components/Icons.js +186 -0
  11. package/lib/components/Icons.js.map +1 -0
  12. package/lib/components/Logo.d.ts +1 -2
  13. package/lib/components/Logo.d.ts.map +1 -1
  14. package/lib/components/Logo.js +5 -8
  15. package/lib/components/Logo.js.map +1 -1
  16. package/lib/components/PageHero.d.ts +9 -0
  17. package/lib/components/PageHero.d.ts.map +1 -0
  18. package/lib/components/PageHero.js +47 -0
  19. package/lib/components/PageHero.js.map +1 -0
  20. package/lib/components/SearchBar.d.ts +8 -0
  21. package/lib/components/SearchBar.d.ts.map +1 -0
  22. package/lib/components/SearchBar.js +262 -0
  23. package/lib/components/SearchBar.js.map +1 -0
  24. package/lib/components/SidebarSearch.d.ts +8 -0
  25. package/lib/components/SidebarSearch.d.ts.map +1 -0
  26. package/lib/components/SidebarSearch.js +114 -0
  27. package/lib/components/SidebarSearch.js.map +1 -0
  28. package/lib/components/navbar/index.d.ts.map +1 -1
  29. package/lib/components/navbar/index.js +32 -36
  30. package/lib/components/navbar/index.js.map +1 -1
  31. package/lib/compute.d.ts +17 -0
  32. package/lib/compute.d.ts.map +1 -1
  33. package/lib/compute.js +111 -3
  34. package/lib/compute.js.map +1 -1
  35. package/lib/pages/About/index.d.ts +3 -0
  36. package/lib/pages/About/index.d.ts.map +1 -0
  37. package/lib/pages/About/index.js +69 -0
  38. package/lib/pages/About/index.js.map +1 -0
  39. package/lib/pages/Blog/index.d.ts +3 -0
  40. package/lib/pages/Blog/index.d.ts.map +1 -0
  41. package/lib/pages/Blog/index.js +172 -0
  42. package/lib/pages/Blog/index.js.map +1 -0
  43. package/lib/pages/BlogPost/index.d.ts +3 -0
  44. package/lib/pages/BlogPost/index.d.ts.map +1 -0
  45. package/lib/pages/BlogPost/index.js +209 -0
  46. package/lib/pages/BlogPost/index.js.map +1 -0
  47. package/lib/pages/Careers/index.d.ts +3 -0
  48. package/lib/pages/Careers/index.d.ts.map +1 -0
  49. package/lib/pages/Careers/index.js +78 -0
  50. package/lib/pages/Careers/index.js.map +1 -0
  51. package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
  52. package/lib/pages/CategoryCollection/index.js +86 -80
  53. package/lib/pages/CategoryCollection/index.js.map +1 -1
  54. package/lib/pages/Community/index.d.ts +3 -0
  55. package/lib/pages/Community/index.d.ts.map +1 -0
  56. package/lib/pages/Community/index.js +72 -0
  57. package/lib/pages/Community/index.js.map +1 -0
  58. package/lib/pages/Contact/index.d.ts +3 -0
  59. package/lib/pages/Contact/index.d.ts.map +1 -0
  60. package/lib/pages/Contact/index.js +128 -0
  61. package/lib/pages/Contact/index.js.map +1 -0
  62. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
  63. package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
  64. package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
  65. package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
  66. package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
  67. package/lib/pages/GetStarted/index.d.ts.map +1 -1
  68. package/lib/pages/GetStarted/index.js +333 -713
  69. package/lib/pages/GetStarted/index.js.map +1 -1
  70. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
  71. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
  72. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +154 -68
  73. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
  74. package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
  75. package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
  76. package/lib/pages/HelpCenter/components/Icons.js +338 -78
  77. package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
  78. package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
  79. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
  80. package/lib/pages/HelpCenter/components/PopularArticle.js +22 -37
  81. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
  82. package/lib/pages/HelpCenter/index.d.ts.map +1 -1
  83. package/lib/pages/HelpCenter/index.js +261 -44
  84. package/lib/pages/HelpCenter/index.js.map +1 -1
  85. package/lib/pages/HelpCenter/mockData.d.ts +16 -0
  86. package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
  87. package/lib/pages/HelpCenter/mockData.js +83 -12
  88. package/lib/pages/HelpCenter/mockData.js.map +1 -1
  89. package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
  90. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
  91. package/lib/pages/LandingPage/components/ArticleCard.js +31 -20
  92. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
  93. package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
  94. package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
  95. package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
  96. package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
  97. package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
  98. package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
  99. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
  100. package/lib/pages/LandingPage/components/CategoryCard.js +35 -13
  101. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
  102. package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
  103. package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
  104. package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
  105. package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
  106. package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -7
  107. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
  108. package/lib/pages/LandingPage/components/HeroSection.js +108 -40
  109. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
  110. package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
  111. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
  112. package/lib/pages/LandingPage/components/ResourceCard.js +24 -19
  113. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
  114. package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
  115. package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
  116. package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
  117. package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
  118. package/lib/pages/LandingPage/index.d.ts.map +1 -1
  119. package/lib/pages/LandingPage/index.js +189 -130
  120. package/lib/pages/LandingPage/index.js.map +1 -1
  121. package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
  122. package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
  123. package/lib/pages/Markdown/MarkdownPageLayout.js +318 -0
  124. package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
  125. package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
  126. package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
  127. package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
  128. package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
  129. package/lib/pages/Markdown/index.d.ts +3 -0
  130. package/lib/pages/Markdown/index.d.ts.map +1 -0
  131. package/lib/pages/Markdown/index.js +5 -0
  132. package/lib/pages/Markdown/index.js.map +1 -0
  133. package/lib/pages/Privacy/index.d.ts +3 -0
  134. package/lib/pages/Privacy/index.d.ts.map +1 -0
  135. package/lib/pages/Privacy/index.js +449 -0
  136. package/lib/pages/Privacy/index.js.map +1 -0
  137. package/lib/pages/ReleaseNotes/index.d.ts +3 -0
  138. package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
  139. package/lib/pages/ReleaseNotes/index.js +61 -0
  140. package/lib/pages/ReleaseNotes/index.js.map +1 -0
  141. package/lib/pages/StatusPage/index.d.ts +3 -0
  142. package/lib/pages/StatusPage/index.d.ts.map +1 -0
  143. package/lib/pages/StatusPage/index.js +85 -0
  144. package/lib/pages/StatusPage/index.js.map +1 -0
  145. package/lib/pages/Terms/index.d.ts +3 -0
  146. package/lib/pages/Terms/index.d.ts.map +1 -0
  147. package/lib/pages/Terms/index.js +60 -0
  148. package/lib/pages/Terms/index.js.map +1 -0
  149. package/lib/routes.json +138 -1
  150. package/lib/templates/content/account-management/account-setup.md +83 -0
  151. package/lib/templates/content/account-management/delete-account.md +81 -0
  152. package/lib/templates/content/account-management/preferences.md +98 -0
  153. package/lib/templates/content/account-management/privacy-settings.md +94 -0
  154. package/lib/templates/content/account-management/profile-settings.md +78 -0
  155. package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
  156. package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
  157. package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
  158. package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
  159. package/lib/templates/content/blog/how-yantra-browser-automates-workflows.md +120 -0
  160. package/lib/templates/content/blog/introducing-yantra-browser.md +90 -0
  161. package/lib/templates/content/blog/yantra-browser-productivity-tips.md +98 -0
  162. package/lib/templates/content/browser-extension/browser-extension-overview.md +60 -0
  163. package/lib/templates/content/browser-extension/extension-security.md +126 -0
  164. package/lib/templates/content/browser-extension/getting-started-extension.md +96 -0
  165. package/lib/templates/content/browser-extension/how-it-works.md +112 -0
  166. package/lib/templates/content/browser-extension/troubleshooting-extension.md +138 -0
  167. package/lib/templates/content/browser-extension/use-cases-workflows.md +123 -0
  168. package/lib/templates/content/content-manifest.json +6245 -0
  169. package/lib/templates/content/data-privacy/data-collection.md +78 -0
  170. package/lib/templates/content/data-privacy/privacy-policy.md +100 -0
  171. package/lib/templates/content/data-subject-privacy/data-access.md +90 -0
  172. package/lib/templates/content/data-subject-privacy/data-portability.md +97 -0
  173. package/lib/templates/content/data-subject-privacy/privacy-requests.md +95 -0
  174. package/lib/templates/content/file-uploads/file-upload-overview.md +93 -0
  175. package/lib/templates/content/getting-started/getting-started-guide.md +88 -0
  176. package/lib/templates/content/integrations/crm-integrations.md +130 -0
  177. package/lib/templates/content/integrations/github-integration.md +95 -0
  178. package/lib/templates/content/integrations/integrations-overview.md +142 -0
  179. package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
  180. package/lib/templates/content/integrations/productivity-integrations.md +129 -0
  181. package/lib/templates/content/integrations/slack-integration.md +79 -0
  182. package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
  183. package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
  184. package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
  185. package/lib/templates/content/platform-features/always-watching.md +63 -0
  186. package/lib/templates/content/platform-features/instant-context.md +67 -0
  187. package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
  188. package/lib/templates/content/platform-features/platform-overview.md +58 -0
  189. package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
  190. package/lib/templates/content/platform-features/smart-escalation.md +93 -0
  191. package/lib/templates/content/product-features/ai-models.md +89 -0
  192. package/lib/templates/content/product-features/collaboration-tools.md +88 -0
  193. package/lib/templates/content/product-features/conversation-features.md +76 -0
  194. package/lib/templates/content/product-features/export-features.md +87 -0
  195. package/lib/templates/content/product-features/follow-up-questions.md +82 -0
  196. package/lib/templates/content/product-features/real-time-search.md +84 -0
  197. package/lib/templates/content/product-features/saved-searches.md +75 -0
  198. package/lib/templates/content/product-features/search-features.md +82 -0
  199. package/lib/templates/content/product-features/search-history.md +86 -0
  200. package/lib/templates/content/product-features/source-citations.md +100 -0
  201. package/lib/templates/content/scope-api/api-overview.md +104 -0
  202. package/lib/templates/content/search-modes/deep-research.md +109 -0
  203. package/lib/templates/content/search-modes/labs-features.md +81 -0
  204. package/lib/templates/content/search-modes/pro-search.md +75 -0
  205. package/lib/templates/content/search-modes/regular-search.md +86 -0
  206. package/lib/templates/content/security-compliance/audit-trail.md +112 -0
  207. package/lib/templates/content/security-compliance/compliance.md +120 -0
  208. package/lib/templates/content/security-compliance/data-encryption.md +94 -0
  209. package/lib/templates/content/security-compliance/security-overview.md +186 -0
  210. package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
  211. package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
  212. package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
  213. package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
  214. package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
  215. package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
  216. package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
  217. package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
  218. package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
  219. package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
  220. package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
  221. package/lib/templates/content/solutions-sales/lead-management.md +108 -0
  222. package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
  223. package/lib/templates/content/spaces-library/spaces-overview.md +89 -0
  224. package/lib/templates/content/student-hub/academic-research.md +106 -0
  225. package/lib/templates/content/student-hub/student-discounts.md +78 -0
  226. package/lib/templates/content/student-hub/student-overview.md +86 -0
  227. package/lib/templates/content/student-hub/study-tools.md +121 -0
  228. package/lib/templates/content/subscription-billing/billing-cycle.md +71 -0
  229. package/lib/templates/content/subscription-billing/billing-overview.md +72 -0
  230. package/lib/templates/content/subscription-billing/billing-support.md +74 -0
  231. package/lib/templates/content/subscription-billing/currency-support.md +57 -0
  232. package/lib/templates/content/subscription-billing/enterprise-pricing.md +74 -0
  233. package/lib/templates/content/subscription-billing/invoice-management.md +86 -0
  234. package/lib/templates/content/subscription-billing/payment-methods.md +77 -0
  235. package/lib/templates/content/subscription-billing/promotional-offers.md +81 -0
  236. package/lib/templates/content/subscription-billing/refund-policy.md +80 -0
  237. package/lib/templates/content/subscription-billing/student-discounts.md +88 -0
  238. package/lib/templates/content/subscription-billing/tax-information.md +86 -0
  239. package/lib/templates/content/technical-questions/ai-models-technical.md +87 -0
  240. package/lib/templates/content/technical-questions/api-technical.md +158 -0
  241. package/lib/templates/content/technical-questions/data-processing.md +102 -0
  242. package/lib/templates/content/technical-questions/database-architecture.md +120 -0
  243. package/lib/templates/content/technical-questions/infrastructure.md +132 -0
  244. package/lib/templates/content/technical-questions/performance-optimization.md +105 -0
  245. package/lib/templates/content/technical-questions/search-algorithms.md +105 -0
  246. package/lib/templates/content/technical-questions/technical-overview.md +107 -0
  247. package/lib/templates/content/threads/conversation-management.md +103 -0
  248. package/lib/templates/content/threads/threads-overview.md +92 -0
  249. package/lib/templates/content/troubleshooting/common-issues.md +115 -0
  250. package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
  251. package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
  252. package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
  253. package/lib/templates/content/use-cases/support-use-cases.md +120 -0
  254. package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
  255. package/lib/templates/content/what-is-yantra/getting-started-yantra.md +85 -0
  256. package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
  257. package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
  258. package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
  259. package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
  260. package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
  261. package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
  262. package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
  263. package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
  264. package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
  265. package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
  266. package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
  267. package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
  268. package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
  269. package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
  270. package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
  271. package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
  272. package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
  273. package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
  274. package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
  275. package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
  276. package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
  277. package/lib/utils/docsNavigation.d.ts +10 -0
  278. package/lib/utils/docsNavigation.d.ts.map +1 -0
  279. package/lib/utils/docsNavigation.js +209 -0
  280. package/lib/utils/docsNavigation.js.map +1 -0
  281. package/lib/utils/helpCenterUtils.d.ts.map +1 -1
  282. package/lib/utils/markdownLoader.d.ts +12 -4
  283. package/lib/utils/markdownLoader.d.ts.map +1 -1
  284. package/lib/utils/markdownLoader.js +362 -1163
  285. package/lib/utils/markdownLoader.js.map +1 -1
  286. package/package.json +23 -6
  287. package/lib/content/account-management/account-setup.md +0 -74
  288. package/lib/content/account-management/delete-account.md +0 -74
  289. package/lib/content/account-management/preferences.md +0 -73
  290. package/lib/content/account-management/privacy-settings.md +0 -73
  291. package/lib/content/account-management/profile-settings.md +0 -59
  292. package/lib/content/data-privacy/data-collection.md +0 -65
  293. package/lib/content/data-privacy/privacy-policy.md +0 -73
  294. package/lib/content/data-subject-privacy/data-access.md +0 -88
  295. package/lib/content/data-subject-privacy/data-portability.md +0 -108
  296. package/lib/content/data-subject-privacy/privacy-requests.md +0 -80
  297. package/lib/content/file-uploads/file-upload-overview.md +0 -65
  298. package/lib/content/getting-started/getting-started-guide.md +0 -65
  299. package/lib/content/product-features/ai-models.md +0 -84
  300. package/lib/content/product-features/collaboration-tools.md +0 -59
  301. package/lib/content/product-features/conversation-features.md +0 -45
  302. package/lib/content/product-features/export-features.md +0 -59
  303. package/lib/content/product-features/follow-up-questions.md +0 -59
  304. package/lib/content/product-features/real-time-search.md +0 -59
  305. package/lib/content/product-features/saved-searches.md +0 -59
  306. package/lib/content/product-features/search-features.md +0 -64
  307. package/lib/content/product-features/search-history.md +0 -59
  308. package/lib/content/product-features/source-citations.md +0 -59
  309. package/lib/content/scope-api/api-overview.md +0 -59
  310. package/lib/content/search-modes/deep-research.md +0 -60
  311. package/lib/content/search-modes/labs-features.md +0 -73
  312. package/lib/content/search-modes/pro-search.md +0 -59
  313. package/lib/content/search-modes/regular-search.md +0 -60
  314. package/lib/content/spaces-library/spaces-overview.md +0 -60
  315. package/lib/content/student-hub/academic-research.md +0 -61
  316. package/lib/content/student-hub/student-discounts.md +0 -74
  317. package/lib/content/student-hub/student-overview.md +0 -59
  318. package/lib/content/student-hub/study-tools.md +0 -59
  319. package/lib/content/subscription-billing/billing-cycle.md +0 -61
  320. package/lib/content/subscription-billing/billing-overview.md +0 -45
  321. package/lib/content/subscription-billing/billing-support.md +0 -59
  322. package/lib/content/subscription-billing/currency-support.md +0 -73
  323. package/lib/content/subscription-billing/enterprise-pricing.md +0 -60
  324. package/lib/content/subscription-billing/invoice-management.md +0 -59
  325. package/lib/content/subscription-billing/payment-methods.md +0 -67
  326. package/lib/content/subscription-billing/promotional-offers.md +0 -61
  327. package/lib/content/subscription-billing/refund-policy.md +0 -75
  328. package/lib/content/subscription-billing/student-discounts.md +0 -74
  329. package/lib/content/subscription-billing/tax-information.md +0 -59
  330. package/lib/content/technical-questions/ai-models-technical.md +0 -73
  331. package/lib/content/technical-questions/api-technical.md +0 -73
  332. package/lib/content/technical-questions/data-processing.md +0 -73
  333. package/lib/content/technical-questions/database-architecture.md +0 -73
  334. package/lib/content/technical-questions/infrastructure.md +0 -73
  335. package/lib/content/technical-questions/performance-optimization.md +0 -73
  336. package/lib/content/technical-questions/search-algorithms.md +0 -73
  337. package/lib/content/technical-questions/technical-overview.md +0 -73
  338. package/lib/content/threads/conversation-management.md +0 -59
  339. package/lib/content/threads/threads-overview.md +0 -60
  340. package/lib/content/troubleshooting/common-issues.md +0 -59
  341. package/lib/content/what-is-yantra/getting-started-yantra.md +0 -84
  342. package/lib/pages/ArticlePage/index.d.ts +0 -4
  343. package/lib/pages/ArticlePage/index.d.ts.map +0 -1
  344. package/lib/pages/ArticlePage/index.js +0 -190
  345. package/lib/pages/ArticlePage/index.js.map +0 -1
  346. package/lib/pages/HelpCenter/components/BookStack.js +0 -36
  347. package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
  348. package/lib/pages/LandingPage/components/Assets.js +0 -14
  349. package/lib/pages/LandingPage/components/Assets.js.map +0 -1
  350. package/lib/pages/LandingPage/components/Icons.d.ts +0 -14
  351. package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
  352. package/lib/pages/LandingPage/components/Icons.js +0 -174
  353. package/lib/pages/LandingPage/components/Icons.js.map +0 -1
  354. package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
  355. package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
  356. package/lib/pages/LandingPage/components/SearchBar.js +0 -58
  357. package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
@@ -1,59 +0,0 @@
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
@@ -1,59 +0,0 @@
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
@@ -1,59 +0,0 @@
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
@@ -1,64 +0,0 @@
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
@@ -1,59 +0,0 @@
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
@@ -1,59 +0,0 @@
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
@@ -1,59 +0,0 @@
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
@@ -1,60 +0,0 @@
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
@@ -1,73 +0,0 @@
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
@@ -1,59 +0,0 @@
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
@@ -1,60 +0,0 @@
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