@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
@@ -1,88 +0,0 @@
1
- # Data Access
2
-
3
- Requesting access to your personal data.
4
-
5
- ## What Data You Can Access
6
-
7
- ### Personal Information
8
- - **Account Data**: Account information and profile data
9
- - **Usage Data**: How you use Yantra services
10
- - **Search History**: Your search queries and history
11
- - **Interaction Data**: Your interactions with the platform
12
-
13
- ### Technical Data
14
- - **Device Information**: Information about your devices
15
- - **Location Data**: Location information (if collected)
16
- - **IP Addresses**: IP address information
17
- - **Log Data**: System logs and technical data
18
-
19
- ## How to Request Data Access
20
-
21
- ### Request Process
22
- 1. **Submit Request**: Submit data access request
23
- 2. **Identity Verification**: Verify your identity
24
- 3. **Request Processing**: Process your request
25
- 4. **Data Preparation**: Prepare your data
26
- 5. **Data Delivery**: Deliver requested data
27
-
28
- ### Request Methods
29
- - **Online Form**: Use online request form
30
- - **Email Request**: Send email request
31
- - **Support Ticket**: Create support ticket
32
- - **Phone Request**: Call support team
33
-
34
- ## Data Format Options
35
-
36
- ### Available Formats
37
- - **JSON Format**: Machine-readable JSON format
38
- - **CSV Format**: Spreadsheet-compatible CSV format
39
- - **PDF Format**: Human-readable PDF format
40
- - **XML Format**: Structured XML format
41
-
42
- ### Data Organization
43
- - **Categorized Data**: Data organized by category
44
- - **Chronological Order**: Data in chronological order
45
- - **Searchable Format**: Searchable data format
46
- - **Compressed Files**: Compressed for large datasets
47
-
48
- ## Processing Timeline
49
-
50
- ### Standard Timeline
51
- - **Request Acknowledgment**: Within 24 hours
52
- - **Processing Time**: Up to 30 days
53
- - **Data Preparation**: Additional time for preparation
54
- - **Delivery**: Data delivery within timeline
55
-
56
- ### Expedited Processing
57
- - **Urgent Requests**: Expedited processing available
58
- - **Emergency Access**: Emergency access procedures
59
- - **Priority Handling**: Priority handling for urgent cases
60
- - **Faster Timeline**: Reduced processing time
61
-
62
- ## Data Delivery
63
-
64
- ### Delivery Methods
65
- - **Secure Download**: Secure download link
66
- - **Email Delivery**: Email with encrypted attachment
67
- - **Physical Media**: Physical media delivery
68
- - **Cloud Storage**: Cloud storage delivery
69
-
70
- ### Security Measures
71
- - **Encryption**: Data encrypted during delivery
72
- - **Secure Links**: Time-limited secure links
73
- - **Access Control**: Controlled access to data
74
- - **Audit Trail**: Complete audit trail
75
-
76
- ## Data Interpretation
77
-
78
- ### Understanding Your Data
79
- - **Data Dictionary**: Explanation of data fields
80
- - **Format Guide**: Guide to data formats
81
- - **Sample Data**: Sample data for reference
82
- - **Support Resources**: Resources for understanding data
83
-
84
- ### Data Analysis
85
- - **Usage Patterns**: Understanding usage patterns
86
- - **Privacy Insights**: Privacy-related insights
87
- - **Data Relationships**: Relationships between data
88
- - **Trend Analysis**: Analysis of data trends
@@ -1,108 +0,0 @@
1
- # Data Portability
2
-
3
- Exporting your data for portability.
4
-
5
- ## What is Data Portability
6
-
7
- ### Definition
8
- - **Data Export**: Export your personal data
9
- - **Machine Readable**: Data in machine-readable format
10
- - **Structured Format**: Well-structured data format
11
- - **Complete Data**: Complete dataset export
12
-
13
- ### Benefits
14
- - **Service Switching**: Switch between services
15
- - **Data Backup**: Backup your personal data
16
- - **Data Analysis**: Analyze your own data
17
- - **Data Control**: Maintain control over your data
18
-
19
- ## Portable Data Types
20
-
21
- ### Account Data
22
- - **Profile Information**: Personal profile data
23
- - **Account Settings**: Account configuration
24
- - **Preferences**: User preferences and settings
25
- - **Contact Information**: Contact details
26
-
27
- ### Usage Data
28
- - **Search History**: Complete search history
29
- - **Saved Searches**: All saved searches
30
- - **Collections**: Research collections
31
- - **Interaction Data**: Platform interactions
32
-
33
- ### Content Data
34
- - **Personal Notes**: Personal notes and annotations
35
- - **Uploaded Files**: Files you've uploaded
36
- - **Generated Content**: Content you've created
37
- - **Shared Content**: Content you've shared
38
-
39
- ## Export Process
40
-
41
- ### Request Process
42
- 1. **Submit Request**: Submit data portability request
43
- 2. **Identity Verification**: Verify your identity
44
- 3. **Data Collection**: Collect all your data
45
- 4. **Data Processing**: Process and format data
46
- 5. **Data Delivery**: Deliver portable data
47
-
48
- ### Export Options
49
- - **Full Export**: Complete data export
50
- - **Selective Export**: Export specific data types
51
- - **Custom Format**: Custom data format
52
- - **Multiple Formats**: Export in multiple formats
53
-
54
- ## Export Formats
55
-
56
- ### Standard Formats
57
- - **JSON**: JavaScript Object Notation
58
- - **CSV**: Comma-separated values
59
- - **XML**: Extensible Markup Language
60
- - **SQL**: Structured Query Language
61
-
62
- ### Specialized Formats
63
- - **RSS/Atom**: Feed formats
64
- - **iCalendar**: Calendar format
65
- - **vCard**: Contact format
66
- - **OPML**: Outline format
67
-
68
- ## Data Structure
69
-
70
- ### Organized Data
71
- - **Hierarchical Structure**: Well-organized hierarchy
72
- - **Metadata**: Complete metadata included
73
- - **Relationships**: Data relationships preserved
74
- - **Timestamps**: Complete timestamp information
75
-
76
- ### Data Quality
77
- - **Data Integrity**: Ensure data integrity
78
- - **Completeness**: Complete dataset
79
- - **Accuracy**: Accurate data export
80
- - **Consistency**: Consistent data format
81
-
82
- ## Import to Other Services
83
-
84
- ### Compatibility
85
- - **Standard Formats**: Use standard data formats
86
- - **API Integration**: API-based data transfer
87
- - **Direct Import**: Direct import capabilities
88
- - **Migration Tools**: Migration assistance tools
89
-
90
- ### Supported Services
91
- - **Competing Services**: Import to competing services
92
- - **Personal Storage**: Import to personal storage
93
- - **Analysis Tools**: Import to analysis tools
94
- - **Backup Services**: Import to backup services
95
-
96
- ## Timeline and Support
97
-
98
- ### Processing Timeline
99
- - **Request Processing**: Up to 30 days
100
- - **Data Preparation**: Additional preparation time
101
- - **Delivery**: Secure delivery
102
- - **Follow-up**: Follow-up support
103
-
104
- ### Support Resources
105
- - **Documentation**: Export documentation
106
- - **Format Guides**: Format specification guides
107
- - **Sample Data**: Sample export data
108
- - **Technical Support**: Technical support assistance
@@ -1,80 +0,0 @@
1
- # Privacy Requests
2
-
3
- How to submit privacy-related requests.
4
-
5
- ## Types of Privacy Requests
6
-
7
- ### Data Access Requests
8
- - **Personal Data Access**: Request access to your personal data
9
- - **Data Portability**: Export your data in portable format
10
- - **Data Categories**: Request specific categories of data
11
- - **Processing Information**: Information about data processing
12
-
13
- ### Data Correction Requests
14
- - **Data Accuracy**: Correct inaccurate personal data
15
- - **Data Updates**: Update outdated information
16
- - **Data Completion**: Complete incomplete data
17
- - **Data Verification**: Verify data accuracy
18
-
19
- ### Data Deletion Requests
20
- - **Right to Erasure**: Request deletion of personal data
21
- - **Data Minimization**: Remove unnecessary data
22
- - **Consent Withdrawal**: Withdraw consent for data processing
23
- - **Account Deletion**: Complete account deletion
24
-
25
- ## How to Submit Requests
26
-
27
- ### Online Request Form
28
- 1. **Access Request Form**: Go to privacy request form
29
- 2. **Select Request Type**: Choose type of privacy request
30
- 3. **Provide Details**: Provide required information
31
- 4. **Submit Request**: Submit your privacy request
32
- 5. **Track Progress**: Monitor request progress
33
-
34
- ### Required Information
35
- - **Identity Verification**: Verify your identity
36
- - **Request Details**: Specify what you're requesting
37
- - **Contact Information**: Provide contact information
38
- - **Supporting Documents**: Submit supporting documents
39
-
40
- ## Request Processing
41
-
42
- ### Processing Timeline
43
- - **Acknowledgment**: Request acknowledgment within 24 hours
44
- - **Processing Time**: 30 days for standard requests
45
- - **Complex Requests**: Up to 60 days for complex requests
46
- - **Extension Notice**: Notification if extension needed
47
-
48
- ### Verification Process
49
- - **Identity Verification**: Verify your identity
50
- - **Request Validation**: Validate request details
51
- - **Documentation Review**: Review supporting documents
52
- - **Processing Decision**: Make processing decision
53
-
54
- ## Request Outcomes
55
-
56
- ### Approved Requests
57
- - **Data Access**: Provide requested data
58
- - **Data Correction**: Correct inaccurate data
59
- - **Data Deletion**: Delete requested data
60
- - **Confirmation**: Confirm completion
61
-
62
- ### Denied Requests
63
- - **Denial Reasons**: Explain denial reasons
64
- - **Appeal Process**: Information about appeals
65
- - **Alternative Options**: Suggest alternatives
66
- - **Legal Rights**: Information about legal rights
67
-
68
- ## Privacy Rights
69
-
70
- ### Your Rights
71
- - **Right to Access**: Access your personal data
72
- - **Right to Rectification**: Correct inaccurate data
73
- - **Right to Erasure**: Delete your personal data
74
- - **Right to Portability**: Export your data
75
-
76
- ### Additional Rights
77
- - **Right to Object**: Object to data processing
78
- - **Right to Restrict**: Restrict data processing
79
- - **Right to Withdraw**: Withdraw consent
80
- - **Right to Complain**: Complain to supervisory authority
@@ -1,65 +0,0 @@
1
- # File Upload Overview
2
-
3
- Introduction to Yantra's file upload capabilities.
4
-
5
- ## Supported File Types
6
-
7
- ### Document Formats
8
- - **PDF**: Portable Document Format
9
- - **Word**: Microsoft Word documents
10
- - **Text**: Plain text files
11
- - **Markdown**: Markdown files
12
-
13
- ### Image Formats
14
- - **JPEG**: JPEG images
15
- - **PNG**: PNG images
16
- - **GIF**: GIF images
17
- - **SVG**: Scalable Vector Graphics
18
-
19
- ### Other Formats
20
- - **CSV**: Comma-separated values
21
- - **Excel**: Microsoft Excel files
22
- - **PowerPoint**: PowerPoint presentations
23
- - **HTML**: HTML files
24
-
25
- ## Upload Process
26
-
27
- ### File Upload Steps
28
- 1. **Select File**: Choose file to upload
29
- 2. **Upload File**: Upload file to Yantra
30
- 3. **Processing**: File processing and analysis
31
- 4. **Analysis Results**: Review analysis results
32
-
33
- ### Upload Options
34
- - **Single Upload**: Upload individual files
35
- - **Batch Upload**: Upload multiple files
36
- - **Drag and Drop**: Drag and drop interface
37
- - **API Upload**: Programmatic file upload
38
-
39
- ## File Processing
40
-
41
- ### Analysis Features
42
- - **Content Extraction**: Extract text content
43
- - **Image Analysis**: Analyze image content
44
- - **Data Processing**: Process structured data
45
- - **Search Integration**: Integrate with search
46
-
47
- ### Processing Options
48
- - **Automatic Processing**: Automatic file processing
49
- - **Manual Processing**: Manual processing control
50
- - **Custom Processing**: Custom processing rules
51
- - **Batch Processing**: Process multiple files
52
-
53
- ## File Management
54
-
55
- ### Storage
56
- - **Cloud Storage**: Secure cloud storage
57
- - **File Organization**: Organize uploaded files
58
- - **Version Control**: Track file versions
59
- - **Access Control**: Control file access
60
-
61
- ### Security
62
- - **Encryption**: Encrypt uploaded files
63
- - **Access Control**: Control file access
64
- - **Audit Logging**: Log file access
65
- - **Compliance**: Meet compliance requirements
@@ -1,65 +0,0 @@
1
- # Getting Started Guide
2
-
3
- Complete guide to getting started with Yantra.
4
-
5
- ## Quick Start
6
-
7
- ### 1. Create Account
8
- - Visit Yantra website
9
- - Click "Sign Up"
10
- - Enter email and password
11
- - Verify email address
12
-
13
- ### 2. First Search
14
- - Type your question in the search bar
15
- - Press Enter or click search
16
- - Review the AI-generated answer
17
- - Click on citations to explore sources
18
-
19
- ### 3. Explore Features
20
- - Try different search modes
21
- - Save important searches
22
- - Set up your profile
23
- - Explore advanced features
24
-
25
- ## Essential Features
26
-
27
- ### Search Modes
28
- - **Regular Search**: Standard web search
29
- - **Pro Search**: Enhanced analysis (Pro users)
30
- - **Deep Research**: Comprehensive research
31
- - **Labs**: Experimental features
32
-
33
- ### Account Management
34
- - **Profile Setup**: Complete your profile
35
- - **Preferences**: Customize your experience
36
- - **Search History**: Access past searches
37
- - **Saved Searches**: Organize important findings
38
-
39
- ## Tips for Success
40
-
41
- ### Effective Searching
42
- - **Be Specific**: Ask clear, specific questions
43
- - **Provide Context**: Include relevant background
44
- - **Use Follow-ups**: Build on previous answers
45
- - **Explore Citations**: Verify information sources
46
-
47
- ### Organization
48
- - **Save Important Searches**: Keep valuable findings
49
- - **Use Tags**: Organize with custom tags
50
- - **Create Collections**: Group related searches
51
- - **Export Results**: Save findings in various formats
52
-
53
- ## Getting Help
54
-
55
- ### Support Resources
56
- - **Help Center**: Comprehensive documentation
57
- - **Discord Community**: Connect with other users
58
- - **Support Team**: Direct assistance
59
- - **Video Tutorials**: Step-by-step guides
60
-
61
- ### Common Questions
62
- - **Account Setup**: How to set up your account
63
- - **Search Tips**: Best practices for searching
64
- - **Feature Usage**: How to use specific features
65
- - **Troubleshooting**: Common problem solutions
@@ -1,84 +0,0 @@
1
- # AI Models Integration
2
-
3
- Yantra integrates multiple cutting-edge AI models to provide the best possible answers.
4
-
5
- ## Supported AI Models
6
-
7
- ### OpenAI Models
8
-
9
- - **GPT-4**: Latest and most advanced GPT model
10
- - **GPT-3.5**: Fast and efficient for most queries
11
- - **GPT-3**: Reliable baseline model
12
- - **Custom Models**: Fine-tuned for specific use cases
13
-
14
- ### Anthropic Models
15
-
16
- - **Claude**: Advanced reasoning and analysis
17
- - **Claude Instant**: Fast responses for simple queries
18
- - **Custom Claude**: Specialized versions for specific needs
19
-
20
- ### Other Models
21
-
22
- - **Custom Models**: Yantra-specific models
23
- - **Specialized Models**: Models trained for specific domains
24
- - **Multimodal Models**: Handle text, images, and more
25
- - **Code Models**: Specialized for programming questions
26
-
27
- ## Model Selection
28
-
29
- ### Automatic Selection
30
-
31
- Yantra automatically selects the best model for your query:
32
-
33
- - **Simple Questions**: GPT-3.5 or Claude Instant
34
- - **Complex Analysis**: GPT-4 or Claude
35
- - **Specialized Topics**: Custom models
36
- - **Code Questions**: Code-specialized models
37
-
38
- ### Manual Selection
39
-
40
- Pro and Max users can specify which model to use:
41
-
42
- - **Performance**: Choose based on speed vs quality
43
- - **Specialization**: Select models for specific domains
44
- - **Consistency**: Use the same model for related queries
45
- - **Experimentation**: Try different models for comparison
46
-
47
- ## Model Capabilities
48
-
49
- ### Text Generation
50
-
51
- - **Natural Language**: Human-like responses
52
- - **Structured Output**: Formatted answers
53
- - **Multiple Formats**: Lists, tables, code blocks
54
- - **Multilingual**: Support for many languages
55
-
56
- ### Analysis and Reasoning
57
-
58
- - **Logical Reasoning**: Step-by-step analysis
59
- - **Critical Thinking**: Evaluation of arguments
60
- - **Pattern Recognition**: Identifying trends and patterns
61
- - **Problem Solving**: Systematic approach to problems
62
-
63
- ### Specialized Capabilities
64
-
65
- - **Code Generation**: Programming assistance
66
- - **Mathematical Analysis**: Complex calculations
67
- - **Scientific Research**: Academic-level analysis
68
- - **Creative Writing**: Storytelling and content creation
69
-
70
- ## Model Updates
71
-
72
- ### Regular Updates
73
-
74
- - **New Versions**: Access to latest model versions
75
- - **Performance Improvements**: Better speed and accuracy
76
- - **New Features**: Additional capabilities
77
- - **Bug Fixes**: Resolved issues and improvements
78
-
79
- ### Custom Training
80
-
81
- - **Domain-Specific**: Models trained for specific fields
82
- - **Company-Specific**: Custom models for your organization
83
- - **Use-Case Specific**: Models optimized for particular tasks
84
- - **Continuous Learning**: Models that improve over time
@@ -1,59 +0,0 @@
1
- # Collaboration Tools
2
-
3
- Share and collaborate on research with team members.
4
-
5
- ## Sharing Features
6
-
7
- ### Individual Sharing
8
- - **Share Search Results**: Share specific search results
9
- - **Share Conversations**: Share entire conversations
10
- - **Share Collections**: Share organized collections
11
- - **Share with Comments**: Add context and notes
12
-
13
- ### Permission Levels
14
- - **View Only**: Read-only access
15
- - **Comment Access**: Add comments and feedback
16
- - **Edit Access**: Modify shared content
17
- - **Admin Access**: Full management control
18
-
19
- ## Team Collaboration
20
-
21
- ### Team Workspaces
22
- - **Shared Workspaces**: Collaborative work areas
23
- - **Project Organization**: Organize by projects
24
- - **Role Management**: Assign team roles
25
- - **Access Control**: Control team access
26
-
27
- ### Communication Features
28
- - **Comments System**: Add comments to shared content
29
- - **Mention System**: Notify team members
30
- - **Discussion Threads**: Organize discussions
31
- - **Real-time Updates**: Live collaboration updates
32
-
33
- ## Advanced Collaboration
34
-
35
- ### Workflow Integration
36
- - **Project Management**: Integrate with project tools
37
- - **Task Assignment**: Assign research tasks
38
- - **Progress Tracking**: Track research progress
39
- - **Deadline Management**: Set and track deadlines
40
-
41
- ### Knowledge Management
42
- - **Team Knowledge Base**: Build shared knowledge
43
- - **Best Practices**: Share research best practices
44
- - **Template Library**: Share research templates
45
- - **Training Resources**: Provide team training
46
-
47
- ## Collaboration Analytics
48
-
49
- ### Team Insights
50
- - **Usage Analytics**: Track team usage patterns
51
- - **Collaboration Metrics**: Measure collaboration effectiveness
52
- - **Knowledge Sharing**: Track knowledge sharing
53
- - **Performance Metrics**: Measure team performance
54
-
55
- ### Reporting Features
56
- - **Team Reports**: Generate team reports
57
- - **Activity Dashboards**: Visualize team activity
58
- - **Export Analytics**: Export collaboration data
59
- - **Custom Reports**: Create custom reports
@@ -1,45 +0,0 @@
1
- # Conversation Features
2
-
3
- Learn about Yantra's conversational AI capabilities.
4
-
5
- ## Conversational Interface
6
-
7
- ### Natural Dialogue
8
- - **Contextual Understanding**: Maintains conversation context
9
- - **Follow-up Questions**: Build on previous answers
10
- - **Multi-turn Conversations**: Extended dialogue sessions
11
- - **Topic Switching**: Seamlessly change topics
12
-
13
- ### Interactive Elements
14
- - **Clarification Requests**: Ask for more specific information
15
- - **Example Requests**: Request examples and demonstrations
16
- - **Explanation Levels**: Adjust complexity of explanations
17
- - **Visual Elements**: Support for images and diagrams
18
-
19
- ## Conversation Management
20
-
21
- ### Session Handling
22
- - **Conversation History**: Track all interactions
23
- - **Session Persistence**: Maintain context across sessions
24
- - **Topic Threading**: Organize related conversations
25
- - **Export Conversations**: Save important discussions
26
-
27
- ### Advanced Features
28
- - **Multi-language Support**: Conversations in multiple languages
29
- - **Voice Integration**: Voice-based conversations
30
- - **Real-time Updates**: Live conversation updates
31
- - **Collaborative Sessions**: Share conversations with others
32
-
33
- ## Best Practices
34
-
35
- ### Effective Conversations
36
- - **Clear Questions**: Ask specific, clear questions
37
- - **Provide Context**: Give background information
38
- - **Use Examples**: Include relevant examples
39
- - **Follow Up**: Ask clarifying questions
40
-
41
- ### Conversation Tips
42
- - **Stay Focused**: Keep conversations on topic
43
- - **Be Patient**: Allow time for complex responses
44
- - **Use Feedback**: Provide feedback on responses
45
- - **Explore Topics**: Dive deeper into interesting areas
@@ -1,59 +0,0 @@
1
- # Export Features
2
-
3
- Export your research and findings in various formats.
4
-
5
- ## Export Formats
6
-
7
- ### Document Formats
8
- - **PDF**: Professional document format
9
- - **Word**: Editable document format
10
- - **Markdown**: Plain text with formatting
11
- - **HTML**: Web-ready format
12
-
13
- ### Data Formats
14
- - **JSON**: Structured data format
15
- - **CSV**: Spreadsheet-compatible format
16
- - **XML**: Structured markup format
17
- - **Plain Text**: Simple text format
18
-
19
- ## Export Options
20
-
21
- ### Content Selection
22
- - **Full Results**: Export complete search results
23
- - **Selected Sections**: Choose specific parts
24
- - **Citations Only**: Export just the sources
25
- - **Summary Only**: Export condensed version
26
-
27
- ### Customization
28
- - **Formatting Options**: Customize appearance
29
- - **Include Metadata**: Add search metadata
30
- - **Custom Templates**: Use predefined templates
31
- - **Branding Options**: Add your branding
32
-
33
- ## Advanced Export Features
34
-
35
- ### Batch Export
36
- - **Multiple Searches**: Export multiple searches at once
37
- - **Collection Export**: Export entire collections
38
- - **Scheduled Exports**: Automate regular exports
39
- - **Bulk Operations**: Process large numbers of exports
40
-
41
- ### Integration Features
42
- - **API Export**: Programmatic export access
43
- - **Cloud Storage**: Direct cloud storage integration
44
- - **Email Integration**: Email exports directly
45
- - **Workflow Integration**: Connect to other tools
46
-
47
- ## Export Management
48
-
49
- ### Export History
50
- - **Export Log**: Track all exports
51
- - **Download Links**: Access previous exports
52
- - **Export Analytics**: Understand export patterns
53
- - **Storage Management**: Manage export storage
54
-
55
- ### Quality Control
56
- - **Preview Before Export**: Review before exporting
57
- - **Format Validation**: Ensure format compatibility
58
- - **Content Verification**: Verify export completeness
59
- - **Error Handling**: Handle export errors gracefully