@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,78 @@
1
+ # Data Collection
2
+
3
+ A transparent overview of what data Yantra collects, why we collect it, and how you can control it.
4
+
5
+ ---
6
+
7
+ ## What We Collect
8
+
9
+ ### Data you provide directly
10
+
11
+ | Data | When | Purpose |
12
+ | ------------------- | ----------------------- | --------------------------------------------------------------- |
13
+ | Name and email | Account registration | Authentication and communication |
14
+ | Profile information | Profile setup | Personalization and team features |
15
+ | Payment details | Subscription purchase | Billing (processed by Stripe — we never store raw card numbers) |
16
+ | Search queries | When you search | Deliver results and maintain search history |
17
+ | Conversations | When you chat with AI | Provide contextual, multi-turn conversations |
18
+ | Feedback | When you rate responses | Improve response quality |
19
+
20
+ ### Data collected automatically
21
+
22
+ | Data | Method | Purpose |
23
+ | ----------------------- | ----------------------- | --------------------------------------------------------------------- |
24
+ | Device type and browser | HTTP headers | Optimize the experience for your device |
25
+ | IP address | Network connection | Rate limiting, security, and approximate location for latency routing |
26
+ | Usage patterns | Application events | Understand which features are used and improve the product |
27
+ | Error logs | Error tracking (Sentry) | Diagnose and fix bugs |
28
+ | Performance metrics | Application monitoring | Ensure fast, reliable service |
29
+
30
+ ### Data we do NOT collect
31
+
32
+ - Passwords in plaintext (we store only salted bcrypt hashes)
33
+ - Biometric data
34
+ - Contents of connected third-party tools beyond what you explicitly authorize
35
+ - Data from your device outside the Yantra app
36
+
37
+ ---
38
+
39
+ ## How Data Is Used
40
+
41
+ | Purpose | What data | Legal basis |
42
+ | ----------------------------- | ------------------------------------ | ----------------------------- |
43
+ | Provide the service | Queries, conversations, account info | Contract performance |
44
+ | Improve the product | Anonymized usage analytics | Legitimate interest |
45
+ | Personalize experience | Search history, preferences | Consent |
46
+ | Security and fraud prevention | IP address, login activity | Legitimate interest |
47
+ | Billing | Payment details | Contract performance |
48
+ | Communication | Email address | Consent / legitimate interest |
49
+
50
+ ### AI model training
51
+
52
+ **Your data is never used to train AI models.** Queries sent to model providers (OpenAI, Anthropic) are processed under data processing agreements that prohibit training on customer data.
53
+
54
+ ---
55
+
56
+ ## Data Minimization
57
+
58
+ We follow the principle of **data minimization** — we collect only what's necessary:
59
+
60
+ - Search queries are retained for your history feature, not indefinitely.
61
+ - Conversation data is kept based on your [retention settings](/help-center/account-management/privacy-settings).
62
+ - Error logs are anonymized and expire after 30 days.
63
+ - Usage analytics are aggregated and stripped of personally identifiable information.
64
+
65
+ ---
66
+
67
+ ## Your Controls
68
+
69
+ | Control | Where | Effect |
70
+ | ----------------------- | ----------------------------------- | ----------------------------------------------------------- |
71
+ | Disable search history | Settings > Privacy | Queries are not stored after results are delivered |
72
+ | Disable usage analytics | Settings > Privacy | No usage events are sent |
73
+ | Disable personalization | Settings > Privacy | AI results are not tailored to your history |
74
+ | Clear all data | Settings > Privacy > Clear Data | Deletes your search history, conversations, and cached data |
75
+ | Export data | Settings > Privacy > Export Data | Download everything we have about you in JSON/CSV |
76
+ | Delete account | Settings > Account > Delete Account | All data permanently removed within 30 days |
77
+
78
+ For more details on your privacy rights, see [Privacy Requests](/help-center/data-subject-privacy/privacy-requests).
@@ -0,0 +1,100 @@
1
+ # Privacy Policy Summary
2
+
3
+ This is a human-readable summary of Yantra's Privacy Policy. For the full legal text, visit [yantra.ai/privacy](https://yantra.ai/privacy).
4
+
5
+ ---
6
+
7
+ ## The Short Version
8
+
9
+ - **We collect only what's needed** to provide and improve the service.
10
+ - **Your data is never sold** to advertisers, data brokers, or any third party.
11
+ - **Your data is never used to train AI models.**
12
+ - **You control your data** — export, delete, or restrict processing at any time.
13
+ - **We use strong encryption** — AES-256 at rest, TLS 1.3 in transit.
14
+
15
+ ---
16
+
17
+ ## What We Collect
18
+
19
+ | Category | Examples | Retention |
20
+ | ----------------- | ----------------------------------- | ---------------------------------------------- |
21
+ | Account data | Name, email, profile photo | Until account deletion |
22
+ | Search data | Queries, results, saved searches | Per your retention settings (default: 90 days) |
23
+ | Conversation data | AI chat history | Per your retention settings (default: 90 days) |
24
+ | Usage data | Feature usage, clicks, page views | 90 days (anonymized) |
25
+ | Payment data | Card last 4 digits, billing address | Until account deletion |
26
+ | Technical data | IP address, browser, device type | 30 days |
27
+
28
+ For the full list, see [Data Collection](/help-center/data-privacy/data-collection).
29
+
30
+ ---
31
+
32
+ ## How We Use Your Data
33
+
34
+ 1. **Provide the service** — Process your searches, generate AI responses, maintain your conversation history.
35
+ 2. **Improve the product** — Analyze anonymized usage patterns to make Yantra better.
36
+ 3. **Personalize your experience** — Tailor results and recommendations to your preferences (with your consent).
37
+ 4. **Security** — Detect and prevent unauthorized access, abuse, and fraud.
38
+ 5. **Communicate** — Send billing notifications, security alerts, and product updates you've opted into.
39
+
40
+ ---
41
+
42
+ ## Who Has Access
43
+
44
+ | Party | What they access | Why |
45
+ | --------------------- | ------------------------------------ | --------------------------------- |
46
+ | Yantra engineers | Anonymized data, error logs | Service maintenance and bug fixes |
47
+ | AI model providers | Query content (no PII when possible) | To generate AI responses |
48
+ | Stripe | Payment data | To process transactions |
49
+ | Cloud providers (AWS) | Encrypted storage | Infrastructure hosting |
50
+
51
+ All third parties are bound by data processing agreements (DPAs) that restrict how they can use your data.
52
+
53
+ ---
54
+
55
+ ## Your Rights
56
+
57
+ Under GDPR, CCPA, and other applicable privacy laws, you have the right to:
58
+
59
+ | Right | How to exercise |
60
+ | --------------- | ---------------------------------------------------- |
61
+ | **Access** | Export your data from Settings > Privacy |
62
+ | **Correction** | Edit your profile or contact support |
63
+ | **Deletion** | Delete specific data or your entire account |
64
+ | **Portability** | Export in machine-readable formats (JSON, CSV) |
65
+ | **Restriction** | Disable specific data processing in Privacy settings |
66
+ | **Objection** | Opt out of analytics and personalization |
67
+
68
+ For formal requests, see [Privacy Requests](/help-center/data-subject-privacy/privacy-requests).
69
+
70
+ ---
71
+
72
+ ## Cookies
73
+
74
+ | Cookie type | Purpose | Can you disable? |
75
+ | ----------- | -------------------------------------------- | ---------------- |
76
+ | Essential | Authentication, security, core functionality | No (required) |
77
+ | Analytics | Anonymous usage statistics (PostHog) | Yes |
78
+ | Preferences | Remember your settings | Yes |
79
+
80
+ Manage cookies at **Settings > Privacy > Cookies** or via your browser settings.
81
+
82
+ ---
83
+
84
+ ## Changes to This Policy
85
+
86
+ We notify you of material changes via:
87
+
88
+ - Email to your registered address
89
+ - In-app notification banner
90
+ - Blog post with a detailed summary of changes
91
+
92
+ You'll always have at least 30 days' notice before changes take effect.
93
+
94
+ ---
95
+
96
+ ## Contact
97
+
98
+ **Data Protection Officer:** privacy@yantra.ai
99
+ **General inquiries:** support@yantra.ai
100
+ **Mailing address:** Available in the full privacy policy at [yantra.ai/privacy](https://yantra.ai/privacy)
@@ -0,0 +1,90 @@
1
+ # Data Access Requests
2
+
3
+ You have the right to access all personal data Yantra holds about you. Here's how to request it and what you'll receive.
4
+
5
+ ---
6
+
7
+ ## Self-Service Export (Recommended)
8
+
9
+ The fastest way to access your data is through the in-app export tool:
10
+
11
+ 1. Go to **Settings > Privacy > Export Data**.
12
+ 2. Select the categories you want:
13
+
14
+ | Category | What's included |
15
+ | ---------------- | ------------------------------------------------------------- |
16
+ | Account data | Name, email, profile photo, settings |
17
+ | Search history | All queries with timestamps and results |
18
+ | Conversations | Full AI conversation threads |
19
+ | Saved items | Collections, bookmarks, saved searches |
20
+ | Integration data | Connected tool configurations (no third-party credentials) |
21
+ | Billing data | Invoice history, plan changes, payment method (last 4 digits) |
22
+ | Activity log | Login history, feature usage, actions taken |
23
+
24
+ 3. Click **Request Export**.
25
+ 4. You'll receive an email with a download link within 24 hours.
26
+ 5. The export is a ZIP file containing JSON and CSV files.
27
+
28
+ > **Security:** The download link expires after 7 days and requires re-authentication to access.
29
+
30
+ ---
31
+
32
+ ## Formal Data Access Request (DSAR)
33
+
34
+ If you prefer a formal process or need data not available through self-service:
35
+
36
+ ### How to submit
37
+
38
+ Email **privacy@yantra.ai** with:
39
+
40
+ - Subject line: "Data Access Request"
41
+ - Your registered email address
42
+ - Description of the specific data you're requesting (if not "everything")
43
+ - Your preferred delivery format (JSON, CSV, or PDF)
44
+
45
+ ### Verification
46
+
47
+ To protect your privacy, we verify your identity before processing:
48
+
49
+ - For requests from your registered email: minimal verification (confirmation reply).
50
+ - For requests from a different email: we'll ask you to verify ownership of the account.
51
+
52
+ ### Timeline
53
+
54
+ | Step | Duration |
55
+ | --------------------- | --------------------------------------------- |
56
+ | Acknowledgment | Within 2 business days |
57
+ | Identity verification | 1–3 business days |
58
+ | Data compilation | 5–15 business days |
59
+ | Delivery | Within 30 days of request (legal requirement) |
60
+
61
+ ---
62
+
63
+ ## What You'll Receive
64
+
65
+ Your data package includes:
66
+
67
+ - **Human-readable summaries** (CSV/PDF) for quick review
68
+ - **Machine-readable data** (JSON) for programmatic use or portability
69
+ - **Metadata** — timestamps, data categories, retention periods
70
+ - **Explanation document** — describes what each data field means
71
+
72
+ ---
73
+
74
+ ## Limitations
75
+
76
+ Some data may be excluded or redacted:
77
+
78
+ - **Third-party data** — Data held by integration partners (e.g., Slack messages, GitHub commits) is not included; request it from those providers directly.
79
+ - **Anonymized data** — Data that has been irreversibly anonymized and can no longer be linked to you.
80
+ - **Legal holds** — Data subject to legal proceedings may be flagged but not deleted per your request.
81
+
82
+ ---
83
+
84
+ ## After Receiving Your Data
85
+
86
+ Once you have your data, you can:
87
+
88
+ - **Review** for accuracy — if anything is wrong, request a [correction](/help-center/data-subject-privacy/privacy-requests).
89
+ - **Port** to another service — use the JSON export with compatible tools.
90
+ - **Delete** data you no longer want Yantra to hold — see [Privacy Requests](/help-center/data-subject-privacy/privacy-requests).
@@ -0,0 +1,97 @@
1
+ # Data Portability
2
+
3
+ You have the right to receive your personal data in a structured, machine-readable format and transfer it to another service.
4
+
5
+ ---
6
+
7
+ ## Export Formats
8
+
9
+ | Format | Use case | Contents |
10
+ | ------------ | -------------------------------------------------------- | ------------------------------------------------- |
11
+ | **JSON** | Import into other AI/search tools, developer workflows | Structured data with full metadata |
12
+ | **CSV** | Open in Excel, Google Sheets, or database tools | Tabular data (search history, citations, billing) |
13
+ | **BibTeX** | Academic bibliography managers (Zotero, Mendeley, LaTeX) | Citation data only |
14
+ | **Markdown** | Documentation tools (Notion, Obsidian, GitHub) | Conversations and research reports |
15
+ | **PDF** | Offline reading, archival, printing | Formatted documents with styling |
16
+
17
+ ---
18
+
19
+ ## What's Portable
20
+
21
+ | Data type | JSON | CSV | Markdown | PDF |
22
+ | ---------------------- | ---- | --- | -------- | --- |
23
+ | Account profile | Yes | Yes | — | Yes |
24
+ | Search history | Yes | Yes | — | Yes |
25
+ | Conversations | Yes | — | Yes | Yes |
26
+ | Saved collections | Yes | Yes | Yes | Yes |
27
+ | Source citations | Yes | Yes | BibTeX | Yes |
28
+ | AI employee memory | Yes | — | — | — |
29
+ | Preferences & settings | Yes | — | — | — |
30
+ | Billing history | Yes | Yes | — | Yes |
31
+
32
+ ---
33
+
34
+ ## How to Export
35
+
36
+ ### Quick export (specific items)
37
+
38
+ 1. Open any search result, conversation, or collection.
39
+ 2. Click **Export** or the **⋯** menu > **Export**.
40
+ 3. Choose your format and click **Download**.
41
+
42
+ ### Full data export
43
+
44
+ 1. Go to **Settings > Privacy > Export Data**.
45
+ 2. Select data categories to include.
46
+ 3. Choose format(s) — you can select multiple.
47
+ 4. Click **Request Export**.
48
+ 5. Download link delivered via email within 24 hours.
49
+
50
+ ### API export
51
+
52
+ For programmatic access:
53
+
54
+ ```
55
+ GET /v1/export?categories=searches,conversations&format=json&from=2024-01-01
56
+ ```
57
+
58
+ See [API Overview](/help-center/scope-api/api-overview) for authentication details.
59
+
60
+ ---
61
+
62
+ ## Importing to Other Services
63
+
64
+ ### Common migration paths
65
+
66
+ | From Yantra | To | How |
67
+ | ------------------ | --------------- | -------------------------------------------------- |
68
+ | Search collections | Notion | Export as Markdown, import via Notion's importer |
69
+ | Citations | Zotero/Mendeley | Export as BibTeX, import into bibliography manager |
70
+ | Conversations | Obsidian | Export as Markdown files, drop into Obsidian vault |
71
+ | Research reports | Google Docs | Export as PDF or Markdown, upload to Drive |
72
+
73
+ ### Data structure
74
+
75
+ JSON exports follow a documented schema:
76
+
77
+ ```json
78
+ {
79
+ "export_version": "1.0",
80
+ "exported_at": "2026-02-28T12:00:00Z",
81
+ "account": { "id": "...", "email": "...", "name": "..." },
82
+ "searches": [ { "query": "...", "timestamp": "...", "results": [...] } ],
83
+ "conversations": [ { "id": "...", "messages": [...] } ]
84
+ }
85
+ ```
86
+
87
+ Full schema documentation is available in the [API Reference](https://docs.yantra.ai/api/export-schema).
88
+
89
+ ---
90
+
91
+ ## Retention After Export
92
+
93
+ Exporting your data does not delete it from Yantra. To remove data after exporting:
94
+
95
+ - **Clear specific data** — Settings > Privacy > Clear Data
96
+ - **Delete your account** — Settings > Account > Delete Account
97
+ - **Submit a deletion request** — See [Privacy Requests](/help-center/data-subject-privacy/privacy-requests)
@@ -0,0 +1,95 @@
1
+ # Privacy Requests
2
+
3
+ Exercise your data protection rights with formal privacy requests. This guide covers access, correction, deletion, and restriction requests.
4
+
5
+ ---
6
+
7
+ ## Types of Requests
8
+
9
+ | Request type | What it does | Legal basis |
10
+ | -------------------------------------- | ----------------------------------------------------- | ------------------ |
11
+ | **Access (DSAR)** | Receive a copy of all personal data we hold about you | GDPR Art. 15, CCPA |
12
+ | **Correction** | Fix inaccurate or incomplete personal data | GDPR Art. 16 |
13
+ | **Deletion ("Right to be Forgotten")** | Permanently delete your personal data | GDPR Art. 17, CCPA |
14
+ | **Restriction** | Limit how your data is processed | GDPR Art. 18 |
15
+ | **Portability** | Receive your data in a machine-readable format | GDPR Art. 20 |
16
+ | **Objection** | Object to specific processing activities | GDPR Art. 21 |
17
+
18
+ ---
19
+
20
+ ## How to Submit a Request
21
+
22
+ ### Self-service (fastest)
23
+
24
+ Most requests can be handled directly in the app:
25
+
26
+ | Action | Where |
27
+ | ---------------------- | ----------------------------------------- |
28
+ | Export your data | Settings > Privacy > Export Data |
29
+ | Clear search history | Settings > Privacy > Clear Search History |
30
+ | Clear conversations | Settings > Privacy > Clear Conversations |
31
+ | Delete your account | Settings > Account > Delete Account |
32
+ | Adjust data processing | Settings > Privacy (toggle controls) |
33
+
34
+ ### Formal request
35
+
36
+ For requests that can't be handled via self-service, or if you prefer a formal process:
37
+
38
+ 1. Email **privacy@yantra.ai** with:
39
+ - Subject line: the type of request (e.g., "Deletion Request")
40
+ - Your registered email address
41
+ - Specific description of what you're requesting
42
+ 2. You'll receive an acknowledgment within **2 business days**.
43
+ 3. We may ask for identity verification to protect your privacy.
44
+ 4. The request will be fulfilled within **30 days** (as required by law).
45
+
46
+ ---
47
+
48
+ ## Processing Timeline
49
+
50
+ | Step | Timeline |
51
+ | ---------------------------- | ------------------------------------ |
52
+ | Acknowledgment | Within 2 business days |
53
+ | Identity verification | 1–3 business days (if needed) |
54
+ | Request fulfillment | Within 30 calendar days |
55
+ | Extension (complex requests) | Up to 60 additional days with notice |
56
+
57
+ ---
58
+
59
+ ## What Happens After Deletion
60
+
61
+ When a deletion request is fulfilled:
62
+
63
+ | Data type | What happens |
64
+ | ---------------------- | -------------------------------------------------------- |
65
+ | Account data | Permanently removed |
66
+ | Search history | Permanently removed |
67
+ | Conversations | Permanently removed |
68
+ | Connected integrations | OAuth tokens revoked, configurations deleted |
69
+ | Billing records | Retained for 7 years (legal/tax requirement), anonymized |
70
+ | Anonymized data | Not deleted (can no longer be linked to you) |
71
+ | Backup data | Purged within 30 days of primary deletion |
72
+
73
+ ---
74
+
75
+ ## Special Cases
76
+
77
+ ### Enterprise accounts
78
+
79
+ If you're on an Enterprise plan, your organization's admin may have data retention policies that override individual deletion requests. Contact your organization's data protection officer for guidance.
80
+
81
+ ### Legal obligations
82
+
83
+ We may retain certain data when legally required (e.g., financial records for tax compliance, data subject to legal holds). In such cases, we'll inform you of the specific data retained and the legal basis.
84
+
85
+ ### Third-party data
86
+
87
+ Yantra can only delete data we hold directly. For data held by integration partners (Slack, GitHub, etc.), submit requests to those providers directly.
88
+
89
+ ---
90
+
91
+ ## Contact
92
+
93
+ - **Data Protection Officer:** privacy@yantra.ai
94
+ - **General support:** support@yantra.ai
95
+ - **Supervisory authority:** If you're unsatisfied with our response, you have the right to lodge a complaint with your local data protection authority.
@@ -0,0 +1,93 @@
1
+ # File Uploads
2
+
3
+ Upload documents to Yantra for AI-powered analysis, search, and Q&A. Yantra extracts text, understands the content, and lets you ask questions about your files.
4
+
5
+ ---
6
+
7
+ ## Supported File Types
8
+
9
+ | Format | Extension | Max size | Notes |
10
+ | -------------- | ----------------- | -------- | ------------------------------------------------ |
11
+ | PDF | .pdf | 50 MB | Supports text PDF and OCR for scanned documents |
12
+ | Microsoft Word | .docx, .doc | 25 MB | Full formatting preserved |
13
+ | PowerPoint | .pptx, .ppt | 50 MB | Slide content extracted, including speaker notes |
14
+ | Excel | .xlsx, .csv | 25 MB | Tabular data extracted and indexed |
15
+ | Plain text | .txt, .md | 10 MB | Direct text ingestion |
16
+ | HTML | .html, .htm | 10 MB | Text extracted, ads/nav stripped |
17
+ | Images | .jpg, .png, .webp | 20 MB | OCR text extraction (Pro plans and above) |
18
+
19
+ ---
20
+
21
+ ## How to Upload
22
+
23
+ ### Drag and drop
24
+
25
+ 1. Open a conversation or Space.
26
+ 2. Drag files from your desktop into the Yantra window.
27
+ 3. Files are uploaded and processed automatically.
28
+
29
+ ### Upload button
30
+
31
+ 1. Click the **paperclip icon** (📎) in the search bar or conversation input.
32
+ 2. Select files from your device.
33
+ 3. Click **Upload**.
34
+
35
+ ### API upload
36
+
37
+ ```
38
+ POST /v1/content
39
+ Content-Type: multipart/form-data
40
+
41
+ file: <your-file>
42
+ ```
43
+
44
+ ---
45
+
46
+ ## What Happens After Upload
47
+
48
+ 1. **Text extraction** — Content is extracted from the file (including OCR for images/scans).
49
+ 2. **Analysis** — The content is processed through Yantra's analysis pipeline (entity recognition, topic modeling, embedding generation).
50
+ 3. **Indexing** — The file becomes searchable within your account.
51
+ 4. **Ready** — You can now ask questions about the file in any conversation.
52
+
53
+ Processing time depends on file size:
54
+
55
+ | File size | Processing time |
56
+ | --------- | --------------- |
57
+ | < 1 MB | A few seconds |
58
+ | 1–10 MB | 10–30 seconds |
59
+ | 10–50 MB | 1–3 minutes |
60
+
61
+ ---
62
+
63
+ ## Asking Questions About Files
64
+
65
+ Once a file is uploaded, reference it in your conversations:
66
+
67
+ > "Summarize the key findings from the Q3 report I uploaded"
68
+
69
+ > "What does the contract say about the termination clause?"
70
+
71
+ > "Compare the data in my spreadsheet with industry benchmarks"
72
+
73
+ Yantra understands the full content of your files and can search, summarize, extract, and analyze them.
74
+
75
+ ---
76
+
77
+ ## Managing Files
78
+
79
+ | Action | How |
80
+ | ----------------- | ----------------------------------------------------------------- |
81
+ | View all uploads | Library > Files |
82
+ | Delete a file | Click **⋯** > **Delete** on the file |
83
+ | Re-process a file | Click **⋯** > **Re-index** (useful after processing improvements) |
84
+ | Add to Space | Click **⋯** > **Add to Space** |
85
+
86
+ ---
87
+
88
+ ## Privacy and Security
89
+
90
+ - Files are encrypted at rest (AES-256) and in transit (TLS 1.3).
91
+ - Files are only accessible to you (and your team, if uploaded to a Shared Space).
92
+ - Files are not used to train AI models.
93
+ - You can delete any file at any time — it's removed from our systems within 24 hours.
@@ -0,0 +1,88 @@
1
+ # Getting Started with Yantra
2
+
3
+ Welcome to Yantra — your AI-powered search and research assistant. This guide gets you up and running in under 5 minutes.
4
+
5
+ ---
6
+
7
+ ## Step 1 — Create Your Account
8
+
9
+ 1. Visit [yantra.ai](https://yantra.ai) and click **Get Started**.
10
+ 2. Sign up with email, Google, or GitHub.
11
+ 3. Verify your email and complete your profile.
12
+
13
+ For detailed setup instructions, see [Account Setup](/help-center/account-management/account-setup).
14
+
15
+ ---
16
+
17
+ ## Step 2 — Try Your First Search
18
+
19
+ Type a question in the search bar — just like you'd ask a colleague:
20
+
21
+ > "What are the best practices for securing a REST API?"
22
+
23
+ Yantra will:
24
+
25
+ - Search across multiple sources in real-time
26
+ - Synthesize an AI-generated answer
27
+ - Cite every claim with clickable source links
28
+ - Suggest follow-up questions to explore further
29
+
30
+ ### Search modes at a glance
31
+
32
+ | Mode | Best for | Speed |
33
+ | ----------------- | ----------------------------------------- | -------------- |
34
+ | **Regular** | Quick lookups, simple questions | 1–3 seconds |
35
+ | **Pro Search** | In-depth analysis, comparisons | 5–10 seconds |
36
+ | **Deep Research** | Comprehensive reports, literature reviews | 30–120 seconds |
37
+
38
+ ---
39
+
40
+ ## Step 3 — Save and Organize
41
+
42
+ ### Bookmark results
43
+
44
+ Click the **bookmark icon** on any result to save it. Organize saved items into Collections in your Library.
45
+
46
+ ### Create a Space
47
+
48
+ Spaces are project folders for your research. Click **+ New Space** in the sidebar to create one.
49
+
50
+ ---
51
+
52
+ ## Step 4 — Connect Your Tools (Optional)
53
+
54
+ If you're using Yantra with AI Employees, connect your work tools for proactive monitoring:
55
+
56
+ 1. Go to **Settings > Integrations**.
57
+ 2. Connect tools like Slack, GitHub, HubSpot, or Sentry.
58
+ 3. Your AI employee starts monitoring and providing insights immediately.
59
+
60
+ ---
61
+
62
+ ## Step 5 — Explore Key Features
63
+
64
+ | Feature | What it does | Where to learn more |
65
+ | ----------------------- | -------------------------------------------- | ---------------------------------------------------------------------------- |
66
+ | **Follow-up questions** | Refine your search with natural conversation | [Conversation Features](/help-center/product-features/conversation-features) |
67
+ | **Source citations** | Verify every claim with original sources | [Source Citations](/help-center/product-features/source-citations) |
68
+ | **Export** | Download results as PDF, Markdown, or CSV | [Export Features](/help-center/product-features/export-features) |
69
+ | **AI Employees** | Autonomous agents that monitor your tools | [AI Employees](/help-center/ai-employees/ai-employees-overview) |
70
+ | **Spaces** | Organize research into project folders | [Spaces & Library](/help-center/spaces-library/spaces-overview) |
71
+
72
+ ---
73
+
74
+ ## Tips for Best Results
75
+
76
+ 1. **Be specific** — "How does React 19 handle concurrent rendering?" outperforms "React 19".
77
+ 2. **Use Pro Search for depth** — Toggle Pro Search for multi-step or comparison questions.
78
+ 3. **Follow up naturally** — Yantra remembers context, so ask follow-ups like you would in a conversation.
79
+ 4. **Save as you go** — Bookmark important results and organize them into Spaces.
80
+ 5. **Check the sources** — Click citation links to verify information from original sources.
81
+
82
+ ---
83
+
84
+ ## Need Help?
85
+
86
+ - **Help Center** — You're here! Browse articles by category in the sidebar.
87
+ - **In-app chat** — Click the chat widget in the bottom-right corner.
88
+ - **Email** — support@yantra.ai (response within 2 hours).