@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
@@ -5,12 +5,14 @@ Managing your organization's Yantra deployment.
5
5
  ## Dashboard Overview
6
6
 
7
7
  ### Main Interface
8
+
8
9
  - **User Overview**: Complete user management
9
10
  - **Usage Analytics**: Detailed usage statistics
10
11
  - **System Health**: System performance monitoring
11
12
  - **Configuration**: System configuration management
12
13
 
13
14
  ### Key Metrics
15
+
14
16
  - **Active Users**: Current active user count
15
17
  - **Usage Statistics**: Usage patterns and trends
16
18
  - **Performance Metrics**: System performance data
@@ -19,12 +21,14 @@ Managing your organization's Yantra deployment.
19
21
  ## User Management
20
22
 
21
23
  ### User Operations
24
+
22
25
  - **Add Users**: Bulk user addition
23
26
  - **Remove Users**: User removal and deactivation
24
27
  - **User Roles**: Role assignment and management
25
28
  - **Permission Control**: Granular permission control
26
29
 
27
30
  ### User Analytics
31
+
28
32
  - **User Activity**: Individual user activity tracking
29
33
  - **Usage Patterns**: User usage pattern analysis
30
34
  - **Productivity Metrics**: User productivity measurements
@@ -33,12 +37,14 @@ Managing your organization's Yantra deployment.
33
37
  ## System Configuration
34
38
 
35
39
  ### Settings Management
40
+
36
41
  - **System Settings**: Core system configuration
37
42
  - **Feature Toggles**: Enable/disable features
38
43
  - **Integration Settings**: Third-party integrations
39
44
  - **Security Settings**: Security configuration
40
45
 
41
46
  ### Customization
47
+
42
48
  - **Branding**: Custom branding options
43
49
  - **UI Customization**: Interface customization
44
50
  - **Workflow Configuration**: Custom workflow setup
@@ -47,12 +53,14 @@ Managing your organization's Yantra deployment.
47
53
  ## Analytics and Reporting
48
54
 
49
55
  ### Usage Reports
56
+
50
57
  - **Usage Statistics**: Comprehensive usage reports
51
58
  - **Performance Reports**: System performance reports
52
59
  - **Cost Reports**: Usage cost analysis
53
60
  - **Custom Reports**: Custom report generation
54
61
 
55
62
  ### Data Export
63
+
56
64
  - **Report Export**: Export reports in various formats
57
65
  - **Data Export**: Export raw data
58
66
  - **Scheduled Reports**: Automated report generation
@@ -61,12 +69,14 @@ Managing your organization's Yantra deployment.
61
69
  ## Security and Compliance
62
70
 
63
71
  ### Security Management
72
+
64
73
  - **Access Control**: User access management
65
74
  - **Audit Logs**: Comprehensive audit logging
66
75
  - **Security Monitoring**: Security event monitoring
67
76
  - **Compliance Reports**: Compliance reporting
68
77
 
69
78
  ### Data Governance
79
+
70
80
  - **Data Policies**: Data governance policies
71
81
  - **Retention Policies**: Data retention management
72
82
  - **Privacy Controls**: Privacy setting management
@@ -5,12 +5,14 @@ White-label solutions and custom branding options.
5
5
  ## Branding Options
6
6
 
7
7
  ### Visual Branding
8
+
8
9
  - **Logo Integration**: Custom logo integration
9
10
  - **Color Schemes**: Custom color themes
10
11
  - **Typography**: Custom font selection
11
12
  - **UI Customization**: Interface customization
12
13
 
13
14
  ### Content Branding
15
+
14
16
  - **Custom Domain**: Custom domain setup
15
17
  - **Email Branding**: Branded email templates
16
18
  - **Document Branding**: Branded documents and reports
@@ -19,6 +21,7 @@ White-label solutions and custom branding options.
19
21
  ## Implementation
20
22
 
21
23
  ### Setup Process
24
+
22
25
  1. **Brand Assets**: Provide brand assets
23
26
  2. **Design Review**: Review branding design
24
27
  3. **Implementation**: Implement custom branding
@@ -26,6 +29,7 @@ White-label solutions and custom branding options.
26
29
  5. **Deployment**: Deploy branded solution
27
30
 
28
31
  ### Customization Levels
