@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,120 @@
1
+ # Support Use Cases
2
+
3
+ Detailed examples of how support teams leverage Yantra AI employees to resolve issues faster, route requests intelligently, and deliver proactive customer care.
4
+
5
+ ## Use Case 1: Proactive Issue Detection
6
+
7
+ ### The Situation
8
+
9
+ A deployment creates a subtle bug affecting a subset of customers. Customers start experiencing issues but haven't reported them yet.
10
+
11
+ ### Without Yantra
12
+
13
+ - Support waits for customer reports to come in
14
+ - First report comes 3 hours after the issue started
15
+ - By then, 15 customers are affected
16
+ - Triage begins from scratch with each new report
17
+
18
+ ### With Yantra
19
+
20
+ - AI employee detects the error spike in Sentry within minutes of the deployment
21
+ - Cross-references affected tenants with CRM data to identify impacted customers
22
+ - Proactively alerts the support team: _"Deploy #892 introduced an auth error affecting 8 enterprise accounts. Draft customer communications ready. Engineering already notified."_
23
+ - Support sends proactive "we're aware and working on it" messages before customers report
24
+
25
+ **Result: Customers receive proactive communication instead of discovering issues on their own**
26
+
27
+ ## Use Case 2: Intelligent Ticket Routing
28
+
29
+ ### The Situation
30
+
31
+ A customer submits a support request: _"Our API integration keeps timing out during peak hours."_
32
+
33
+ ### Without Yantra
34
+
35
+ - Ticket goes to the general support queue
36
+ - First-line support spends time understanding the issue
37
+ - Escalated to engineering after 30 minutes
38
+ - Engineering spends another 30 minutes gathering context
39
+
40
+ ### With Yantra
41
+
42
+ - AI employee analyzes the request and immediately:
43
+ - Checks the customer's API usage patterns and recent error logs
44
+ - Identifies related Sentry errors in the API service
45
+ - Finds a similar issue from another customer resolved last month
46
+ - Links to the relevant Linear ticket and resolution
47
+ - Routes directly to the appropriate engineering team with full context
48
+ - Suggests a workaround based on the previous resolution
49
+
50
+ **Result: Resolution path identified in seconds instead of hours of back-and-forth**
51
+
52
+ ## Use Case 3: Customer Context for Support Agents
53
+
54
+ ### The Situation
55
+
56
+ A support agent receives a call from a frustrated enterprise customer who's had three previous issues this quarter.
57
+
58
+ ### Without Yantra
59
+
60
+ - Agent searches CRM for the customer while on the call
61
+ - Can see basic ticket history but not the full context
62
+ - Customer has to re-explain their situation and history
63
+ - Frustration increases for both parties
64
+
65
+ ### With Yantra
66
+
67
+ - When the call starts, AI employee already has the customer brief ready:
68
+ - Previous 3 issues with resolutions and root causes
69
+ - Current open tickets and their status
70
+ - Customer's account tier, renewal date, and relationship health
71
+ - Preferred communication style and escalation contacts
72
+ - Product features they use most heavily
73
+ - Agent starts the conversation with full context
74
+
75
+ **Result: Empathetic, informed support from the first moment**
76
+
77
+ ## Use Case 4: SLA Compliance Monitoring
78
+
79
+ ### The Situation
80
+
81
+ Your enterprise support SLA guarantees first response within 1 hour and resolution within 8 hours for P1 issues.
82
+
83
+ ### Without Yantra
84
+
85
+ - SLA tracking depends on manual agent updates to ticket status
86
+ - Tickets occasionally breach SLA because nobody noticed the clock
87
+ - Monthly SLA reports are assembled manually from incomplete data
88
+ - Escalation happens after breaches, not before
89
+
90
+ ### With Yantra
91
+
92
+ - AI employee tracks every ticket against SLA targets in real time
93
+ - 15-minute warning before approaching first response deadline
94
+ - Auto-escalation if a P1 ticket is unacknowledged after 30 minutes
95
+ - Real-time dashboard showing SLA compliance and at-risk tickets
96
+ - Proactive reassignment if the assigned agent is unavailable
97
+
98
+ **Result: SLA compliance improves from 85% to 98%+**
99
+
100
+ ## Use Case 5: Knowledge Base from Support Interactions
101
+
102
+ ### The Situation
103
+
104
+ Support agents repeatedly answer the same questions about a specific feature. The knowledge base article for it is outdated.
105
+
106
+ ### Without Yantra
107
+
108
+ - Each agent writes a slightly different response
109
+ - Quality varies significantly between agents
110
+ - Nobody has time to update the knowledge base
111
+ - New agents struggle with the topic
112
+
113
+ ### With Yantra
114
+
115
+ - AI employee identifies the recurring question pattern
116
+ - Suggests a knowledge base update with the most accurate and complete response compiled from multiple agent interactions
117
+ - Flags the outdated article to the documentation team
118
+ - In the meantime, suggests the best response automatically when similar tickets come in
119
+
120
+ **Result: Consistent, high-quality responses and an ever-improving knowledge base**
@@ -0,0 +1,115 @@
1
+ # Use Cases Overview
2
+
3
+ Yantra AI employees serve teams across every function. This guide covers the most common use cases and how organizations deploy AI employees to eliminate busywork, preserve knowledge, and keep teams in sync.
4
+
5
+ ## Use Cases by Team
6
+
7
+ ### Engineering Use Cases
8
+
9
+ | Use Case | Description | Impact |
10
+ | -------------------------- | ------------------------------------------------------------------------------------ | ----------------------------------- |
11
+ | **Bug Triage Automation** | Correlate customer reports with error logs, existing tickets, and recent deployments | Hours saved per incident |
12
+ | **Deploy Monitoring** | Automatic error-to-deploy correlation with rollback recommendations | Faster incident response |
13
+ | **Knowledge Preservation** | Every fix, decision, and workaround indexed and searchable | Eliminates knowledge silos |
14
+ | **Engineer Onboarding** | New team members get instant access to organizational context | Days-to-productive reduced to hours |
15
+ | **Alert Deduplication** | Group related errors and surface only genuinely new issues | Reduced alert fatigue |
16
+
17
+ [Detailed Engineering Solutions →](/help-center/solutions-engineering/engineering-overview)
18
+
19
+ ### Sales Use Cases
20
+
21
+ | Use Case | Description | Impact |
22
+ | ------------------------- | ------------------------------------------------------------ | ------------------------- |
23
+ | **CRM Auto-Update** | Automatically log calls, emails, and update deal stages | Pipeline accuracy to 95%+ |
24
+ | **Pre-Call Briefing** | Context package delivered before every meeting | Always prepared |
25
+ | **Follow-Up Assurance** | Every lead gets timely follow-up with personalized messaging | 100% follow-up rate |
26
+ | **Pipeline Intelligence** | Real-time deal health scoring and at-risk identification | Better forecasting |
27
+ | **Lead Re-Engagement** | Dormant lead identification and reactivation campaigns | Recovered revenue |
28
+
29
+ [Detailed Sales Solutions →](/help-center/solutions-sales/sales-overview)
30
+
31
+ ### Marketing Use Cases
32
+
33
+ | Use Case | Description | Impact |
34
+ | ------------------------ | -------------------------------------------------------- | ----------------------- |
35
+ | **Social Publishing** | Consistent content across LinkedIn and X/Twitter | Active social presence |
36
+ | **Content from Updates** | Product releases auto-transformed into marketing content | Every update amplified |
37
+ | **Engagement Response** | Real-time monitoring and response to social interactions | No missed opportunities |
38
+ | **Brand Tracking** | Continuous monitoring of brand mentions and sentiment | Full brand awareness |
39
+ | **Competitor Watch** | Track competitor activity and market positioning | Strategic advantage |
40
+
41
+ [Detailed Marketing Solutions →](/help-center/solutions-marketing/marketing-overview)
42
+
43
+ ### Support Use Cases
44
+
45
+ | Use Case | Description | Impact |
46
+ | ----------------------- | -------------------------------------------------------------- | ---------------------- |
47
+ | **Issue Routing** | Auto-route customer issues to the right team with full context | Faster resolution |
48
+ | **Context Retrieval** | Instant access to customer history across all tools | Better support quality |
49
+ | **Proactive Outreach** | Detect issues before customers report them | Improved satisfaction |
50
+ | **Resolution Patterns** | Surface past resolutions for similar issues | Consistent quality |
51
+ | **SLA Monitoring** | Track response and resolution times against targets | SLA compliance |
52
+
53
+ ## Cross-Functional Use Cases
54
+
55
+ ### Morning Briefings
56
+
57
+ Every team member starts the day with a personalized summary of:
58
+
59
+ - What happened overnight across their relevant tools
60
+ - Critical items requiring immediate attention
61
+ - Updates on items they're tracking
62
+ - Upcoming meetings with prepared context
63
+
64
+ ### Institutional Memory
65
+
66
+ Across all departments, Yantra maintains a living knowledge base:
67
+
68
+ - Every conversation, decision, and action is indexed
69
+ - Historical patterns are identified and surfaced when relevant
70
+ - New team members access the full context of their role from day one
71
+ - No knowledge is lost when people change roles
72
+
73
+ ### Cross-Team Coordination
74
+
75
+ When activity in one team affects another:
76
+
77
+ - Engineering deploys that affect sales demos get flagged
78
+ - Customer complaints that indicate product bugs are routed to engineering
79
+ - Marketing campaigns that generate leads are tracked through to sales outcomes
80
+ - Support patterns that suggest product improvements reach the product team
81
+
82
+ ## Industry-Specific Use Cases
83
+
84
+ ### SaaS Companies
85
+
86
+ - Customer health scoring from multi-signal analysis
87
+ - Feature adoption tracking across accounts
88
+ - Churn risk detection from engagement patterns
89
+ - Upsell opportunity identification from usage data
90
+
91
+ ### Professional Services
92
+
93
+ - Client relationship management across partner handoffs
94
+ - Project status tracking across distributed teams
95
+ - Resource utilization monitoring and optimization
96
+ - Proposal preparation with relevant case studies
97
+
98
+ ### E-Commerce
99
+
100
+ - Checkout issue detection and resolution
101
+ - Inventory alert correlation with customer impact
102
+ - Marketing campaign performance tracking
103
+ - Customer journey analytics across touchpoints
104
+
105
+ ## Measuring ROI
106
+
107
+ Track the business impact of your AI employees:
108
+
109
+ | Metric | How to Measure |
110
+ | -------------------- | -------------------------------------------------------- |
111
+ | **Time saved** | Hours previously spent on manual tasks now handled by AI |
112
+ | **Response time** | Time from event to response before and after Yantra |
113
+ | **Data accuracy** | CRM/pipeline accuracy improvement |
114
+ | **Knowledge access** | Reduction in "who knows about X?" interruptions |
115
+ | **Onboarding speed** | Time to productivity for new team members |
@@ -0,0 +1,85 @@
1
+ # Getting Started with Yantra
2
+
3
+ A quick introduction to what Yantra is, who it's for, and how to make the most of it from day one.
4
+
5
+ ---
6
+
7
+ ## What Is Yantra?
8
+
9
+ Yantra is an **AI-powered search and research platform** that combines real-time web search with intelligent AI analysis. Instead of sifting through pages of links, you get direct answers backed by verifiable sources.
10
+
11
+ But Yantra goes beyond search. With **AI Employees**, Yantra integrates into your existing tools (Slack, GitHub, HubSpot, etc.) and works as an autonomous team member — monitoring, analyzing, and taking action on your behalf.
12
+
13
+ ---
14
+
15
+ ## Who Is Yantra For?
16
+
17
+ | Role | How Yantra helps |
18
+ | --------------- | ---------------------------------------------------------------------------------- |
19
+ | **Engineers** | Debug faster with correlated error context across Sentry, GitHub, and Slack |
20
+ | **Sales teams** | Auto-update CRMs, prepare for calls with full prospect context, track pipeline |
21
+ | **Marketers** | Monitor brand mentions, automate content workflows, track competitors |
22
+ | **Students** | Research with AI-powered citations, study with concept explanations and flashcards |
23
+ | **Researchers** | Deep Research mode: comprehensive literature reviews in minutes |
24
+
25
+ ---
26
+
27
+ ## Core Concepts
28
+
29
+ ### Search
30
+
31
+ Yantra's search is AI-native. It understands natural language, fetches real-time sources, and synthesizes answers — not just links.
32
+
33
+ [Learn more about Search Features](/help-center/product-features/search-features)
34
+
35
+ ### AI Employees
36
+
37
+ Autonomous agents that connect to your tools and work 24/7:
38
+
39
+ - Monitor Slack, GitHub, email, CRM, and error tracking
40
+ - Correlate events across tools automatically
41
+ - Draft messages, update records, create tickets — with your approval
42
+ - Deliver morning briefings with everything important from overnight
43
+
44
+ [Learn more about AI Employees](/help-center/ai-employees/ai-employees-overview)
45
+
46
+ ### Spaces
47
+
48
+ Project-based workspaces for organizing your research:
49
+
50
+ - Save searches, conversations, files, and notes in one place
51
+ - Share with teammates for collaborative research
52
+ - Tag and filter for quick access
53
+
54
+ [Learn more about Spaces](/help-center/spaces-library/spaces-overview)
55
+
56
+ ---
57
+
58
+ ## Your First 5 Minutes
59
+
60
+ 1. **Search** — Type any question in the search bar and get an AI answer with sources.
61
+ 2. **Follow up** — Ask a follow-up question to go deeper.
62
+ 3. **Save** — Bookmark a result to your Library.
63
+ 4. **Try Pro Search** — Toggle Pro Search for a more detailed analysis.
64
+ 5. **Connect a tool** — Go to Settings > Integrations to connect Slack or GitHub.
65
+
66
+ ---
67
+
68
+ ## Pricing at a Glance
69
+
70
+ | Plan | Price | Key features |
71
+ | ---------- | -------------- | ------------------------------------------------- |
72
+ | Free | $0 | 20 searches/day, basic AI model |
73
+ | Pro | $20/month | Unlimited searches, all models, Deep Research |
74
+ | Team | $20/user/month | Shared workspaces, team analytics, admin controls |
75
+ | Enterprise | Custom | SSO, audit logs, custom models, SLA |
76
+
77
+ [See full pricing details](/help-center/subscription-billing/billing-overview)
78
+
79
+ ---
80
+
81
+ ## Next Steps
82
+
83
+ - [How Yantra Works](/help-center/what-is-yantra/how-yantra-works) — The technology behind the product
84
+ - [Practical Tips](/help-center/what-is-yantra/practical-tips-yantra) — Get the most out of your searches
85
+ - [AI Employees Overview](/help-center/ai-employees/ai-employees-overview) — Set up your autonomous AI teammate
@@ -35,4 +35,4 @@ Yantra prioritizes accuracy through:
35
35
  - **Source Verification**: All sources are verified for credibility
