@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,138 @@
1
+ ---
2
+ title: 'Troubleshooting the Browser Extension'
3
+ description: 'Common issues and solutions for the Yantra Browser extension'
4
+ author: 'Yantra Team'
5
+ ---
6
+
7
+ # Troubleshooting the Browser Extension
8
+
9
+ This guide covers common issues you may encounter with the Yantra Browser extension and how to resolve them.
10
+
11
+ ## Connection Issues
12
+
13
+ ### Extension shows "Not Connected"
14
+
15
+ **Cause:** The extension cannot establish a connection to the Yantra backend.
16
+
17
+ **Solutions:**
18
+
19
+ 1. **Check your internet connection** — Make sure you can access [yantra.app](https://yantra.app) in a browser tab
20
+ 2. **Sign in to the web app** — Open a tab with the Yantra web app and make sure you're signed in
21
+ 3. **Retry auto-detect** — Go to extension Settings → click "Auto-detect from Web App"
22
+ 4. **Clear and reconnect** — Click "Reset to Defaults" in Settings, then reconnect
23
+
24
+ ### Relay keeps disconnecting
25
+
26
+ **Cause:** The WebSocket connection to the relay gateway is dropping.
27
+
28
+ **Solutions:**
29
+
30
+ 1. **Check network stability** — Unstable Wi-Fi or VPN connections can cause drops
31
+ 2. **Disable conflicting extensions** — Ad blockers or privacy extensions may block WebSocket connections. Try temporarily disabling them
32
+ 3. **Check firewall settings** — Ensure WebSocket (WSS) connections to `*.cdebase.dev` are not blocked
33
+ 4. **Restart the extension** — Go to chrome://extensions, toggle Yantra Browser off and on
34
+
35
+ ### Badge shows red after navigating
36
+
37
+ **Cause:** When a tab navigates to a new page, the CDP connection needs to be re-established.
38
+
39
+ **Solution:** This usually resolves automatically within a few seconds. The extension's keepalive system detects the navigation and re-attaches. If the badge stays red for more than 10 seconds, click the extension icon and toggle the relay off and on again.
40
+
41
+ ## Authentication Issues
42
+
43
+ ### "Session expired" or cannot detect account
44
+
45
+ **Cause:** Your Yantra web app session may have expired.
46
+
47
+ **Solutions:**
48
+
49
+ 1. Open a new tab and go to [yantra.app](https://yantra.app)
50
+ 2. Sign in again if prompted
51
+ 3. Click the extension icon — it should detect the new session
52
+ 4. If not, go to Settings → "Auto-detect from Web App"
53
+
54
+ ### Extension works in one browser profile but not another
55
+
56
+ **Cause:** Each Chrome profile has its own extension data and cookies.
57
+
58
+ **Solution:** You need to sign in to the Yantra web app in each Chrome profile where you want to use the extension. The extension reads cookies from the active profile only.
59
+
60
+ ## Automation Issues
61
+
62
+ ### Tab shows "Yantra Browser started debugging this tab" but nothing happens
63
+
64
+ **Cause:** The extension attached successfully but may not be receiving commands.
65
+
66
+ **Solutions:**
67
+
68
+ 1. Make sure you've given Yantra a task in the web app or chat interface
69
+ 2. Check that the relay toggle is ON in the extension popup
70
+ 3. Verify the tab appears in the "Attached Tabs" list in the popup
71
+
72
+ ### Automation seems stuck or slow
73
+
74
+ **Cause:** Complex pages with heavy JavaScript can take longer to process.
75
+
76
+ **Solutions:**
77
+
78
+ 1. **Wait a moment** — Some actions (like loading dynamic content) take time
79
+ 2. **Check the tab** — If the page is still loading (spinner in tab), let it finish
80
+ 3. **Simplify the task** — Break complex multi-step tasks into smaller pieces
81
+ 4. **Check for popups/modals** — Overlay dialogs can block automation. Dismiss them manually if needed
82
+
83
+ ### Form fields aren't being filled correctly
84
+
85
+ **Cause:** Some websites use non-standard form controls (custom dropdowns, date pickers, etc.).
86
+
87
+ **Solutions:**
88
+
89
+ 1. **Try re-running the task** — Sometimes a second attempt succeeds
90
+ 2. **Be more specific** — Tell Yantra exactly which fields to fill and what values to use
91
+ 3. **Handle complex controls manually** — For unusual UI widgets (drag-and-drop, custom dropdowns), fill those manually and let Yantra handle the rest
92
+
93
+ ### Extension can't interact with a specific website
94
+
95
+ **Cause:** Some websites have aggressive bot-detection or Content Security Policies.
96
+
97
+ **Solutions:**
98
+
99
+ 1. **Make sure you're signed in** — Being authenticated usually reduces bot detection
100
+ 2. **Navigate manually first** — Go to the page yourself, then attach the extension
101
+ 3. **Some sites may not be compatible** — Banking sites with strict security may block CDP interactions by design
102
+
103
+ ## Extension Management
104
+
105
+ ### How to update the extension
106
+
107
+ Chrome auto-updates extensions. To manually check:
108
+
109
+ 1. Go to chrome://extensions
110
+ 2. Enable "Developer mode" (toggle in top right)
111
+ 3. Click "Update" button
112
+
113
+ ### How to reinstall the extension
114
+
115
+ 1. Go to chrome://extensions
116
+ 2. Find Yantra Browser and click "Remove"
117
+ 3. Reinstall from the Chrome Web Store
118
+
119
+ ### How to check extension version
120
+
121
+ 1. Go to chrome://extensions
122
+ 2. Find Yantra Browser
123
+ 3. The version number is displayed below the extension name
124
+
125
+ ## Performance Tips
126
+
127
+ - **Close unused attached tabs** — Each attached tab uses some resources
128
+ - **Disconnect when idle** — Click "Disconnect" when you're not actively using automation
129
+ - **Keep Chrome updated** — Newer Chrome versions have better CDP performance
130
+ - **Avoid attaching to extremely heavy pages** — Pages with thousands of DOM elements take longer to snapshot
131
+
132
+ ## Getting More Help
133
+
134
+ If you're still experiencing issues:
135
+
136
+ 1. Check the [Browser Extension Overview](/help-center/browser-extension/browser-extension-overview) for basic setup
137
+ 2. Review [Extension Security and Privacy](/help-center/browser-extension/extension-security) for permission-related issues
138
+ 3. Contact our support team at [support@yantra.app](mailto:support@yantra.app)
@@ -0,0 +1,123 @@
1
+ ---
2
+ title: 'Use Cases and Workflows'
3
+ description: 'Real-world examples of what you can achieve with the Yantra Browser extension'
4
+ author: 'Yantra Team'
5
+ ---
6
+
7
+ # Browser Extension Use Cases and Workflows
8
+
9
+ The Yantra Browser extension enables powerful automation across all the websites you already use. This article showcases real-world workflows to help you get the most out of browser automation.
10
+
11
+ ## Research and Data Gathering
12
+
13
+ ### Cross-Platform Market Research
14
+
15
+ > _"Research the top 5 competitors in the project management space. For each, get their pricing, key features, and recent product updates from their websites."_
16
+
17
+ Yantra will:
18
+
19
+ 1. Open each competitor's website
20
+ 2. Navigate to their pricing pages
21
+ 3. Extract pricing tiers and feature lists
22
+ 4. Check their blogs or changelogs for recent updates
23
+ 5. Compile findings into a structured summary
24
+
25
+ ### Premium Source Research
26
+
27
+ When you're subscribed to premium tools like Crunchbase, SimilarWeb, Semrush, or Ahrefs, Yantra can access them using your existing logins:
28
+
29
+ > _"Pull the traffic analytics for competitor.com from SimilarWeb and their backlink profile from Ahrefs."_
30
+
31
+ Because the extension runs in your local browser with your active sessions, there are no login barriers or CAPTCHA interruptions.
32
+
33
+ ## Email Management
34
+
35
+ ### Inbox Triage
36
+
37
+ > _"Go through my Gmail inbox, flag emails from clients as important, archive newsletters older than a week, and draft a reply to the meeting request from John."_
38
+
39
+ ### Bulk Email Actions
40
+
41
+ > _"In my Outlook inbox, find all emails from the marketing team this month and create a summary of action items mentioned."_
42
+
43
+ ## Form Filling and Applications
44
+
45
+ ### Job Applications
46
+
47
+ > _"Fill out this job application form. Use my name (Jane Smith), email (jane@example.com), and the resume I uploaded last time. For the cover letter, write something relevant to this data science role."_
48
+
49
+ ### Registration and Sign-ups
50
+
51
+ > _"Register for this conference. Fill in my details, select the 'Professional' ticket, and choose the morning workshop sessions."_
52
+
53
+ ## E-Commerce and Shopping
54
+
55
+ ### Grocery Shopping
56
+
57
+ > _"Add these items to my Instacart cart: organic bananas, whole milk, sourdough bread, chicken breast, and broccoli. Choose the best-priced options."_
58
+
59
+ ### Price Comparison
60
+
61
+ > _"Find the best price for a Sony WH-1000XM5 across Amazon, Best Buy, and B&H Photo. Compare prices including shipping."_
62
+
63
+ ## CRM and Sales
64
+
65
+ ### CRM Updates
66
+
67
+ > _"In HubSpot, update the deal stage for Acme Corp to 'Proposal Sent' and add a note that I sent the pricing document today."_
68
+
69
+ ### Lead Research
70
+
71
+ > _"For each of these 5 LinkedIn profiles, visit their page and extract their current title, company, location, and a brief summary of their background."_
72
+
73
+ ## Travel and Booking
74
+
75
+ ### Flight Search
76
+
77
+ > _"Search Google Flights for round-trip flights from San Francisco to Tokyo, departing March 15 and returning March 25. Show me the top 3 cheapest options."_
78
+
79
+ ### Hotel Comparison
80
+
81
+ > _"Compare hotel prices near Times Square, New York for March 20-23 on Booking.com and Hotels.com. Find options under $200/night with free cancellation."_
82
+
83
+ ## Data Extraction
84
+
85
+ ### Table Extraction
86
+
87
+ > _"Extract the pricing table from this page into a structured format with columns for plan name, price, and included features."_
88
+
89
+ ### Directory Scraping
90
+
91
+ > _"Go through each listing on this search results page and extract the business name, phone number, and address for each result."_
92
+
93
+ ## Productivity Workflows
94
+
95
+ ### Multi-Step Workflows
96
+
97
+ Complex tasks that span multiple sites work especially well:
98
+
99
+ > _"Check my calendar for next week's meetings, then for each external meeting, look up the attendees on LinkedIn and prepare a one-paragraph brief about each person."_
100
+
101
+ ### Automated Monitoring
102
+
103
+ > _"Go to the AWS status page and check if all services in us-east-1 are operational. Also check our Datadog dashboard for any alerts in the last 24 hours."_
104
+
105
+ ## Tips for Best Results
106
+
107
+ 1. **Be specific about what you want** — Instead of "research this company," say "find their annual revenue, employee count, and last funding round"
108
+ 2. **Mention which sites to use** — Tell Yantra where to look: "Search on Google Flights" rather than just "find flights"
109
+ 3. **Break complex tasks into steps** — For multi-site workflows, describe the sequence you want
110
+ 4. **Make sure you're logged in** — Navigate to the sites first and confirm you're authenticated before starting
111
+ 5. **Attach the right tabs** — For workflows involving specific sites, open and attach those tabs in advance
112
+
113
+ ## Local vs. Cloud: When to Use Each
114
+
115
+ | Scenario | Recommendation |
116
+ | ----------------------------------------- | ------------------------------------------------- |
117
+ | Accessing your Gmail or CRM | **Local browser** — uses your active session |
118
+ | General web research on public sites | **Cloud browser** — isolated and clean |
119
+ | Working with premium subscriptions | **Local browser** — your logins work seamlessly |
120
+ | Filling forms on government/banking sites | **Local browser** — your trusted IP avoids blocks |
121
+ | Scraping public directories | **Cloud browser** — avoids rate limiting your IP |
122
+
123
+ For more information on getting started, see [Getting Started with the Browser Extension](/help-center/browser-extension/getting-started-extension).