32
+
29
33
  - **Basic Branding**: Logo and color changes
30
34
  - **Advanced Branding**: Complete UI customization
31
35
  - **Full White-label**: Complete white-label solution
@@ -34,12 +38,14 @@ White-label solutions and custom branding options.
34
38
  ## Branded Features
35
39
 
36
40
  ### User Interface
41
+
37
42
  - **Custom Themes**: Custom interface themes
38
43
  - **Branded Components**: Branded UI components
39
44
  - **Custom Layouts**: Custom layout options
40
45
  - **Responsive Design**: Mobile-responsive branding
41
46
 
42
47
  ### Communication
48
+
43
49
  - **Branded Emails**: Custom email templates
44
50
  - **Notification Branding**: Branded notifications
45
51
  - **Document Branding**: Branded documents
@@ -48,12 +54,14 @@ White-label solutions and custom branding options.
48
54
  ## Technical Implementation
49
55
 
50
56
  ### Frontend Customization
57
+
51
58
  - **CSS Customization**: Custom CSS implementation
52
59
  - **Component Theming**: Component-level theming
53
60
  - **Asset Management**: Brand asset management
54
61
  - **Version Control**: Branding version control
55
62
 
56
63
  ### Backend Integration
64
+
57
65
  - **API Customization**: Custom API responses
58
66
  - **Content Management**: Branded content management
59
67
  - **Template System**: Custom template system
@@ -62,12 +70,14 @@ White-label solutions and custom branding options.
62
70
  ## Support and Maintenance
63
71
 
64
72
  ### Ongoing Support
73
+
65
74
  - **Brand Updates**: Brand asset updates
66
75
  - **Technical Support**: Branding technical support
67
76
  - **Maintenance**: Branding maintenance
68
77
  - **Updates**: Branding system updates
69
78
 
70
79
  ### Quality Assurance
80
+
71
81
  - **Brand Testing**: Brand consistency testing
72
82
  - **Cross-platform Testing**: Multi-platform testing
73
83
  - **Performance Testing**: Branding performance testing
@@ -5,12 +5,14 @@ Priority support and dedicated account management.
5
5
  ## Support Levels
6
6
 
7
7
  ### Dedicated Account Manager
8
+
8
9
  - **Personal Manager**: Dedicated account manager
9
10
  - **Direct Communication**: Direct communication channel
10
11
  - **Priority Response**: Priority response times
11
12
  - **Strategic Planning**: Strategic account planning
12
13
 
13
14
  ### Support Channels
15
+
14
16
  - **Phone Support**: Direct phone support
15
17
  - **Email Support**: Priority email support
16
18
  - **Live Chat**: Real-time chat support
@@ -19,12 +21,14 @@ Priority support and dedicated account management.
19
21
  ## Account Management
20
22
 
21
23
  ### Account Manager Services
24
+
22
25
  - **Account Planning**: Strategic account planning
23
26
  - **Usage Optimization**: Optimize usage patterns
24
27
  - **Feature Guidance**: Feature adoption guidance
25
28
  - **ROI Analysis**: Return on investment analysis
26
29
 
27
30
  ### Regular Reviews
31
+
28
32
  - **Monthly Reviews**: Monthly account reviews
29
33
  - **Quarterly Planning**: Quarterly planning sessions
30
34
  - **Annual Reviews**: Annual strategic reviews
@@ -33,12 +37,14 @@ Priority support and dedicated account management.
33
37
  ## Technical Support
34
38
 
35
39
  ### Priority Technical Support
40
+
36
41
  - **Priority Queue**: Priority support queue
37
42
  - **Faster Response**: Faster response times
38
43
  - **Escalation**: Direct escalation to senior engineers
39
44
  - **Root Cause Analysis**: Deep technical analysis
40
45
 
41
46
  ### Support Resources
47
+
42
48
  - **Technical Experts**: Access to technical experts
43
49
  - **Architecture Support**: System architecture support
44
50
  - **Integration Support**: Integration assistance
@@ -47,12 +53,14 @@ Priority support and dedicated account management.
47
53
  ## Training and Onboarding
48
54
 
49
55
  ### Enterprise Training
56
+
50
57
  - **Admin Training**: Administrator training
51
58
  - **User Training**: End-user training