36
36
  - **Real-time Updates**: Information is always current
37
37
  - **Multiple Perspectives**: Different viewpoints are considered
38
- - **Citation Tracking**: Every claim is backed by sources
38
+ - **Citation Tracking**: Every claim is backed by sources
@@ -17,6 +17,7 @@ Provide context for better answers:
17
17
  ### Follow-up Questions
18
18
 
19
19
  Build on previous answers:
20
+
20
21
  - "Can you explain that in simpler terms?"
21
22
  - "What are the implications of this?"
22
23
  - "How does this compare to other solutions?"
@@ -61,4 +62,4 @@ Build on previous answers:
61
62
 
62
63
  - **Team Collaboration**: Share searches with your team
63
64
  - **Custom Branding**: White-label solutions
64
- - **Advanced Analytics**: Track usage and insights
65
+ - **Advanced Analytics**: Track usage and insights
@@ -29,4 +29,4 @@ To get started with Yantra:
29
29
  3. Start asking questions
30
30
  4. Explore the different search modes available
31
31
 
32
- For more advanced features, consider upgrading to Yantra Pro or Max.
32
+ For more advanced features, consider upgrading to Yantra Pro or Max.
@@ -41,16 +41,19 @@ The Yantra Discord Community is our official space where users can:
41
41
  ## Community Channels
