@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,97 @@
1
+ ---
2
+ title: 'AI Employees Overview'
3
+ ---
4
+
5
+ # AI Employees Overview
6
+
7
+ Yantra AI employees are intelligent agents that integrate into your team's existing toolkit and operate as autonomous, always-available team members. They go beyond traditional chatbots by working proactively — monitoring, analyzing, and acting on information across your connected services.
8
+
9
+ ## What Makes an AI Employee Different
10
+
11
+ ### Traditional AI Chatbot
12
+
13
+ - Waits for you to ask a question
14
+ - Has no awareness of your business context
15
+ - Cannot take actions in your tools
16
+ - Forgets conversations between sessions
17
+ - Operates in isolation from your workflow
18
+
19
+ ### Yantra AI Employee
20
+
21
+ - Works proactively without waiting for prompts
22
+ - Monitors your tools 24/7 and understands your business context
23
+ - Updates CRMs, creates tickets, drafts messages, and logs notes
24
+ - Maintains a persistent memory of every interaction and decision
25
+ - Operates within your existing workflow seamlessly
26
+
27
+ ## Core Capabilities
28
+
29
+ ### 1. Observing
30
+
31
+ Your AI employee watches everything happening across your connected tools:
32
+
33
+ - Slack conversations and channel activity
34
+ - GitHub commits, pull requests, and deployments
35
+ - Error monitoring alerts and exception trends
36
+ - CRM deal movements and customer interactions
37
+ - Email threads and calendar events
38
+
39
+ ### 2. Understanding
40
+
41
+ Raw events are processed into meaningful insights:
42
+
43
+ - Correlating a customer complaint in Slack with a Sentry error spike
44
+ - Linking a stale deal in HubSpot with a missed follow-up email
45
+ - Connecting a deployment failure with related code changes
46
+ - Identifying patterns across seemingly unrelated events
47
+
48
+ ### 3. Acting
49
+
50
+ Based on observations and understanding, your AI employee takes action:
51
+
52
+ - Drafts response messages with full context
53
+ - Updates CRM fields and deal stages automatically
54
+ - Creates project tickets with detailed descriptions
55
+ - Sends alerts and escalations to the right people
56
+ - Prepares meeting briefs and daily summaries
57
+
58
+ ### 4. Learning
59
+
60
+ Over time, your AI employee gets better:
61
+
62
+ - Adapts to your team's communication style and preferences
63
+ - Refines alert thresholds based on your responses
64
+ - Builds deeper relationships between data points in your organization
65
+ - Improves action suggestions through feedback loops
66
+
67
+ ## Types of AI Employees
68
+
69
+ Yantra supports specialized AI employees configured for different functions:
70
+
71
+ | Type | Primary Function | Key Integrations |
72
+ | ------------------ | ---------------------------------------------------- | ------------------------------------ |
73
+ | **Engineering AI** | Bug tracking, deployment monitoring, context sharing | GitHub, Sentry, Linear, Slack |
74
+ | **Sales AI** | CRM automation, lead management, call preparation | HubSpot, Salesforce, Gmail, Calendly |
75
+ | **Marketing AI** | Content management, social monitoring, engagement | LinkedIn, X/Twitter, Notion, HubSpot |
76
+ | **Support AI** | Ticket routing, customer context, issue resolution | Slack, Zendesk, Sentry, CRM |
77
+
78
+ ## Trust and Control
79
+
80
+ Yantra is designed with a **gradual trust model**:
81
+
82
+ 1. **Supervised Mode**: Your AI employee drafts all actions but waits for your approval before executing
83
+ 2. **Semi-Autonomous Mode**: Routine actions execute automatically; novel or high-impact actions require approval
84
+ 3. **Autonomous Mode**: Your AI employee operates independently, escalating only exceptions
85
+
86
+ You can adjust the autonomy level at any time, for any action type.
87
+
88
+ ## Powered by OpenClaw
89
+
90
+ Every Yantra AI employee runs on the [OpenClaw](https://github.com/openclaw) open-source agent framework. This provides:
91
+
92
+ - **Transparency**: The agent logic is open source and auditable
93
+ - **Community support**: Backed by a global community of developers and enterprise users
94
+ - **Extensibility**: Custom workflows and integrations can be built on the OpenClaw framework
95
+ - **Security**: Battle-tested by thousands of deployments worldwide
96
+
97
+ Learn more about the OpenClaw foundation in the [OpenClaw Overview](/help-center/openclaw/openclaw-overview).
@@ -0,0 +1,119 @@
1
+ ---
2
+ title: 'Getting Started with AI Employees'
3
+ ---
4
+
5
+ # Getting Started with AI Employees
6
+
7
+ Setting up your first Yantra AI employee takes approximately 5 minutes. This guide walks you through the complete setup process from tool connection to your first proactive insight.
8
+
9
+ ## Prerequisites
10
+
11
+ - A Yantra account (free trial available)
12
+ - Admin or owner access to the tools you want to connect
13
+ - A communication channel where you'd like to receive updates (Slack, WhatsApp, Telegram, or email)
14
+
15
+ ## Step 1: Connect Your Tools (2 minutes)
16
+
17
+ ### One-Click OAuth Setup
18
+
19
+ From your Yantra dashboard, navigate to **Integrations** and connect your tools:
20
+
21
+ 1. Click the tool you want to connect (e.g., Slack, GitHub, HubSpot)
22
+ 2. Authorize access through the OAuth flow — same as adding any other app
23
+ 3. Select the specific resources to monitor (channels, repos, projects)
24
+ 4. Repeat for each tool your team uses
25
+
26
+ ### Supported Tools
27
+
28
+ - **Communication**: Slack, Microsoft Teams, Gmail
29
+ - **Development**: GitHub, GitLab, Bitbucket
30
+ - **Error Tracking**: Sentry, Datadog, PagerDuty
31
+ - **Project Management**: Linear, Jira, Asana
32
+ - **CRM**: HubSpot, Salesforce
33
+ - **Documentation**: Notion, Confluence
34
+ - **Social**: LinkedIn, X/Twitter
35
+ - **Calendar**: Google Calendar, Calendly
36
+ - **Video**: Zoom (for call transcription)
37
+
38
+ No coding or command-line setup is required. Your AI employee receives the same level of access as a regular team member.
39
+
40
+ ## Step 2: Configure Preferences (3 minutes)
41
+
42
+ ### Define What to Watch
43
+
44
+ Tell your AI employee what matters most:
45
+
46
+ - **Error monitoring**: Set severity thresholds (e.g., alert on 10+ occurrences per hour)
47
+ - **Customer tracking**: Define high-priority accounts or customer tiers
48
+ - **Deal tracking**: Specify pipeline stages that need attention
49
+ - **Channel monitoring**: Select which Slack channels to watch actively
50
+
51
+ ### Set Notification Preferences
52
+
53
+ - **Primary channel**: Where you want to receive most communications
54
+ - **Urgent channel**: Where critical alerts get delivered (e.g., SMS, WhatsApp)
55
+ - **Quiet hours**: Time windows where non-critical notifications are batched
56
+ - **Daily briefing time**: When you'd like your morning summary
57
+
58
+ ### Choose Your AI Employee Type
59
+
60
+ Select the focus area for your AI employee:
61
+
62
+ - **Engineering**: Optimized for development workflows, error correlation, and deployment tracking
63
+ - **Sales**: Optimized for CRM management, call preparation, and lead follow-up
64
+ - **Marketing**: Optimized for content management, social media, and brand monitoring
65
+ - **General**: Balanced across all areas for smaller teams
66
+
67
+ ## Step 3: Start Supervised (Ongoing)
68
+
69
+ Your AI employee begins in **supervised mode** by default:
70
+
71
+ 1. **Observation begins immediately**: Your AI employee starts processing events from connected tools
72
+ 2. **First briefing**: Within hours, you'll receive your first contextualized summary
73
+ 3. **Action drafts**: When the AI employee identifies something actionable, it drafts the response and asks for approval
74
+ 4. **Review and approve**: Check the draft, edit if needed, and approve to execute
75
+
76
+ ### Example First Interactions
77
+
78
+ - A morning briefing summarizing overnight activity across your tools
79
+ - A contextual alert linking a customer complaint to a recent error spike
80
+ - A drafted CRM update based on an email exchange it detected
81
+
82
+ ## Step 4: Expand Autonomy (When Ready)
83
+
84
+ As you build trust with your AI employee:
85
+
86
+ 1. **Review the action log**: See all past actions, their outcomes, and your approval history
87
+ 2. **Identify routine actions**: Find action types you consistently approve without modification
88
+ 3. **Enable auto-execution**: For those routine actions, switch from "approval required" to "execute automatically"
89
+ 4. **Monitor and adjust**: Continue reviewing the daily summary to ensure quality
90
+
91
+ ### Autonomy Levels
92
+
93
+ | Level | Description | Best For |
94
+ | ------------------- | ------------------------------------- | ------------------------------ |
95
+ | **Supervised** | All actions require approval | Initial setup, first 1-2 weeks |
96
+ | **Semi-Autonomous** | Routine actions auto-execute | Established trust, weeks 2-4 |
97
+ | **Autonomous** | Independent operation with escalation | Mature setup, month 2+ |
98
+
99
+ ## Troubleshooting Setup
100
+
101
+ ### Tool Connection Issues
102
+
103
+ - Ensure you have admin access to the tool you're connecting
104
+ - Check that your organization allows third-party OAuth integrations
105
+ - Verify your firewall isn't blocking Yantra's API endpoints
106
+
107
+ ### No Events Appearing
108
+
109
+ - Confirm the correct channels, repos, or projects were selected during setup
110
+ - Check that the connected tool has recent activity
111
+ - Allow up to 5 minutes for initial event ingestion
112
+
113
+ ### Notification Not Received
114
+
115
+ - Verify your notification channel preference is correctly set
116
+ - Check Slack permissions if using Slack as your primary channel
117
+ - Ensure notifications aren't being filtered by your device settings
118
+
119
+ For additional help, contact support or visit the [Troubleshooting Guide](/help-center/troubleshooting/common-issues).
@@ -0,0 +1,123 @@
1
+ ---
2
+ title: 'How AI Employees Work'
3
+ ---
4
+
5
+ # How AI Employees Work
6
+
7
+ This guide explains the technical and operational mechanics behind Yantra AI employees — how they observe, reason, and act within your organization's toolchain.
8
+
9
+ ## Architecture Overview
10
+
11
+ Each Yantra AI employee runs in a **dedicated, isolated environment** provisioned specifically for your organization. This ensures:
12
+
13
+ - Your data is completely separated from other customers
14
+ - Processing resources are dedicated to your workload
15
+ - Custom configurations don't interfere with other environments
16
+
17
+ ### Event Pipeline
18
+
19
+ ```
20
+ Your Tools → Yantra Gateway → Event Processor → Context Engine → Action Engine → Your Tools
21
+ ```
22
+
23
+ 1. **Yantra Gateway**: Secure API routing layer that receives events from all connected tools via OAuth 2.0 and API keys
24
+ 2. **Event Processor**: Normalizes and enriches raw events from different tool formats into a unified event stream
25
+ 3. **Context Engine**: Correlates events with historical data, customer profiles, and organizational knowledge
26
+ 4. **Action Engine**: Determines appropriate responses, drafts actions, and either executes or queues for approval
27
+
28
+ ## The Observation Layer
29
+
30
+ ### Event Collection
31
+
32
+ Your AI employee receives real-time events through:
33
+
34
+ - **Webhooks**: Instant notifications from tools like GitHub, Slack, and Sentry
35
+ - **Polling**: Periodic checks for tools that don't support webhooks
36
+ - **API subscriptions**: Real-time feeds from CRMs and project management tools
37
+
38
+ ### Event Types Processed
39
+
40
+ - Messages and conversations
41
+ - Code changes and deployments
42
+ - Error logs and performance metrics
43
+ - Customer interactions and deal updates
44
+ - Calendar events and meeting recordings
45
+ - Document changes and wiki updates
46
+
47
+ ## The Reasoning Layer
48
+
49
+ ### Context Graph
50
+
51
+ Yantra maintains a **context graph** — a dynamic knowledge structure that maps relationships between:
52
+
53
+ - **People**: Team members, customers, contacts
54
+ - **Projects**: Repositories, deals, campaigns, tickets
55
+ - **Events**: Incidents, deployments, meetings, decisions
56
+ - **Artifacts**: Documents, code, configurations, policies
57
+
58
+ When a new event arrives, the reasoning layer traverses this graph to understand:
59
+
60
+ - Who is involved?
61
+ - What systems or projects are related?
62
+ - Has this happened before? How was it resolved?
63
+ - Who should know about this?
64
+
65
+ ### Pattern Recognition
66
+
67
+ Over time, the AI employee identifies patterns:
68
+
69
+ - Recurring errors after specific types of deployments
70
+ - Customer issues that correlate with feature releases
71
+ - Sales cycles that follow predictable timelines
72
+ - Marketing content that generates the most engagement
73
+
74
+ ## The Action Layer
75
+
76
+ ### Action Types
77
+
78
+ | Action | Description | Example |
79
+ | ------------ | ----------------------------- | ------------------------------------------ |
80
+ | **Inform** | Share a contextual update | Morning briefing with overnight summary |
81
+ | **Alert** | Notify someone about an issue | Critical Sentry error escalation |
82
+ | **Update** | Modify a record in a tool | Update HubSpot deal stage after a call |
83
+ | **Create** | Generate a new item | Create a Linear ticket for a reported bug |
84
+ | **Draft** | Prepare content for review | Draft a follow-up email after a sales call |
85
+ | **Escalate** | Route to a human for decision | Novel issue requiring human judgment |
86
+
87
+ ### Execution Modes
88
+
89
+ **Supervised Mode**
90
+
91
+ - All actions are drafted and presented for approval
92
+ - You can edit, approve, or reject each action
93
+ - Ideal for initial setup and building trust
94
+
95
+ **Semi-Autonomous Mode**
96
+
97
+ - Predefined routine actions execute automatically
98
+ - Novel or high-impact actions require approval
99
+ - Good for teams that want automation with oversight
100
+
101
+ **Autonomous Mode**
102
+
103
+ - All actions execute independently
104
+ - Exceptions and anomalies are escalated
105
+ - Best for mature setups with well-tuned configurations
106
+
107
+ ## Communication Channels
108
+
109
+ Your AI employee communicates through the channels your team already uses:
110
+
111
+ - **Slack**: Primary channel for most teams; supports threads, mentions, and rich messages
112
+ - **WhatsApp**: Mobile-friendly for on-the-go updates and alerts
113
+ - **Telegram**: Lightweight messaging for quick interactions
114
+ - **Email**: Formal communications and detailed reports
115
+
116
+ ## Data Flow and Privacy
117
+
118
+ - All data is encrypted in transit (TLS 1.2+) and at rest (AES-256)
119
+ - Your AI employee only accesses tools and scopes you've explicitly authorized
120
+ - Data from third-party APIs is never used to train AI models
121
+ - Complete audit trail of every observation, decision, and action
122
+
123
+ For detailed security information, see [Security Overview](/help-center/security-compliance/security-overview).
@@ -0,0 +1,141 @@
1
+ ---
2
+ title: 'AI Employee Supervised Mode'
3
+ ---
4
+
5
+ # Supervised and Autonomous Modes
6
+
7
+ Yantra AI employees support a spectrum of operational modes, from fully supervised to fully autonomous. This guide explains each mode, when to use it, and how to transition between them.
8
+
9
+ ## The Trust Spectrum
10
+
11
+ Yantra's design philosophy centers on **progressive trust**. You start with full oversight and gradually delegate more responsibility as your AI employee proves its reliability.
12
+
13
+ ```
14
+ Supervised → Semi-Autonomous → Autonomous
15
+ (You approve everything) (Routine auto-executes) (AI works independently)
16
+ ```
17
+
18
+ ## Supervised Mode
19
+
20
+ ### How It Works
21
+
22
+ In supervised mode, your AI employee:
23
+
24
+ - **Observes** all events across connected tools freely
25
+ - **Analyzes** and correlates data without restriction
26
+ - **Drafts** all proposed actions (messages, CRM updates, ticket creation, etc.)
27
+ - **Waits** for your explicit approval before executing any action
28
+
29
+ ### When to Use
30
+
31
+ - During initial setup (first 1-2 weeks)
32
+ - When connecting new tools or expanding scope
33
+ - For high-stakes actions regardless of overall trust level
34
+ - When training the AI employee on new processes
35
+
36
+ ### Approval Workflow
37
+
38
+ 1. AI employee identifies an actionable situation
39
+ 2. A draft action appears in your notification channel
40
+ 3. You review the draft with full context
41
+ 4. Options: **Approve**, **Edit and Approve**, **Reject**, or **Reject with Feedback**
42
+ 5. The AI employee learns from every decision
43
+
44
+ ### Example
45
+
46
+ ```
47
+ [Yantra AI Employee - Draft Action]
48
+
49
+ Situation: Marcus closed deal with TechStart via email 2 hours ago.
50
+ Proposed Action: Update HubSpot deal stage from "Negotiation" to "Closed Won"
51
+ Additional: Log email exchange as activity, set revenue to $48,000/yr
52
+
53
+ [Approve] [Edit] [Reject]
54
+ ```
55
+
56
+ ## Semi-Autonomous Mode
57
+
58
+ ### How It Works
59
+
60
+ In semi-autonomous mode, you define **action categories** and their trust levels:
61
+
62
+ | Category | Trust Level | Behavior |
63
+ | ----------------------- | ----------------- | ---------------------------------- |
64
+ | CRM field updates | Auto-execute | Updates happen automatically |
65
+ | Ticket creation | Auto-execute | Tickets created without approval |
66
+ | Email drafts | Requires approval | Drafts presented for review |
67
+ | Customer communications | Requires approval | Always human-approved |
68
+ | Alert escalation | Auto-execute | Alerts sent immediately |
69
+ | Financial actions | Requires approval | Budget/pricing changes need review |
70
+
71
+ ### When to Use
72
+
73
+ - After 1-2 weeks of supervised operation
74
+ - When you've identified actions you consistently approve unchanged
75
+ - For teams that want operational speed with selective oversight
76
+
77
+ ### Configuring Semi-Autonomous Rules
78
+
79
+ 1. Navigate to **AI Employee Settings → Autonomy Rules**
80
+ 2. Review the action log for your most common action types
81
+ 3. Set trust levels for each action category
82
+ 4. Define exceptions (e.g., "auto-update CRM except for Enterprise deals")
83
+
84
+ ## Autonomous Mode
85
+
86
+ ### How It Works
87
+
88
+ In autonomous mode, your AI employee operates independently:
89
+
90
+ - Executes all routine actions without approval
91
+ - Handles standard workflows end-to-end
92
+ - Escalates only **anomalies** and **genuinely novel situations** for human review
93
+ - Provides a daily summary of all actions taken
94
+
95
+ ### When to Use
96
+
97
+ - After 4+ weeks of reliable semi-autonomous operation
98
+ - For well-defined, repetitive workflows
99
+ - When the AI employee has sufficient training data and feedback
100
+
101
+ ### Safeguards
102
+
103
+ Even in autonomous mode, important safeguards remain:
104
+
105
+ - **Action limits**: Maximum number of actions per hour before requiring human confirmation
106
+ - **Scope boundaries**: AI employee only acts within explicitly granted permissions
107
+ - **Anomaly detection**: Unusual patterns trigger automatic escalation
108
+ - **Kill switch**: Instantly revert to supervised mode at any time
109
+ - **Audit trail**: Every autonomous action is logged with full context
110
+
111
+ ## Transitioning Between Modes
112
+
113
+ ### Moving to More Autonomy
114
+
115
+ 1. Review your **approval statistics** — look for action types with 95%+ unmodified approval rates
116
+ 2. Promote those action types to auto-execute
117
+ 3. Monitor the **action quality dashboard** for the first week
118
+ 4. Repeat for additional action types as confidence grows
119
+
120
+ ### Reverting to Less Autonomy
121
+
122
+ - Click **Pause Autonomy** in the AI employee dashboard to immediately switch to supervised mode
123
+ - Individual action categories can be demoted independently
124
+ - No data or configuration is lost during transitions
125
+
126
+ ## Best Practices
127
+
128
+ 1. **Start narrow**: Begin with a small set of connected tools and expand gradually
129
+ 2. **Provide feedback**: When rejecting or editing actions, include reasons — this helps the AI improve
130
+ 3. **Review weekly**: Check the action summary to ensure quality matches expectations
131
+ 4. **Trust but verify**: Even in autonomous mode, regularly review the audit trail
132
+ 5. **Set clear boundaries**: Define which actions should never be automated (e.g., customer-facing communications for sensitive accounts)
133
+
134
+ ## Monitoring AI Employee Performance
135
+
136
+ Track these metrics to guide your trust decisions:
137
+
138
+ - **Action accuracy**: Percentage of actions approved without modification
139
+ - **False positive rate**: Alerts that were dismissed as irrelevant
140
+ - **Time saved**: Estimated hours saved per week through automation
141
+ - **Escalation quality**: Whether escalated items genuinely required human judgment
@@ -0,0 +1,120 @@
1
+ ---
2
+ title: 'How Yantra Browser Automates Your Web Workflows'
3
+ description: 'A deep dive into the technical architecture behind Yantra Browser — how CDP relay, service workers, and cloud AI work together to automate the web.'
4
+ author: 'Yantra Team'
5
+ date: '2025-03-21'
6
+ category: 'Engineering'
7
+ tags: ['browser-extension', 'cdp', 'architecture', 'engineering', 'automation']
8
+ coverImage: '/static/img/blog/yantra-browser-architecture.png'
9
+ readTime: '8 min read'
10
+ slug: 'how-yantra-browser-automates-workflows'
11
+ ---
12
+
13
+ # How Yantra Browser Automates Your Web Workflows
14
+
15
+ Behind every seamless automation in Yantra Browser lies a carefully designed architecture that bridges your local Chrome browser with cloud-based AI intelligence. In this post, we take you behind the scenes to explain how it all works.
16
+
17
+ ## The Relay Architecture
18
+
19
+ Yantra Browser uses a **relay architecture** — a pattern where the Chrome extension acts as a secure bridge between your browser tabs and the Yantra cloud platform.
20
+
21
+ ```
22
+ ┌─────────────────┐ ┌──────────────┐ ┌─────────────────┐
23
+ │ Your Browser │◄─────►│ Relay │◄─────►│ Yantra Cloud │
24
+ │ (Chrome + Ext) │ CDP │ (Service │ WSS │ (AI Assistant) │
25
+ │ │ │ Worker) │ │ │
26
+ └─────────────────┘ └──────────────┘ └─────────────────┘
27
+ ```
28
+
29
+ ### How It Flows
30
+
31
+ 1. **You give an instruction** — "Find the cheapest flight from SFO to JFK next weekend" in the Yantra chat.
32
+ 2. **Cloud AI plans the steps** — The AI breaks down the task into discrete actions: open a travel site, enter search criteria, compare results.
33
+ 3. **Commands relay to your browser** — Each action (navigate, click, type, extract) is sent via secure WebSocket to the extension's service worker.
34
+ 4. **Your browser executes locally** — The service worker uses CDP to interact with your actual browser tabs — clicking buttons, reading page content, and navigating links.
35
+ 5. **Results flow back** — Extracted data and page state are relayed back to the cloud AI, which decides the next step or presents results to you.
36
+
37
+ ## Chrome DevTools Protocol (CDP) In Action
38
+
39
+ The extension leverages specific CDP domains for different types of automation:
40
+
41
+ ### Page Navigation and Interaction
42
+
43
+ Using `Page` and `DOM` domains, the extension can navigate to URLs, wait for page loads, find elements by selector, and simulate clicks and keyboard input — all through the same APIs that Chrome DevTools uses internally.
44
+
45
+ ### Network Monitoring
46
+
47
+ The `Network` domain allows the extension to observe API calls made by web applications. This is invaluable for understanding what data a page fetches, intercepting responses for extraction, and detecting when a page has fully loaded.
48
+
49
+ ### JavaScript Evaluation
50
+
51
+ The `Runtime` domain enables safe execution of JavaScript expressions within page contexts. This powers everything from reading form values to triggering complex UI interactions that require programmatic access.
52
+
53
+ ### Screenshot and Visual Analysis
54
+
55
+ The `Page.captureScreenshot` capability lets the AI "see" what's on screen, enabling visual analysis for tasks like verifying a form was submitted correctly or identifying UI elements that aren't easily addressable by selectors alone.
56
+
57
+ ## The Service Worker: Always Ready
58
+
59
+ Yantra Browser's service worker is the heart of the extension. Built on Chrome's Manifest V3 architecture, it:
60
+
61
+ - **Maintains persistent WebSocket connections** to the Yantra relay server
62
+ - **Manages CDP sessions** across multiple browser tabs
63
+ - **Handles authentication** via secure token exchange
64
+ - **Queues commands** when the browser is briefly unavailable
65
+ - **Auto-reconnects** after network interruptions with exponential backoff
66
+
67
+ The service worker lifecycle is carefully managed to stay within Chrome's resource guidelines while remaining responsive to incoming automation commands.
68
+
69
+ ## Security at Every Layer
70
+
71
+ ### Encrypted Communication
72
+
73
+ All data between the extension and Yantra's servers travels over TLS-encrypted WebSocket connections. There is no plaintext communication at any point.
74
+
75
+ ### Minimal Permission Scope
76
+
77
+ The extension requests only the permissions it needs:
78
+
79
+ - `debugger` — For CDP access to automate browser tabs
80
+ - `activeTab` — To interact with the currently focused tab
81
+ - `storage` — To persist authentication tokens locally
82
+ - `identity` — For secure OAuth sign-in
83
+
84
+ Host permissions are scoped to Yantra's own domains by default. The extension cannot access arbitrary websites unless you explicitly grant permission through the automation flow.
85
+
86
+ ### No Remote Code Execution
87
+
88
+ The extension bundles all its code at install time. No external scripts are fetched or evaluated at runtime. This is enforced by Chrome's Manifest V3 Content Security Policy and verified during Chrome Web Store review.
89
+
90
+ ## Real-World Performance
91
+
92
+ In our internal benchmarks, Yantra Browser automation achieves:
93
+
94
+ | Metric | Performance |
95
+ | --------------------------- | ------------------------------------------ |
96
+ | **Command Latency** | < 100ms round-trip for typical actions |
97
+ | **Page Load Detection** | Accurate within 200ms of visual completion |
98
+ | **Multi-tab Orchestration** | Up to 10 concurrent tab automations |
99
+ | **Reconnection Time** | < 2 seconds after network interruption |
100
+
101
+ These numbers mean that automation feels nearly as fast as a human clicking through pages manually — but with perfect consistency and zero fatigue.
102
+
103
+ ## What's Next
104
+
105
+ We're actively working on expanding Yantra Browser's capabilities:
106
+
107
+ - **Visual Understanding** — AI-powered screen analysis for complex UIs without clean DOM structure
108
+ - **Workflow Templates** — Pre-built automation recipes for common tasks (expense reports, data migration, content publishing)
109
+ - **Team Collaboration** — Share automation workflows across your organization with role-based access control
110
+ - **Custom Actions API** — Let developers extend the extension with domain-specific automation modules
111
+
112
+ ## Try It Today
113
+
114
+ Yantra Browser is available now on the Chrome Web Store. Install it, connect your Yantra account, and start automating in under a minute.
115
+
116
+ [Get Yantra Browser →](https://chromewebstore.google.com/detail/yantra-browser)
117
+
118
+ ---
119
+
120
+ _Want to dive deeper? Check out our [How the Extension Works](/help-center/browser-extension/how-it-works) documentation or reach out to our engineering team at [support@yantra.app](mailto:support@yantra.app)._