52
59
  - **Custom Training**: Customized training programs
53
60
  - **Certification**: Enterprise certification programs
54
61
 
55
62
  ### Onboarding Support
63
+
56
64
  - **Implementation Support**: Implementation assistance
57
65
  - **Migration Support**: Data migration support
58
66
  - **Configuration Support**: System configuration help
@@ -61,12 +69,14 @@ Priority support and dedicated account management.
61
69
  ## Success Management
62
70
 
63
71
  ### Success Metrics
72
+
64
73
  - **Usage Analytics**: Track usage and adoption
65
74
  - **Performance Metrics**: Monitor performance
66
75
  - **User Satisfaction**: Measure user satisfaction
67
76
  - **ROI Tracking**: Track return on investment
68
77
 
69
78
  ### Continuous Improvement
79
+
70
80
  - **Feedback Collection**: Collect user feedback
71
81
  - **Process Improvement**: Improve processes
72
82
  - **Feature Requests**: Handle feature requests
@@ -5,12 +5,14 @@ Introduction to Yantra Enterprise features and benefits.
5
5
  ## Enterprise Features
6
6
 
7
7
  ### Advanced Capabilities
8
+
8
9
  - **SSO Integration**: Single sign-on integration
9
10
  - **Custom Branding**: White-label solutions
10
11
  - **Advanced Analytics**: Detailed usage analytics
11
12
  - **API Priority**: Highest API rate limits
12
13
 
13
14
  ### Management Tools
15
+
14
16
  - **Admin Dashboard**: Centralized management console
15
17
  - **User Management**: Bulk user operations
16
18
  - **Usage Analytics**: Comprehensive usage reports
@@ -19,12 +21,14 @@ Introduction to Yantra Enterprise features and benefits.
19
21
  ## Enterprise Benefits
20
22
 
21
23
  ### Business Value
24
+
22
25
  - **ROI Analysis**: Return on investment analysis
23
26
  - **Productivity Gains**: Measurable productivity improvements
24
27
  - **Cost Reduction**: Reduced operational costs
25
28
  - **Competitive Advantage**: Strategic business advantage
26
29
 
27
30
  ### Technical Benefits
31
+
28
32
  - **Scalability**: Enterprise-grade scalability
29
33
  - **Security**: Advanced security features
30
34
  - **Integration**: Seamless system integration
@@ -33,12 +37,14 @@ Introduction to Yantra Enterprise features and benefits.
33
37
  ## Enterprise Plans
34
38
 
35
39
  ### Plan Options
40
+
36
41
  - **Enterprise Pro**: Advanced enterprise features
37
42
  - **Enterprise Max**: Maximum enterprise capabilities
38
43
  - **Custom Solutions**: Tailored enterprise solutions
39
44
  - **On-premise**: On-premise deployment options
40
45
 
41
46
  ### Pricing
47
+
42
48
  - **Volume Discounts**: Discounts based on user count
43
49
  - **Annual Contracts**: Multi-year agreements
44
50
  - **Custom Pricing**: Tailored pricing solutions
@@ -47,6 +53,7 @@ Introduction to Yantra Enterprise features and benefits.
47
53
  ## Getting Started
48
54
 
49
55
  ### Enterprise Setup
56
+
50
57
  1. **Contact Sales**: Reach out to enterprise sales team
51
58
  2. **Requirements Review**: Discuss your enterprise needs
52
59
  3. **Custom Quote**: Receive tailored pricing and features
@@ -54,6 +61,7 @@ Introduction to Yantra Enterprise features and benefits.
54
61
  5. **Training**: Receive enterprise training
55
62
 
56
63
  ### Support Team
64
+
57
65
  - **Enterprise Sales**: Dedicated enterprise sales team
58
66
  - **Technical Sales**: Technical solution architects
59
67
  - **Account Managers**: Dedicated account management
@@ -5,12 +5,14 @@ Single Sign-On integration for enterprise customers.
5
5
  ## Supported SSO Providers
6
6
 
7
7
  ### Enterprise Providers
8
+
8
9
  - **Active Directory**: Microsoft Active Directory
9
10
  - **Azure AD**: Azure Active Directory
10
11
  - **Google Workspace**: Google Workspace SSO
11
12
  - **Okta**: Okta identity provider
12
13
 
