@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
@@ -0,0 +1,84 @@
1
+ # Real-Time Search
2
+
3
+ Yantra's real-time search delivers up-to-the-minute information by crawling the web as you ask, combining fresh data with AI-powered analysis.
4
+
5
+ ---
6
+
7
+ ## How Real-Time Search Works
8
+
9
+ Unlike traditional search engines that rely on pre-built indexes, Yantra can fetch and process live web content at query time:
10
+
11
+ 1. **Query analysis** — Yantra determines whether your question needs real-time data (e.g., "latest," "today," "current price").
12
+ 2. **Targeted crawling** — Relevant sources are fetched in real-time based on relevance and authority.
13
+ 3. **Content extraction** — Key information is extracted from the fetched pages, filtering out ads, navigation, and boilerplate.
14
+ 4. **AI synthesis** — The extracted content is analyzed and synthesized into a coherent, cited response.
15
+ 5. **Source verification** — All claims are cross-referenced across multiple sources for accuracy.
16
+
17
+ > **Speed:** Real-time searches typically return results in 3–8 seconds, depending on the number of sources fetched.
18
+
19
+ ---
20
+
21
+ ## When Real-Time Search Activates
22
+
23
+ Yantra automatically uses real-time search when your query involves:
24
+
25
+ | Trigger | Example |
26
+ | ------------------- | --------------------------------------------- |
27
+ | Current events | "What happened at the tech conference today?" |
28
+ | Time-sensitive data | "Current stock price of NVIDIA" |
29
+ | Recent developments | "Latest release notes for React 19" |
30
+ | Live information | "Weather in San Francisco right now" |
31
+ | Breaking news | "Election results 2024" |
32
+
33
+ For timeless or conceptual questions, Yantra uses its indexed knowledge base for faster responses.
34
+
35
+ ---
36
+
37
+ ## Source Selection
38
+
39
+ ### How sources are chosen
40
+
41
+ Yantra prioritizes sources based on:
42
+
43
+ - **Authority** — Established, reputable sources are ranked higher.
44
+ - **Freshness** — More recently updated content is preferred for time-sensitive queries.
45
+ - **Relevance** — Sources that closely match your specific query terms and intent.
46
+ - **Diversity** — Multiple perspectives are gathered to avoid single-source bias.
47
+
48
+ ### Number of sources
49
+
50
+ | Search mode | Sources fetched |
51
+ | ------------- | --------------- |
52
+ | Regular | 5–10 |
53
+ | Pro Search | 10–20 |
54
+ | Deep Research | 20–50+ |
55
+
56
+ ---
57
+
58
+ ## Inline Citations
59
+
60
+ Every real-time search response includes numbered inline citations:
61
+
62
+ - Click a citation number `[1]` to jump to the source.
63
+ - Hover to see a preview of the source title, domain, and publish date.
64
+ - All sources are listed at the bottom of the response with full URLs.
65
+
66
+ ---
67
+
68
+ ## Limitations
69
+
70
+ - **Paywalled content** — Yantra cannot access content behind paywalls or login walls.
71
+ - **Dynamic web apps** — Single-page applications that require JavaScript rendering may not be fully accessible.
72
+ - **Rate limits** — Extremely high-volume real-time queries may be throttled to ensure service stability.
73
+ - **Accuracy** — Real-time content hasn't been fact-checked by editors. Always verify critical information from primary sources.
74
+
75
+ ---
76
+
77
+ ## Combining Real-Time with AI
78
+
79
+ Real-time search becomes especially powerful when combined with Yantra's AI analysis:
80
+
81
+ - **Summarize breaking news** — Get a concise overview instead of reading 10 articles.
82
+ - **Compare sources** — Ask Yantra to compare what different outlets are reporting.
83
+ - **Extract data** — Pull specific numbers, dates, or quotes from real-time sources.
84
+ - **Track over time** — Use saved searches with real-time mode to monitor topics continuously.
@@ -0,0 +1,75 @@
1
+ # Saved Searches
2
+
3
+ Save any search query for quick access later, organize results into collections, and set up alerts for ongoing monitoring.
4
+
5
+ ---
6
+
7
+ ## Saving a Search
8
+
9
+ ### Quick save
10
+
11
+ Click the **bookmark icon** on any search result page to save the current query. The search is added to your default collection.
12
+
13
+ ### Save with options
14
+
15
+ 1. Click the **⋯** menu on the search results page.
16
+ 2. Select **Save Search**.
17
+ 3. Choose a collection or create a new one.
18
+ 4. Optionally add tags for easy filtering.
19
+ 5. Optionally enable **monitoring** to receive alerts when new matching content appears.
20
+
21
+ ---
22
+
23
+ ## Collections
24
+
25
+ Organize your saved searches into themed collections:
26
+
27
+ | Feature | Details |
28
+ | ------------------ | ----------------------------------------------------------------------------- |
29
+ | Create collections | Group related searches (e.g., "Competitor Research", "Tech Stack Evaluation") |
30
+ | Share collections | Share with workspace members (view or edit access) |
31
+ | Reorder items | Drag and drop to prioritize |
32
+ | Bulk actions | Export, delete, or move multiple items at once |
33
+ | Nested collections | Create sub-collections for deeper organization |
34
+
35
+ ### Managing collections
36
+
37
+ - **Create** — Click **+ New Collection** in the Library sidebar.
38
+ - **Rename** — Right-click the collection name > **Rename**.
39
+ - **Delete** — Right-click > **Delete**. You'll be asked to confirm. Saved searches inside are moved to Uncategorized, not deleted.
40
+
41
+ ---
42
+
43
+ ## Search Monitoring
44
+
45
+ Turn any saved search into a continuous monitor:
46
+
47
+ 1. Save a search and enable **Monitoring**.
48
+ 2. Set the check frequency: hourly, daily, or weekly.
49
+ 3. Choose notification method: in-app, email, or Slack.
50
+ 4. Yantra will re-run the search on schedule and notify you when new results appear.
51
+
52
+ ### Use cases for monitoring
53
+
54
+ - **Company news** — Save a search for your company name and competitor names to track mentions.
55
+ - **Technology updates** — Monitor a framework or library for new releases and CVEs.
56
+ - **Industry trends** — Track emerging topics in your field with broad keyword searches.
57
+ - **Job market** — Monitor specific roles or skill requirements.
58
+
59
+ ---
60
+
61
+ ## Accessing Saved Searches
62
+
63
+ - **Library** — All saved searches and collections are accessible from the Library page in the sidebar.
64
+ - **Quick access** — Press ⌘ + K (Mac) or Ctrl + K (Windows) and type the collection name.
65
+ - **Search bar** — Your recent and saved searches appear as suggestions when you focus the search bar.
66
+
67
+ ---
68
+
69
+ ## Export and Sharing
70
+
71
+ Share or export saved searches:
72
+
73
+ - **Share link** — Generate a shareable link for specific searches or entire collections.
74
+ - **Export** — Download collections in Markdown, JSON, or CSV format.
75
+ - **Slack** — Post a saved search result to a Slack channel directly from the Library.
@@ -0,0 +1,82 @@
1
+ # Search Features
2
+
3
+ A comprehensive overview of everything Yantra's search can do — from natural language queries to advanced filters and multi-modal results.
4
+
5
+ ---
6
+
7
+ ## Natural Language Search
8
+
9
+ Ask questions the way you'd ask a colleague:
10
+
11
+ | Instead of | Try |
12
+ | ----------------------------- | ------------------------------------------------------------- |
13
+ | `kubernetes pod restart loop` | "Why does my Kubernetes pod keep restarting?" |
14
+ | `react useEffect cleanup` | "How do I properly clean up side effects in React useEffect?" |
15
+ | `AWS S3 pricing calculator` | "How much would it cost to store 500 GB on S3 for a year?" |
16
+
17
+ Yantra understands intent, context, and nuance — no need to reduce your question to keywords.
18
+
19
+ ---
20
+
21
+ ## Search Modes
22
+
23
+ Yantra offers multiple search modes to match different needs:
24
+
25
+ | Mode | Speed | Depth | Best for |
26
+ | ----------------- | ------------------ | -------------------- | ------------------------------------- |
27
+ | **Regular** | Instant (< 3s) | Quick answers | Factual lookups, simple questions |
28
+ | **Pro Search** | Fast (5–10s) | Detailed analysis | Multi-step questions, comparisons |
29
+ | **Deep Research** | Thorough (30–120s) | Comprehensive report | Academic research, strategic analysis |
30
+
31
+ Switch modes using the toggle below the search bar or set a default in **Settings > Preferences**.
32
+
33
+ ---
34
+
35
+ ## Smart Filters
36
+
37
+ Narrow your results with powerful filters:
38
+
39
+ | Filter | Options | Example |
40
+ | ---------------- | ----------------------------------------- | ----------------------------- |
41
+ | **Time range** | Past hour, day, week, month, year, custom | "news from the past 24 hours" |
42
+ | **Source type** | Web, academic, code, news, social | Academic papers only |
43
+ | **Domain** | Specific websites or exclude domains | Only results from github.com |
44
+ | **Language** | 50+ languages | Results in French only |
45
+ | **Content type** | Articles, PDFs, videos, code repos | PDFs about machine learning |
46
+
47
+ Filters can be applied via the filter bar or included naturally in your query: "Find Python tutorials from the last month on YouTube."
48
+
49
+ ---
50
+
51
+ ## Response Formatting
52
+
53
+ Yantra automatically formats responses for readability:
54
+
55
+ - **Prose** — Flowing paragraphs for explanatory answers.
56
+ - **Lists** — Numbered steps for how-to answers, bullet points for enumerations.
57
+ - **Tables** — Comparison data and multi-attribute answers rendered as clean tables.
58
+ - **Code blocks** — Syntax-highlighted code with language detection.
59
+ - **Math** — LaTeX equations rendered inline.
60
+
61
+ You can explicitly request a format: "Give me this as a table" or "Show me the code."
62
+
63
+ ---
64
+
65
+ ## Source Citations
66
+
67
+ Every response includes verifiable source citations:
68
+
69
+ - **Inline citations** — Numbered references `[1]`, `[2]`, etc., linked to specific claims.
70
+ - **Source cards** — Expandable cards at the bottom showing title, domain, date, and relevance score.
71
+ - **One-click verify** — Click any citation to open the original source in a new tab.
72
+
73
+ ---
74
+
75
+ ## Search History
76
+
77
+ All your searches are automatically saved:
78
+
79
+ - **Recent searches** — Appear as suggestions when you focus the search bar.
80
+ - **Full history** — Accessible from the sidebar under **History**.
81
+ - **Search within history** — Search your past queries to find previous results.
82
+ - **Privacy controls** — Clear history at any time from **Settings > Privacy**.
@@ -0,0 +1,86 @@
1
+ # Search History
2
+
3
+ Yantra automatically saves your search history so you can revisit past queries, re-run searches, and track your research over time.
4
+
5
+ ---
6
+
7
+ ## Accessing Your History
8
+
9
+ ### Quick access
10
+
11
+ - **Recent searches** automatically appear when you click the search bar.
12
+ - Press ⌘ + K (Mac) or Ctrl + K (Windows) to open the command palette, then type a past query.
13
+
14
+ ### Full history
15
+
16
+ 1. Click **History** in the sidebar navigation.
17
+ 2. Browse your complete search history, organized by date.
18
+ 3. Click any past search to re-run it or view the original results.
19
+
20
+ ---
21
+
22
+ ## History Management
23
+
24
+ ### Searching your history
25
+
26
+ Use the search box at the top of the History page to find specific past queries:
27
+
28
+ - Search by **keywords** — Find queries containing specific terms.
29
+ - Search by **date** — Filter to a specific day, week, or month.
30
+ - Search by **mode** — Filter by search mode (Regular, Pro Search, Deep Research).
31
+
32
+ ### Organizing history
33
+
34
+ | Action | How | Description |
35
+ | ------------------ | ------------------------ | ---------------------------------------- |
36
+ | Pin | Click star icon | Pins a search to the top of your history |
37
+ | Delete | Click × icon | Removes a single entry |
38
+ | Save to collection | Click bookmark icon | Moves to a saved collection |
39
+ | Bulk delete | Select multiple > Delete | Remove multiple entries at once |
40
+
41
+ ---
42
+
43
+ ## Privacy Controls
44
+
45
+ ### Automatic cleanup
46
+
47
+ Set search history to auto-delete after a specified period:
48
+
49
+ - **Settings > Privacy > Data Retention > Search History**
50
+ - Options: 30 days, 60 days, 90 days (default), 180 days, or Keep forever
51
+
52
+ ### Pause history
53
+
54
+ Temporarily stop saving searches:
55
+
56
+ - **Settings > Privacy > Search History** → Toggle off
57
+ - Searches performed while history is paused are not recorded.
58
+
59
+ ### Clear all history
60
+
61
+ Go to **Settings > Privacy > Clear Search History** to permanently delete all past queries. This action is irreversible.
62
+
63
+ ---
64
+
65
+ ## Incognito Search
66
+
67
+ For searches you don't want saved:
68
+
69
+ 1. Press ⌘ + Shift + N (Mac) or Ctrl + Shift + N (Windows) to open an incognito search.
70
+ 2. Queries in incognito mode are not saved to your history.
71
+ 3. AI responses are not personalized based on your past activity.
72
+ 4. The session is discarded when you close the incognito tab.
73
+
74
+ > **Note:** Incognito mode does not hide your activity from your organization's admin on Enterprise plans with audit logging enabled.
75
+
76
+ ---
77
+
78
+ ## Syncing Across Devices
79
+
80
+ Your search history syncs automatically when you're signed in on multiple devices:
81
+
82
+ - **Web** — Full history available.
83
+ - **Desktop app** — Full history available.
84
+ - **Mobile app** — Last 100 searches available offline; full history requires an internet connection.
85
+
86
+ Sync happens in real-time. A search performed on your phone appears in your desktop history within seconds.
@@ -0,0 +1,100 @@
1
+ # Source Citations
2
+
3
+ Every Yantra response is backed by verifiable sources. Inline citations let you trace any claim back to its origin, giving you confidence in the information you receive.
4
+
5
+ ---
6
+
7
+ ## How Citations Work
8
+
9
+ ### Automatic citation
10
+
11
+ Yantra automatically identifies claims in its responses that are supported by specific sources and adds numbered inline citations `[1]`, `[2]`, `[3]`, etc.
12
+
13
+ ```
14
+ The global AI market is projected to reach $1.8 trillion by 2030 [1],
15
+ driven primarily by enterprise adoption of generative AI tools [2].
16
+ ```
17
+
18
+ ### Citation sources
19
+
20
+ | Source type | Icon | Example |
21
+ | ------------------- | ---- | -------------------------------------- |
22
+ | Web article | 🌐 | News sites, blogs, corporate pages |
23
+ | Academic paper | 📄 | arXiv, PubMed, Google Scholar |
24
+ | Documentation | 📘 | Official docs, API references, guides |
25
+ | Code repository | 💻 | GitHub, GitLab |
26
+ | Government/official | 🏛️ | Government reports, regulatory filings |
27
+
28
+ ---
29
+
30
+ ## Viewing Citations
31
+
32
+ ### Inline preview
33
+
34
+ Hover over any citation number to see a popup with:
35
+
36
+ - Source title
37
+ - Domain name
38
+ - Publication date
39
+ - Relevance score (how closely the source matches the claim)
40
+
41
+ ### Full source list
42
+
43
+ Scroll to the bottom of any response to see the complete source list with:
44
+
45
+ - Full title and URL
46
+ - Domain authority indicator
47
+ - Date published or last updated
48
+ - Snippet showing the specific passage that supports the claim
49
+
50
+ ### One-click verification
51
+
52
+ Click any citation number or source card to open the original page in a new tab.
53
+
54
+ ---
55
+
56
+ ## Citation Quality
57
+
58
+ ### How sources are selected
59
+
60
+ | Signal | Description |
61
+ | ----------------- | -------------------------------------------------------------------------- |
62
+ | Domain authority | Priority given to established, reputable sources |
63
+ | Content freshness | More recent content is preferred for time-sensitive topics |
64
+ | Relevance match | Sources must specifically support the claim, not just be topically related |
65
+ | Cross-reference | Claims supported by multiple sources are weighted higher |
66
+ | Diversity | Multiple perspectives are included when available |
67
+
68
+ ### Accuracy indicators
69
+
70
+ - **High confidence** — Claim is supported by 3+ independent sources.
71
+ - **Medium confidence** — Claim is supported by 1–2 sources.
72
+ - **Yantra's analysis** — Clearly labeled when content is AI-generated inference rather than directly sourced.
73
+
74
+ ---
75
+
76
+ ## Citation Settings
77
+
78
+ Customize how citations appear:
79
+
80
+ | Setting | Options | Default |
81
+ | ------------------ | ---------------------------- | ----------------- |
82
+ | Citation style | Inline, footnote, or endnote | Inline |
83
+ | Show previews | On hover, on click, or never | On hover |
84
+ | Include in exports | Always, optional, or never | Always |
85
+ | Academic format | APA, MLA, Chicago, IEEE | None (links only) |
86
+
87
+ Adjust at **Settings > Preferences > Citations**.
88
+
89
+ ---
90
+
91
+ ## For Academic Use
92
+
93
+ Yantra can format citations in standard academic styles:
94
+
95
+ 1. Click the **Cite** button on any source card.
96
+ 2. Select your citation format (APA, MLA, Chicago, IEEE, Harvard).
97
+ 3. Copy the formatted citation to your clipboard.
98
+ 4. Paste directly into your paper or bibliography manager.
99
+
100
+ > **Tip:** Use Deep Research mode for academic work — it fetches more sources and provides higher-quality citations.
@@ -0,0 +1,104 @@
1
+ # Scope API Overview
2
+
3
+ The Scope API lets you integrate Yantra's search and AI capabilities directly into your own applications, workflows, and tools.
4
+
5
+ ---
6
+
7
+ ## What Is the Scope API?
8
+
9
+ The Scope API is Yantra's programmatic interface. Anything you can do in the Yantra app, you can automate through the API:
10
+
11
+ - **Search** — Execute searches programmatically and retrieve structured results.
12
+ - **Conversations** — Create and continue multi-turn AI conversations.
13
+ - **Content management** — Upload, index, and manage documents.
14
+ - **Export** — Retrieve search history, conversations, and analytics data.
15
+ - **Webhooks** — Receive real-time notifications for events.
16
+
17
+ ---
18
+
19
+ ## Quick Start
20
+
21
+ ### 1. Get your API key
22
+
23
+ 1. Go to **Settings > API > API Keys**.
24
+ 2. Click **Generate New Key**.
25
+ 3. Copy the key — it's only shown once.
26
+
27
+ ### 2. Make your first request
28
+
29
+ ```bash
30
+ curl -X POST https://api.yantra.ai/v1/search \
31
+ -H "Authorization: Bearer YOUR_API_KEY" \
32
+ -H "Content-Type: application/json" \
33
+ -d '{"query": "best practices for microservices architecture", "mode": "pro"}'
34
+ ```
35
+
36
+ ### 3. Parse the response
37
+
38
+ ```json
39
+ {
40
+ "data": {
41
+ "answer": "Microservices architecture best practices include...",
42
+ "sources": [{ "title": "...", "url": "...", "snippet": "..." }]
43
+ },
44
+ "meta": {
45
+ "request_id": "req_abc123",
46
+ "model": "gpt-4o",
47
+ "latency_ms": 847
48
+ }
49
+ }
50
+ ```
51
+
52
+ ---
53
+
54
+ ## Core Endpoints
55
+
56
+ | Endpoint | Method | Description |
57
+ | -------------------------------- | ------ | ----------------------------------------- |
58
+ | `/v1/search` | POST | Execute a search query |
59
+ | `/v1/conversations` | POST | Start a new conversation |
60
+ | `/v1/conversations/:id/messages` | POST | Add a message to an existing conversation |
61
+ | `/v1/content` | POST | Upload and index a document |
62
+ | `/v1/content` | GET | List indexed content |
63
+ | `/v1/export` | GET | Export user data |
64
+ | `/v1/webhooks` | POST | Register a webhook endpoint |
65
+
66
+ ---
67
+
68
+ ## Authentication
69
+
70
+ | Method | Use case | Header |
71
+ | --------- | ---------------- | --------------------------------- |
72
+ | API Key | Server-to-server | `Authorization: Bearer <key>` |
73
+ | OAuth 2.0 | User-facing apps | Standard auth code flow with PKCE |
74
+
75
+ ---
76
+
77
+ ## Rate Limits
78
+
79
+ | Plan | Requests/minute | Concurrent requests |
80
+ | ---------- | --------------- | ------------------- |
81
+ | Free | 20 | 2 |
82
+ | Pro | 100 | 10 |
83
+ | Team | 500 | 25 |
84
+ | Enterprise | Custom | Custom |
85
+
86
+ When rate-limited, the API returns `429 Too Many Requests` with a `Retry-After` header.
87
+
88
+ ---
89
+
90
+ ## SDKs
91
+
92
+ | Language | Package | Install |
93
+ | ---------- | ------------- | ---------------------------------------- |
94
+ | Python | `yantra-sdk` | `pip install yantra-sdk` |
95
+ | JavaScript | `@yantra/sdk` | `npm install @yantra/sdk` |
96
+ | Go | `go-yantra` | `go get github.com/yantra-app/go-yantra` |
97
+
98
+ All SDKs include TypeScript types, automatic retry logic, and rate limit handling.
99
+
100
+ ---
101
+
102
+ ## Full Documentation
103
+
104
+ For detailed endpoint documentation, request/response schemas, error codes, and examples, visit the [API Reference](https://docs.yantra.ai/api).
@@ -0,0 +1,109 @@
1
+ # Deep Research
2
+
3
+ Deep Research is Yantra's most comprehensive search mode — designed for complex topics that require thorough analysis across dozens of sources.
4
+
5
+ ---
6
+
7
+ ## What Deep Research Does
8
+
9
+ When you activate Deep Research, Yantra:
10
+
11
+ 1. **Plans the research** — Breaks your question into sub-questions and identifies the key angles to explore.
12
+ 2. **Gathers sources** — Fetches and analyzes 20–50+ sources, including web pages, academic papers, and documents.
13
+ 3. **Synthesizes findings** — Cross-references information across all sources to build a comprehensive picture.
14
+ 4. **Generates a report** — Delivers a structured, citation-rich response organized by key findings.
15
+
16
+ > **Time:** Deep Research takes 30 seconds to 2 minutes, depending on topic complexity. A progress indicator shows you what stage the research is in.
17
+
18
+ ---
19
+
20
+ ## When to Use Deep Research
21
+
22
+ | Use case | Example query |
23
+ | ------------------- | ---------------------------------------------------------------------------------------- |
24
+ | Literature review | "What does current research say about the effectiveness of remote work on productivity?" |
25
+ | Market analysis | "Compare the top 5 project management tools for engineering teams" |
26
+ | Strategic planning | "What are the risks and opportunities of expanding into the EU market in 2025?" |
27
+ | Technical deep dive | "Explain the trade-offs between microservices and monolithic architecture" |
28
+ | Competitive intel | "How does Notion's AI strategy compare to Confluence's?" |
29
+
30
+ ### When NOT to use it
31
+
32
+ - Simple factual lookups ("What year was Python created?") → Use Regular search
33
+ - Quick comparisons ("React vs Vue popularity") → Use Pro Search
34
+ - Time-sensitive queries ("stock price right now") → Use Regular search with real-time mode
35
+
36
+ ---
37
+
38
+ ## Research Report Structure
39
+
40
+ A typical Deep Research response includes:
41
+
42
+ | Section | Description |
43
+ | --------------------- | ---------------------------------------------------------- |
44
+ | **Executive summary** | 2–3 sentence overview of key findings |
45
+ | **Key findings** | Numbered list of the most important insights |
46
+ | **Detailed analysis** | Organized prose with headers for each subtopic |
47
+ | **Comparison table** | When applicable, a table comparing options or perspectives |
48
+ | **Source list** | 20–50+ cited sources at the bottom |
49
+
50
+ ---
51
+
52
+ ## Research Quality Features
53
+
54
+ ### Source diversity
55
+
56
+ Deep Research deliberately gathers sources from multiple categories:
57
+
58
+ - Academic papers and preprints
59
+ - Industry reports and whitepapers
60
+ - News articles and journalism
61
+ - Official documentation and guides
62
+ - Community discussions and expert opinions
63
+
64
+ ### Conflict resolution
65
+
66
+ When sources disagree, Yantra:
67
+
68
+ - Explicitly notes the disagreement
69
+ - Presents both sides with their supporting evidence
70
+ - Indicates which position has stronger or more recent support
71
+
72
+ ### Confidence indicators
73
+
74
+ Each finding is tagged with a confidence level based on:
75
+
76
+ - Number of corroborating sources
77
+ - Source authority and credibility
78
+ - Recency of the data
79
+
80
+ ---
81
+
82
+ ## Customizing Deep Research
83
+
84
+ ### Focus areas
85
+
86
+ After clicking Deep Research, you can optionally narrow the scope:
87
+
88
+ - **Academic only** — Limit to peer-reviewed and scholarly sources
89
+ - **Recent only** — Focus on content published within a specified timeframe
90
+ - **Specific domains** — Restrict to particular websites or source types
91
+
92
+ ### Export
93
+
94
+ Deep Research reports are designed for export:
95
+
96
+ - **PDF** — Formatted report with all citations
97
+ - **Markdown** — For pasting into documentation or Notion
98
+ - **Google Docs** — Direct export for collaborative editing
99
+
100
+ ---
101
+
102
+ ## Availability
103
+
104
+ | Plan | Deep Research access |
105
+ | ---------- | ---------------------------------- |
106
+ | Free | 3 per day |
107
+ | Pro | Unlimited |
108
+ | Team | Unlimited for all members |
109
+ | Enterprise | Unlimited with priority processing |