@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,86 @@
1
+ # Yantra for Students
2
+
3
+ Yantra is a powerful research and study companion for students — from high school through post-grad. Get AI-powered answers backed by real sources, formatted with proper citations, and at a price that works for student budgets.
4
+
5
+ ---
6
+
7
+ ## Why Students Choose Yantra
8
+
9
+ | Need | How Yantra helps |
10
+ | --------------- | -------------------------------------------------------------------------------- |
11
+ | Research papers | Find sources fast with semantic search across academic papers, news, and the web |
12
+ | Study sessions | Get clear explanations of complex topics, step-by-step problem solving |
13
+ | Citations | Auto-generate citations in APA, MLA, Chicago, or IEEE format |
14
+ | Exam prep | Create study guides, practice questions, and concept summaries |
15
+ | Group projects | Share research collections with classmates in shared workspaces |
16
+
17
+ ---
18
+
19
+ ## Student Features
20
+
21
+ ### Academic citations
22
+
23
+ Yantra can format any source in standard academic styles:
24
+
25
+ 1. Click the **Cite** button on any source card.
26
+ 2. Select your citation format.
27
+ 3. Copy the formatted citation to your clipboard or bibliography.
28
+
29
+ ### Deep Research mode
30
+
31
+ Perfect for thesis research and literature reviews — Yantra consults 20–50+ sources and produces a structured, citation-rich report. See [Deep Research](/help-center/search-modes/deep-research).
32
+
33
+ ### Export for academic use
34
+
35
+ Export your research in:
36
+
37
+ - **Markdown** — for Notion, Obsidian, or GitHub
38
+ - **PDF** — for submissions and printing
39
+ - **BibTeX** — for LaTeX bibliographies
40
+
41
+ ### Study tools
42
+
43
+ - **Explain like I'm 5** — Ask Yantra to simplify complex concepts.
44
+ - **Step-by-step solutions** — Get detailed walkthroughs of math, science, and engineering problems.
45
+ - **Flashcard generation** — Ask Yantra to create flashcards from any topic (export as Anki-compatible format).
46
+
47
+ ---
48
+
49
+ ## Student Pricing
50
+
51
+ Students get **50% off** Yantra Pro:
52
+
53
+ | Plan | Monthly | Annual |
54
+ | --------------- | ------------- | --------------------------- |
55
+ | Free | $0 | $0 |
56
+ | **Student Pro** | **$10/month** | **$100/year** ($8.33/month) |
57
+ | Regular Pro | $20/month | $200/year |
58
+
59
+ **How to get the discount:**
60
+
61
+ 1. Verify with your .edu email, or upload a student ID.
62
+ 2. The discount is applied instantly and lasts 12 months.
63
+ 3. Re-verify annually to keep the discount.
64
+
65
+ For full details, see [Student Discounts](/help-center/subscription-billing/student-discounts).
66
+
67
+ ---
68
+
69
+ ## Getting Started
70
+
71
+ 1. **Create your account** at [yantra.ai](https://yantra.ai).
72
+ 2. **Verify student status** in Settings > Billing > Student Discount.
73
+ 3. **Try your first search** — ask any academic question.
74
+ 4. **Save your research** — bookmark results to collections organized by class or project.
75
+ 5. **Export with citations** — use the export tools when writing papers.
76
+
77
+ ---
78
+
79
+ ## Academic Integrity
80
+
81
+ Yantra is designed to support your research, not replace it:
82
+
83
+ - **Always cite your sources** — Yantra makes this easy with one-click citations.
84
+ - **Verify AI responses** — Click source links to read original material.
85
+ - **Use as a starting point** — Yantra helps you find and understand sources; your analysis and writing should be your own.
86
+ - **Check your institution's AI policy** — Academic AI policies vary. Make sure your use of Yantra complies with your school's guidelines.
@@ -0,0 +1,121 @@
1
+ # Study Tools
2
+
3
+ Yantra isn't just a search engine — it's a study companion. Use these tools to understand concepts, prepare for exams, and stay organized.
4
+
5
+ ---
6
+
7
+ ## Concept Explanation
8
+
9
+ ### Simplify complex topics
10
+
11
+ Ask Yantra to explain anything at different levels of complexity:
12
+
13
+ | Request | What you get |
14
+ | ---------------------------------------------------------- | -------------------------------------------------- |
15
+ | "Explain quantum entanglement" | Standard explanation with technical terms |
16
+ | "Explain quantum entanglement like I'm 10" | Simplified analogy-based explanation |
17
+ | "Explain quantum entanglement for a physics undergraduate" | Detailed explanation with equations and references |
18
+
19
+ ### Step-by-step solutions
20
+
21
+ For math, science, and engineering problems:
22
+
23
+ > "Solve the differential equation dy/dx = 3x² + 2x - 1 step by step"
24
+
25
+ Yantra shows each step with explanations, so you learn the process, not just the answer.
26
+
27
+ ---
28
+
29
+ ## Study Aids
30
+
31
+ ### Flashcard generation
32
+
33
+ 1. Ask Yantra to create flashcards on any topic: "Create 20 flashcards about the causes of World War I."
34
+ 2. Review the generated flashcards in the response.
35
+ 3. Export in **Anki-compatible format** for spaced repetition study.
36
+
37
+ ### Practice questions
38
+
39
+ Ask Yantra to quiz you:
40
+
41
+ > "Give me 10 multiple-choice questions about cell biology for an intro biology exam"
42
+
43
+ Yantra generates questions with answer choices. Ask for the answers when you're ready.
44
+
45
+ ### Study guides
46
+
47
+ > "Create a study guide for AP US History covering the period 1800–1850"
48
+
49
+ Yantra produces an organized summary with key events, people, concepts, and suggested review topics.
50
+
51
+ ---
52
+
53
+ ## Research Organization
54
+
55
+ ### Collections
56
+
57
+ Organize your research by class, project, or topic:
58
+
59
+ - Create a collection for each class (e.g., "BIO 201 — Genetics")
60
+ - Save relevant searches and sources as you go
61
+ - Add notes and tags for quick filtering
62
+ - Share with study partners for group projects
63
+
64
+ ### Timeline view
65
+
66
+ For history, political science, and similar subjects, ask Yantra to present events chronologically:
67
+
68
+ > "Create a timeline of major events in the Cold War from 1947 to 1991"
69
+
70
+ ---
71
+
72
+ ## Writing Assistance
73
+
74
+ ### Outline generation
75
+
76
+ > "Create an outline for a 10-page paper on the ethics of artificial intelligence in healthcare"
77
+
78
+ Yantra generates a structured outline with:
79
+
80
+ - Thesis statement suggestions
81
+ - Section headings
82
+ - Key points to cover under each section
83
+ - Recommended sources
84
+
85
+ ### Grammar and clarity
86
+
87
+ Paste a paragraph and ask:
88
+
89
+ > "Review this paragraph for grammar, clarity, and academic tone"
90
+
91
+ Yantra highlights issues and suggests improvements.
92
+
93
+ ---
94
+
95
+ ## Exam Preparation
96
+
97
+ ### Topic review
98
+
99
+ Before an exam, ask Yantra to summarize key topics:
100
+
101
+ > "Summarize the 5 most important concepts from organic chemistry chapters 1–4"
102
+
103
+ ### Practice problems
104
+
105
+ > "Give me 5 practice problems about integration by parts, starting easy and getting harder"
106
+
107
+ ### Concept connections
108
+
109
+ > "How does the concept of entropy in thermodynamics relate to information entropy in computer science?"
110
+
111
+ Understanding connections between topics helps with both recall and deeper understanding.
112
+
113
+ ---
114
+
115
+ ## Tips for Effective Studying
116
+
117
+ 1. **Active recall** — Don't just read Yantra's answers. Quiz yourself first, then check.
118
+ 2. **Spaced repetition** — Use the flashcard export with Anki for long-term retention.
119
+ 3. **Teach it back** — Try explaining a concept to Yantra in your own words and ask it to evaluate your explanation.
120
+ 4. **Start broad, go deep** — Begin with overview questions, then drill into specifics.
121
+ 5. **Cite everything** — Build good habits early. Use Yantra's citation tools even for informal notes.
@@ -0,0 +1,71 @@
1
+ # Billing Cycle
2
+
3
+ Understand how Yantra's billing cycles work, when you're charged, and how plan changes affect your payments.
4
+
5
+ ---
6
+
7
+ ## How Billing Cycles Work
8
+
9
+ ### Monthly billing
10
+
11
+ - You're charged on the same date each month (e.g., if you subscribed on March 15, you're charged on the 15th of every month).
12
+ - If your billing date falls on a day that doesn't exist in a shorter month (e.g., the 31st), you're charged on the last day of that month.
13
+
14
+ ### Annual billing
15
+
16
+ - You're charged once per year on your subscription anniversary.
17
+ - Annual plans cost the equivalent of 10 months — **saving you 2 months free (~17% discount)**.
18
+ - You can switch from monthly to annual at any time.
19
+
20
+ ---
21
+
22
+ ## Billing Date Changes
23
+
24
+ ### When you upgrade
25
+
26
+ - You're charged a **pro-rated amount** immediately for the remainder of the current billing cycle.
27
+ - Your billing date does not change.
28
+ - Example: If you're on monthly billing (billed on the 1st) and upgrade on the 15th, you pay 50% of the price difference immediately.
29
+
30
+ ### When you downgrade
31
+
32
+ - Your current plan continues until the end of the billing period.
33
+ - The lower-priced plan takes effect on the next billing date.
34
+ - No pro-rated refunds are issued for the remaining time on the higher plan.
35
+
36
+ ### When you cancel
37
+
38
+ - Access continues until the end of your current billing period.
39
+ - No further charges are applied.
40
+ - Your account reverts to the Free plan automatically.
41
+
42
+ ---
43
+
44
+ ## Grace Periods
45
+
46
+ If a payment fails, Yantra provides a **3-day grace period**:
47
+
48
+ | Day | What happens |
49
+ | ------- | ---------------------------------------------------------------------------------------------- |
50
+ | Day 0 | Payment fails. You're notified by email. Full access continues. |
51
+ | Day 1 | A second payment attempt is made automatically. |
52
+ | Day 3 | Third and final attempt. If it fails, your account is downgraded to Free. |
53
+ | Anytime | Update your payment method at **Settings > Billing > Payment Methods** to resolve immediately. |
54
+
55
+ > **No surprise interruptions:** You'll always get at least 3 days to fix a payment issue before any features are restricted.
56
+
57
+ ---
58
+
59
+ ## Viewing Your Billing History
60
+
61
+ 1. Go to **Settings > Billing > Invoice History**.
62
+ 2. Browse all past invoices by date.
63
+ 3. Click any invoice to view details or download a PDF.
64
+ 4. Filter by date range, amount, or status (paid, pending, failed).
65
+
66
+ ---
67
+
68
+ ## Switching Between Monthly and Annual
69
+
70
+ - **Monthly → Annual** — Switch anytime. You'll be credited for the unused portion of your current monthly period, then charged the annual rate.
71
+ - **Annual → Monthly** — Takes effect when your annual plan expires. No mid-term switch is available.
@@ -0,0 +1,72 @@
1
+ # Billing Overview
2
+
3
+ Everything you need to know about Yantra's pricing, payment options, and billing management.
4
+
5
+ ---
6
+
7
+ ## Plans & Pricing
8
+
9
+ | Plan | Price | Includes |
10
+ | -------------- | ---------------------------------- | -------------------------------------------------------------------------------- |
11
+ | **Free** | $0/month | 20 searches/day, 5 Pro searches, 3 Deep Research, basic AI model |
12
+ | **Pro** | $20/month (or $200/year) | Unlimited searches, Pro Search, Deep Research, model selection, priority support |
13
+ | **Team** | $20/user/month (or $200/user/year) | Everything in Pro + shared workspaces, team analytics, admin controls |
14
+ | **Enterprise** | Custom pricing | Everything in Team + SSO, audit logs, custom models, dedicated support, SLA |
15
+
16
+ > **Annual billing saves ~17%** compared to monthly billing.
17
+
18
+ ---
19
+
20
+ ## Payment Methods
21
+
22
+ Yantra accepts the following payment methods:
23
+
24
+ - **Credit/debit cards** — Visa, Mastercard, American Express, Discover
25
+ - **PayPal** — Link your PayPal account for automatic payments
26
+ - **Bank transfer** — Available for Enterprise customers with annual contracts
27
+ - **Wire transfer** — Available for invoiced Enterprise accounts
28
+
29
+ All payments are processed securely through **Stripe**. Yantra never stores your raw card numbers.
30
+
31
+ ---
32
+
33
+ ## Managing Your Subscription
34
+
35
+ ### View your plan
36
+
37
+ Go to **Settings > Billing** to see:
38
+
39
+ - Your current plan and seat count
40
+ - Next billing date and amount
41
+ - Payment method on file
42
+ - Usage statistics for the current billing period
43
+
44
+ ### Upgrade or downgrade
45
+
46
+ 1. Go to **Settings > Billing > Change Plan**.
47
+ 2. Select your new plan.
48
+ 3. **Upgrades** take effect immediately. You're charged a pro-rated amount for the remainder of the current billing cycle.
49
+ 4. **Downgrades** take effect at the end of your current billing period. You retain access to premium features until then.
50
+
51
+ ### Cancel subscription
52
+
53
+ 1. Go to **Settings > Billing > Cancel Subscription**.
54
+ 2. Choose a reason (optional).
55
+ 3. Confirm cancellation.
56
+ 4. Your account reverts to the Free plan at the end of the billing period. No data is deleted.
57
+
58
+ ---
59
+
60
+ ## Invoices & Receipts
61
+
62
+ - **Automatic emails** — An invoice is emailed after every payment.
63
+ - **Download PDFs** — Go to **Settings > Billing > Invoice History** to download invoices.
64
+ - **Custom details** — Add your company name, address, and tax ID to invoices under **Settings > Billing > Invoice Settings**.
65
+
66
+ ---
67
+
68
+ ## Need Help?
69
+
70
+ - **Billing questions** — Contact billing@yantra.ai or use the in-app chat.
71
+ - **Enterprise inquiries** — Email enterprise@yantra.ai for custom pricing and volume discounts.
72
+ - **Refunds** — See our [Refund Policy](/help-center/subscription-billing/refund-policy).
@@ -0,0 +1,74 @@
1
+ # Billing Support
2
+
3
+ Need help with a payment, invoice, or subscription issue? Here's how to get assistance.
4
+
5
+ ---
6
+
7
+ ## Getting Help
8
+
9
+ ### Self-service (fastest)
10
+
11
+ Most billing issues can be resolved in **Settings > Billing**:
12
+
13
+ | Issue | Where to fix it |
14
+ | ---------------------- | ------------------------------------- |
15
+ | Update payment method | Settings > Billing > Payment Methods |
16
+ | Download an invoice | Settings > Billing > Invoice History |
17
+ | Change your plan | Settings > Billing > Change Plan |
18
+ | View usage | Settings > Billing > Usage |
19
+ | Update invoice details | Settings > Billing > Invoice Settings |
20
+
21
+ ### Contact support
22
+
23
+ For issues that require human assistance:
24
+
25
+ | Channel | Best for | Response time |
26
+ | ----------------------------- | ------------------------------------------- | ------------- |
27
+ | **In-app chat** | Quick questions, payment issues | < 2 minutes |
28
+ | **Email** (billing@yantra.ai) | Detailed inquiries, disputes, documentation | < 4 hours |
29
+ | **Phone** | Urgent billing issues (Enterprise only) | Immediate |
30
+
31
+ ---
32
+
33
+ ## Common Billing Issues
34
+
35
+ ### Payment declined
36
+
37
+ **What to do:**
38
+
39
+ 1. Check that your card hasn't expired.
40
+ 2. Verify sufficient funds or credit limit.
41
+ 3. Contact your bank — some banks block international or recurring online payments.
42
+ 4. Try a different payment method at **Settings > Billing > Payment Methods**.
43
+
44
+ ### Unexpected charge
45
+
46
+ If you see a charge you don't recognize:
47
+
48
+ 1. Check **Settings > Billing > Invoice History** for the charge details.
49
+ 2. Common causes: plan upgrade (pro-rated), annual renewal, tax applied.
50
+ 3. If it's still unclear, contact billing@yantra.ai with the charge date and amount.
51
+
52
+ ### Double charge
53
+
54
+ Double charges are rare but can happen if a payment is retried. They are automatically refunded within 5-7 business days. If the refund doesn't appear, contact support.
55
+
56
+ ### Invoice discrepancy
57
+
58
+ If your invoice details are incorrect (wrong company name, missing tax ID):
59
+
60
+ 1. Update your invoice settings at **Settings > Billing > Invoice Settings**.
61
+ 2. Contact billing@yantra.ai to request a corrected invoice for a past transaction.
62
+
63
+ ---
64
+
65
+ ## Dispute Resolution
66
+
67
+ If you disagree with a charge:
68
+
69
+ 1. Contact billing@yantra.ai within 30 days of the charge.
70
+ 2. Include: your account email, charge date, amount, and reason for dispute.
71
+ 3. We'll investigate and respond within 2 business days.
72
+ 4. If valid, a refund or credit is issued within 5-7 business days.
73
+
74
+ > **Please contact us before filing a chargeback.** We resolve most disputes within 48 hours, and chargebacks can result in temporary account restrictions.
@@ -0,0 +1,57 @@
1
+ # Currency Support
2
+
3
+ Yantra supports multiple currencies to make billing simple and transparent for users worldwide.
4
+
5
+ ---
6
+
7
+ ## Supported Currencies
8
+
9
+ | Currency | Code | Regions |
10
+ | ----------------- | ---- | ---------------------------------- |
11
+ | US Dollar | USD | United States, global default |
12
+ | Euro | EUR | European Union, Eurozone countries |
13
+ | British Pound | GBP | United Kingdom |
14
+ | Canadian Dollar | CAD | Canada |
15
+ | Australian Dollar | AUD | Australia |
16
+ | Japanese Yen | JPY | Japan |
17
+ | Indian Rupee | INR | India |
18
+
19
+ ---
20
+
21
+ ## How Currency Is Determined
22
+
23
+ ### Automatic detection
24
+
25
+ When you create your account, Yantra automatically selects a currency based on:
26
+
27
+ 1. **Your payment method's country** — The billing address on your card determines the default.
28
+ 2. **Your IP location** — Used as a secondary signal during account creation.
29
+
30
+ ### Manual selection
31
+
32
+ You can change your currency at any time:
33
+
34
+ 1. Go to **Settings > Billing > Currency**.
35
+ 2. Select your preferred currency from the dropdown.
36
+ 3. Click **Update**.
37
+
38
+ > **Note:** Changing your currency takes effect on your next billing cycle. It does not retroactively change past invoices.
39
+
40
+ ---
41
+
42
+ ## Pricing in Local Currency
43
+
44
+ - Prices shown on the website and in the app are displayed in your selected currency.
45
+ - Exchange rates are updated daily based on market rates.
46
+ - The exact amount charged may vary slightly due to exchange rate fluctuations between the time of display and the time of charge.
47
+
48
+ ---
49
+
50
+ ## Taxes & Currency
51
+
52
+ - **VAT** is applied for EU customers and displayed separately on invoices.
53
+ - **GST** is applied for Australian and Indian customers.
54
+ - **Sales tax** is applied for US customers based on state regulations.
55
+ - Tax amounts are always shown in your selected currency.
56
+
57
+ For more details, see [Tax Information](/help-center/subscription-billing/tax-information).
@@ -0,0 +1,74 @@
1
+ # Enterprise Pricing
2
+
3
+ Yantra Enterprise is designed for organizations that need advanced security, custom integrations, and dedicated support.
4
+
5
+ ---
6
+
7
+ ## What's Included
8
+
9
+ Enterprise plans include everything in the Team plan, plus:
10
+
11
+ | Feature | Details |
12
+ | ------------------------ | ---------------------------------------------------------- |
13
+ | **Single Sign-On (SSO)** | SAML 2.0, OpenID Connect, Okta, Azure AD, Google Workspace |
14
+ | **Audit logs** | Immutable, exportable logs of all user and AI activity |
15
+ | **Custom AI models** | Fine-tuned models trained on your organization's data |
16
+ | **Advanced RBAC** | Role-based access control with custom permission sets |
17
+ | **Dedicated support** | Named account manager + 24/7 priority support |
18
+ | **SLA guarantee** | 99.9% uptime SLA with financial credits for breaches |
19
+ | **Data residency** | Choose the region where your data is stored (US, EU, APAC) |
20
+ | **Custom integrations** | Engineering support for custom tool integrations |
21
+ | **Volume discounts** | Per-seat pricing decreases as team size grows |
22
+
23
+ ---
24
+
25
+ ## Pricing Structure
26
+
27
+ Enterprise pricing is based on:
28
+
29
+ | Factor | Details |
30
+ | --------------------- | --------------------------------------------------------------- |
31
+ | **Number of seats** | Per-user pricing with volume discounts |
32
+ | **Contract length** | Annual contracts; multi-year discounts available |
33
+ | **Features selected** | Modular add-ons for SSO, custom models, data residency, etc. |
34
+ | **Support tier** | Standard (business hours) or Premium (24/7 with named engineer) |
35
+
36
+ ### Volume discounts
37
+
38
+ | Seats | Discount |
39
+ | ------- | -------------- |
40
+ | 50–99 | 10% off |
41
+ | 100–249 | 15% off |
42
+ | 250–499 | 20% off |
43
+ | 500+ | Custom pricing |
44
+
45
+ ---
46
+
47
+ ## Getting a Quote
48
+
49
+ 1. Visit [yantra.ai/enterprise](https://yantra.ai/enterprise) or email **enterprise@yantra.ai**.
50
+ 2. Share your team size, required features, and integration needs.
51
+ 3. We'll schedule a 30-minute discovery call.
52
+ 4. Receive a custom proposal within 2 business days.
53
+
54
+ ---
55
+
56
+ ## Pilot Programs
57
+
58
+ Not ready for a full commitment? Start with a **90-day pilot**:
59
+
60
+ - Full Enterprise features for up to 25 users.
61
+ - Dedicated onboarding support.
62
+ - No obligation to continue after the pilot.
63
+ - Pilot cost is credited toward your annual contract if you proceed.
64
+
65
+ ---
66
+
67
+ ## Payment Options
68
+
69
+ | Method | Details |
70
+ | -------------------- | ----------------------------------------- |
71
+ | Invoice | NET-30 payment terms |
72
+ | Wire transfer | For annual or multi-year contracts |
73
+ | PO-based procurement | We work with your procurement process |
74
+ | Credit card | Available for smaller Enterprise accounts |
@@ -0,0 +1,86 @@
1
+ # Invoice Management
2
+
3
+ Access, customize, and manage your Yantra invoices for bookkeeping, expense reporting, and tax compliance.
4
+
5
+ ---
6
+
7
+ ## Accessing Invoices
8
+
9
+ ### Invoice history
10
+
11
+ 1. Go to **Settings > Billing > Invoice History**.
12
+ 2. Browse invoices sorted by date (newest first).
13
+ 3. Each invoice shows: date, amount, plan, payment status, and payment method.
14
+
15
+ ### Download options
16
+
17
+ | Format | How |
18
+ | ------ | --------------------------------------------------------------------------- |
19
+ | PDF | Click the **Download PDF** button next to any invoice |
20
+ | CSV | Click **Export All** to download your full invoice history as a spreadsheet |
21
+
22
+ ### Email delivery
23
+
24
+ Invoices are automatically emailed to the **account owner** after each successful payment. To add additional recipients:
25
+
26
+ 1. Go to **Settings > Billing > Invoice Settings**.
27
+ 2. Under **Invoice recipients**, add up to 5 email addresses.
28
+ 3. All recipients receive a copy of every invoice.
29
+
30
+ ---
31
+
32
+ ## Customizing Invoices
33
+
34
+ Add your company details so invoices are ready for your accounting team:
35
+
36
+ | Field | Description |
37
+ | --------------- | ------------------------------------------------------- |
38
+ | Company name | Your legal business name |
39
+ | Billing address | Street, city, state/province, postal code, country |
40
+ | Tax ID | VAT number, GST number, EIN, or equivalent |
41
+ | PO number | Purchase order reference (optional) |
42
+ | Department | Internal department code for cost allocation (optional) |
43
+
44
+ Update at: **Settings > Billing > Invoice Settings**.
45
+
46
+ > **Retroactive changes:** Updated company details apply to future invoices only. To get a corrected past invoice, contact billing@yantra.ai.
47
+
48
+ ---
49
+
50
+ ## Invoice Statuses
51
+
52
+ | Status | Meaning |
53
+ | ------------ | --------------------------------------------------------------- |
54
+ | **Paid** | Payment was successful |
55
+ | **Pending** | Payment is being processed (usually resolves within minutes) |
56
+ | **Failed** | Payment attempt was declined; update your payment method |
57
+ | **Refunded** | A refund was issued for this invoice |
58
+ | **Credited** | A credit was applied (e.g., from a plan downgrade or promotion) |
59
+
60
+ ---
61
+
62
+ ## For Accountants & Finance Teams
63
+
64
+ ### Integrations
65
+
66
+ Yantra invoices can be forwarded to or integrated with:
67
+
68
+ - **QuickBooks** — Forward invoice emails to your QuickBooks receipt inbox.
69
+ - **Xero** — Use the CSV export to import billing data.
70
+ - **SAP / Oracle** — Enterprise customers can request structured invoice data (XML/EDI) via their account manager.
71
+
72
+ ### Compliance
73
+
74
+ All invoices include:
75
+
76
+ - Unique invoice number
77
+ - Date of service
78
+ - Itemized line items (plan, seats, add-ons)
79
+ - Tax breakdown (where applicable)
80
+ - Payment method (last 4 digits)
81
+
82
+ ---
83
+
84
+ ## Need Help?
85
+
86
+ If an invoice is incorrect, missing, or you need a custom format, contact **billing@yantra.ai** with your account email and the invoice date.