@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,119 @@
1
+ ---
2
+ title: 'CRM Automation'
3
+ ---
4
+
5
+ # CRM Automation
6
+
7
+ Yantra's AI employee keeps your CRM perpetually up to date by automatically logging interactions, updating deal stages, and synchronizing data across your sales tools.
8
+
9
+ ## Why CRM Data Goes Stale
10
+
11
+ The root cause of inaccurate CRM data is friction: manual data entry competes with the primary job of selling. When salespeople are busy, CRM updates are the first casualty. This creates:
12
+
13
+ - **Inaccurate pipelines**: Deal stages don't reflect reality
14
+ - **Lost context**: Call notes are incomplete or missing
15
+ - **Forecasting failures**: Leadership decisions based on stale data
16
+ - **Onboarding difficulties**: New reps can't trust existing records
17
+
18
+ ## How Yantra Automates CRM Management
19
+
20
+ ### Interaction Logging
21
+
22
+ Every customer interaction is automatically captured and logged:
23
+
24
+ **Email Conversations**:
25
+
26
+ - AI employee reads email threads (with your permission) and extracts key points
27
+ - Logs the interaction in CRM with a structured summary
28
+ - Tags the email with appropriate deal and contact associations
29
+
30
+ **Call Notes**:
31
+
32
+ - For Zoom calls: Automatic transcription and summary extraction
33
+ - Key decisions, objections, next steps, and commitments are identified
34
+ - Structured notes logged in CRM immediately after the call
35
+
36
+ **Slack Mentions**:
37
+
38
+ - When deals or customers are discussed in Slack, relevant context is captured
39
+ - Internal team discussions about prospects are linked to the CRM record
40
+ - Competitive intelligence mentioned in conversations is flagged
41
+
42
+ ### Deal Stage Management
43
+
44
+ Your AI employee monitors interactions and automatically updates deal stages:
45
+
46
+ | Signal | CRM Action |
47
+ | --------------------------- | ------------------------ |
48
+ | Demo scheduled via Calendly | Move to "Demo Scheduled" |
49
+ | Pricing discussed in email | Move to "Negotiation" |
50
+ | Contract sent via email | Move to "Contract Sent" |
51
+ | Signed document received | Move to "Closed Won" |
52
+ | No response after 30 days | Flag as "At Risk" |
53
+
54
+ Stage transitions are based on configurable rules you define. In supervised mode, you approve each transition before it's written to CRM.
55
+
56
+ ### Contact Enrichment
57
+
58
+ As your AI employee processes interactions, it enriches contact records:
59
+
60
+ - Job titles and roles mentioned in conversations
61
+ - Organizational hierarchy inferred from email threads
62
+ - Decision-maker identification based on purchasing discussions
63
+ - Communication preferences and best contact methods
64
+
65
+ ### Activity Timeline
66
+
67
+ Your CRM's activity timeline becomes comprehensive and trustworthy:
68
+
69
+ - Every email exchange summarized and logged
70
+ - All call notes with key points highlighted
71
+ - Meeting outcomes and next steps documented
72
+ - Internal team discussions linked to the deal
73
+
74
+ ## Pipeline Accuracy
75
+
76
+ With automated CRM updates, pipeline metrics become reliable:
77
+
78
+ ### Before Yantra
79
+
80
+ - Deal stages reflect when someone last remembered to update
81
+ - Activity logs are incomplete
82
+ - Forecasting requires significant manual adjustment
83
+ - Stale deals remain in pipeline indefinitely
84
+
85
+ ### With Yantra
86
+
87
+ - Deal stages update in real time based on actual interactions
88
+ - Complete activity history for every deal
89
+ - Forecasting based on accurate, timely data
90
+ - Stale deals automatically flagged and managed
91
+
92
+ ## Configuration
93
+
94
+ ### Auto-Update Rules
95
+
96
+ Define which signals trigger CRM updates:
97
+
98
+ - Email keywords that indicate stage changes
99
+ - Calendar events that should move deals forward
100
+ - Inactivity periods that flag deals as at-risk
101
+ - Custom rules based on your sales process
102
+
103
+ ### Field Mapping
104
+
105
+ Configure which CRM fields get updated:
106
+
107
+ - Deal stage transitions
108
+ - Revenue and deal size fields
109
+ - Close date adjustments
110
+ - Custom fields specific to your process
111
+
112
+ ### Approval Workflow
113
+
114
+ In supervised mode:
115
+
116
+ 1. AI employee proposes a CRM update with reasoning
117
+ 2. You review the proposed change and supporting evidence
118
+ 3. Approve, modify, or reject the update
119
+ 4. AI employee learns from your decisions to improve accuracy
@@ -0,0 +1,108 @@
1
+ # Lead Management and Follow-Up
2
+
3
+ Yantra's AI employee ensures 100% follow-up coverage on every lead in your pipeline — no more missed opportunities due to forgotten tasks or overloaded schedules.
4
+
5
+ ## The Follow-Up Gap
6
+
7
+ Research consistently shows that most sales are lost not due to poor pitches, but due to inadequate follow-up:
8
+
9
+ - Prospects require 5-12 touchpoints before making a decision
10
+ - Most salespeople give up after 2-3 attempts
11
+ - The ideal follow-up window is within 24 hours, but compliance rates are low
12
+ - Manual task management breaks down as pipeline size grows
13
+
14
+ ## How Yantra Manages Lead Follow-Up
15
+
16
+ ### Automated Follow-Up Tracking
17
+
18
+ Your AI employee maintains a real-time follow-up schedule for every active lead:
19
+
20
+ - **Interaction monitoring**: Tracks the last touchpoint for each lead across all channels
21
+ - **Cadence enforcement**: Ensures follow-up intervals match your defined cadence
22
+ - **Smart timing**: Recommends optimal follow-up times based on past engagement patterns
23
+ - **Escalation**: Flags leads approaching critical follow-up deadlines
24
+
25
+ ### Personalized Draft Messages
26
+
27
+ When a follow-up is due, your AI employee drafts a personalized message using:
28
+
29
+ - Summary of the last interaction and key discussion points
30
+ - Any commitments or deliverables that were promised
31
+ - Relevant company news or product updates since the last contact
32
+ - Contextual references that demonstrate continuity and attention
33
+
34
+ You review, edit if needed, and send — or approve auto-send for routine check-ins.
35
+
36
+ ### Lead Scoring and Prioritization
37
+
38
+ Your AI employee continuously scores and ranks leads based on:
39
+
40
+ - **Engagement level**: Frequency and quality of responses
41
+ - **Deal size**: Revenue potential
42
+ - **Fit indicators**: How well the prospect matches your ideal customer profile
43
+ - **Activity signals**: Website visits, email opens, content downloads
44
+ - **Time sensitivity**: Approaching decision dates or contract renewals
45
+
46
+ The daily priority list tells you exactly who to focus on and why.
47
+
48
+ ### Cold Lead Re-Engagement
49
+
50
+ When leads go cold, your AI employee:
51
+
52
+ 1. Identifies the longest-inactive prospects still in pipeline
53
+ 2. Researches any new company developments or triggers
54
+ 3. Drafts re-engagement messages with relevant hooks
55
+ 4. Suggests the optimal channel (email, LinkedIn, phone)
56
+ 5. Schedules follow-ups at intervals proven to maximize response rates
57
+
58
+ ## Pipeline Hygiene
59
+
60
+ ### Stale Deal Detection
61
+
62
+ - Deals with no activity beyond your defined threshold are flagged
63
+ - AI employee suggests: close, defer, or re-engage
64
+ - Prevents pipeline bloat that distorts forecasting
65
+
66
+ ### Duplicate Contact Detection
67
+
68
+ - Identifies potential duplicate contacts across your CRM
69
+ - Suggests merge candidates with supporting evidence
70
+ - Prevents multiple team members from pursuing the same prospect
71
+
72
+ ### Win/Loss Pattern Analysis
73
+
74
+ Over time, your AI employee identifies patterns in your pipeline:
75
+
76
+ - Which deal types convert fastest
77
+ - Common drop-off stages and reasons
78
+ - Competitive dynamics that affect close rates
79
+ - Messaging approaches that correlate with success
80
+
81
+ ## Configuration
82
+
83
+ ### Follow-Up Cadence Rules
84
+
85
+ Define follow-up expectations by deal stage:
86
+
87
+ - **New Lead**: Follow up within 24 hours, then every 3 days
88
+ - **Discovery**: Follow up within 48 hours of meetings
89
+ - **Negotiation**: Follow up within 24 hours of proposals
90
+ - **Closed Won**: Onboarding check-in at 7 and 30 days
91
+
92
+ ### Priority Weights
93
+
94
+ Adjust how leads are scored and prioritized:
95
+
96
+ - Deal size weight
97
+ - Engagement recency weight
98
+ - Fit score weight
99
+ - Custom criteria weights
100
+
101
+ ### Auto-Send Rules
102
+
103
+ For semi-autonomous and autonomous modes, define which follow-ups can be sent without approval:
104
+
105
+ - Routine check-in templates
106
+ - Meeting confirmation messages
107
+ - Thank-you notes after calls
108
+ - Resource sharing based on expressed interests
@@ -0,0 +1,120 @@
1
+ # Sales Solutions Overview
2
+
3
+ Yantra equips sales teams with an AI employee that eliminates administrative overhead — automatically updating CRMs, preparing call briefs, tracking follow-ups, and ensuring no lead ever falls through the cracks.
4
+
5
+ ## The Sales Productivity Problem
6
+
7
+ Sales professionals spend a disproportionate amount of time on non-selling activities:
8
+
9
+ - **Manual CRM entry**: Logging call notes, updating deal stages, and recording activities
10
+ - **Follow-up management**: Remembering to follow up with prospects at the right time
11
+ - **Call preparation**: Searching through CRM, email, and Slack for context before meetings
12
+ - **Pipeline maintenance**: Keeping deal stages accurate for forecasting
13
+ - **Data synchronization**: Ensuring information is consistent across tools
14
+
15
+ These administrative tasks consume hours every day — time that should be spent building relationships and closing deals.
16
+
17
+ ## Key Capabilities for Sales
18
+
19
+ ### Automatic CRM Updates
20
+
21
+ After every interaction — calls, emails, meetings — your AI employee:
22
+
23
+ - Logs detailed notes in HubSpot or Salesforce
24
+ - Updates deal stages based on conversation outcomes
25
+ - Records action items and commitments
26
+ - Sets appropriate follow-up dates
27
+ - Tags contacts with relevant attributes
28
+
29
+ ### Call Preparation Briefs
30
+
31
+ Before every scheduled call, your AI employee sends a prep brief:
32
+
33
+ - Summary of all previous interactions with the prospect
34
+ - Current deal stage and recent changes
35
+ - Key concerns or objections raised in past conversations
36
+ - Promises made and their fulfillment status
37
+ - Relevant company news or changes since the last contact
38
+ - Suggested talking points based on where the deal stands
39
+
40
+ ### 100% Follow-Up Coverage
41
+
42
+ Your AI employee tracks every active lead and ensures follow-up:
43
+
44
+ - Automatic reminders when follow-up dates approach
45
+ - Draft personalized messages for check-ins
46
+ - Alerts when leads go cold based on configurable inactivity thresholds
47
+ - Prioritized lists of who to contact next, based on deal value and engagement
48
+
49
+ ### Pipeline Intelligence
50
+
51
+ With automatically accurate CRM data, your pipeline becomes trustworthy:
52
+
53
+ - Deal stages reflect reality, not what someone remembered to log
54
+ - Forecasting accuracy improves from industry-average 60% to 90%+
55
+ - At-risk deals are flagged before they slip
56
+ - Win/loss patterns become visible and actionable
57
+
58
+ ## Real-World Scenarios
59
+
60
+ ### Scenario: Sales Call Ends with a Prospect
61
+
62
+ **Without Yantra**:
63
+ Great call — but now you need to open HubSpot, write up the notes before you forget, update the deal stage, set a follow-up task, and draft the recap email. You do half of it, the rest never happens.
64
+
65
+ **With Yantra**:
66
+ Your AI employee captures the call details (via Zoom transcription or your notes), updates HubSpot automatically with key points, moves the deal to the right stage, and drafts the follow-up email. You review and send.
67
+
68
+ ### Scenario: Lead Goes Cold
69
+
70
+ **Without Yantra**:
71
+ That promising prospect from 3 weeks ago? You forgot to follow up. They signed with a competitor.
72
+
73
+ **With Yantra**:
74
+ Your AI employee tracked the lead from day one. After 5 days of no activity, it sent you a reminder with a draft personalized check-in email. The follow-up went out on time.
75
+
76
+ ### Scenario: Pre-Call Scramble
77
+
78
+ **Without Yantra**:
79
+ You have a call in 10 minutes with someone you spoke to 2 months ago. You scramble through HubSpot, email, and Slack trying to piece together the context.
80
+
81
+ **With Yantra**:
82
+ Your AI employee sent you a prep brief 30 minutes before the call with a full history summary, key points from past conversations, and suggested discussion topics.
83
+
84
+ ### Scenario: CRM Data Rot
85
+
86
+ **Without Yantra**:
87
+ Pipeline meetings are unreliable because deal stages are weeks out of date. Forecasting is guesswork.
88
+
89
+ **With Yantra**:
90
+ Every interaction is automatically reflected in your CRM. Deal stages are always current, activity logs are complete, and your forecast is built on real data.
91
+
92
+ ## Sales Tool Integrations
93
+
94
+ | Tool | Capabilities |
95
+ | -------------- | --------------------------------------------------------------- |
96
+ | **HubSpot** | Auto-update deals, log calls, track activities, manage contacts |
97
+ | **Salesforce** | Sync contacts, update stages, record interactions |
98
+ | **Gmail** | Track email threads, draft follow-ups, log correspondence |
99
+ | **Slack** | Surface deal-related mentions, team collaboration |
100
+ | **Zoom** | Transcribe calls, extract key points and action items |
101
+ | **Calendly** | Prep briefs before scheduled meetings |
102
+
103
+ ## Metrics Improvement
104
+
105
+ | Metric | Before Yantra | With Yantra |
106
+ | -------------------- | ------------- | ----------- |
107
+ | CRM accuracy | ~60% | 95%+ |
108
+ | Follow-up rate | Variable | 100% |
109
+ | Admin time per day | 2+ hours | Near zero |
110
+ | Forecast reliability | Low | High |
111
+
112
+ ## Getting Started
113
+
114
+ 1. Connect your sales tools via [Integrations](/help-center/integrations/integrations-overview)
115
+ 2. Select "Sales" as your AI employee type during setup
116
+ 3. Configure call preparation preferences and follow-up thresholds
117
+ 4. Start in supervised mode — review CRM updates and email drafts before they execute
118
+ 5. Expand autonomy for routine updates as trust builds
119
+
120
+ For setup details, see [Getting Started with AI Employees](/help-center/ai-employees/getting-started-ai-employees).
@@ -0,0 +1,89 @@
1
+ # Spaces & Library
2
+
3
+ Spaces are your personal and shared workspaces for organizing research, saved searches, and AI conversations in one place.
4
+
5
+ ---
6
+
7
+ ## What Are Spaces?
8
+
9
+ A Space is a dedicated area for collecting and organizing related content. Think of it as a project folder that's connected to Yantra's AI:
10
+
11
+ - **Personal Spaces** — Private to you. Organize research by topic, project, or client.
12
+ - **Shared Spaces** — Visible to your team. Collaborate on research in real-time.
13
+ - **Smart Spaces** — Automatically populated based on rules you define (e.g., "add all searches about competitor X").
14
+
15
+ ---
16
+
17
+ ## Creating a Space
18
+
19
+ 1. Click **+ New Space** in the sidebar.
20
+ 2. Give it a name (e.g., "Q1 Market Research," "Thesis Chapter 3").
21
+ 3. Choose privacy: **Private** or **Shared** (if on a Team plan).
22
+ 4. Optionally add a description and color tag.
23
+
24
+ ---
25
+
26
+ ## What You Can Add to a Space
27
+
28
+ | Content type | How to add |
29
+ | -------------- | ------------------------------------------------------------ |
30
+ | Search results | Click **Save to Space** on any result card |
31
+ | Conversations | Click **⋯** > **Save to Space** on any thread |
32
+ | Web links | Paste a URL into the Space — Yantra indexes it automatically |
33
+ | Notes | Click **+ Add Note** for freeform text, markdown, or code |
34
+ | Files | Drag and drop PDFs, docs, or images into the Space |
35
+ | Saved searches | Bookmark a search directly to a Space |
36
+
37
+ ---
38
+
39
+ ## Organizing Content
40
+
41
+ ### Tags
42
+
43
+ Add tags to any item in a Space for quick filtering:
44
+
45
+ - Click the tag icon on any item.
46
+ - Type a tag name or select from existing tags.
47
+ - Filter the Space view by tag.
48
+
49
+ ### Sections
50
+
51
+ Divide a Space into sections (like headings in a document):
52
+
53
+ - **Sources** — Reference materials and links
54
+ - **Key findings** — Important takeaways
55
+ - **To review** — Items that need further analysis
56
+ - **Archive** — Completed or outdated items
57
+
58
+ ### Sorting
59
+
60
+ Sort items by:
61
+
62
+ - Date added (newest/oldest)
63
+ - Relevance score
64
+ - Custom order (drag and drop)
65
+ - Alphabetical
66
+
67
+ ---
68
+
69
+ ## Library
70
+
71
+ The Library is your central hub for all Spaces and saved content:
72
+
73
+ - **Quick access** — Pin your most-used Spaces to the top.
74
+ - **Search** — Search across all Spaces simultaneously.
75
+ - **Recent** — See recently added or modified items.
76
+ - **Shared with me** — View Spaces shared by teammates.
77
+
78
+ Access the Library from the sidebar or press ⌘ + L (Mac) / Ctrl + L (Windows).
79
+
80
+ ---
81
+
82
+ ## Collaboration
83
+
84
+ On Team and Enterprise plans, Shared Spaces enable:
85
+
86
+ - **Real-time editing** — Multiple users can add and organize content simultaneously.
87
+ - **Comments** — Discuss specific items within the Space.
88
+ - **Activity log** — See who added, modified, or removed items.
89
+ - **Permissions** — Set members as Viewer, Editor, or Admin per Space.
@@ -0,0 +1,106 @@
1
+ # Academic Research with Yantra
2
+
3
+ Yantra helps students and researchers find, analyze, and cite academic sources with the speed of AI and the rigor of scholarly research.
4
+
5
+ ---
6
+
7
+ ## Finding Academic Sources
8
+
9
+ ### Search with academic focus
10
+
11
+ Yantra's search includes academic papers, preprints, and scholarly articles from:
12
+
13
+ - **arXiv** — Physics, mathematics, computer science, and more
14
+ - **PubMed** — Biomedical and life sciences
15
+ - **Semantic Scholar** — Multi-discipline academic search
16
+ - **Google Scholar** — Broad academic coverage
17
+ - **University repositories** — Institutional research databases
18
+
19
+ ### Filter for academic results
20
+
21
+ When searching, use the **Source type** filter and select **Academic** to prioritize scholarly sources over web results.
22
+
23
+ Or include it in your query naturally: "Find peer-reviewed studies on the impact of social media on teen mental health."
24
+
25
+ ---
26
+
27
+ ## Research Workflow
28
+
29
+ ### Step 1 — Explore the topic
30
+
31
+ Start with a broad question in Regular or Pro Search mode:
32
+
33
+ > "What are the current theories on dark matter?"
34
+
35
+ Yantra provides a synthesized overview with cited sources to help you understand the landscape.
36
+
37
+ ### Step 2 — Deep dive
38
+
39
+ Switch to **Deep Research** for a comprehensive literature review:
40
+
41
+ > "Provide a literature review of CRISPR gene editing applications in agriculture published after 2020"
42
+
43
+ Yantra will analyze 20–50+ sources and produce a structured report with key findings, methodology comparisons, and citation data.
44
+
45
+ ### Step 3 — Save and organize
46
+
47
+ - **Bookmark** important sources to a collection (e.g., "Thesis Chapter 2 — Literature Review").
48
+ - **Tag** sources by theme, methodology, or relevance.
49
+ - **Export** your collection as BibTeX for LaTeX or formatted citations for Word.
50
+
51
+ ### Step 4 — Write with citations
52
+
53
+ As you write your paper, reference your saved sources:
54
+
55
+ 1. Open your collection.
56
+ 2. Click **Cite** on any source.
57
+ 3. Select your citation format (APA, MLA, Chicago, IEEE, Harvard).
58
+ 4. Paste the formatted citation into your paper.
59
+
60
+ ---
61
+
62
+ ## Citation Management
63
+
64
+ ### Supported formats
65
+
66
+ | Format | Typically used in |
67
+ | -------------------- | -------------------------------------- |
68
+ | APA 7th edition | Psychology, social sciences, education |
69
+ | MLA 9th edition | Humanities, literature, arts |
70
+ | Chicago 17th edition | History, some humanities |
71
+ | IEEE | Engineering, computer science |
72
+ | Harvard | General academic use (UK/Australia) |
73
+ | Vancouver | Medical and scientific journals |
74
+
75
+ ### Bibliography export
76
+
77
+ Export your entire source collection as a formatted bibliography:
78
+
79
+ 1. Open a collection.
80
+ 2. Click **Export > Bibliography**.
81
+ 3. Select format.
82
+ 4. Download as a .bib (BibTeX), .docx, or .txt file.
83
+
84
+ ---
85
+
86
+ ## Evaluating Sources
87
+
88
+ Yantra helps you assess source quality:
89
+
90
+ | Indicator | What it tells you |
91
+ | ------------------------- | -------------------------------------------- |
92
+ | **Peer-reviewed badge** | The paper has been through peer review |
93
+ | **Citation count** | How often the paper has been cited by others |
94
+ | **Publication date** | Whether the research is recent or seminal |
95
+ | **Journal impact factor** | The reputation of the publishing journal |
96
+ | **Open access** | Whether the full text is freely available |
97
+
98
+ ---
99
+
100
+ ## Tips for Academic Research
101
+
102
+ 1. **Use specific queries** — "Effects of mindfulness meditation on cortisol levels in college students" gets better results than "mindfulness benefits."
103
+ 2. **Check references** — Use Yantra to look up papers cited in your sources for a more complete literature review.
104
+ 3. **Compare methodologies** — Ask Yantra to compare the methodologies used across studies on your topic.
105
+ 4. **Track the conversation** — Academic fields are ongoing conversations. Ask about "recent developments" and "open questions" to find the cutting edge.
106
+ 5. **Verify before citing** — Always click through to the original source to confirm the claim matches what Yantra reported.
@@ -0,0 +1,78 @@
1
+ # Student Discounts
2
+
3
+ Students get 50% off Yantra Pro — the same powerful features, at a price designed for student budgets.
4
+
5
+ ---
6
+
7
+ ## Discount Details
8
+
9
+ | | Free Plan | Student Pro |
10
+ | ------------------ | ----------- | -------------------------------- |
11
+ | **Price** | $0 | **$10/month** or **$100/year** |
12
+ | Searches/day | 20 | Unlimited |
13
+ | Pro Search | 5/day | Unlimited |
14
+ | Deep Research | 3/day | Unlimited |
15
+ | AI models | GPT-4o mini | All models |
16
+ | Academic citations | Basic | APA, MLA, Chicago, IEEE, Harvard |
17
+ | Export formats | Plain text | PDF, Markdown, BibTeX, CSV |
18
+
19
+ ---
20
+
21
+ ## How to Get the Discount
22
+
23
+ ### Option 1 — .edu email verification (instant)
24
+
25
+ 1. Go to **Settings > Billing > Student Discount**.
26
+ 2. Enter your .edu email.
27
+ 3. Click **Verify** and check your inbox.
28
+ 4. Click the verification link — discount applied immediately.
29
+
30
+ ### Option 2 — Manual verification (2 business days)
31
+
32
+ For students without .edu emails:
33
+
34
+ 1. Go to **Settings > Billing > Student Discount > Manual Verification**.
35
+ 2. Upload proof of enrollment: student ID photo, enrollment letter, or current tuition receipt.
36
+ 3. We verify within 2 business days and email you when the discount is active.
37
+
38
+ ---
39
+
40
+ ## Duration & Renewal
41
+
42
+ - Valid for **12 months** from verification date.
43
+ - You'll receive a reminder email 30 days before expiration.
44
+ - Re-verification is quick if you're still enrolled.
45
+ - After graduation, your plan converts to the standard Pro rate at next billing cycle.
46
+
47
+ ---
48
+
49
+ ## Stacking with Annual Billing
50
+
51
+ | Billing | Standard Pro | Student Pro |
52
+ | ------- | ------------ | ------------- |
53
+ | Monthly | $20/month | $10/month |
54
+ | Annual | $200/year | **$100/year** |
55
+
56
+ Annual + student discount = **$8.33/month** — the best deal available.
57
+
58
+ ---
59
+
60
+ ## Eligibility
61
+
62
+ - High school students (16+)
63
+ - Undergraduate students
64
+ - Graduate and PhD students
65
+ - Post-doctoral researchers
66
+ - Continuing education students
67
+
68
+ Must be enrolled at an accredited institution.
69
+
70
+ ---
71
+
72
+ ## FAQ
73
+
74
+ **Can I use this on a Team plan?** No, student discount is for individual Pro plans only.
75
+
76
+ **Can I combine with a promo code?** No, but annual billing discount does stack.
77
+
78
+ **I graduated — what happens?** Standard Pro pricing applies after your next re-verification date. No surprise charges.