42
42
 
43
43
  ### General Discussion
44
+
44
45
  - **#general**: General Yantra discussions
45
46
  - **#introductions**: Introduce yourself to the community
46
47
  - **#announcements**: Official updates and news
47
48
 
48
49
  ### Help and Support
50
+
49
51
  - **#help**: Get help with Yantra
50
52
  - **#tips-and-tricks**: Share useful tips
51
53
  - **#feature-requests**: Suggest new features
52
54
 
53
55
  ### Specialized Topics
56
+
54
57
  - **#research**: Discuss research methodologies
55
58
  - **#ai-discussion**: Talk about AI and technology
56
- - **#community-projects**: Collaborate on projects
59
+ - **#community-projects**: Collaborate on projects
@@ -5,12 +5,14 @@ Using Yantra on Android devices.
5
5
  ## Android App Features
6
6
 
7
7
  ### Core Features
8
+
8
9
  - **Full Search**: Complete search functionality
9
10
  - **Voice Search**: Google Assistant integration
10
11
  - **Offline Mode**: Limited offline capabilities
11
12
  - **Material Design**: Google Material Design
12
13
 
13
14
  ### Android-Specific Features
15
+
14
16
  - **Google Assistant**: Voice search integration
15
17
  - **Android Widgets**: Home screen widgets
