@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,81 @@
1
+ # Labs Features
2
+
3
+ Yantra Labs is where we test experimental features before they're ready for general release. Get early access to cutting-edge capabilities and help shape the future of Yantra.
4
+
5
+ ---
6
+
7
+ ## What is Yantra Labs?
8
+
9
+ Labs is an opt-in program that gives you access to features still in development. These features may be:
10
+
11
+ - **Experimental** — New capabilities being tested for the first time.
12
+ - **Beta** — Features that work well but are being refined based on user feedback.
13
+ - **Preview** — Nearly finished features that will soon graduate to general availability.
14
+
15
+ > **Note:** Labs features may change, break, or be removed without notice. They're not covered by our SLA.
16
+
17
+ ---
18
+
19
+ ## Current Labs Features
20
+
21
+ | Feature | Status | Description |
22
+ | ------------------------- | ------------ | ---------------------------------------------------------------------- |
23
+ | **Voice Search** | Beta | Ask questions using voice input on desktop and mobile |
24
+ | **Multi-modal Analysis** | Experimental | Upload images and get AI analysis alongside text |
25
+ | **Collaborative Threads** | Beta | Multiple users can contribute to the same research thread in real-time |
26
+ | **Custom AI Personas** | Preview | Create specialized AI personas with custom instructions and knowledge |
27
+ | **Canvas Mode** | Experimental | Visual workspace for organizing search results and notes spatially |
28
+
29
+ _This list is updated as features are added or graduated._
30
+
31
+ ---
32
+
33
+ ## Enabling Labs Features
34
+
35
+ 1. Go to **Settings > Labs**.
36
+ 2. Browse available experimental features.
37
+ 3. Toggle on the features you want to try.
38
+ 4. Some features may require additional permissions or a specific plan tier.
39
+
40
+ ### Disabling
41
+
42
+ Toggle any Labs feature off at any time. Your data from the feature is preserved for 30 days in case you re-enable it.
43
+
44
+ ---
45
+
46
+ ## How to Give Feedback
47
+
48
+ Your feedback directly influences which Labs features become permanent:
49
+
50
+ ### In-app feedback
51
+
52
+ Every Labs feature has a **feedback button** (💬) in its interface. Click it to:
53
+
54
+ - Report a bug
55
+ - Suggest an improvement
56
+ - Rate your experience (1–5 stars)
57
+
58
+ ### Labs community
59
+
60
+ Join the **#labs** channel in the Yantra community Discord to:
61
+
62
+ - Discuss experimental features with other users
63
+ - Share your use cases and workflows
64
+ - Get tips from the Yantra team on getting the most out of new features
65
+
66
+ ---
67
+
68
+ ## Feature Graduation
69
+
70
+ When a Labs feature reaches maturity:
71
+
72
+ 1. **Announcement** — We publish a blog post and in-app notification.
73
+ 2. **Migration** — Your data and settings carry over automatically.
74
+ 3. **SLA coverage** — Graduated features are covered by our standard uptime SLA.
75
+ 4. **Labs toggle removed** — The feature moves to its permanent location in the product.
76
+
77
+ ---
78
+
79
+ ## Availability
80
+
81
+ Labs access is available on all plans. Some individual features may require Pro or higher due to infrastructure costs.
@@ -0,0 +1,75 @@
1
+ # Pro Search
2
+
3
+ Pro Search is Yantra's enhanced search mode — delivering deeper analysis, more sources, and smarter follow-ups than Regular search.
4
+
5
+ ---
6
+
7
+ ## What Pro Search Does Differently
8
+
9
+ | Feature | Regular Search | Pro Search |
10
+ | ------------------- | --------------------------- | ------------------------------------------------ |
11
+ | Response depth | Quick, concise answers | Detailed analysis with multiple angles |
12
+ | Sources consulted | 5–10 | 10–20 |
13
+ | Follow-up questions | Basic suggestions | Context-aware, multi-layered follow-ups |
14
+ | Response time | 1–3 seconds | 5–10 seconds |
15
+ | Context window | 50K tokens | 100K tokens |
16
+ | Best for | Quick lookups, simple facts | Multi-step questions, comparisons, how-to guides |
17
+
18
+ ---
19
+
20
+ ## When to Use Pro Search
21
+
22
+ ### Ideal use cases
23
+
24
+ - **Comparisons** — "Compare PostgreSQL and MongoDB for a high-write analytics workload"
25
+ - **How-to guides** — "How do I set up CI/CD with GitHub Actions for a monorepo?"
26
+ - **Multi-part questions** — "What are the pros and cons of serverless, and when should I avoid it?"
27
+ - **Detailed explanations** — "Explain how TLS 1.3 handshake works step by step"
28
+ - **Analysis** — "What caused the 2023 banking crisis and what are the long-term implications?"
29
+
30
+ ### When Regular Search is better
31
+
32
+ - Quick facts ("population of Canada")
33
+ - Definitions ("what is a mutex?")
34
+ - Simple lookups ("React 19 release date")
35
+
36
+ ---
37
+
38
+ ## How to Activate
39
+
40
+ ### On-demand
41
+
42
+ Click the **Pro** toggle below the search bar before submitting your query.
43
+
44
+ ### As default
45
+
46
+ Set Pro Search as your default mode:
47
+
48
+ **Settings > Preferences > Search > Default search mode** → Pro Search
49
+
50
+ ### Via keyboard
51
+
52
+ Press ⌘ + P (Mac) or Ctrl + P (Windows) to toggle Pro Search on/off before searching.
53
+
54
+ ---
55
+
56
+ ## Pro Search Workflow
57
+
58
+ 1. **You ask a question.**
59
+ 2. **Yantra plans its approach** — You'll see a brief "thinking" indicator showing what sub-questions the AI is exploring.
60
+ 3. **Sources are fetched and analyzed** — More sources are consulted than in Regular mode.
61
+ 4. **A structured response is generated** — With clear sections, bullet points, and inline citations.
62
+ 5. **Smart follow-ups are suggested** — Based on what angles weren't fully covered.
63
+
64
+ > **Transparency:** Pro Search shows you which sources it consulted and why it prioritized certain results.
65
+
66
+ ---
67
+
68
+ ## Availability
69
+
70
+ | Plan | Pro Search queries |
71
+ | ---------- | ---------------------------------- |
72
+ | Free | 5 per day |
73
+ | Pro | Unlimited |
74
+ | Team | Unlimited for all members |
75
+ | Enterprise | Unlimited with priority processing |
@@ -0,0 +1,86 @@
1
+ # Regular Search
2
+
3
+ Regular Search is Yantra's default mode — designed for fast, accurate answers to everyday questions with real-time source citations.
4
+
5
+ ---
6
+
7
+ ## How It Works
8
+
9
+ 1. **Type your question** in natural language or keywords.
10
+ 2. **Yantra processes** your query using hybrid search (keyword + semantic).
11
+ 3. **Results are generated** in 1–3 seconds with inline source citations.
12
+ 4. **Follow-up** with additional questions to refine or go deeper.
13
+
14
+ ---
15
+
16
+ ## What You Get
17
+
18
+ ### AI-generated answer
19
+
20
+ A concise, direct response synthesized from multiple sources. Key facts are cited with numbered references you can click to verify.
21
+
22
+ ### Source cards
23
+
24
+ Below the answer, expandable source cards show:
25
+
26
+ | Field | Description |
27
+ | --------- | ------------------------------------------------------------ |
28
+ | Title | The page or article title |
29
+ | Domain | Source website |
30
+ | Date | When the content was published or last updated |
31
+ | Snippet | The specific passage that supports the answer |
32
+ | Relevance | A score indicating how closely the source matches your query |
33
+
34
+ ### Suggested follow-ups
35
+
36
+ 2–4 suggested follow-up questions help you explore the topic further without having to formulate queries from scratch.
37
+
38
+ ---
39
+
40
+ ## Daily Limits by Plan
41
+
42
+ | Plan | Searches per day | Real-time sources | AI model |
43
+ | ---------- | ---------------- | ----------------- | --------------------------- |
44
+ | Free | 20 | 5 | GPT-4o mini |
45
+ | Pro | Unlimited | 10 | GPT-4o or Claude 3.5 Sonnet |
46
+ | Team | Unlimited | 10 per member | GPT-4o or Claude 3.5 Sonnet |
47
+ | Enterprise | Unlimited | 20 | Any available model |
48
+
49
+ ---
50
+
51
+ ## Tips for Better Results
52
+
53
+ ### Be specific
54
+
55
+ Instead of:
56
+
57
+ > "Tell me about databases"
58
+
59
+ Try:
60
+
61
+ > "What are the main differences between PostgreSQL and MySQL for web applications?"
62
+
63
+ ### Include context
64
+
65
+ Instead of:
66
+
67
+ > "How to fix the error?"
68
+
69
+ Try:
70
+
71
+ > "How to fix 'ECONNREFUSED' error when connecting to PostgreSQL from a Docker container?"
72
+
73
+ ### Use natural language
74
+
75
+ You don't need to use search-engine-style keywords. Yantra understands full sentences, questions, and even casual phrasing.
76
+
77
+ ---
78
+
79
+ ## When to Upgrade to Pro Search
80
+
81
+ Regular Search is ideal for quick lookups and straightforward questions. Consider switching to [Pro Search](/help-center/search-modes/pro-search) when:
82
+
83
+ - You need a detailed, multi-angle analysis
84
+ - Your question has multiple parts
85
+ - You want more sources and deeper citations
86
+ - You need a comprehensive how-to guide
@@ -0,0 +1,112 @@
1
+ # Audit Trail
2
+
3
+ Every action taken by a Yantra AI employee is comprehensively logged, providing full transparency and accountability for compliance, debugging, and trust-building purposes.
4
+
5
+ ## What Gets Logged
6
+
7
+ ### Event Processing
8
+
9
+ - Every event received from connected tools
10
+ - How the event was classified and prioritized
11
+ - Which correlations were made with other data sources
12
+ - Time to process and resulting decisions
13
+
14
+ ### Actions Taken
15
+
16
+ - **Informational**: Morning briefings, context summaries, status updates
17
+ - **Alerts**: Notifications sent to team members with severity context
18
+ - **Updates**: CRM field changes, ticket updates, status modifications
19
+ - **Creations**: New tickets, contacts, or records created
20
+ - **Drafts**: Messages and content drafted for approval
21
+ - **Escalations**: Issues routed to humans for decision
22
+
23
+ ### Approval Workflow
24
+
25
+ - Actions drafted and presented for approval
26
+ - Approval, edit, or rejection decisions by human reviewers
27
+ - Time from draft to action for each item
28
+ - Modification details when actions are edited before approval
29
+
30
+ ## Log Structure
31
+
32
+ Each audit log entry contains:
33
+
34
+ | Field | Description |
35
+ | ------------------- | ------------------------------------------------------------- |
36
+ | **Timestamp** | Precise UTC timestamp of the action |
37
+ | **Action ID** | Unique identifier for the action |
38
+ | **Action Type** | Category (inform, alert, update, create, draft, escalate) |
39
+ | **Target Tool** | Which integration was affected (Slack, HubSpot, GitHub, etc.) |
40
+ | **Target Resource** | Specific resource (channel, deal, issue, etc.) |
41
+ | **Trigger** | What event or condition triggered the action |
42
+ | **Context** | Data from other tools that informed the decision |
43
+ | **Previous Value** | State before the action (for updates) |
44
+ | **New Value** | State after the action |
45
+ | **Approval Status** | Auto-approved, human-approved, human-edited, or rejected |
46
+ | **Approver** | Who approved the action (if human-approved) |
47
+ | **Outcome** | Success, failure, or pending |
48
+
49
+ ## Accessing Audit Logs
50
+
51
+ ### Dashboard
52
+
53
+ Navigate to **AI Employee → Audit Trail** in your Yantra dashboard:
54
+
55
+ - Filter by date range, action type, target tool, or approval status
56
+ - Search for specific resources, actions, or keywords
57
+ - Export logs in CSV or JSON format
58
+ - Visualize action patterns over time
59
+
60
+ ### API Access
61
+
62
+ Enterprise customers can access audit logs programmatically:
63
+
64
+ - REST API for log retrieval and filtering
65
+ - Webhook notifications for real-time log streaming
66
+ - Integration with external SIEM tools
67
+ - Scheduled export for compliance archives
68
+
69
+ ## Compliance Use Cases
70
+
71
+ ### SOC 2 Audit Support
72
+
73
+ Audit logs provide evidence for SOC 2 controls:
74
+
75
+ - Access control effectiveness
76
+ - Change management procedures
77
+ - Incident response documentation
78
+ - Data handling compliance
79
+
80
+ ### GDPR Compliance
81
+
82
+ For data subject requests:
83
+
84
+ - Identify all data processed for a specific individual
85
+ - Document the legal basis for each processing activity
86
+ - Provide evidence for data processing inventories
87
+ - Support right-to-erasure request fulfillment
88
+
89
+ ### Internal Review
90
+
91
+ Regular audit log review helps:
92
+
93
+ - Verify AI employee behavior meets expectations
94
+ - Identify areas for configuration improvement
95
+ - Detect unusual patterns or potential security issues
96
+ - Build confidence in AI employee autonomy
97
+
98
+ ## Retention
99
+
100
+ ### Log Retention Periods
101
+
102
+ - **Action logs**: Retained for 12 months by default (configurable)
103
+ - **Approval records**: Retained for 24 months
104
+ - **Security events**: Retained for 36 months
105
+ - **Custom retention**: Enterprise customers can configure custom retention periods
106
+
107
+ ### Deletion
108
+
109
+ - Logs are purged automatically after retention period expires
110
+ - Customers can request early deletion in writing
111
+ - Deletion is permanent and irreversible
112
+ - Deletion confirmation provided for compliance records
@@ -0,0 +1,120 @@
1
+ # Compliance and Certifications
2
+
3
+ Yantra maintains rigorous compliance standards to meet the security and regulatory requirements of enterprise customers across industries.
4
+
5
+ ## Standards and Certifications
6
+
7
+ ### SOC 2 Type II
8
+
9
+ - Annual third-party audit covering Security, Availability, and Confidentiality trust principles
10
+ - Report available to customers under NDA
11
+ - Continuous monitoring of SOC 2 controls
12
+ - Remediation tracking for any identified findings
13
+
14
+ ### GDPR (General Data Protection Regulation)
15
+
16
+ Yantra's GDPR compliance covers:
17
+
18
+ - **Lawful basis**: Clear legal basis for all data processing
19
+ - **Data minimization**: Only collecting and processing data necessary for service delivery
20
+ - **Right to access**: Customers can request export of all their data
21
+ - **Right to erasure**: Complete data deletion upon request
22
+ - **Data portability**: Standard format data export available
23
+ - **Data protection officer**: Designated DPO for privacy oversight
24
+ - **Data processing agreements**: Available for all customers
25
+
26
+ ### CCPA (California Consumer Privacy Act)
27
+
28
+ - Right to know what data is collected and how it's used
29
+ - Right to delete personal information
30
+ - Right to opt out of data sharing
31
+ - No sale of personal information — ever
32
+
33
+ ### Additional Compliance Support
34
+
35
+ - **HIPAA**: Business Associate Agreement available for healthcare customers (enterprise plan)
36
+ - **ISO 27001**: Security management practices aligned with ISO 27001 framework
37
+ - **PCI DSS**: Payment data never touches Yantra systems (handled by payment processor)
38
+ - **FERPA**: Available for educational institution customers
39
+
40
+ ## Data Processing
41
+
42
+ ### Data Processing Agreement (DPA)
43
+
44
+ Available for all customers, covering:
45
+
46
+ - Nature and purpose of data processing
47
+ - Categories of personal data processed
48
+ - Technical and organizational measures
49
+ - Sub-processor management and notification
50
+ - Data breach notification procedures
51
+ - Data return and deletion upon termination
52
+
53
+ ### Sub-Processors
54
+
55
+ Yantra uses a limited number of sub-processors:
56
+
57
+ - Cloud infrastructure providers (SOC 2 certified)
58
+ - AI model providers (with strict data usage restrictions)
59
+ - Payment processors (PCI DSS compliant)
60
+ - Analytics tools (privacy-first, no personal data shared)
61
+
62
+ A current list of sub-processors is maintained and customers are notified of changes.
63
+
64
+ ### Data Residency
65
+
66
+ - **Default**: US-based infrastructure (US-East and US-West)
67
+ - **EU**: Available for customers requiring EU data residency
68
+ - **Additional regions**: Available on enterprise plans
69
+ - No data transfer outside specified regions without written consent
70
+
71
+ ## Privacy by Design
72
+
73
+ ### Minimal Data Collection
74
+
75
+ - Only data necessary for service delivery is collected
76
+ - No data collection for marketing or advertising purposes
77
+ - No data shared with or sold to third parties
78
+ - AI model providers do not retain customer data
79
+
80
+ ### Data Lifecycle Management
81
+
82
+ 1. **Collection**: Minimum necessary data collected during integration
83
+ 2. **Processing**: Data processed within isolated customer environments
84
+ 3. **Storage**: Encrypted storage with customer-specific keys
85
+ 4. **Retention**: Configurable retention periods (default: 12 months)
86
+ 5. **Deletion**: Automatic deletion after retention period; manual deletion on request
87
+
88
+ ## Security Assessments
89
+
90
+ ### Penetration Testing
91
+
92
+ - Annual penetration tests by independent security firms
93
+ - Results reviewed and remediated promptly
94
+ - Summary available to enterprise customers under NDA
95
+
96
+ ### Vulnerability Management
97
+
98
+ - Automated vulnerability scanning for all components
99
+ - Dependency scanning for known CVEs
100
+ - Patch management SLA: Critical (24h), High (72h), Medium (7d)
101
+ - Bug bounty program for responsible vulnerability disclosure
102
+
103
+ ### Business Continuity
104
+
105
+ - Disaster recovery plan tested quarterly
106
+ - Business impact analysis reviewed annually
107
+ - Incident response plan documented and rehearsed
108
+ - Communication plan for security events
109
+
110
+ ## Requesting Compliance Documents
111
+
112
+ Enterprise customers can request:
113
+
114
+ - SOC 2 Type II report
115
+ - Penetration test summary
116
+ - Data processing agreement
117
+ - Security architecture white paper
118
+ - Sub-processor list
119
+
120
+ Contact your account manager or email security@yantra.ai to request any compliance documentation.
@@ -0,0 +1,94 @@
1
+ # Data Encryption
2
+
3
+ Yantra employs multiple layers of encryption to protect your data at every stage — in transit, at rest, and during processing.
4
+
5
+ ## Encryption in Transit
6
+
7
+ ### TLS Configuration
8
+
9
+ - All connections use **TLS 1.2 or higher**
10
+ - TLS 1.0 and 1.1 are disabled across all endpoints
11
+ - Strong cipher suites only — weak ciphers are explicitly blocked
12
+ - Perfect Forward Secrecy (PFS) enabled on all connections
13
+ - HSTS headers enforced with long max-age values
14
+
15
+ ### What's Encrypted in Transit
16
+
17
+ - API requests between your tools and the Yantra Gateway
18
+ - Internal communication between Yantra components
19
+ - Data sent to and received from AI model providers
20
+ - Dashboard access and administrative API calls
21
+ - Webhook payloads from integrated tools
22
+
23
+ ## Encryption at Rest
24
+
25
+ ### Storage Encryption
26
+
27
+ - All persistent data encrypted using **AES-256** encryption
28
+ - Database-level encryption enabled for all data stores
29
+ - File system encryption on all VM storage volumes
30
+ - Backup data encrypted with the same standards as primary data
31
+
32
+ ### Key Management
33
+
34
+ - Encryption keys managed through a dedicated **Key Management Service (KMS)**
35
+ - Customer-specific keys isolate each tenant's data
36
+ - Keys are rotated on a regular schedule (quarterly minimum)
37
+ - Key access is logged and auditable
38
+ - Emergency key revocation procedures tested quarterly
39
+
40
+ ## Credential Management
41
+
42
+ ### OAuth Tokens
43
+
44
+ - OAuth access and refresh tokens stored in encrypted secret vaults
45
+ - Token encryption uses separate keys from data encryption
46
+ - Tokens are scoped to minimum required permissions
47
+ - Token refresh is handled automatically and securely
48
+
49
+ ### API Keys
50
+
51
+ - API keys encrypted at rest using dedicated key encryption keys
52
+ - Keys are never stored in plaintext anywhere in the system
53
+ - API key rotation supported without service interruption
54
+ - Compromised keys can be revoked instantly
55
+
56
+ ### What We Never Store
57
+
58
+ - Your tool passwords (OAuth is used instead)
59
+ - Credit card numbers (handled by payment processor)
60
+ - Raw authentication credentials
61
+ - Secrets in application logs or error reports
62
+
63
+ ## Processing Security
64
+
65
+ ### In-Memory Protection
66
+
67
+ - Sensitive data in processing memory is cleared after use
68
+ - Memory isolation between customer workloads via VM separation
69
+ - No swap-to-disk of sensitive in-memory data
70
+
71
+ ### AI Model Interactions
72
+
73
+ - Prompts sent to AI models are encrypted in transit
74
+ - No customer data is retained by model providers for training
75
+ - Model provider connections use dedicated, authenticated channels
76
+ - Prompts are constructed to minimize exposure of sensitive information
77
+
78
+ ## Verification
79
+
80
+ ### How to Verify
81
+
82
+ - Check TLS configuration: Our endpoints pass SSL Labs A+ rating
83
+ - Request our latest SOC 2 report for encryption control details
84
+ - Audit logs show encryption status for all data operations
85
+ - Penetration test results available for enterprise customers upon NDA
86
+
87
+ ### Compliance Alignment
88
+
89
+ Our encryption practices align with:
90
+
91
+ - **NIST 800-171**: Encryption requirements for controlled data
92
+ - **ISO 27001**: Information security management standards
93
+ - **PCI DSS**: Payment card industry data security standards
94
+ - **FIPS 140-2**: Federal information processing standards