@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.
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +186 -90
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts +1 -5
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +123 -69
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Icons.d.ts +55 -0
- package/lib/components/Icons.d.ts.map +1 -0
- package/lib/components/Icons.js +186 -0
- package/lib/components/Icons.js.map +1 -0
- package/lib/components/Logo.d.ts +1 -2
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +5 -8
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/PageHero.d.ts +9 -0
- package/lib/components/PageHero.d.ts.map +1 -0
- package/lib/components/PageHero.js +47 -0
- package/lib/components/PageHero.js.map +1 -0
- package/lib/components/SearchBar.d.ts +8 -0
- package/lib/components/SearchBar.d.ts.map +1 -0
- package/lib/components/SearchBar.js +262 -0
- package/lib/components/SearchBar.js.map +1 -0
- package/lib/components/SidebarSearch.d.ts +8 -0
- package/lib/components/SidebarSearch.d.ts.map +1 -0
- package/lib/components/SidebarSearch.js +114 -0
- package/lib/components/SidebarSearch.js.map +1 -0
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +32 -36
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts +17 -0
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +111 -3
- package/lib/compute.js.map +1 -1
- package/lib/pages/About/index.d.ts +3 -0
- package/lib/pages/About/index.d.ts.map +1 -0
- package/lib/pages/About/index.js +69 -0
- package/lib/pages/About/index.js.map +1 -0
- package/lib/pages/Blog/index.d.ts +3 -0
- package/lib/pages/Blog/index.d.ts.map +1 -0
- package/lib/pages/Blog/index.js +172 -0
- package/lib/pages/Blog/index.js.map +1 -0
- package/lib/pages/BlogPost/index.d.ts +3 -0
- package/lib/pages/BlogPost/index.d.ts.map +1 -0
- package/lib/pages/BlogPost/index.js +209 -0
- package/lib/pages/BlogPost/index.js.map +1 -0
- package/lib/pages/Careers/index.d.ts +3 -0
- package/lib/pages/Careers/index.d.ts.map +1 -0
- package/lib/pages/Careers/index.js +78 -0
- package/lib/pages/Careers/index.js.map +1 -0
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +86 -80
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/Community/index.d.ts +3 -0
- package/lib/pages/Community/index.d.ts.map +1 -0
- package/lib/pages/Community/index.js +72 -0
- package/lib/pages/Community/index.js.map +1 -0
- package/lib/pages/Contact/index.d.ts +3 -0
- package/lib/pages/Contact/index.d.ts.map +1 -0
- package/lib/pages/Contact/index.js +128 -0
- package/lib/pages/Contact/index.js.map +1 -0
- package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +333 -713
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +154 -68
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +338 -78
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +22 -37
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +261 -44
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts +16 -0
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +83 -12
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +31 -20
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +35 -13
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -7
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +108 -40
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +24 -19
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +189 -130
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js +318 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
- package/lib/pages/Markdown/index.d.ts +3 -0
- package/lib/pages/Markdown/index.d.ts.map +1 -0
- package/lib/pages/Markdown/index.js +5 -0
- package/lib/pages/Markdown/index.js.map +1 -0
- package/lib/pages/Privacy/index.d.ts +3 -0
- package/lib/pages/Privacy/index.d.ts.map +1 -0
- package/lib/pages/Privacy/index.js +449 -0
- package/lib/pages/Privacy/index.js.map +1 -0
- package/lib/pages/ReleaseNotes/index.d.ts +3 -0
- package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
- package/lib/pages/ReleaseNotes/index.js +61 -0
- package/lib/pages/ReleaseNotes/index.js.map +1 -0
- package/lib/pages/StatusPage/index.d.ts +3 -0
- package/lib/pages/StatusPage/index.d.ts.map +1 -0
- package/lib/pages/StatusPage/index.js +85 -0
- package/lib/pages/StatusPage/index.js.map +1 -0
- package/lib/pages/Terms/index.d.ts +3 -0
- package/lib/pages/Terms/index.d.ts.map +1 -0
- package/lib/pages/Terms/index.js +60 -0
- package/lib/pages/Terms/index.js.map +1 -0
- package/lib/routes.json +138 -1
- package/lib/templates/content/account-management/account-setup.md +83 -0
- package/lib/templates/content/account-management/delete-account.md +81 -0
- package/lib/templates/content/account-management/preferences.md +98 -0
- package/lib/templates/content/account-management/privacy-settings.md +94 -0
- package/lib/templates/content/account-management/profile-settings.md +78 -0
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/blog/how-yantra-browser-automates-workflows.md +120 -0
- package/lib/templates/content/blog/introducing-yantra-browser.md +90 -0
- package/lib/templates/content/blog/yantra-browser-productivity-tips.md +98 -0
- package/lib/templates/content/browser-extension/browser-extension-overview.md +60 -0
- package/lib/templates/content/browser-extension/extension-security.md +126 -0
- package/lib/templates/content/browser-extension/getting-started-extension.md +96 -0
- package/lib/templates/content/browser-extension/how-it-works.md +112 -0
- package/lib/templates/content/browser-extension/troubleshooting-extension.md +138 -0
- package/lib/templates/content/browser-extension/use-cases-workflows.md +123 -0
- package/lib/templates/content/content-manifest.json +6245 -0
- package/lib/templates/content/data-privacy/data-collection.md +78 -0
- package/lib/templates/content/data-privacy/privacy-policy.md +100 -0
- package/lib/templates/content/data-subject-privacy/data-access.md +90 -0
- package/lib/templates/content/data-subject-privacy/data-portability.md +97 -0
- package/lib/templates/content/data-subject-privacy/privacy-requests.md +95 -0
- package/lib/templates/content/file-uploads/file-upload-overview.md +93 -0
- package/lib/templates/content/getting-started/getting-started-guide.md +88 -0
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/templates/content/product-features/ai-models.md +89 -0
- package/lib/templates/content/product-features/collaboration-tools.md +88 -0
- package/lib/templates/content/product-features/conversation-features.md +76 -0
- package/lib/templates/content/product-features/export-features.md +87 -0
- package/lib/templates/content/product-features/follow-up-questions.md +82 -0
- package/lib/templates/content/product-features/real-time-search.md +84 -0
- package/lib/templates/content/product-features/saved-searches.md +75 -0
- package/lib/templates/content/product-features/search-features.md +82 -0
- package/lib/templates/content/product-features/search-history.md +86 -0
- package/lib/templates/content/product-features/source-citations.md +100 -0
- package/lib/templates/content/scope-api/api-overview.md +104 -0
- package/lib/templates/content/search-modes/deep-research.md +109 -0
- package/lib/templates/content/search-modes/labs-features.md +81 -0
- package/lib/templates/content/search-modes/pro-search.md +75 -0
- package/lib/templates/content/search-modes/regular-search.md +86 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/templates/content/spaces-library/spaces-overview.md +89 -0
- package/lib/templates/content/student-hub/academic-research.md +106 -0
- package/lib/templates/content/student-hub/student-discounts.md +78 -0
- package/lib/templates/content/student-hub/student-overview.md +86 -0
- package/lib/templates/content/student-hub/study-tools.md +121 -0
- package/lib/templates/content/subscription-billing/billing-cycle.md +71 -0
- package/lib/templates/content/subscription-billing/billing-overview.md +72 -0
- package/lib/templates/content/subscription-billing/billing-support.md +74 -0
- package/lib/templates/content/subscription-billing/currency-support.md +57 -0
- package/lib/templates/content/subscription-billing/enterprise-pricing.md +74 -0
- package/lib/templates/content/subscription-billing/invoice-management.md +86 -0
- package/lib/templates/content/subscription-billing/payment-methods.md +77 -0
- package/lib/templates/content/subscription-billing/promotional-offers.md +81 -0
- package/lib/templates/content/subscription-billing/refund-policy.md +80 -0
- package/lib/templates/content/subscription-billing/student-discounts.md +88 -0
- package/lib/templates/content/subscription-billing/tax-information.md +86 -0
- package/lib/templates/content/technical-questions/ai-models-technical.md +87 -0
- package/lib/templates/content/technical-questions/api-technical.md +158 -0
- package/lib/templates/content/technical-questions/data-processing.md +102 -0
- package/lib/templates/content/technical-questions/database-architecture.md +120 -0
- package/lib/templates/content/technical-questions/infrastructure.md +132 -0
- package/lib/templates/content/technical-questions/performance-optimization.md +105 -0
- package/lib/templates/content/technical-questions/search-algorithms.md +105 -0
- package/lib/templates/content/technical-questions/technical-overview.md +107 -0
- package/lib/templates/content/threads/conversation-management.md +103 -0
- package/lib/templates/content/threads/threads-overview.md +92 -0
- package/lib/templates/content/troubleshooting/common-issues.md +115 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/lib/templates/content/what-is-yantra/getting-started-yantra.md +85 -0
- package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
- package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
- package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
- package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
- package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
- package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
- package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
- package/lib/utils/docsNavigation.d.ts +10 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +209 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -1
- package/lib/utils/markdownLoader.d.ts +12 -4
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +362 -1163
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +23 -6
- package/lib/content/account-management/account-setup.md +0 -74
- package/lib/content/account-management/delete-account.md +0 -74
- package/lib/content/account-management/preferences.md +0 -73
- package/lib/content/account-management/privacy-settings.md +0 -73
- package/lib/content/account-management/profile-settings.md +0 -59
- package/lib/content/data-privacy/data-collection.md +0 -65
- package/lib/content/data-privacy/privacy-policy.md +0 -73
- package/lib/content/data-subject-privacy/data-access.md +0 -88
- package/lib/content/data-subject-privacy/data-portability.md +0 -108
- package/lib/content/data-subject-privacy/privacy-requests.md +0 -80
- package/lib/content/file-uploads/file-upload-overview.md +0 -65
- package/lib/content/getting-started/getting-started-guide.md +0 -65
- package/lib/content/product-features/ai-models.md +0 -84
- package/lib/content/product-features/collaboration-tools.md +0 -59
- package/lib/content/product-features/conversation-features.md +0 -45
- package/lib/content/product-features/export-features.md +0 -59
- package/lib/content/product-features/follow-up-questions.md +0 -59
- package/lib/content/product-features/real-time-search.md +0 -59
- package/lib/content/product-features/saved-searches.md +0 -59
- package/lib/content/product-features/search-features.md +0 -64
- package/lib/content/product-features/search-history.md +0 -59
- package/lib/content/product-features/source-citations.md +0 -59
- package/lib/content/scope-api/api-overview.md +0 -59
- package/lib/content/search-modes/deep-research.md +0 -60
- package/lib/content/search-modes/labs-features.md +0 -73
- package/lib/content/search-modes/pro-search.md +0 -59
- package/lib/content/search-modes/regular-search.md +0 -60
- package/lib/content/spaces-library/spaces-overview.md +0 -60
- package/lib/content/student-hub/academic-research.md +0 -61
- package/lib/content/student-hub/student-discounts.md +0 -74
- package/lib/content/student-hub/student-overview.md +0 -59
- package/lib/content/student-hub/study-tools.md +0 -59
- package/lib/content/subscription-billing/billing-cycle.md +0 -61
- package/lib/content/subscription-billing/billing-overview.md +0 -45
- package/lib/content/subscription-billing/billing-support.md +0 -59
- package/lib/content/subscription-billing/currency-support.md +0 -73
- package/lib/content/subscription-billing/enterprise-pricing.md +0 -60
- package/lib/content/subscription-billing/invoice-management.md +0 -59
- package/lib/content/subscription-billing/payment-methods.md +0 -67
- package/lib/content/subscription-billing/promotional-offers.md +0 -61
- package/lib/content/subscription-billing/refund-policy.md +0 -75
- package/lib/content/subscription-billing/student-discounts.md +0 -74
- package/lib/content/subscription-billing/tax-information.md +0 -59
- package/lib/content/technical-questions/ai-models-technical.md +0 -73
- package/lib/content/technical-questions/api-technical.md +0 -73
- package/lib/content/technical-questions/data-processing.md +0 -73
- package/lib/content/technical-questions/database-architecture.md +0 -73
- package/lib/content/technical-questions/infrastructure.md +0 -73
- package/lib/content/technical-questions/performance-optimization.md +0 -73
- package/lib/content/technical-questions/search-algorithms.md +0 -73
- package/lib/content/technical-questions/technical-overview.md +0 -73
- package/lib/content/threads/conversation-management.md +0 -59
- package/lib/content/threads/threads-overview.md +0 -60
- package/lib/content/troubleshooting/common-issues.md +0 -59
- package/lib/content/what-is-yantra/getting-started-yantra.md +0 -84
- package/lib/pages/ArticlePage/index.d.ts +0 -4
- package/lib/pages/ArticlePage/index.d.ts.map +0 -1
- package/lib/pages/ArticlePage/index.js +0 -190
- package/lib/pages/ArticlePage/index.js.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/Assets.js +0 -14
- package/lib/pages/LandingPage/components/Assets.js.map +0 -1
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -14
- package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/Icons.js +0 -174
- package/lib/pages/LandingPage/components/Icons.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# Spaces Overview
|
|
2
|
-
|
|
3
|
-
Introduction to Yantra Spaces for organizing your research.
|
|
4
|
-
|
|
5
|
-
## What are Spaces?
|
|
6
|
-
|
|
7
|
-
### Concept
|
|
8
|
-
- **Research Organization**: Organize research projects
|
|
9
|
-
- **Content Management**: Manage research content
|
|
10
|
-
- **Collaboration**: Collaborate on research
|
|
11
|
-
- **Knowledge Base**: Build personal knowledge base
|
|
12
|
-
|
|
13
|
-
### Benefits
|
|
14
|
-
- **Organization**: Keep research organized
|
|
15
|
-
- **Accessibility**: Easy access to research
|
|
16
|
-
- **Collaboration**: Share research with others
|
|
17
|
-
- **Productivity**: Increase research productivity
|
|
18
|
-
|
|
19
|
-
## Space Features
|
|
20
|
-
|
|
21
|
-
### Organization Tools
|
|
22
|
-
- **Folders**: Organize content in folders
|
|
23
|
-
- **Tags**: Tag content for easy finding
|
|
24
|
-
- **Categories**: Categorize research topics
|
|
25
|
-
- **Search**: Search within spaces
|
|
26
|
-
|
|
27
|
-
### Content Management
|
|
28
|
-
- **Save Searches**: Save important searches
|
|
29
|
-
- **Add Notes**: Add personal notes
|
|
30
|
-
- **Attach Files**: Attach relevant files
|
|
31
|
-
- **Link Sources**: Link to source materials
|
|
32
|
-
|
|
33
|
-
## Creating Spaces
|
|
34
|
-
|
|
35
|
-
### Space Creation
|
|
36
|
-
1. **Access Spaces**: Go to Spaces section
|
|
37
|
-
2. **Create Space**: Click "Create New Space"
|
|
38
|
-
3. **Name Space**: Give space a descriptive name
|
|
39
|
-
4. **Set Permissions**: Configure sharing permissions
|
|
40
|
-
5. **Add Content**: Start adding research content
|
|
41
|
-
|
|
42
|
-
### Space Configuration
|
|
43
|
-
- **Privacy Settings**: Set space privacy
|
|
44
|
-
- **Sharing Options**: Configure sharing
|
|
45
|
-
- **Member Management**: Manage space members
|
|
46
|
-
- **Content Rules**: Set content guidelines
|
|
47
|
-
|
|
48
|
-
## Space Management
|
|
49
|
-
|
|
50
|
-
### Content Organization
|
|
51
|
-
- **Folder Structure**: Create logical folder structure
|
|
52
|
-
- **Tagging System**: Use consistent tagging
|
|
53
|
-
- **Categorization**: Categorize content properly
|
|
54
|
-
- **Search Optimization**: Optimize for search
|
|
55
|
-
|
|
56
|
-
### Collaboration
|
|
57
|
-
- **Member Roles**: Assign member roles
|
|
58
|
-
- **Permission Levels**: Set permission levels
|
|
59
|
-
- **Activity Tracking**: Track space activity
|
|
60
|
-
- **Communication**: Facilitate team communication
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# Academic Research
|
|
2
|
-
|
|
3
|
-
Using Yantra for academic research and studies.
|
|
4
|
-
|
|
5
|
-
## Research Capabilities
|
|
6
|
-
|
|
7
|
-
### Comprehensive Research
|
|
8
|
-
- **Literature Reviews**: Comprehensive literature reviews
|
|
9
|
-
- **Source Verification**: Verify academic sources
|
|
10
|
-
- **Citation Management**: Proper academic citations
|
|
11
|
-
- **Research Organization**: Organize research projects
|
|
12
|
-
|
|
13
|
-
### Academic Sources
|
|
14
|
-
- **Academic Papers**: Access to academic papers
|
|
15
|
-
- **Research Databases**: Academic database integration
|
|
16
|
-
- **Peer-reviewed Sources**: Peer-reviewed content
|
|
17
|
-
- **Institutional Access**: University library access
|
|
18
|
-
|
|
19
|
-
## Research Tools
|
|
20
|
-
|
|
21
|
-
### Organization Features
|
|
22
|
-
- **Project Management**: Manage research projects
|
|
23
|
-
- **Source Collection**: Collect and organize sources
|
|
24
|
-
- **Note Integration**: Integrate with note-taking apps
|
|
25
|
-
- **Citation Tracking**: Track citations and references
|
|
26
|
-
|
|
27
|
-
### Analysis Tools
|
|
28
|
-
- **Content Analysis**: Analyze research content
|
|
29
|
-
- **Trend Analysis**: Identify research trends
|
|
30
|
-
- **Comparative Analysis**: Compare research findings
|
|
31
|
-
- **Synthesis Tools**: Synthesize research findings
|
|
32
|
-
|
|
33
|
-
## Research Workflow
|
|
34
|
-
|
|
35
|
-
### Research Process
|
|
36
|
-
1. **Topic Definition**: Define research topic
|
|
37
|
-
2. **Literature Search**: Search academic literature
|
|
38
|
-
3. **Source Collection**: Collect relevant sources
|
|
39
|
-
4. **Analysis**: Analyze collected sources
|
|
40
|
-
5. **Synthesis**: Synthesize findings
|
|
41
|
-
6. **Documentation**: Document research process
|
|
42
|
-
|
|
43
|
-
### Best Practices
|
|
44
|
-
- **Source Verification**: Verify source credibility
|
|
45
|
-
- **Citation Accuracy**: Ensure citation accuracy
|
|
46
|
-
- **Bias Awareness**: Be aware of potential biases
|
|
47
|
-
- **Ethical Research**: Follow ethical research practices
|
|
48
|
-
|
|
49
|
-
## Academic Features
|
|
50
|
-
|
|
51
|
-
### Citation Management
|
|
52
|
-
- **Citation Formats**: Multiple citation formats
|
|
53
|
-
- **Bibliography Generation**: Automatic bibliography
|
|
54
|
-
- **Reference Tracking**: Track references
|
|
55
|
-
- **Citation Verification**: Verify citations
|
|
56
|
-
|
|
57
|
-
### Collaboration Tools
|
|
58
|
-
- **Research Teams**: Collaborate with research teams
|
|
59
|
-
- **Peer Review**: Peer review capabilities
|
|
60
|
-
- **Knowledge Sharing**: Share research knowledge
|
|
61
|
-
- **Publication Support**: Support for publication
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
# Student Discounts
|
|
2
|
-
|
|
3
|
-
Special pricing and discounts for students.
|
|
4
|
-
|
|
5
|
-
## Student Pricing
|
|
6
|
-
|
|
7
|
-
### Discounted Plans
|
|
8
|
-
- **Pro Student**: $10/month (50% off regular Pro)
|
|
9
|
-
- **Max Student**: $20/month (50% off regular Max)
|
|
10
|
-
- **Annual Pro**: $100/year (50% off annual Pro)
|
|
11
|
-
- **Annual Max**: $200/year (50% off annual Max)
|
|
12
|
-
|
|
13
|
-
### Educational Benefits
|
|
14
|
-
- **Full Features**: Access to all plan features
|
|
15
|
-
- **Academic Support**: Specialized academic support
|
|
16
|
-
- **Research Tools**: Enhanced research capabilities
|
|
17
|
-
- **Collaboration**: Team collaboration features
|
|
18
|
-
|
|
19
|
-
## Eligibility Requirements
|
|
20
|
-
|
|
21
|
-
### Student Verification
|
|
22
|
-
- **Valid Student ID**: Current student identification
|
|
23
|
-
- **Educational Email**: School email address
|
|
24
|
-
- **Enrollment Proof**: Current enrollment verification
|
|
25
|
-
- **Institution Verification**: Accredited institution
|
|
26
|
-
|
|
27
|
-
### Eligible Institutions
|
|
28
|
-
- **Universities**: Four-year universities
|
|
29
|
-
- **Community Colleges**: Two-year colleges
|
|
30
|
-
- **Graduate Schools**: Master's and PhD programs
|
|
31
|
-
- **Professional Schools**: Medical, law, business schools
|
|
32
|
-
|
|
33
|
-
## How to Apply
|
|
34
|
-
|
|
35
|
-
### Verification Process
|
|
36
|
-
1. **Sign Up**: Create account with student email
|
|
37
|
-
2. **Upload Documents**: Upload student ID and enrollment proof
|
|
38
|
-
3. **Verify Institution**: Confirm institution accreditation
|
|
39
|
-
4. **Activate Discount**: Discount applied automatically
|
|
40
|
-
5. **Annual Renewal**: Reverify status annually
|
|
41
|
-
|
|
42
|
-
### Required Documents
|
|
43
|
-
- **Student ID**: Clear photo of student ID
|
|
44
|
-
- **Enrollment Letter**: Current enrollment proof
|
|
45
|
-
- **Transcript**: Recent academic transcript
|
|
46
|
-
- **Email Verification**: School email confirmation
|
|
47
|
-
|
|
48
|
-
## Student Features
|
|
49
|
-
|
|
50
|
-
### Academic Tools
|
|
51
|
-
- **Research Organization**: Organize academic research
|
|
52
|
-
- **Citation Management**: Proper academic citations
|
|
53
|
-
- **Source Verification**: Verify academic sources
|
|
54
|
-
- **Export Formats**: Academic paper formats
|
|
55
|
-
|
|
56
|
-
### Study Support
|
|
57
|
-
- **Note Integration**: Connect with note-taking apps
|
|
58
|
-
- **Study Planning**: Organize study sessions
|
|
59
|
-
- **Group Collaboration**: Work with study groups
|
|
60
|
-
- **Progress Tracking**: Monitor research progress
|
|
61
|
-
|
|
62
|
-
## Terms and Conditions
|
|
63
|
-
|
|
64
|
-
### Student Requirements
|
|
65
|
-
- **Active Enrollment**: Must be currently enrolled
|
|
66
|
-
- **Academic Use**: Primarily for academic purposes
|
|
67
|
-
- **Annual Verification**: Reverify status yearly
|
|
68
|
-
- **No Commercial Use**: Cannot be used for business
|
|
69
|
-
|
|
70
|
-
### Discount Limitations
|
|
71
|
-
- **One Account**: One student discount per person
|
|
72
|
-
- **Non-transferable**: Cannot be shared
|
|
73
|
-
- **Expiration**: Discount expires upon graduation
|
|
74
|
-
- **Renewal**: Must reapply annually
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Student Overview
|
|
2
|
-
|
|
3
|
-
Introduction to Yantra for students.
|
|
4
|
-
|
|
5
|
-
## Why Yantra for Students
|
|
6
|
-
|
|
7
|
-
### Academic Research
|
|
8
|
-
- **Comprehensive Sources**: Access to academic papers and research
|
|
9
|
-
- **Real-time Information**: Current information for assignments
|
|
10
|
-
- **Source Citations**: Proper citations for academic work
|
|
11
|
-
- **Multi-perspective Analysis**: Different viewpoints on topics
|
|
12
|
-
|
|
13
|
-
### Study Support
|
|
14
|
-
- **Complex Topic Explanation**: Break down difficult concepts
|
|
15
|
-
- **Step-by-step Solutions**: Detailed problem-solving
|
|
16
|
-
- **Example Generation**: Create relevant examples
|
|
17
|
-
- **Concept Clarification**: Understand challenging topics
|
|
18
|
-
|
|
19
|
-
## Student Features
|
|
20
|
-
|
|
21
|
-
### Academic Tools
|
|
22
|
-
- **Research Organization**: Organize research projects
|
|
23
|
-
- **Citation Management**: Proper citation formatting
|
|
24
|
-
- **Source Verification**: Verify academic sources
|
|
25
|
-
- **Export Options**: Export research in academic formats
|
|
26
|
-
|
|
27
|
-
### Study Aids
|
|
28
|
-
- **Note-taking Integration**: Connect with note-taking apps
|
|
29
|
-
- **Study Planning**: Organize study sessions
|
|
30
|
-
- **Progress Tracking**: Monitor research progress
|
|
31
|
-
- **Collaboration Tools**: Work with study groups
|
|
32
|
-
|
|
33
|
-
## Student Pricing
|
|
34
|
-
|
|
35
|
-
### Special Discounts
|
|
36
|
-
- **Student Verification**: Verify student status
|
|
37
|
-
- **Discounted Plans**: Special pricing for students
|
|
38
|
-
- **Educational Access**: Enhanced features for students
|
|
39
|
-
- **Group Discounts**: Discounts for study groups
|
|
40
|
-
|
|
41
|
-
### Free Features
|
|
42
|
-
- **Basic Research**: Essential research capabilities
|
|
43
|
-
- **Limited Searches**: Daily search limits
|
|
44
|
-
- **Basic Citations**: Standard citation features
|
|
45
|
-
- **Community Access**: Join student community
|
|
46
|
-
|
|
47
|
-
## Getting Started as a Student
|
|
48
|
-
|
|
49
|
-
### Account Setup
|
|
50
|
-
- **Student Verification**: Verify student status
|
|
51
|
-
- **Educational Email**: Use school email if available
|
|
52
|
-
- **Profile Completion**: Complete student profile
|
|
53
|
-
- **Preferences**: Set academic preferences
|
|
54
|
-
|
|
55
|
-
### Academic Workflow
|
|
56
|
-
- **Research Planning**: Plan your research approach
|
|
57
|
-
- **Source Collection**: Gather relevant sources
|
|
58
|
-
- **Citation Management**: Manage citations properly
|
|
59
|
-
- **Project Organization**: Organize academic projects
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Study Tools
|
|
2
|
-
|
|
3
|
-
Yantra features that help with studying and learning.
|
|
4
|
-
|
|
5
|
-
## Study Organization
|
|
6
|
-
|
|
7
|
-
### Study Planning
|
|
8
|
-
- **Study Schedules**: Create study schedules
|
|
9
|
-
- **Topic Organization**: Organize study topics
|
|
10
|
-
- **Progress Tracking**: Track study progress
|
|
11
|
-
- **Goal Setting**: Set study goals
|
|
12
|
-
|
|
13
|
-
### Content Management
|
|
14
|
-
- **Study Materials**: Organize study materials
|
|
15
|
-
- **Note Integration**: Integrate with note-taking apps
|
|
16
|
-
- **Flashcard Support**: Create and use flashcards
|
|
17
|
-
- **Quiz Generation**: Generate practice quizzes
|
|
18
|
-
|
|
19
|
-
## Learning Features
|
|
20
|
-
|
|
21
|
-
### Interactive Learning
|
|
22
|
-
- **Adaptive Learning**: Adapt to learning style
|
|
23
|
-
- **Personalized Content**: Personalized study content
|
|
24
|
-
- **Learning Analytics**: Track learning progress
|
|
25
|
-
- **Skill Assessment**: Assess learning skills
|
|
26
|
-
|
|
27
|
-
### Study Modes
|
|
28
|
-
- **Focus Mode**: Distraction-free study mode
|
|
29
|
-
- **Group Study**: Collaborative study features
|
|
30
|
-
- **Self-paced Learning**: Self-paced study options
|
|
31
|
-
- **Guided Learning**: Guided study paths
|
|
32
|
-
|
|
33
|
-
## Study Support
|
|
34
|
-
|
|
35
|
-
### Academic Support
|
|
36
|
-
- **Subject Expertise**: Access to subject experts
|
|
37
|
-
- **Study Groups**: Join study groups
|
|
38
|
-
- **Peer Learning**: Learn from peers
|
|
39
|
-
- **Mentor Access**: Access to mentors
|
|
40
|
-
|
|
41
|
-
### Study Resources
|
|
42
|
-
- **Educational Content**: Access educational content
|
|
43
|
-
- **Practice Materials**: Practice materials and exercises
|
|
44
|
-
- **Assessment Tools**: Assessment and testing tools
|
|
45
|
-
- **Progress Reports**: Detailed progress reports
|
|
46
|
-
|
|
47
|
-
## Study Optimization
|
|
48
|
-
|
|
49
|
-
### Performance Tracking
|
|
50
|
-
- **Study Analytics**: Track study performance
|
|
51
|
-
- **Time Management**: Optimize study time
|
|
52
|
-
- **Efficiency Metrics**: Measure study efficiency
|
|
53
|
-
- **Improvement Areas**: Identify improvement areas
|
|
54
|
-
|
|
55
|
-
### Study Techniques
|
|
56
|
-
- **Active Learning**: Active learning techniques
|
|
57
|
-
- **Spaced Repetition**: Spaced repetition methods
|
|
58
|
-
- **Retrieval Practice**: Retrieval practice techniques
|
|
59
|
-
- **Metacognition**: Metacognitive strategies
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# Billing Cycles
|
|
2
|
-
|
|
3
|
-
Monthly vs annual billing and cycle management.
|
|
4
|
-
|
|
5
|
-
## Billing Cycle Options
|
|
6
|
-
|
|
7
|
-
### Monthly Billing
|
|
8
|
-
- **Frequency**: Charged every month
|
|
9
|
-
- **Flexibility**: Easy to cancel or change
|
|
10
|
-
- **Higher Cost**: More expensive per month
|
|
11
|
-
- **Immediate Changes**: Plan changes take effect immediately
|
|
12
|
-
|
|
13
|
-
### Annual Billing
|
|
14
|
-
- **Frequency**: Charged once per year
|
|
15
|
-
- **Savings**: 2 months free (17% discount)
|
|
16
|
-
- **Commitment**: Full year commitment
|
|
17
|
-
- **Better Value**: Lower effective monthly cost
|
|
18
|
-
|
|
19
|
-
## Cycle Management
|
|
20
|
-
|
|
21
|
-
### Changing Cycles
|
|
22
|
-
1. Access Account Settings
|
|
23
|
-
2. Go to Subscription section
|
|
24
|
-
3. Select "Change Billing Cycle"
|
|
25
|
-
4. Choose new cycle
|
|
26
|
-
5. Review pricing changes
|
|
27
|
-
6. Confirm changes
|
|
28
|
-
|
|
29
|
-
### Cycle Benefits
|
|
30
|
-
- **Monthly**: Maximum flexibility
|
|
31
|
-
- **Annual**: Maximum savings
|
|
32
|
-
- **Prorated Changes**: Fair billing adjustments
|
|
33
|
-
- **No Penalties**: Change cycles anytime
|
|
34
|
-
|
|
35
|
-
## Billing Dates
|
|
36
|
-
|
|
37
|
-
### Payment Timing
|
|
38
|
-
- **Monthly**: Same date each month
|
|
39
|
-
- **Annual**: Same date each year
|
|
40
|
-
- **Grace Period**: 3-day payment grace period
|
|
41
|
-
- **Late Fees**: No late fees for Yantra
|
|
42
|
-
|
|
43
|
-
### Date Management
|
|
44
|
-
- **Change Dates**: Modify billing dates
|
|
45
|
-
- **Skip Payments**: Pause billing temporarily
|
|
46
|
-
- **Advance Payments**: Pay ahead of schedule
|
|
47
|
-
- **Payment Reminders**: Email notifications
|
|
48
|
-
|
|
49
|
-
## Cycle Information
|
|
50
|
-
|
|
51
|
-
### Understanding Cycles
|
|
52
|
-
- **Billing Period**: Time between charges
|
|
53
|
-
- **Service Period**: Active service time
|
|
54
|
-
- **Renewal Date**: Next billing date
|
|
55
|
-
- **Cancellation**: End of current cycle
|
|
56
|
-
|
|
57
|
-
### Cycle Changes
|
|
58
|
-
- **Upgrade Impact**: Immediate feature access
|
|
59
|
-
- **Downgrade Impact**: End of current cycle
|
|
60
|
-
- **Proration**: Fair billing adjustments
|
|
61
|
-
- **Refunds**: Unused time refunds
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# Billing Overview
|
|
2
|
-
|
|
3
|
-
Understanding your Yantra billing and payment options.
|
|
4
|
-
|
|
5
|
-
## Billing Information
|
|
6
|
-
|
|
7
|
-
### Current Subscription
|
|
8
|
-
- **Plan Type**: Your current subscription tier
|
|
9
|
-
- **Billing Cycle**: Monthly or annual billing
|
|
10
|
-
- **Next Payment**: When your next payment is due
|
|
11
|
-
- **Amount Due**: Cost of your next billing cycle
|
|
12
|
-
|
|
13
|
-
### Payment Methods
|
|
14
|
-
- **Credit Cards**: Visa, MasterCard, American Express
|
|
15
|
-
- **Debit Cards**: Supported debit cards
|
|
16
|
-
- **PayPal**: PayPal account payments
|
|
17
|
-
- **Bank Transfer**: For enterprise customers
|
|
18
|
-
|
|
19
|
-
## Billing Management
|
|
20
|
-
|
|
21
|
-
### Viewing Bills
|
|
22
|
-
- **Invoice History**: Access all past invoices
|
|
23
|
-
- **Download Invoices**: PDF format available
|
|
24
|
-
- **Email Invoices**: Automatic email delivery
|
|
25
|
-
- **Tax Information**: Detailed tax breakdowns
|
|
26
|
-
|
|
27
|
-
### Payment Processing
|
|
28
|
-
- **Automatic Payments**: Recurring payment setup
|
|
29
|
-
- **Payment Notifications**: Email confirmations
|
|
30
|
-
- **Failed Payments**: Retry and update options
|
|
31
|
-
- **Payment Methods**: Manage payment options
|
|
32
|
-
|
|
33
|
-
## Billing Support
|
|
34
|
-
|
|
35
|
-
### Common Questions
|
|
36
|
-
- **Billing Cycles**: Understanding billing periods
|
|
37
|
-
- **Payment Methods**: Adding and updating methods
|
|
38
|
-
- **Invoice Discrepancies**: Resolving billing issues
|
|
39
|
-
- **Refund Requests**: How to request refunds
|
|
40
|
-
|
|
41
|
-
### Getting Help
|
|
42
|
-
- **Billing Support**: Dedicated billing assistance
|
|
43
|
-
- **Live Chat**: Real-time billing help
|
|
44
|
-
- **Email Support**: Detailed billing responses
|
|
45
|
-
- **Phone Support**: Urgent billing issues
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Billing Support
|
|
2
|
-
|
|
3
|
-
Getting help with billing and payment issues.
|
|
4
|
-
|
|
5
|
-
## Billing Issues
|
|
6
|
-
|
|
7
|
-
### Payment Problems
|
|
8
|
-
- **Failed Payments**: Resolve payment failures
|
|
9
|
-
- **Declined Cards**: Handle declined payments
|
|
10
|
-
- **Insufficient Funds**: Address insufficient funds
|
|
11
|
-
- **Bank Blocks**: Resolve bank payment blocks
|
|
12
|
-
|
|
13
|
-
### Billing Questions
|
|
14
|
-
- **Charge Disputes**: Resolve billing disputes
|
|
15
|
-
- **Invoice Questions**: Clarify invoice details
|
|
16
|
-
- **Tax Questions**: Understand tax charges
|
|
17
|
-
- **Refund Requests**: Process refund requests
|
|
18
|
-
|
|
19
|
-
## Support Channels
|
|
20
|
-
|
|
21
|
-
### Live Support
|
|
22
|
-
- **Live Chat**: Real-time billing assistance
|
|
23
|
-
- **Phone Support**: Direct phone support
|
|
24
|
-
- **Video Calls**: Screen sharing support
|
|
25
|
-
- **Priority Support**: Expedited support for Pro/Max
|
|
26
|
-
|
|
27
|
-
### Self-Service
|
|
28
|
-
- **Help Center**: Comprehensive billing guides
|
|
29
|
-
- **FAQ Section**: Common billing questions
|
|
30
|
-
- **Video Tutorials**: Step-by-step guides
|
|
31
|
-
- **Community Forums**: User community support
|
|
32
|
-
|
|
33
|
-
## Common Solutions
|
|
34
|
-
|
|
35
|
-
### Payment Issues
|
|
36
|
-
- **Update Payment Method**: Change payment information
|
|
37
|
-
- **Verify Bank Details**: Confirm bank information
|
|
38
|
-
- **Contact Bank**: Resolve bank-side issues
|
|
39
|
-
- **Try Alternative Payment**: Use different payment method
|
|
40
|
-
|
|
41
|
-
### Billing Disputes
|
|
42
|
-
- **Review Charges**: Examine billing details
|
|
43
|
-
- **Provide Documentation**: Submit supporting documents
|
|
44
|
-
- **Escalate Issues**: Escalate complex problems
|
|
45
|
-
- **Resolution Process**: Follow dispute resolution
|
|
46
|
-
|
|
47
|
-
## Support Team
|
|
48
|
-
|
|
49
|
-
### Billing Specialists
|
|
50
|
-
- **Payment Experts**: Payment processing specialists
|
|
51
|
-
- **Tax Specialists**: Tax compliance experts
|
|
52
|
-
- **Account Managers**: Dedicated account management
|
|
53
|
-
- **Escalation Team**: Senior support team
|
|
54
|
-
|
|
55
|
-
### Response Times
|
|
56
|
-
- **Free Users**: 48-72 hour response
|
|
57
|
-
- **Pro Users**: 24 hour response
|
|
58
|
-
- **Max Users**: 12 hour response
|
|
59
|
-
- **Enterprise**: 4 hour response
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# Currency Support
|
|
2
|
-
|
|
3
|
-
Supported currencies and international payment options.
|
|
4
|
-
|
|
5
|
-
## Supported Currencies
|
|
6
|
-
|
|
7
|
-
### Major Currencies
|
|
8
|
-
- **US Dollar (USD)**: Primary currency
|
|
9
|
-
- **Euro (EUR)**: European Union currency
|
|
10
|
-
- **British Pound (GBP)**: United Kingdom currency
|
|
11
|
-
- **Canadian Dollar (CAD)**: Canadian currency
|
|
12
|
-
|
|
13
|
-
### Additional Currencies
|
|
14
|
-
- **Australian Dollar (AUD)**: Australian currency
|
|
15
|
-
- **Japanese Yen (JPY)**: Japanese currency
|
|
16
|
-
- **Swiss Franc (CHF)**: Swiss currency
|
|
17
|
-
- **Swedish Krona (SEK)**: Swedish currency
|
|
18
|
-
|
|
19
|
-
## Currency Features
|
|
20
|
-
|
|
21
|
-
### Automatic Conversion
|
|
22
|
-
- **Real-time Rates**: Live currency conversion
|
|
23
|
-
- **Automatic Detection**: Detect user's currency
|
|
24
|
-
- **Local Pricing**: Display prices in local currency
|
|
25
|
-
- **Rate Updates**: Regular exchange rate updates
|
|
26
|
-
|
|
27
|
-
### Payment Processing
|
|
28
|
-
- **Multi-currency**: Accept multiple currencies
|
|
29
|
-
- **Local Payment Methods**: Local payment options
|
|
30
|
-
- **Currency Conversion**: Automatic conversion
|
|
31
|
-
- **Exchange Rate Protection**: Rate fluctuation protection
|
|
32
|
-
|
|
33
|
-
## International Payments
|
|
34
|
-
|
|
35
|
-
### Payment Methods
|
|
36
|
-
- **Credit Cards**: International credit cards
|
|
37
|
-
- **Bank Transfers**: International wire transfers
|
|
38
|
-
- **Local Payment**: Country-specific payment methods
|
|
39
|
-
- **Digital Wallets**: International digital wallets
|
|
40
|
-
|
|
41
|
-
### Regional Support
|
|
42
|
-
- **North America**: US, Canada, Mexico
|
|
43
|
-
- **Europe**: EU countries, UK, Switzerland
|
|
44
|
-
- **Asia Pacific**: Australia, Japan, Singapore
|
|
45
|
-
- **Other Regions**: Additional country support
|
|
46
|
-
|
|
47
|
-
## Currency Management
|
|
48
|
-
|
|
49
|
-
### Pricing Display
|
|
50
|
-
- **Local Currency**: Show prices in local currency
|
|
51
|
-
- **Currency Selection**: Choose preferred currency
|
|
52
|
-
- **Rate Information**: Display exchange rates
|
|
53
|
-
- **Conversion History**: Track conversion rates
|
|
54
|
-
|
|
55
|
-
### Billing Options
|
|
56
|
-
- **Currency Preference**: Set preferred currency
|
|
57
|
-
- **Automatic Conversion**: Auto-convert payments
|
|
58
|
-
- **Manual Conversion**: Manual currency selection
|
|
59
|
-
- **Multi-currency Accounts**: Multiple currency support
|
|
60
|
-
|
|
61
|
-
## Currency Support
|
|
62
|
-
|
|
63
|
-
### Exchange Rates
|
|
64
|
-
- **Real-time Rates**: Live exchange rates
|
|
65
|
-
- **Rate Sources**: Reliable rate providers
|
|
66
|
-
- **Rate Updates**: Regular rate updates
|
|
67
|
-
- **Rate History**: Historical rate data
|
|
68
|
-
|
|
69
|
-
### Getting Help
|
|
70
|
-
- **Currency Support**: Dedicated currency support
|
|
71
|
-
- **International Team**: International support team
|
|
72
|
-
- **Local Support**: Country-specific support
|
|
73
|
-
- **Language Support**: Multi-language assistance
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# Enterprise Pricing
|
|
2
|
-
|
|
3
|
-
Custom pricing solutions for enterprise customers.
|
|
4
|
-
|
|
5
|
-
## Enterprise Plans
|
|
6
|
-
|
|
7
|
-
### Custom Pricing
|
|
8
|
-
- **Volume Discounts**: Discounts based on user count
|
|
9
|
-
- **Annual Contracts**: Multi-year agreements
|
|
10
|
-
- **Custom Features**: Tailored feature sets
|
|
11
|
-
- **Dedicated Support**: Priority enterprise support
|
|
12
|
-
|
|
13
|
-
### Pricing Factors
|
|
14
|
-
- **User Count**: Number of enterprise users
|
|
15
|
-
- **Contract Length**: Multi-year commitment
|
|
16
|
-
- **Feature Requirements**: Custom feature needs
|
|
17
|
-
- **Support Level**: Required support level
|
|
18
|
-
|
|
19
|
-
## Enterprise Features
|
|
20
|
-
|
|
21
|
-
### Advanced Capabilities
|
|
22
|
-
- **SSO Integration**: Single sign-on support
|
|
23
|
-
- **Custom Branding**: White-label solutions
|
|
24
|
-
- **API Access**: Enterprise API capabilities
|
|
25
|
-
- **Data Residency**: Geographic data control
|
|
26
|
-
|
|
27
|
-
### Management Tools
|
|
28
|
-
- **Admin Dashboard**: Centralized management
|
|
29
|
-
- **User Management**: Bulk user operations
|
|
30
|
-
- **Usage Analytics**: Detailed usage reports
|
|
31
|
-
- **Compliance Tools**: Security and compliance features
|
|
32
|
-
|
|
33
|
-
## Getting Enterprise Pricing
|
|
34
|
-
|
|
35
|
-
### Contact Process
|
|
36
|
-
1. **Contact Sales**: Reach out to enterprise sales
|
|
37
|
-
2. **Requirements Review**: Discuss your needs
|
|
38
|
-
3. **Custom Quote**: Receive tailored pricing
|
|
39
|
-
4. **Contract Negotiation**: Finalize terms
|
|
40
|
-
5. **Implementation**: Deploy enterprise solution
|
|
41
|
-
|
|
42
|
-
### Sales Team
|
|
43
|
-
- **Enterprise Sales**: Dedicated enterprise sales team
|
|
44
|
-
- **Technical Sales**: Technical solution architects
|
|
45
|
-
- **Account Managers**: Dedicated account management
|
|
46
|
-
- **Implementation Team**: Deployment specialists
|
|
47
|
-
|
|
48
|
-
## Enterprise Benefits
|
|
49
|
-
|
|
50
|
-
### Cost Savings
|
|
51
|
-
- **Volume Discounts**: Significant per-user savings
|
|
52
|
-
- **Annual Contracts**: Reduced annual costs
|
|
53
|
-
- **Bulk Licensing**: Enterprise licensing benefits
|
|
54
|
-
- **Custom Terms**: Negotiated pricing terms
|
|
55
|
-
|
|
56
|
-
### Business Value
|
|
57
|
-
- **ROI Analysis**: Return on investment analysis
|
|
58
|
-
- **Productivity Gains**: Measurable productivity improvements
|
|
59
|
-
- **Cost Reduction**: Reduced operational costs
|
|
60
|
-
- **Competitive Advantage**: Strategic business advantage
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Invoice Management
|
|
2
|
-
|
|
3
|
-
Accessing and managing your invoices and receipts.
|
|
4
|
-
|
|
5
|
-
## Invoice Access
|
|
6
|
-
|
|
7
|
-
### Viewing Invoices
|
|
8
|
-
- **Invoice History**: Complete invoice history
|
|
9
|
-
- **Download PDF**: Download invoice PDFs
|
|
10
|
-
- **Email Invoices**: Automatic email delivery
|
|
11
|
-
- **Print Invoices**: Print-friendly format
|
|
12
|
-
|
|
13
|
-
### Invoice Details
|
|
14
|
-
- **Billing Period**: Service period covered
|
|
15
|
-
- **Payment Method**: How payment was made
|
|
16
|
-
- **Tax Information**: Detailed tax breakdown
|
|
17
|
-
- **Line Items**: Individual service charges
|
|
18
|
-
|
|
19
|
-
## Invoice Management
|
|
20
|
-
|
|
21
|
-
### Organization
|
|
22
|
-
- **Search Invoices**: Find specific invoices
|
|
23
|
-
- **Filter by Date**: Filter by billing period
|
|
24
|
-
- **Filter by Amount**: Filter by invoice amount
|
|
25
|
-
- **Export Data**: Export invoice data
|
|
26
|
-
|
|
27
|
-
### Storage
|
|
28
|
-
- **Cloud Storage**: Secure cloud storage
|
|
29
|
-
- **Local Downloads**: Download to local device
|
|
30
|
-
- **Email Archive**: Email invoice copies
|
|
31
|
-
- **Backup Options**: Multiple backup methods
|
|
32
|
-
|
|
33
|
-
## Payment Information
|
|
34
|
-
|
|
35
|
-
### Payment Details
|
|
36
|
-
- **Payment Date**: When payment was processed
|
|
37
|
-
- **Payment Method**: Credit card, PayPal, etc.
|
|
38
|
-
- **Transaction ID**: Unique transaction identifier
|
|
39
|
-
- **Payment Status**: Success, pending, failed
|
|
40
|
-
|
|
41
|
-
### Receipts
|
|
42
|
-
- **Payment Receipts**: Payment confirmation
|
|
43
|
-
- **Service Receipts**: Service activation confirmation
|
|
44
|
-
- **Refund Receipts**: Refund confirmation
|
|
45
|
-
- **Credit Receipts**: Credit application confirmation
|
|
46
|
-
|
|
47
|
-
## Invoice Support
|
|
48
|
-
|
|
49
|
-
### Common Issues
|
|
50
|
-
- **Missing Invoices**: Locate missing invoices
|
|
51
|
-
- **Incorrect Charges**: Resolve billing errors
|
|
52
|
-
- **Tax Questions**: Understand tax charges
|
|
53
|
-
- **Payment Disputes**: Resolve payment issues
|
|
54
|
-
|
|
55
|
-
### Getting Help
|
|
56
|
-
- **Invoice Support**: Dedicated invoice support
|
|
57
|
-
- **Billing Team**: Direct billing team access
|
|
58
|
-
- **Live Chat**: Real-time invoice help
|
|
59
|
-
- **Email Support**: Detailed invoice assistance
|