16
18
  - **Share Menu**: Android share functionality
@@ -19,12 +21,14 @@ Using Yantra on Android devices.
19
21
  ## Android Integration
20
22
 
21
23
  ### Google Services
24
+
22
25
  - **Google Assistant**: Voice search via Assistant
23
26
  - **Google Search**: Integration with Google Search
24
27
  - **Chrome Integration**: Search from Chrome
25
28
  - **Android Auto**: Car integration
26
29
 
27
30
  ### Android Features
31
+
28
32
  - **Notification Channels**: Categorized notifications
29
33
  - **Adaptive Icons**: Dynamic app icons
30
34
  - **Shortcuts**: App shortcuts support
@@ -33,12 +37,14 @@ Using Yantra on Android devices.
33
37
  ## Installation and Setup
34
38
 
35
39
  ### Google Play Installation
40
+
36
41
  1. **Open Play Store**: Launch Google Play Store
37
42
  2. **Search Yantra**: Search for "Yantra"
38
43
  3. **Install**: Tap "Install" to download
39
44
  4. **Open**: Launch the app
40
45
 
41
46
  ### Initial Configuration
47
+
42
48
  - **Account Setup**: Sign in or create account
43
49
  - **Permissions**: Grant necessary permissions
44
50
  - **Notifications**: Configure notifications