13
14
  ### SAML Integration
15
+
14
16
  - **SAML 2.0**: SAML 2.0 protocol support
15
17
  - **Custom SAML**: Custom SAML provider integration
16
18
  - **SAML Configuration**: SAML configuration management
@@ -19,6 +21,7 @@ Single Sign-On integration for enterprise customers.
19
21
  ## SSO Configuration
20
22
 
21
23
  ### Setup Process
24
+
22
25
  1. **Provider Configuration**: Configure SSO provider
23
26
  2. **Attribute Mapping**: Map user attributes
24
27
  3. **Role Mapping**: Map SSO groups to roles
@@ -26,6 +29,7 @@ Single Sign-On integration for enterprise customers.
26
29
  5. **Deployment**: Deploy SSO integration
27
30
 
28
31
  ### Configuration Options
32
+
29
33
  - **Authentication Flow**: Configure authentication flow
30
34
  - **User Provisioning**: Automatic user provisioning
31
35
  - **Attribute Sync**: Synchronize user attributes
@@ -34,12 +38,14 @@ Single Sign-On integration for enterprise customers.
34
38
  ## User Experience
35
39
 
36
40
  ### Login Process
41
+
37
42
  - **SSO Login**: Seamless SSO login experience
38
43
  - **Fallback Options**: Fallback authentication methods
39
44
  - **Error Handling**: SSO error handling
40
45
  - **User Guidance**: User guidance for SSO
41
46
 
42
47
  ### Session Management
48
+
43
49
  - **Session Duration**: Configurable session duration
44
50
  - **Session Refresh**: Automatic session refresh
45
51
  - **Logout Handling**: SSO logout handling
@@ -48,12 +54,14 @@ Single Sign-On integration for enterprise customers.
48
54
  ## Security Features
49
55
 
50
56
  ### Security Measures
57
+
51
58
  - **Encryption**: Encrypted SSO communication
52
59
  - **Certificate Management**: SSL certificate management
53
60
  - **Audit Logging**: SSO audit logging
54
61
  - **Security Monitoring**: Security event monitoring
55
62
 
56
63
  ### Compliance
64
+
57
65
  - **Security Standards**: Industry security standards
58
66
  - **Compliance Requirements**: Meet compliance requirements
59
67
  - **Audit Trail**: Complete audit trail
@@ -62,12 +70,14 @@ Single Sign-On integration for enterprise customers.
62
70
  ## Troubleshooting
63
71
 
64
72
  ### Common Issues
73
+
65
74
  - **Configuration Errors**: SSO configuration issues
66
75
  - **Attribute Mapping**: Attribute mapping problems
67
76
  - **Certificate Issues**: SSL certificate issues
68
77
  - **User Sync**: User synchronization issues
69
78
 
70
79
  ### Support Resources
80
+
71
81
  - **Documentation**: Comprehensive SSO documentation
72
82
  - **Support Team**: Dedicated SSO support
73
83
  - **Testing Tools**: SSO testing utilities
@@ -5,12 +5,14 @@ Adding, removing, and managing enterprise users.
5
5
  ## User Administration
6
6
 
7
7
  ### Adding Users
8
+
8
9
  - **Bulk Import**: Import users from CSV/Excel
9
10
  - **Individual Addition**: Add users one by one
10
11
  - **Directory Integration**: Integrate with Active Directory
11
12
  - **Self-Registration**: Allow self-registration with approval
12
13
 
13
14
  ### User Roles
15
+
14
16
  - **Admin**: Full administrative access
15
17
  - **Manager**: Team management capabilities
16
18
  - **User**: Standard user access
@@ -19,12 +21,14 @@ Adding, removing, and managing enterprise users.
19
21
  ## User Operations
20
22
 
21
23
  ### User Management
24
+
22
25
  - **User Profiles**: Complete user profile management
23
26
  - **Account Status**: Activate/deactivate accounts
24
27
  - **Password Management**: Password reset and policies
25
28
  - **Permission Assignment**: Assign specific permissions
26
29
 
27
30
  ### Bulk Operations
31
+
28
32
  - **Bulk Updates**: Update multiple users at once
29
33
  - **Bulk Role Changes**: Change roles for multiple users
30
34
  - **Bulk Deactivation**: Deactivate multiple accounts
