@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,103 @@
1
+ # Conversation Management
2
+
3
+ Tips and tools for keeping your Yantra conversations organized, productive, and easy to find.
4
+
5
+ ---
6
+
7
+ ## Organizing Conversations
8
+
9
+ ### Naming threads
10
+
11
+ By default, threads are named after your first query. Rename them for better organization:
12
+
13
+ 1. Click the thread title in the sidebar or at the top of the conversation.
14
+ 2. Type a descriptive name (e.g., "React performance optimization research").
15
+ 3. Press Enter.
16
+
17
+ ### Pinning important threads
18
+
19
+ Pin threads you reference frequently:
20
+
21
+ - Click **⋯** > **Pin** on any thread.
22
+ - Pinned threads stay at the top of the sidebar, regardless of age.
23
+ - Unpin anytime via **⋯** > **Unpin**.
24
+
25
+ ### Tagging
26
+
27
+ Add tags to threads for categorization:
28
+
29
+ - Click the tag icon in the thread header.
30
+ - Add tags like "work," "personal," "research," "client: Acme Corp."
31
+ - Filter the thread list by tag.
32
+
33
+ ---
34
+
35
+ ## Thread Actions
36
+
37
+ | Action | Shortcut (Mac) | Shortcut (Windows) | Description |
38
+ | -------------- | -------------- | ------------------ | ----------------------------------------- |
39
+ | New thread | ⌘ + N | Ctrl + N | Start a fresh conversation |
40
+ | Search threads | ⌘ + F | Ctrl + F | Find threads by keyword |
41
+ | Pin/unpin | — | — | Keep threads accessible |
42
+ | Archive | — | — | Move to archive (not deleted) |
43
+ | Delete | — | — | Permanently remove (30-day recovery) |
44
+ | Export | — | — | Download as Markdown, PDF, or text |
45
+ | Branch | — | — | Fork the conversation at a specific point |
46
+
47
+ ---
48
+
49
+ ## Branching Conversations
50
+
51
+ When a conversation takes you in an unexpected direction, branch it instead of cluttering the original thread:
52
+
53
+ 1. Hover over any message in the thread.
54
+ 2. Click the **Branch** icon.
55
+ 3. A new thread is created with the conversation history up to that point.
56
+ 4. Continue the original thread and the branch independently.
57
+
58
+ This is especially useful for:
59
+
60
+ - Exploring "what if" scenarios
61
+ - Separating sub-topics into their own threads
62
+ - Trying different approaches without losing the original context
63
+
64
+ ---
65
+
66
+ ## Search and Filter
67
+
68
+ ### Full-text search
69
+
70
+ Search across all your conversations:
71
+
72
+ - Search by **keywords** in your messages or Yantra's responses.
73
+ - Search by **date range** to find conversations from a specific period.
74
+ - Search by **search mode** (Regular, Pro, Deep Research).
75
+
76
+ ### Filters
77
+
78
+ | Filter | Options |
79
+ | ------ | ------------------------------------------ |
80
+ | Date | Today, this week, this month, custom range |
81
+ | Mode | Regular, Pro Search, Deep Research |
82
+ | Tags | Your custom tags |
83
+ | Shared | Only shared threads, only private |
84
+
85
+ ---
86
+
87
+ ## Auto-Cleanup
88
+
89
+ Configure automatic thread management:
90
+
91
+ - **Auto-archive** — Threads with no activity for X days are archived (default: 90 days).
92
+ - **Auto-delete** — Archived threads are deleted after X days (default: never).
93
+ - **Configurable** — Adjust at **Settings > Preferences > Threads**.
94
+
95
+ ---
96
+
97
+ ## Best Practices
98
+
99
+ 1. **One topic per thread** — Keeps context clean and makes threads easier to find later.
100
+ 2. **Name your threads** — A good name saves time when searching later.
101
+ 3. **Use branches** — Don't let a tangent derail a focused research thread.
102
+ 4. **Pin active projects** — Keep your current focus areas at the top.
103
+ 5. **Archive regularly** — A clean sidebar helps you focus on what matters now.
@@ -0,0 +1,92 @@
1
+ # Threads Overview
2
+
3
+ Threads are persistent conversation sessions with Yantra's AI. Every search can become a thread, and every thread is saved automatically for future reference.
4
+
5
+ ---
6
+
7
+ ## What Is a Thread?
8
+
9
+ A thread is a multi-turn conversation with Yantra that maintains context across messages. When you ask a follow-up question, Yantra remembers everything discussed earlier in the thread — entities, preferences, and the flow of the conversation.
10
+
11
+ ---
12
+
13
+ ## Creating Threads
14
+
15
+ Threads are created automatically:
16
+
17
+ | Action | Result |
18
+ | -------------------------------------- | --------------------------------------- |
19
+ | Start a new search | A new thread is created |
20
+ | Click **New Thread** in the sidebar | An empty thread is created |
21
+ | Press ⌘ + N (Mac) / Ctrl + N (Windows) | New thread with focus on the search bar |
22
+
23
+ ---
24
+
25
+ ## Thread Lifecycle
26
+
27
+ ### Active threads
28
+
29
+ Threads you're currently working in. They appear at the top of the sidebar under **Recent**.
30
+
31
+ ### Archived threads
32
+
33
+ Older threads move to the archive automatically based on your retention settings. You can also manually archive a thread via **⋯** > **Archive**.
34
+
35
+ ### Deleted threads
36
+
37
+ Delete a thread via **⋯** > **Delete**. Deleted threads are permanently removed after 30 days. During that window, you can recover them from **Settings > Privacy > Recently Deleted**.
38
+
39
+ ---
40
+
41
+ ## Thread Features
42
+
43
+ | Feature | Description |
44
+ | ----------------- | -------------------------------------------------------------------------------- |
45
+ | **Rename** | Click the thread title to give it a meaningful name |
46
+ | **Pin** | Pin important threads to the top of the sidebar |
47
+ | **Share** | Share a thread link with team members (read-only) |
48
+ | **Branch** | Create a copy of the thread at a specific point to explore a different direction |
49
+ | **Export** | Download as Markdown, PDF, or plain text |
50
+ | **Save to Space** | Add the thread to a Space for organized research |
51
+
52
+ ---
53
+
54
+ ## Thread Context
55
+
56
+ ### What Yantra remembers within a thread
57
+
58
+ - All previous messages (yours and Yantra's)
59
+ - Entities and topics discussed
60
+ - Preferences you've expressed ("only show academic sources")
61
+ - Referenced sources and results
62
+
63
+ ### Context limits
64
+
65
+ | Mode | Context window |
66
+ | -------------- | ---------------------------------- |
67
+ | Regular Search | ~50,000 tokens (last 10 exchanges) |
68
+ | Pro Search | ~100,000 tokens |
69
+ | Deep Research | Full session history |
70
+
71
+ When a thread exceeds the context limit, the oldest messages are summarized to make room for new context.
72
+
73
+ ---
74
+
75
+ ## Managing Threads
76
+
77
+ ### Sidebar
78
+
79
+ The sidebar shows:
80
+
81
+ - **Pinned** threads at the top
82
+ - **Recent** threads sorted by last activity
83
+ - **Search** bar to find threads by keywords
84
+
85
+ ### Bulk actions
86
+
87
+ Select multiple threads to:
88
+
89
+ - Archive in bulk
90
+ - Delete in bulk
91
+ - Export all selected threads
92
+ - Move to a Space
@@ -0,0 +1,115 @@
1
+ # Common Issues & Solutions
2
+
3
+ Running into a problem? You're in the right place. Below are the most frequently reported issues and step-by-step solutions to get you back on track.
4
+
5
+ ---
6
+
7
+ ## Search Problems
8
+
9
+ ### Search returns no results
10
+
11
+ If your searches aren't returning any results, try these steps in order:
12
+
13
+ 1. **Check your internet connection** — Open another website to confirm you're online.
14
+ 2. **Clear your browser cache** — Stale cached data can interfere with search requests. Go to your browser settings, then Privacy, then Clear browsing data.
15
+ 3. **Simplify your query** — Remove special characters, shorten the query, or try different keywords.
16
+ 4. **Switch browsers** — Test in Chrome, Firefox, or Safari to rule out a browser-specific bug.
17
+ 5. **Verify your account** — Make sure your subscription is active under **Settings > Billing**.
18
+
19
+ > **Still stuck?** Contact our support team with the exact search query you used and any error messages you saw.
20
+
21
+ ### Search results are slow
22
+
23
+ Slow results are usually caused by network conditions or complex queries:
24
+
25
+ - **Check Yantra's status page** — Visit our status page to confirm all systems are operational.
26
+ - **Reduce query complexity** — Broad or multi-clause queries take longer to process. Break them into simpler searches.
27
+ - **Disable browser extensions** — Ad blockers and privacy extensions can throttle API requests.
28
+ - **Test your connection speed** — Run a quick speed test; Yantra works best with at least 5 Mbps download.
29
+
30
+ ---
31
+
32
+ ## Account & Login Issues
33
+
34
+ ### Can't log in
35
+
36
+ | Symptom | Solution |
37
+ | ------------------------- | ------------------------------------------------------------------------------------------------- |
38
+ | Invalid credentials error | Double-check your email and password. Passwords are case-sensitive. |
39
+ | Forgot your password | Click **Forgot Password** on the login page. Check your inbox and spam folder for the reset link. |
40
+ | Account locked | After 5 failed attempts, accounts are temporarily locked for 15 minutes. Wait and try again. |
41
+ | SSO not working | Confirm with your IT admin that your SSO provider is configured correctly. |
42
+
43
+ ### Subscription or billing problems
44
+
45
+ - **Payment declined** — Update your card under **Settings > Billing > Payment Methods**. Ensure the card has not expired and has sufficient funds.
46
+ - **Wrong plan showing** — Plan changes take up to 60 seconds to propagate. Refresh the page or log out and back in.
47
+ - **Missing invoice** — Invoices are emailed to the account owner. Check **Settings > Billing > Invoice History** to download PDFs directly.
48
+ - **Unexpected charges** — Review your billing cycle dates. Upgrades mid-cycle are pro-rated automatically.
49
+
50
+ ---
51
+
52
+ ## Performance Issues
53
+
54
+ ### Pages load slowly
55
+
56
+ Try these optimizations:
57
+
58
+ 1. **Clear browser cache and cookies** — This resolves most loading issues.
59
+ 2. **Disable unnecessary browser extensions** — Extensions inject extra scripts that slow down page rendering.
60
+ 3. **Check your system resources** — Open Task Manager (Windows) or Activity Monitor (Mac) to check if CPU or memory is maxed out.
61
+ 4. **Update your browser** — Yantra is optimized for the latest versions of Chrome, Firefox, Safari, and Edge.
62
+ 5. **Try a wired connection** — Wi-Fi can introduce latency; a wired Ethernet connection is more stable.
63
+
64
+ ### Application crashes or freezes
65
+
66
+ If Yantra becomes unresponsive:
67
+
68
+ 1. **Hard refresh the page** — Press Ctrl+Shift+R (Windows) or Cmd+Shift+R (Mac).
69
+ 2. **Try incognito/private mode** — This disables extensions and uses a clean session.
70
+ 3. **Check for browser updates** — Outdated browsers may have compatibility issues.
71
+ 4. **Note the error** — If you see an error code or stack trace, screenshot it before refreshing. It helps our engineers diagnose faster.
72
+
73
+ > **Pro tip:** Open the browser developer console (F12, then Console tab) and copy any red error messages when filing a bug report.
74
+
75
+ ---
76
+
77
+ ## Mobile App Issues
78
+
79
+ ### App won't open or crashes on launch
80
+
81
+ 1. **Update to the latest version** — Open the App Store (iOS) or Google Play Store (Android) and check for updates.
82
+ 2. **Force close and reopen** — Swipe the app away from your recent apps, then relaunch.
83
+ 3. **Check device storage** — The app needs at least 100 MB of free space to operate.
84
+ 4. **Reinstall the app** — Uninstall, restart your device, then reinstall from the store.
85
+
86
+ ### Data isn't syncing across devices
87
+
88
+ - **Confirm you're signed in** with the same account on all devices.
89
+ - **Check your connection** — Sync requires an active internet connection.
90
+ - **Pull to refresh** — On mobile, swipe down on the main screen to force a sync.
91
+ - **Check sync settings** — Go to **App Settings > Sync** and make sure background sync is enabled.
92
+
93
+ ---
94
+
95
+ ## Integration Issues
96
+
97
+ ### Third-party integration not connecting
98
+
99
+ If a connected service (Slack, GitHub, Jira, etc.) stops working:
100
+
101
+ 1. **Re-authenticate** — Go to **Settings > Integrations**, disconnect the service, and reconnect it.
102
+ 2. **Check the service's status** — The third-party service may be experiencing downtime.
103
+ 3. **Verify permissions** — Ensure Yantra has the required OAuth scopes. Some organizations restrict third-party app access.
104
+ 4. **Check webhook URLs** — If you configured webhooks manually, verify the endpoint URL is correct and accessible.
105
+
106
+ ---
107
+
108
+ ## General Tips
109
+
110
+ - **Keep your browser updated** for the best experience.
111
+ - **Bookmark our status page** to check for outages before troubleshooting.
112
+ - **Enable notifications** in your account settings to receive proactive alerts about issues affecting your account.
113
+ - **Check the Help Center** — many common questions are answered in our guides.
114
+
115
+ > **Need more help?** Reach out to support via the chat widget (bottom-right corner) or email **support@yantra.ai**. We typically respond within 2 minutes.
@@ -0,0 +1,123 @@
1
+ # Engineering Use Cases
2
+
3
+ Detailed examples of how engineering teams leverage Yantra AI employees to accelerate debugging, preserve knowledge, and keep teams aligned.
4
+
5
+ ## Use Case 1: Customer Bug Report Triage
6
+
7
+ ### The Situation
8
+
9
+ A customer posts in your #support Slack channel: _"We can't log in to the dashboard. It's been broken since this morning."_
10
+
11
+ ### Without Yantra
12
+
13
+ 1. An engineer sees the message (eventually)
14
+ 2. Opens Sentry, searches for auth-related errors
15
+ 3. Switches to Linear, looks for existing tickets
16
+ 4. Checks GitHub for recent auth-service deployments
17
+ 5. Asks around on Slack if anyone has seen this before
18
+ 6. Pieces together a theory after 45 minutes of investigation
19
+ 7. Posts a response to the customer
20
+
21
+ **Time spent: 45 minutes to 2 hours**
22
+
23
+ ### With Yantra
24
+
25
+ 1. AI employee detects the report immediately
26
+ 2. Within 30 seconds, cross-references:
27
+ - Sentry: `AuthTokenExpired` exception spiked 47× after deploy #892 (deployed 35 min ago)
28
+ - Linear: Ticket #1234 exists — Marcus deployed a related fix yesterday
29
+ - GitHub: Deploy #892 touched `auth-service/token-handler.ts`
30
+ - History: Similar issue occurred on Jan 14, resolved by adjusting token cache TTL
31
+ 3. Posts a structured summary in the thread
32
+ 4. Drafts a customer response with accurate status information
33
+ 5. Suggests creating a P0 ticket and notifying Marcus
34
+
35
+ **Time spent: 30 seconds for the AI employee; 2 minutes for human review and approval**
36
+
37
+ ## Use Case 2: 3 AM Error Spike
38
+
39
+ ### The Situation
40
+
41
+ A code deployment rolls out at 11 PM after an engineer pushes a hotfix. By 3 AM, Sentry shows 47 new error alerts.
42
+
43
+ ### Without Yantra
44
+
45
+ - On-call engineer wakes up to a noisy PagerDuty alert storm
46
+ - Spends 45 minutes triaging: most alerts are variations of the same issue
47
+ - Discovers 2 genuinely new errors buried in the noise
48
+ - One is critical (affecting payment processing), one is minor (cosmetic UI regression)
49
+
50
+ ### With Yantra
51
+
52
+ - AI employee correlates all 47 alerts automatically overnight
53
+ - Groups them into 3 clusters: 44 related to the same root cause, 2 new, 1 pre-existing
54
+ - Identifies the critical payment processing error
55
+ - Correlates it with the 11 PM hotfix deployment
56
+ - Sends a single, clear escalation to the on-call engineer:
57
+
58
+ > _"Critical: PaymentProcessor null pointer affecting checkout since deploy #905 at 11:02 PM. 12 affected transactions. Linear ticket created (#1567). Related code change: PR #234 by Alex. Suggest rollback or hotfix."_
59
+
60
+ **Result: On-call engineer deals with one actionable alert instead of 47 noisy ones**
61
+
62
+ ## Use Case 3: New Engineer Onboarding
63
+
64
+ ### The Situation
65
+
66
+ A new backend engineer, Priya, joins the team and is assigned to the billing service.
67
+
68
+ ### Without Yantra
69
+
70
+ - Priya asks her manager about the billing service architecture (30-minute conversation)
71
+ - She reads through scattered Notion docs (some outdated)
72
+ - She asks colleagues about specific customer configurations throughout her first two weeks
73
+ - Each question interrupts a senior engineer for 10-15 minutes
74
+
75
+ ### With Yantra
76
+
77
+ Day 1, Priya asks the AI employee:
78
+
79
+ - _"What's the architecture of the billing service?"_ → Full technical overview with links to design docs, ADRs, and dependency diagrams
80
+ - _"What are the known issues with billing?"_ → List of open tickets, past incidents, and recurring patterns
81
+ - _"What's special about Customer X's billing setup?"_ → Complete history of their custom configurations, past issues, and workarounds
82
+ - _"Who should I talk to about the payment gateway integration?"_ → Identifies Marcus as the most active contributor with links to his relevant PRs and discussions
83
+
84
+ **Result: Priya is productive from day one without repeatedly interrupting senior engineers**
85
+
86
+ ## Use Case 4: Context Preservation After Team Changes
87
+
88
+ ### The Situation
89
+
90
+ Sarah, a senior engineer with 3 years of context, transfers to a different team. She was the primary point of contact for several major customers and had deep knowledge of the auth system.
91
+
92
+ ### Without Yantra
93
+
94
+ - Sarah writes a 10-page handoff document that covers maybe 30% of what she knows
95
+ - Months later, teams discover gaps when customer-specific issues arise
96
+ - Workarounds Sarah knew about are rediscovered the hard way
97
+ - New team members spend hours debugging issues Sarah could have diagnosed instantly
98
+
99
+ ### With Yantra
100
+
101
+ - Every conversation Sarah had, every fix she made, every decision she was involved in is already indexed
102
+ - When a customer issue arises that Sarah would have known about, the AI employee surfaces relevant history
103
+ - Architecture decisions Sarah participated in are fully documented with discussion context
104
+ - The team operates as if Sarah's knowledge never left
105
+
106
+ ## Use Case 5: Code Review Context
107
+
108
+ ### The Situation
109
+
110
+ A pull request touches a critical module that was last modified 8 months ago. The reviewer doesn't have context on why the existing code was written that way.
111
+
112
+ ### Without Yantra
113
+
114
+ - Reviewer reads through git blame and commit messages
115
+ - Some commits reference ticket numbers that require switching to Linear
116
+ - The original discussion about the architecture choice happened in a Slack thread that's hard to find
117
+ - Review takes longer than necessary due to missing context
118
+
119
+ ### With Yantra
120
+
121
+ - Reviewer asks the AI employee: _"Why was the token refresh logic implemented this way?"_
122
+ - AI employee surfaces: the original Slack discussion, the performance benchmarks that drove the decision, the 3 subsequent bug fixes, and the customer that triggered the original implementation
123
+ - Review proceeds with full context in minutes
@@ -0,0 +1,128 @@
1
+ # Marketing Use Cases
2
+
3
+ Detailed examples of how marketing teams leverage Yantra AI employees to maintain a consistent brand presence, amplify product launches, and never miss engagement opportunities.
4
+
5
+ ## Use Case 1: Product Launch Amplification
6
+
7
+ ### The Situation
8
+
9
+ Engineering just shipped a major feature: real-time collaborative dashboards.
10
+
11
+ ### Without Yantra
12
+
13
+ - Marketing planned to write about it, but campaign work took priority
14
+ - Five days later, someone drafts a quick LinkedIn post
15
+ - The post gets modest engagement because the news is already stale
16
+ - No X/Twitter thread was created
17
+ - The blog post is still in the backlog
18
+
19
+ ### With Yantra
20
+
21
+ - AI employee detects the release from GitHub and the #engineering Slack announcement
22
+ - Within an hour, drafts are ready:
23
+ - LinkedIn post: Professional announcement highlighting customer value
24
+ - X/Twitter thread: 5-tweet thread breaking down the feature with visuals (copy suggested)
25
+ - Internal Slack update: Suggested messaging for the sales team
26
+ - Marketing reviews and approves with minor edits
27
+ - Posts scheduled for optimal engagement times across platforms
28
+
29
+ **Result: Feature launch amplified across all channels on the same day**
30
+
31
+ ## Use Case 2: Consistent Social Presence
32
+
33
+ ### The Situation
34
+
35
+ The marketing lead knows they should post 3-4 times per week on LinkedIn, but last month they managed only 2 posts total.
36
+
37
+ ### Without Yantra
38
+
39
+ - Content ideas feel forced and require dedicated brainstorming time
40
+ - Writing each post takes 30-60 minutes with editing and formatting
41
+ - Scheduling is manual and often forgotten
42
+ - The company's social presence appears inactive
43
+
44
+ ### With Yantra
45
+
46
+ - AI employee maintains a steady content pipeline sourced from:
47
+ - Product updates and changelog entries
48
+ - Industry news relevant to the target audience
49
+ - Internal thought leadership ideas shared in Slack
50
+ - Repurposed blog content and webinar takeaways
51
+ - Drafts are delivered for review on a consistent schedule
52
+ - Marketing reviews, edits, and approves — taking 5-10 minutes per post
53
+ - Posts are scheduled at peak engagement times
54
+
55
+ **Result: 4 LinkedIn posts and 6 X/Twitter updates published per week with minimal effort**
56
+
57
+ ## Use Case 3: Real-Time Engagement Response
58
+
59
+ ### The Situation
60
+
61
+ A well-known industry thought leader comments on one of your LinkedIn posts with a thoughtful question about your approach.
62
+
63
+ ### Without Yantra
64
+
65
+ - The comment is noticed 2 days later during a social media check
66
+ - The thought leader has moved on to other conversations
67
+ - The engagement opportunity and potential relationship building are lost
68
+
69
+ ### With Yantra
70
+
71
+ - AI employee detects the high-profile interaction within minutes
72
+ - Sends an immediate Slack alert: _"Sarah Chen (VP Product at TechGiant, 15K followers) commented on your cloud migration post. Draft reply ready."_
73
+ - Marketing reviews the drafted reply (contextually appropriate, professional, engaging)
74
+ - Response posted within the hour
75
+
76
+ **Result: Meaningful engagement with an influential industry voice**
77
+
78
+ ## Use Case 4: Competitor Launch Response
79
+
80
+ ### The Situation
81
+
82
+ Your main competitor announces a new feature that overlaps with your core functionality.
83
+
84
+ ### Without Yantra
85
+
86
+ - Marketing finds out from a coworker a few days later
87
+ - Scrambles to draft a positioning response
88
+ - The social media conversation has already moved on
89
+ - No proactive content was created during the peak attention window
90
+
91
+ ### With Yantra
92
+
93
+ - AI employee detects the competitor announcement through brand monitoring
94
+ - Within 30 minutes, delivers:
95
+ - Summary of the competitor's announcement and market reaction
96
+ - Social media sentiment analysis around the announcement
97
+ - Draft response content: thought leadership post positioning your approach differently
98
+ - Suggested talking points for the sales team
99
+ - Marketing reviews and publishes a well-crafted response while the topic is still trending
100
+
101
+ **Result: Proactive competitive positioning instead of reactive scrambling**
102
+
103
+ ## Use Case 5: Customer Success Content
104
+
105
+ ### The Situation
106
+
107
+ A customer shares a great result in your community Slack: _"We reduced our response time by 80% using Yantra's automation features!"_
108
+
109
+ ### Without Yantra
110
+
111
+ - The message is seen by a few team members who react with emoji
112
+ - Nobody follows up to ask if it can be shared publicly
113
+ - A great testimonial opportunity is lost
114
+
115
+ ### With Yantra
116
+
117
+ - AI employee detects the customer success signal
118
+ - Flags it to marketing with context:
119
+ - Customer details: Company name, tier, industry
120
+ - Their usage patterns and features they've adopted
121
+ - Relationship history: How long they've been a customer
122
+ - Suggests:
123
+ - Ask permission to share as a testimonial
124
+ - Draft LinkedIn post featuring their success
125
+ - Case study outline based on their journey
126
+ - Marketing coordinates with the customer success team to follow up
127
+
128
+ **Result: Organic customer success turned into marketing content**
@@ -0,0 +1,123 @@
1
+ # Sales Use Cases
2
+
3
+ Detailed examples of how sales teams leverage Yantra AI employees to close more deals, maintain perfect CRM hygiene, and never miss a follow-up.
4
+
5
+ ## Use Case 1: Post-Call CRM Automation
6
+
7
+ ### The Situation
8
+
9
+ Alex just finished a 45-minute discovery call with a prospective enterprise customer.
10
+
11
+ ### Without Yantra
12
+
13
+ - Alex opens HubSpot and tries to capture the key points before forgetting
14
+ - Types abbreviated notes that will make little sense in 2 weeks
15
+ - Updates the deal stage from "Discovery" to "Proposal"
16
+ - Creates a follow-up task for next week
17
+ - Drafts a recap email
18
+ - Total admin time: 20+ minutes
19
+
20
+ ### With Yantra
21
+
22
+ - AI employee transcribes the Zoom call and extracts key points:
23
+ - Customer's primary pain points: manual reporting and data silos
24
+ - Budget range discussed: $50-75K annually
25
+ - Decision maker: VP of Operations (was on the call)
26
+ - Timeline: Decision by end of Q2
27
+ - Next step: Send pricing proposal by Friday
28
+ - HubSpot updated automatically: deal stage, revenue estimate, close date, detailed notes
29
+ - Follow-up task created for Thursday
30
+ - Recap email drafted and sent for Alex's review
31
+
32
+ **Total admin time: 2 minutes to review and approve**
33
+
34
+ ## Use Case 2: Never Lose a Lead
35
+
36
+ ### The Situation
37
+
38
+ Lisa has 47 active opportunities in her pipeline. Three weeks ago, she had a great initial call with DataFlow Inc.
39
+
40
+ ### Without Yantra
41
+
42
+ - Lisa forgot about DataFlow — it's buried among 46 other deals
43
+ - DataFlow's prospect got a call from a competitor and signed with them
44
+ - Lisa discovers the lost deal during the next pipeline review
45
+
46
+ ### With Yantra
47
+
48
+ - Day 5: AI employee sends a reminder: _"DataFlow hasn't received follow-up since your initial call. Draft check-in email ready for review."_
49
+ - Day 12: AI employee detects DataFlow visited the pricing page (via HubSpot tracking): _"DataFlow is showing buying signals. Conference call notes from Aug 3 attached. Suggested approach: reference their reporting pain points."_
50
+ - Lisa sends the check-in and schedules a demo
51
+
52
+ **Result: Lead stays warm, pipeline stays clean**
53
+
54
+ ## Use Case 3: Pre-Meeting Preparation
55
+
56
+ ### The Situation
57
+
58
+ Jordan has a renewal meeting with Enterprise Customer ABC in 15 minutes. The last conversation was 3 months ago.
59
+
60
+ ### Without Yantra
61
+
62
+ - Jordan scrambles through HubSpot's activity log
63
+ - Searches email for the last exchange
64
+ - Checks Slack for any mentions of ABC
65
+ - Goes into the meeting with partial context
66
+
67
+ ### With Yantra
68
+
69
+ - 30 minutes before the call, AI employee delivers:
70
+ - Last meeting summary: Discussed expansion to the marketing team, Jordan promised a custom demo
71
+ - Open support tickets: One P2 ticket about API rate limits (resolved last week)
72
+ - Product updates: Three features shipped since last conversation, two relevant to ABC's use case
73
+ - Relationship note: ABC's champion (Maria, VP Engineering) recently promoted to SVP
74
+ - Suggested talking points: Congratulate Maria on promotion, share relevant product updates, revisit expansion discussion
75
+
76
+ **Result: Jordan walks in fully prepared and makes a great impression**
77
+
78
+ ## Use Case 4: Pipeline Accuracy and Forecasting
79
+
80
+ ### The Situation
81
+
82
+ The VP of Sales needs an accurate Q1 forecast for the board meeting on Monday.
83
+
84
+ ### Without Yantra
85
+
86
+ - Pipeline review reveals deal stages are 2-4 weeks stale
87
+ - Several deals marked "Negotiation" haven't had contact in 3 weeks
88
+ - One deal marked "Discovery" actually received a signed contract last week
89
+ - The forecast requires significant manual adjustment and is still unreliable
90
+
91
+ ### With Yantra
92
+
93
+ - Every deal stage reflects actual interactions (calls, emails, contract status)
94
+ - Stale deals are already flagged with specific risk reasons
95
+ - Signed deals are moved to "Closed Won" the day documents are received
96
+ - AI employee provides a confidence-weighted forecast: $2.4M committed, $800K likely, $1.2M at risk
97
+ - Specific reasoning for each category is available on demand
98
+
99
+ **Result: Board gets an accurate, trustworthy forecast backed by real data**
100
+
101
+ ## Use Case 5: Competitive Intelligence During Deals
102
+
103
+ ### The Situation
104
+
105
+ During a call, a prospect mentions they're also evaluating a competitor's product.
106
+
107
+ ### Without Yantra
108
+
109
+ - The sales rep makes a note to research the competitor
110
+ - Forgets to do it before the next call
111
+ - Goes into the follow-up without a competitive response strategy
112
+
113
+ ### With Yantra
114
+
115
+ - AI employee detects the competitor mention from call transcription
116
+ - Within minutes, provides:
117
+ - Recent competitive intel from other deals
118
+ - Messaging that worked against this competitor in past wins
119
+ - Feature comparison highlighting Yantra's advantages
120
+ - Relevant customer success stories for similar objections
121
+ - Suggested response strategy included in the follow-up prep brief
122
+
123
+ **Result: Every competitive encounter is handled with data-backed positioning**