@@ -47,12 +53,14 @@ Using Yantra on Android devices.
47
53
  ## Android App Usage
48
54
 
49
55
  ### Basic Operations
56
+
50
57
  - **Search**: Tap search bar to search
51
58
  - **Voice**: Use microphone for voice search
52
59
  - **Results**: Browse search results
53
60
  - **Sources**: Access source citations
54
61
 
55
62
  ### Advanced Features
63
+
56
64
  - **Saved Searches**: Save important searches
57
65
  - **Collections**: Organize search collections
58
66
  - **Export**: Export search results
@@ -61,12 +69,14 @@ Using Yantra on Android devices.
61
69
  ## Android App Support
62
70
 
63
71
  ### Common Issues
72
+
64
73
  - **Performance**: Optimize device performance
65
74
  - **Battery Usage**: Manage battery consumption
66
75
  - **Storage**: Clear app cache if needed
67
76
  - **Permissions**: Check app permissions
68
77
 
69
78
  ### Support Resources
79
+
70
80
  - **In-App Help**: Built-in help system
71
81
  - **Support Team**: Contact support team
72
82
  - **Community**: Android user community
@@ -5,12 +5,14 @@ Using Yantra on iPhone and iPad devices.
5
5
  ## iOS App Features
6
6
 
7
7
  ### iPhone Features
8
+
8
9
  - **Full Functionality**: Complete Yantra features
9
10
  - **Touch Interface**: Optimized for iPhone
10
11
  - **Voice Search**: Siri integration
11
12
  - **Share Integration**: iOS share functionality
12
13
 
13
14
  ### iPad Features
15
+
14
16
  - **Larger Interface**: Optimized for iPad screen
15
17
  - **Split View**: Multi-tasking support
16
18
  - **Apple Pencil**: Apple Pencil support
@@ -19,12 +21,14 @@ Using Yantra on iPhone and iPad devices.
19
21
  ## iOS-Specific Features