@@ -33,12 +37,14 @@ Adding, removing, and managing enterprise users.
33
37
  ## Directory Integration
34
38
 
35
39
  ### Active Directory
40
+
36
41
  - **LDAP Integration**: LDAP directory integration
37
42
  - **SSO Integration**: Single sign-on integration
38
43
  - **Group Mapping**: Map AD groups to Yantra roles
39
44
  - **Attribute Mapping**: Map AD attributes to Yantra fields
40
45
 
41
46
  ### Other Directories
47
+
42
48
  - **Azure AD**: Azure Active Directory integration
43
49
  - **Google Workspace**: Google Workspace integration
44
50
  - **Okta**: Okta identity provider integration
@@ -47,12 +53,14 @@ Adding, removing, and managing enterprise users.
47
53
  ## User Analytics
48
54
 
49
55
  ### Activity Tracking
56
+
50
57
  - **Login Activity**: Track user login patterns
51
58
  - **Usage Statistics**: Monitor user usage
52
59
  - **Feature Adoption**: Track feature usage
53
60
  - **Productivity Metrics**: Measure user productivity
54
61
 
55
62
  ### Reporting
63
+
56
64
  - **User Reports**: Generate user activity reports
57
65
  - **Usage Reports**: Create usage analytics reports
58
66
  - **Compliance Reports**: Generate compliance reports
@@ -61,12 +69,14 @@ Adding, removing, and managing enterprise users.
61
69
  ## Security and Compliance
62
70
 
63
71
  ### Access Control
72
+
64
73
  - **Role-based Access**: Role-based access control
65
74
  - **Permission Management**: Granular permission control
66
75
  - **Access Auditing**: Audit user access
67
76
  - **Session Management**: Manage user sessions
68
77
 
69
78
  ### Compliance
79
+
70
80
  - **Audit Logging**: Comprehensive audit logs
71
81
  - **Data Retention**: User data retention policies
72
82
  - **Privacy Controls**: User privacy controls
@@ -5,12 +5,14 @@ Manage your subscription, payment methods, and billing history.
5
5
  ## Account Billing Overview
6
6
 
7
7
  ### Current Subscription
8
+
8
9
  - **Plan**: Your current subscription tier
9
10
  - **Billing Cycle**: Monthly or annual
10
11
  - **Next Billing Date**: When next payment is due
11
12
  - **Amount**: Cost of next billing cycle
12
13
 
13
14
  ### Payment Method
15
+
14
16
  - **Current Method**: Active payment method
15
17
  - **Card Details**: Last 4 digits of card
16
18
  - **Expiration**: Card expiration date
@@ -19,6 +21,7 @@ Manage your subscription, payment methods, and billing history.
19
21
  ## Managing Payment Methods
20
22
 
21
23
  ### Adding a New Payment Method
24
+
22
25
  1. Go to Account Settings
23
26
  2. Click on "Payment Methods"
24
27
  3. Select "Add New Method"
@@ -27,6 +30,7 @@ Manage your subscription, payment methods, and billing history.
27
30
  6. Save payment method
28
31
 
29
32
  ### Updating Payment Method
33
+
30
34
  1. Access Payment Methods section
31
35
  2. Click on current method
32
36
  3. Update card information
@@ -34,6 +38,7 @@ Manage your subscription, payment methods, and billing history.
34
38
  5. Save changes
35
39
 
36
40
  ### Removing Payment Method
41
+
37
42
  1. Navigate to Payment Methods
38
43
  2. Select method to remove
39
44
  3. Confirm removal
@@ -42,12 +47,14 @@ Manage your subscription, payment methods, and billing history.
42
47
  ## Billing History
43
48
 
44
49
  ### Viewing Invoices
50
+
45
51
  - **Invoice List**: All past invoices
46
52
  - **Download**: PDF format available
47
53
  - **Email**: Invoices sent to email
48
54
  - **Tax Information**: Tax details included
49
55
 
50
56
  ### Payment History
57
+
51
58
  - **Transaction Log**: All payments
52
59
  - **Payment Status**: Success/failed payments
53
60
  - **Refunds**: Refund transactions
@@ -56,6 +63,7 @@ Manage your subscription, payment methods, and billing history.
56
63
  ## Subscription Management