20
22
 
21
23
  ### Siri Integration
24
+
22
25
  - **Voice Commands**: Use Siri to search
23
26
  - **Shortcuts**: Create custom shortcuts
24
27
  - **Hands-Free**: Voice-only operation
25
28
  - **Siri Suggestions**: Proactive suggestions
26
29
 
27
30
  ### iOS Integration
31
+
28
32
  - **Spotlight Search**: Search from Spotlight
29
33
  - **Share Extension**: Share from other apps
30
34
  - **Widget Support**: Home screen widgets
@@ -33,6 +37,7 @@ Using Yantra on iPhone and iPad devices.
33
37
  ## Installation and Setup
34
38
 
35
39
  ### App Store Installation
40
+
36
41
  1. **Open App Store**: Launch App Store
37
42
  2. **Search Yantra**: Search for "Yantra"
38
43
  3. **Download**: Tap "Get" to download
@@ -40,6 +45,7 @@ Using Yantra on iPhone and iPad devices.
40
45
  5. **Open**: Launch the app
41
46
 
42
47
  ### Initial Setup
48
+
43
49
  - **Sign In**: Use existing account or create new
44
50
  - **Permissions**: Grant necessary permissions
45
51
  - **Notifications**: Enable notifications
@@ -48,12 +54,14 @@ Using Yantra on iPhone and iPad devices.
48
54
  ## iOS App Usage
49
55
 
50
56
  ### Basic Usage
57
+
51
58
  - **Search**: Tap search bar to search
52
59
  - **Voice**: Tap microphone for voice search
53
60
  - **Results**: Scroll through results
54
61
  - **Sources**: Tap citations to view sources
55
62
 
56
63
  ### Advanced Features
64
+
57
65
  - **Saved Searches**: Save important searches
58
66
  - **Collections**: Organize searches
59
67
  - **Export**: Export results
@@ -62,12 +70,14 @@ Using Yantra on iPhone and iPad devices.
62
70
  ## iOS App Support
63
71
 
64
72
  ### Troubleshooting
73
+
65
74
  - **App Crashes**: Restart app or device
66
75
  - **Slow Performance**: Close other apps
67
76
  - **Sync Issues**: Check internet connection
68
77
  - **Login Problems**: Reset password
69
78
 
70
79
  ### Getting Help
80
+
71
81
  - **In-App Help**: Built-in help system
72
82
  - **Support Team**: Contact support
73
83
  - **Community**: iOS user community
@@ -5,12 +5,14 @@ Introduction to Yantra's mobile applications.
5
5
  ## Mobile Apps Available
6
6
 
7
7
  ### iOS App
8
+
8
9
  - **iPhone Support**: Full iPhone compatibility
9
10
  - **iPad Support**: Optimized for iPad
10
11
  - **iOS Versions**: iOS 14.0 and later
11
12
  - **App Store**: Available on Apple App Store
12
13
 
13
14
  ### Android App
15
+
14
16
  - **Android Support**: Full Android compatibility
15
17
  - **Tablet Support**: Optimized for Android tablets
16
18
  - **Android Versions**: Android 8.0 and later
@@ -19,12 +21,14 @@ Introduction to Yantra's mobile applications.
19
21
  ## Mobile Features
20
22
 
21
23
  ### Core Features
24
+
22
25
  - **Full Search**: Complete search functionality
23
26
  - **Voice Search**: Voice-activated searches
24
27
  - **Offline Mode**: Limited offline functionality
25
28
  - **Push Notifications**: Real-time notifications
26
29
 
27
30
  ### Mobile-Specific Features
31
+
28
32
  - **Touch Interface**: Optimized touch interface
29
33
  - **Gesture Support**: Swipe and gesture controls
30
34
  - **Camera Integration**: Photo and document scanning
@@ -33,6 +37,7 @@ Introduction to Yantra's mobile applications.
33
37
  ## App Installation
34
38
 
35
39
  ### Download Process
40
+
36
41
  1. **Visit Store**: Go to App Store or Google Play
37
42
  2. **Search Yantra**: Search for "Yantra"
38
43
  3. **Download App**: Download and install
@@ -40,6 +45,7 @@ Introduction to Yantra's mobile applications.
40
45
  5. **Sign In**: Sign in with your account