57
64
 
58
65
  ### Changing Billing Cycle
66
+
59
67
  1. Access Subscription Settings
60
68
  2. Select "Change Billing Cycle"
61
69
  3. Choose new cycle
@@ -63,6 +71,7 @@ Manage your subscription, payment methods, and billing history.
63
71
  5. Confirm changes
64
72
 
65
73
  ### Pausing Subscription
74
+
66
75
  1. Go to Subscription Settings
67
76
  2. Select "Pause Subscription"
68
77
  3. Choose pause duration
@@ -70,6 +79,7 @@ Manage your subscription, payment methods, and billing history.
70
79
  5. Resume when ready
71
80
 
72
81
  ### Canceling Subscription
82
+
73
83
  1. Navigate to Subscription Settings
74
84
  2. Click "Cancel Subscription"
75
85
  3. Select cancellation reason
@@ -79,18 +89,21 @@ Manage your subscription, payment methods, and billing history.
79
89
  ## Billing Support
80
90
 
81
91
  ### Common Issues
92
+
82
93
  - **Payment Failed**: Update payment method
83
94
  - **Billing Questions**: Contact support
84
95
  - **Invoice Discrepancies**: Report issues
85
96
  - **Refund Requests**: Submit requests
86
97
 
87
98
  ### Getting Help
99
+
88
100
  - **Support Team**: Dedicated billing support
89
101
  - **Live Chat**: Real-time assistance
90
102
  - **Email Support**: Detailed responses
91
103
  - **Phone Support**: For urgent issues
92
104
 
93
105
  ### Self-Service Options
106
+
94
107
  - **FAQ**: Common billing questions
95
108
  - **Documentation**: Detailed guides
96
109
  - **Video Tutorials**: Step-by-step help
@@ -5,6 +5,7 @@ Information about canceling subscriptions and refund policies.
5
5
  ## Cancellation Policy
6
6
 
7
7
  ### How to Cancel
8
+
8
9
  1. **Account Settings**: Navigate to subscription settings
9
10
  2. **Cancel Option**: Click "Cancel Subscription"
10
11
  3. **Reason Selection**: Choose cancellation reason
@@ -12,12 +13,14 @@ Information about canceling subscriptions and refund policies.
12
13
  5. **Email Confirmation**: Receive cancellation email
13
14
 
14
15
  ### Cancellation Timing
16
+
15
17
  - **Immediate**: Cancellation takes effect immediately
16
18
  - **Billing Cycle**: No refunds for current period
17
19
  - **Access**: Features available until period end
18
20
  - **Data**: Account data preserved for 30 days
19
21
 
20
22
  ### Post-Cancellation
23
+
21
24
  - **Feature Access**: Available until period end
22
25
  - **Data Export**: Export data before cancellation
23
26
  - **Account Deletion**: Automatic after 30 days
@@ -26,12 +29,14 @@ Information about canceling subscriptions and refund policies.
26
29
  ## Refund Policy
27
30
 
28
31
  ### Refund Eligibility
32
+
29
33
  - **New Subscriptions**: 7-day refund window
30
34
  - **Annual Plans**: Prorated refunds available
31
35
  - **Technical Issues**: Refunds for service problems
32
36
  - **Duplicate Charges**: Full refunds for duplicates
33
37
 
34
38
  ### Refund Process
39
+
35
40
  1. **Contact Support**: Reach out to billing support
36
41
  2. **Provide Details**: Explain refund reason
37
42
  3. **Review Request**: Support team reviews
@@ -39,6 +44,7 @@ Information about canceling subscriptions and refund policies.
39
44
  5. **Confirmation**: Email confirmation sent
40
45
 
41
46
  ### Refund Timeline
47
+
42
48
  - **Processing Time**: 3-5 business days
43
49
  - **Credit Card**: 5-10 business days
44
50
  - **PayPal**: 1-3 business days
@@ -47,12 +53,14 @@ Information about canceling subscriptions and refund policies.
47
53
  ## Subscription Changes
48
54
 
49
55
  ### Downgrading
56
+
50
57
  - **Immediate Effect**: Downgrade takes effect immediately
51
58
  - **Prorated Refund**: Refund for unused portion
52
59
  - **Feature Loss**: Some features may be lost