41
46
 
42
47
  ### System Requirements
48
+
43
49
  - **iOS**: iPhone/iPad with iOS 14.0+
44
50
  - **Android**: Android device with 8.0+
45
51
  - **Storage**: 100MB available storage
@@ -48,12 +54,14 @@ Introduction to Yantra's mobile applications.
48
54
  ## Mobile Experience
49
55
 
50
56
  ### Interface Design
57
+
51
58
  - **Responsive Design**: Adapts to screen size
52
59
  - **Touch-Friendly**: Optimized for touch
53
60
  - **Gesture Navigation**: Intuitive gestures
54
61
  - **Accessibility**: Full accessibility support
55
62
 
56
63
  ### Performance
64
+
57
65
  - **Fast Loading**: Quick app startup
58
66
  - **Smooth Scrolling**: Smooth interface
59
67
  - **Efficient Battery**: Optimized battery usage
@@ -5,12 +5,14 @@ Using Yantra's voice search capabilities.
5
5
  ## Voice Search Features
6
6
 
7
7
  ### Voice Recognition
8
+
8
9
  - **Natural Language**: Speak naturally
9
10
  - **Multiple Languages**: Support for many languages
10
11
  - **Accent Recognition**: Handles various accents
11
12
  - **Noise Filtering**: Filters background noise
12
13
 
13
14
  ### Voice Commands
15
+
14
16
  - **Search Commands**: Voice search queries
15
17
  - **Navigation Commands**: Voice navigation
16
18
  - **Control Commands**: Voice app control
@@ -19,12 +21,14 @@ Using Yantra's voice search capabilities.
19
21
  ## Voice Integration
20
22
 
21
23
  ### Mobile Integration
24
+
22
25
  - **iOS Siri**: Siri voice integration
23
26
  - **Android Assistant**: Google Assistant integration
24
27
  - **Hands-Free**: Completely hands-free operation
25
28
  - **Wake Words**: Custom wake words
26
29
 
27
30
  ### Smart Speaker Integration
31
+
28
32
  - **Amazon Alexa**: Alexa skill integration
29
33
  - **Google Home**: Google Assistant integration
30
34
  - **Apple HomePod**: Siri integration
@@ -33,12 +37,14 @@ Using Yantra's voice search capabilities.
33
37
  ## Voice Search Usage
34
38
 
35
39
  ### Basic Voice Search
40
+
36
41
  1. **Activate Voice**: Tap microphone or say wake word
37
42
  2. **Speak Query**: Ask your question naturally
38
43
  3. **Wait for Processing**: Wait for voice processing
39
44
  4. **Review Results**: Review voice search results
40
45
 
41
46
  ### Advanced Voice Features
47
+
42
48
  - **Follow-up Questions**: Ask follow-up questions
43
49
  - **Voice Navigation**: Navigate with voice
44
50
  - **Voice Commands**: Use voice commands
@@ -47,12 +53,14 @@ Using Yantra's voice search capabilities.
47
53
  ## Voice Settings
48
54
 
49
55
  ### Voice Preferences
56
+
50
57
  - **Language**: Set preferred language
51
58
  - **Voice Speed**: Adjust voice response speed
52
59
  - **Voice Volume**: Control voice volume
53
60
  - **Voice Gender**: Choose voice gender
54
61
 
55
62
  ### Recognition Settings
63
+
56
64
  - **Sensitivity**: Adjust recognition sensitivity
57
65
  - **Timeout**: Set voice timeout duration
58
66
  - **Wake Word**: Customize wake word
@@ -61,12 +69,14 @@ Using Yantra's voice search capabilities.
61
69
  ## Voice Troubleshooting
62
70
 
63
71
  ### Common Issues
72
+
64
73
  - **Recognition Problems**: Improve voice recognition
65
74
  - **Background Noise**: Reduce background noise
66
75
  - **Accent Issues**: Adjust for accent
67
76
  - **Connection Issues**: Check internet connection
68
77
 
69
78
  ### Voice Optimization
79
+
70
80
  - **Clear Speech**: Speak clearly and slowly
71
81
  - **Quiet Environment**: Use in quiet environment
72
82
  - **Proper Distance**: Maintain proper distance