53
60
  - **Data Access**: Data remains accessible
54
61
 
55
62
  ### Upgrading
63
+
56
64
  - **Immediate Access**: New features available immediately
57
65
  - **Prorated Billing**: Charge for upgrade difference
58
66
  - **No Refund**: No refund for current period
@@ -61,12 +69,14 @@ Information about canceling subscriptions and refund policies.
61
69
  ## Account Management
62
70
 
63
71
  ### Data Retention
72
+
64
73
  - **30 Days**: Account data kept for 30 days
65
74
  - **Export Options**: Download data before cancellation
66
75
  - **Search History**: Preserved during retention period
67
76
  - **Saved Searches**: Available for export
68
77
 
69
78
  ### Reactivation
79
+
70
80
  - **30-Day Window**: Can reactivate within 30 days
71
81
  - **Same Plan**: Reactivate with same plan
72
82
  - **Data Restoration**: All data restored
@@ -75,18 +85,21 @@ Information about canceling subscriptions and refund policies.
75
85
  ## Support and Assistance
76
86
 
77
87
  ### Cancellation Support
88
+
78
89
  - **Live Chat**: Real-time assistance
79
90
  - **Email Support**: Detailed help via email
80
91
  - **Phone Support**: For urgent cancellations
81
92
  - **Self-Service**: Online cancellation tools
82
93
 
83
94
  ### Refund Support
95
+
84
96
  - **Billing Team**: Dedicated refund support
85
97
  - **Quick Response**: Fast refund processing
86
98
  - **Transparent Process**: Clear refund policies
87
99
  - **Multiple Channels**: Various support options
88
100
 
89
101
  ### General Support
102
+
90
103
  - **FAQ**: Common questions answered
91
104
  - **Documentation**: Comprehensive guides
92
105
  - **Community**: User forums and discussions
@@ -5,11 +5,13 @@ Detailed pricing information for Yantra Pro and Max subscriptions.
5
5
  ## Yantra Pro Pricing
6
6
 
7
7
  ### Monthly Subscription
8
+
8
9
  - **Price**: $20/month
9
10
  - **Features**: All Pro features included
10
11
  - **Billing**: Monthly recurring
11
12
 
12
13
  ### Annual Subscription
14
+
13
15
  - **Price**: $200/year (2 months free)
14
16
  - **Savings**: $40 compared to monthly
15
17
  - **Billing**: Annual recurring
@@ -17,26 +19,28 @@ Detailed pricing information for Yantra Pro and Max subscriptions.
17
19
  ## Yantra Max Pricing
18
20
 
19
21
  ### Monthly Subscription
22
+
20
23
  - **Price**: $40/month
21
24
  - **Features**: All Max features included
22
25
  - **Billing**: Monthly recurring
23
26
 
24
27
  ### Annual Subscription
28
+
25
29
  - **Price**: $400/year (2 months free)
26
30
  - **Savings**: $80 compared to monthly
27
31
  - **Billing**: Annual recurring
28
32
 
29
33
  ## Feature Comparison
30
34
 
31
- | Feature | Free | Pro | Max |
32
- |---------|------|-----|-----|
33
- | Daily Searches | 5 | Unlimited | Maximum |
34
- | AI Models | GPT-3.5 | GPT-4 + Claude | Latest models |
35
- | File Uploads | ❌ | ✅ | ✅ |
36
- | API Access | ❌ | ✅ | ✅ |
37
- | Priority Support | ❌ | ✅ | ✅ |
38
- | Team Features | ❌ | ❌ | ✅ |
39
- | Custom Branding | ❌ | ❌ | ✅ |
35
+ | Feature | Free | Pro | Max |
36
+ | ---------------- | ------- | -------------- | ------------- |
37
+ | Daily Searches | 5 | Unlimited | Maximum |
38
+ | AI Models | GPT-3.5 | GPT-4 + Claude | Latest models |
39
+ | File Uploads | ❌ | ✅ | ✅ |
40
+ | API Access | ❌ | ✅ | ✅ |
41
+ | Priority Support | ❌ | ✅ | ✅ |
42
+ | Team Features | ❌ | ❌ | ✅ |
43
+ | Custom Branding | ❌ | ❌ | ✅ |
40
44
 
41
45
  ## Payment Methods
42
46