@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
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {PageHero}from'../../components/PageHero.js';import {Card,CardHeader,CardTitle,CardContent}from'@admin-layout/tailwind-ui/shardui/card.js';import {Icons}from'../../components/Icons.js';const TermsPage = () => {
|
|
2
|
+
return jsxs("div", {
|
|
3
|
+
className: "min-h-screen bg-background",
|
|
4
|
+
children: [jsx(PageHero, {
|
|
5
|
+
title: "Terms of Service",
|
|
6
|
+
description: "Please read these terms carefully before using our services.",
|
|
7
|
+
icon: jsx(Icons.MdDescriptionIcon, {
|
|
8
|
+
className: "h-7 w-7"
|
|
9
|
+
})
|
|
10
|
+
}), jsx("section", {
|
|
11
|
+
className: "py-16",
|
|
12
|
+
children: jsxs("div", {
|
|
13
|
+
className: "container mx-auto max-w-4xl px-6 lg:px-16",
|
|
14
|
+
children: [jsxs(Card, {
|
|
15
|
+
className: "border-border/60",
|
|
16
|
+
children: [jsx(CardHeader, {
|
|
17
|
+
children: jsx(CardTitle, {
|
|
18
|
+
className: "text-foreground",
|
|
19
|
+
children: "Acceptance of Terms"
|
|
20
|
+
})
|
|
21
|
+
}), jsx(CardContent, {
|
|
22
|
+
className: "text-muted-foreground",
|
|
23
|
+
children: jsx("p", {
|
|
24
|
+
className: "leading-relaxed",
|
|
25
|
+
children: "By accessing or using Yantra's services, you agree to be bound by these Terms of Service. If you do not agree, please do not use our services."
|
|
26
|
+
})
|
|
27
|
+
})]
|
|
28
|
+
}), jsxs(Card, {
|
|
29
|
+
className: "mt-6 border-border/60",
|
|
30
|
+
children: [jsx(CardHeader, {
|
|
31
|
+
children: jsx(CardTitle, {
|
|
32
|
+
className: "text-foreground",
|
|
33
|
+
children: "Use of Services"
|
|
34
|
+
})
|
|
35
|
+
}), jsx(CardContent, {
|
|
36
|
+
className: "text-muted-foreground",
|
|
37
|
+
children: jsx("p", {
|
|
38
|
+
className: "leading-relaxed",
|
|
39
|
+
children: "You agree to use our services only for lawful purposes and in accordance with these terms. You are responsible for maintaining the security of your account and for all activity that occurs under your account."
|
|
40
|
+
})
|
|
41
|
+
})]
|
|
42
|
+
}), jsxs(Card, {
|
|
43
|
+
className: "mt-6 border-border/60",
|
|
44
|
+
children: [jsx(CardHeader, {
|
|
45
|
+
children: jsx(CardTitle, {
|
|
46
|
+
className: "text-foreground",
|
|
47
|
+
children: "Limitation of Liability"
|
|
48
|
+
})
|
|
49
|
+
}), jsx(CardContent, {
|
|
50
|
+
className: "text-muted-foreground",
|
|
51
|
+
children: jsx("p", {
|
|
52
|
+
className: "leading-relaxed",
|
|
53
|
+
children: "Yantra provides services \"as is\" without warranties. We are not liable for indirect, incidental, or consequential damages. Our total liability is limited to the amount you paid us in the 12 months preceding the claim."
|
|
54
|
+
})
|
|
55
|
+
})]
|
|
56
|
+
})]
|
|
57
|
+
})
|
|
58
|
+
})]
|
|
59
|
+
});
|
|
60
|
+
};export{TermsPage as default};//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/pages/Terms/index.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"yOAKM,MAAA,SAAS,GAAG,MAAK;AACnB,EAAA,OAAAA,IACI,CAAA,KAAA,EAAA;AAkDR,IAAE,SAAA,EAAA,4BAAA;AAEF,IAAA,QAAA,EAAA,CAAeC,YAAU,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/routes.json
CHANGED
|
@@ -1,4 +1,31 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"/": {
|
|
4
|
+
"key": "root-layout",
|
|
5
|
+
"name": "root layout",
|
|
6
|
+
"path": "/",
|
|
7
|
+
"auth": "optional",
|
|
8
|
+
"extraPermissions": [
|
|
9
|
+
"*"
|
|
10
|
+
],
|
|
11
|
+
"exact": false,
|
|
12
|
+
"componentPath": "@admin-layout/tailwind-design-pro/lib/components/Layout/ProTailwindLayout.js",
|
|
13
|
+
"hasLoader": true,
|
|
14
|
+
"hasClientLoader": true,
|
|
15
|
+
"hasComponent": true,
|
|
16
|
+
"hasLinks": true,
|
|
17
|
+
"hasShouldRevalidate": true,
|
|
18
|
+
"hasHandle": true,
|
|
19
|
+
"loaderReturnInfo": {
|
|
20
|
+
"hasOptions": false,
|
|
21
|
+
"keys": [
|
|
22
|
+
"newMenuData",
|
|
23
|
+
"apolloState",
|
|
24
|
+
"permissions"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
2
29
|
{
|
|
3
30
|
"//landing": {
|
|
4
31
|
"path": "//landing",
|
|
@@ -51,7 +78,117 @@
|
|
|
51
78
|
"exact": true,
|
|
52
79
|
"hideInMenu": true,
|
|
53
80
|
"position": "MIDDLE",
|
|
54
|
-
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/
|
|
81
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Markdown/index.js",
|
|
82
|
+
"hasComponent": true
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"//about": {
|
|
87
|
+
"path": "//about",
|
|
88
|
+
"key": "about",
|
|
89
|
+
"exact": true,
|
|
90
|
+
"hideInMenu": true,
|
|
91
|
+
"position": "MIDDLE",
|
|
92
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/About/index.js",
|
|
93
|
+
"hasComponent": true
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"//careers": {
|
|
98
|
+
"path": "//careers",
|
|
99
|
+
"key": "careers",
|
|
100
|
+
"exact": true,
|
|
101
|
+
"hideInMenu": true,
|
|
102
|
+
"position": "MIDDLE",
|
|
103
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Careers/index.js",
|
|
104
|
+
"hasComponent": true
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"//contact": {
|
|
109
|
+
"path": "//contact",
|
|
110
|
+
"key": "contact",
|
|
111
|
+
"exact": true,
|
|
112
|
+
"hideInMenu": true,
|
|
113
|
+
"position": "MIDDLE",
|
|
114
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Contact/index.js",
|
|
115
|
+
"hasComponent": true
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"//privacy": {
|
|
120
|
+
"path": "//privacy",
|
|
121
|
+
"key": "privacy",
|
|
122
|
+
"exact": true,
|
|
123
|
+
"hideInMenu": true,
|
|
124
|
+
"position": "MIDDLE",
|
|
125
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Privacy/index.js",
|
|
126
|
+
"hasComponent": true
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"//terms": {
|
|
131
|
+
"path": "//terms",
|
|
132
|
+
"key": "terms",
|
|
133
|
+
"exact": true,
|
|
134
|
+
"hideInMenu": true,
|
|
135
|
+
"position": "MIDDLE",
|
|
136
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Terms/index.js",
|
|
137
|
+
"hasComponent": true
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"//release-notes": {
|
|
142
|
+
"path": "//release-notes",
|
|
143
|
+
"key": "release-notes",
|
|
144
|
+
"exact": true,
|
|
145
|
+
"hideInMenu": true,
|
|
146
|
+
"position": "MIDDLE",
|
|
147
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/ReleaseNotes/index.js",
|
|
148
|
+
"hasComponent": true
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"//community": {
|
|
153
|
+
"path": "//community",
|
|
154
|
+
"key": "community",
|
|
155
|
+
"exact": true,
|
|
156
|
+
"hideInMenu": true,
|
|
157
|
+
"position": "MIDDLE",
|
|
158
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Community/index.js",
|
|
159
|
+
"hasComponent": true
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"//status": {
|
|
164
|
+
"path": "//status",
|
|
165
|
+
"key": "status",
|
|
166
|
+
"exact": true,
|
|
167
|
+
"hideInMenu": true,
|
|
168
|
+
"position": "MIDDLE",
|
|
169
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/StatusPage/index.js",
|
|
170
|
+
"hasComponent": true
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"//blog": {
|
|
175
|
+
"path": "//blog",
|
|
176
|
+
"key": "blog",
|
|
177
|
+
"exact": true,
|
|
178
|
+
"hideInMenu": true,
|
|
179
|
+
"position": "MIDDLE",
|
|
180
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Blog/index.js",
|
|
181
|
+
"hasComponent": true
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"//blog/:slug": {
|
|
186
|
+
"path": "//blog/:slug",
|
|
187
|
+
"key": "blog-post",
|
|
188
|
+
"exact": true,
|
|
189
|
+
"hideInMenu": true,
|
|
190
|
+
"position": "MIDDLE",
|
|
191
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/BlogPost/index.js",
|
|
55
192
|
"hasComponent": true
|
|
56
193
|
}
|
|
57
194
|
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# Account Setup
|
|
2
|
+
|
|
3
|
+
Get up and running with Yantra in under 5 minutes. This guide walks you through creating your account, configuring your profile, and setting up your workspace.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Creating Your Account
|
|
8
|
+
|
|
9
|
+
### Step 1 — Sign up
|
|
10
|
+
|
|
11
|
+
1. Go to [yantra.ai](https://yantra.ai) and click **Get Started**.
|
|
12
|
+
2. Choose a sign-up method:
|
|
13
|
+
- **Email + password** — Enter your work or personal email and create a strong password (minimum 12 characters).
|
|
14
|
+
- **Google SSO** — Sign in with your Google account for one-click setup.
|
|
15
|
+
- **GitHub SSO** — Ideal if you'll be using Yantra for engineering workflows.
|
|
16
|
+
3. Accept the Terms of Service and Privacy Policy.
|
|
17
|
+
|
|
18
|
+
### Step 2 — Verify your email
|
|
19
|
+
|
|
20
|
+
Check your inbox for a verification email from **noreply@yantra.ai**. Click the verification link to activate your account.
|
|
21
|
+
|
|
22
|
+
> **Didn't receive the email?** Check your spam folder. If it's not there, click "Resend verification" on the login page.
|
|
23
|
+
|
|
24
|
+
### Step 3 — Complete your profile
|
|
25
|
+
|
|
26
|
+
| Field | Required | Details |
|
|
27
|
+
| ------------- | -------- | --------------------------------------------- |
|
|
28
|
+
| Display name | Yes | Your name as shown to team members |
|
|
29
|
+
| Job title | No | Helps Yantra tailor suggestions to your role |
|
|
30
|
+
| Organization | No | Links you to your company's workspace |
|
|
31
|
+
| Profile photo | No | Upload a JPG/PNG (max 5 MB) or use a Gravatar |
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Configuring Your Workspace
|
|
36
|
+
|
|
37
|
+
### Choose your AI employee type
|
|
38
|
+
|
|
39
|
+
During setup, select the type of AI employee that best fits your role:
|
|
40
|
+
|
|
41
|
+
- **Engineering** — Monitors GitHub, Sentry, Linear; focuses on bug triage and deployment tracking.
|
|
42
|
+
- **Sales** — Connects to HubSpot/Salesforce, Gmail, Calendly; manages pipeline and call prep.
|
|
43
|
+
- **Marketing** — Integrates with social platforms, Notion, analytics; handles content and engagement.
|
|
44
|
+
- **Support** — Links to Zendesk, Slack, CRM; routes tickets and surfaces customer context.
|
|
45
|
+
|
|
46
|
+
You can change this later or add multiple AI employees on Team and Enterprise plans.
|
|
47
|
+
|
|
48
|
+
### Connect your tools
|
|
49
|
+
|
|
50
|
+
Navigate to **Settings > Integrations** and connect at least one tool to get started:
|
|
51
|
+
|
|
52
|
+
1. Click the tool you want to connect (e.g., Slack, GitHub, HubSpot).
|
|
53
|
+
2. Authorize the requested permissions.
|
|
54
|
+
3. Select the channels, repos, or resources to monitor.
|
|
55
|
+
|
|
56
|
+
For detailed integration guides, see [Integrations Overview](/help-center/integrations/integrations-overview).
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Security Setup
|
|
61
|
+
|
|
62
|
+
### Enable two-factor authentication (recommended)
|
|
63
|
+
|
|
64
|
+
1. Go to **Settings > Security > Two-Factor Authentication**.
|
|
65
|
+
2. Scan the QR code with your authenticator app (Google Authenticator, Authy, 1Password).
|
|
66
|
+
3. Enter the 6-digit code to confirm.
|
|
67
|
+
4. Save your backup codes in a secure location.
|
|
68
|
+
|
|
69
|
+
### Set up account recovery
|
|
70
|
+
|
|
71
|
+
- Add a **recovery email** — a secondary email for password resets.
|
|
72
|
+
- Save your **backup codes** — these are one-time-use codes for when you lose access to your authenticator.
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## Next Steps
|
|
77
|
+
|
|
78
|
+
Once your account is set up:
|
|
79
|
+
|
|
80
|
+
1. **Run your first search** — Try asking a natural language question in the search bar.
|
|
81
|
+
2. **Explore your morning briefing** — Your AI employee will start generating daily summaries once tools are connected.
|
|
82
|
+
3. **Invite your team** — Go to **Settings > Team** to send invitations.
|
|
83
|
+
4. **Review supervised mode** — All AI actions start in supervised mode, meaning you approve before anything executes. Adjust as you build trust.
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Delete Your Account
|
|
2
|
+
|
|
3
|
+
If you need to permanently remove your Yantra account, this guide covers everything you need to know — from exporting your data to completing the deletion process.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Before You Delete
|
|
8
|
+
|
|
9
|
+
### What you'll lose
|
|
10
|
+
|
|
11
|
+
Deleting your account permanently removes:
|
|
12
|
+
|
|
13
|
+
| Data type | Details |
|
|
14
|
+
| ---------------------- | ------------------------------------ |
|
|
15
|
+
| Search history | All past queries and results |
|
|
16
|
+
| Conversations | Thread history and AI interactions |
|
|
17
|
+
| Saved searches | Bookmarked queries and collections |
|
|
18
|
+
| Connected integrations | OAuth tokens and tool configurations |
|
|
19
|
+
| AI employee memory | All learned context and preferences |
|
|
20
|
+
| Team associations | Your membership in shared workspaces |
|
|
21
|
+
|
|
22
|
+
> **This action is irreversible.** Once deleted, your data cannot be recovered.
|
|
23
|
+
|
|
24
|
+
### Export your data first
|
|
25
|
+
|
|
26
|
+
Before deleting, download a copy of your data:
|
|
27
|
+
|
|
28
|
+
1. Go to **Settings > Privacy > Export Data**.
|
|
29
|
+
2. Select the data categories you want (searches, conversations, preferences, etc.).
|
|
30
|
+
3. Click **Request Export**.
|
|
31
|
+
4. You'll receive a download link via email within 24 hours.
|
|
32
|
+
5. The export is available in JSON and CSV formats.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Alternatives to Deletion
|
|
37
|
+
|
|
38
|
+
Consider these options if you're not sure about permanent deletion:
|
|
39
|
+
|
|
40
|
+
- **Pause your subscription** — Downgrade to the free tier to keep your account without being charged.
|
|
41
|
+
- **Clear your data** — Delete specific data (search history, conversations) without removing the entire account. Go to **Settings > Privacy > Clear Data**.
|
|
42
|
+
- **Transfer ownership** — If you're the workspace owner, transfer ownership to a colleague before leaving. Go to **Settings > Team > Transfer Ownership**.
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## How to Delete Your Account
|
|
47
|
+
|
|
48
|
+
### Step 1 — Open account settings
|
|
49
|
+
|
|
50
|
+
Navigate to **Settings > Account > Delete Account**.
|
|
51
|
+
|
|
52
|
+
### Step 2 — Confirm your identity
|
|
53
|
+
|
|
54
|
+
Enter your password (or re-authenticate via SSO) to verify it's really you.
|
|
55
|
+
|
|
56
|
+
### Step 3 — Choose a reason (optional)
|
|
57
|
+
|
|
58
|
+
Let us know why you're leaving — this helps us improve Yantra for others.
|
|
59
|
+
|
|
60
|
+
### Step 4 — Confirm deletion
|
|
61
|
+
|
|
62
|
+
Type `DELETE` in the confirmation field and click **Permanently Delete Account**.
|
|
63
|
+
|
|
64
|
+
### What happens next
|
|
65
|
+
|
|
66
|
+
- **Immediate** — You're signed out and your account is deactivated.
|
|
67
|
+
- **Within 24 hours** — Connected integrations are disconnected and OAuth tokens are revoked.
|
|
68
|
+
- **Within 30 days** — All personal data is permanently purged from our systems, including backups.
|
|
69
|
+
- **After 30 days** — A confirmation email is sent to your registered email address.
|
|
70
|
+
|
|
71
|
+
> **Changed your mind?** You have 30 days to contact support@yantra.ai to cancel the deletion and restore your account.
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## For Team and Enterprise Accounts
|
|
76
|
+
|
|
77
|
+
If you're on a team plan, additional steps may apply:
|
|
78
|
+
|
|
79
|
+
- **Team members** — Your admin will be notified of your departure. Your data within shared workspaces may be retained per the organization's data policy.
|
|
80
|
+
- **Workspace owners** — You must transfer ownership or delete the workspace before deleting your personal account.
|
|
81
|
+
- **Enterprise accounts** — Contact your account manager or email enterprise@yantra.ai for assisted deletion with compliance documentation.
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
# Preferences
|
|
2
|
+
|
|
3
|
+
Customize how Yantra works for you — from search behavior and notifications to display settings and AI interaction style.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Search Preferences
|
|
8
|
+
|
|
9
|
+
Configure how Yantra handles your searches by default.
|
|
10
|
+
|
|
11
|
+
| Setting | Options | Default |
|
|
12
|
+
| ------------------- | --------------------------------------------- | -------- |
|
|
13
|
+
| Default search mode | Regular, Pro Search, Deep Research | Regular |
|
|
14
|
+
| Result count | 5, 10, 20, 50 | 10 |
|
|
15
|
+
| Safe search | Off, Moderate, Strict | Moderate |
|
|
16
|
+
| Source language | Any language, or filter to specific languages | Any |
|
|
17
|
+
| Auto-suggest | On / Off | On |
|
|
18
|
+
|
|
19
|
+
To change these: **Settings > Preferences > Search**.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Notification Preferences
|
|
24
|
+
|
|
25
|
+
Control when and how Yantra contacts you.
|
|
26
|
+
|
|
27
|
+
### Email notifications
|
|
28
|
+
|
|
29
|
+
| Notification | Description | Default |
|
|
30
|
+
| ----------------- | --------------------------------------------------- | ------- |
|
|
31
|
+
| Morning briefing | Daily summary from your AI employee | On |
|
|
32
|
+
| Alert escalations | High-priority alerts that need your attention | On |
|
|
33
|
+
| Weekly digest | Summary of activity and insights from the past week | On |
|
|
34
|
+
| Product updates | New features, improvements, and tips | Off |
|
|
35
|
+
| Billing reminders | Upcoming payments and subscription changes | On |
|
|
36
|
+
|
|
37
|
+
### In-app notifications
|
|
38
|
+
|
|
39
|
+
- **Action approvals** — When your AI employee needs approval to execute an action (always on in supervised mode).
|
|
40
|
+
- **Search alerts** — Notifications for saved searches that match new content.
|
|
41
|
+
- **Team mentions** — When a team member references you in a shared workspace.
|
|
42
|
+
|
|
43
|
+
### Notification schedule
|
|
44
|
+
|
|
45
|
+
- **Quiet hours** — Set hours when non-critical notifications are held for batched delivery.
|
|
46
|
+
- **Time zone** — Notifications are scheduled based on your configured time zone.
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## Display Preferences
|
|
51
|
+
|
|
52
|
+
| Setting | Options | Default |
|
|
53
|
+
| ------------------ | -------------------------------------------- | ----------- |
|
|
54
|
+
| Theme | Light, Dark, System | System |
|
|
55
|
+
| Font size | Small, Medium, Large | Medium |
|
|
56
|
+
| Density | Compact, Comfortable, Spacious | Comfortable |
|
|
57
|
+
| Code highlighting | Language-specific syntax highlighting themes | One Dark |
|
|
58
|
+
| Markdown rendering | Rendered or raw markdown view | Rendered |
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## AI Interaction Preferences
|
|
63
|
+
|
|
64
|
+
Customize how your AI employee communicates with you.
|
|
65
|
+
|
|
66
|
+
- **Response length** — Choose between concise (2–3 sentences), balanced (default), or detailed (comprehensive with examples).
|
|
67
|
+
- **Response style** — Professional, casual, or technical tone.
|
|
68
|
+
- **Source citations** — Always show inline citations, show on hover, or show at the end.
|
|
69
|
+
- **Auto follow-up** — Let the AI suggest follow-up questions after each response (on/off).
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Data & Privacy Preferences
|
|
74
|
+
|
|
75
|
+
| Setting | Description | Default |
|
|
76
|
+
| --------------- | ----------------------------------------------------------- | ------- |
|
|
77
|
+
| Search history | Save your search queries for quick access | On |
|
|
78
|
+
| Usage analytics | Share anonymous usage data to help improve Yantra | On |
|
|
79
|
+
| Personalization | Use your activity to improve AI recommendations | On |
|
|
80
|
+
| Data retention | Automatically delete search history older than a set period | 90 days |
|
|
81
|
+
|
|
82
|
+
To adjust: **Settings > Preferences > Privacy**.
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## Keyboard Shortcuts
|
|
87
|
+
|
|
88
|
+
Enable or customize keyboard shortcuts for power-user workflows:
|
|
89
|
+
|
|
90
|
+
| Action | Default shortcut (Mac) | Default shortcut (Windows) |
|
|
91
|
+
| ---------------- | ---------------------- | -------------------------- |
|
|
92
|
+
| New search | ⌘ + K | Ctrl + K |
|
|
93
|
+
| Focus search bar | / | / |
|
|
94
|
+
| Toggle theme | ⌘ + Shift + T | Ctrl + Shift + T |
|
|
95
|
+
| Next result | ⌘ + ↓ | Ctrl + ↓ |
|
|
96
|
+
| Previous result | ⌘ + ↑ | Ctrl + ↑ |
|
|
97
|
+
|
|
98
|
+
> **Tip:** You can customize any shortcut under **Settings > Preferences > Keyboard Shortcuts**.
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# Privacy Settings
|
|
2
|
+
|
|
3
|
+
Take full control of your data. Yantra's privacy settings let you decide what's collected, how it's used, and when it's deleted.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Data Collection Controls
|
|
8
|
+
|
|
9
|
+
### What Yantra collects by default
|
|
10
|
+
|
|
11
|
+
| Data type | Purpose | Can you disable it? |
|
|
12
|
+
| -------------------------- | ------------------------------------------- | ------------------------- |
|
|
13
|
+
| Account info (name, email) | Account management and authentication | No (required for account) |
|
|
14
|
+
| Search queries | Display search history, improve results | Yes |
|
|
15
|
+
| AI conversations | Maintain conversation context | Yes |
|
|
16
|
+
| Usage analytics | Aggregate statistics to improve the product | Yes |
|
|
17
|
+
| Error reports | Diagnose bugs and improve reliability | Yes |
|
|
18
|
+
|
|
19
|
+
### How to adjust collection
|
|
20
|
+
|
|
21
|
+
1. Go to **Settings > Privacy > Data Collection**.
|
|
22
|
+
2. Toggle each data category on or off.
|
|
23
|
+
3. Changes take effect immediately for new data. Existing data is retained until you manually clear it.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Data Usage Preferences
|
|
28
|
+
|
|
29
|
+
Control how your data is used beyond basic functionality:
|
|
30
|
+
|
|
31
|
+
- **Personalization** — Allow Yantra to use your search history and preferences to improve AI recommendations. _Default: On._
|
|
32
|
+
- **Model training** — Your data is **never** used to train AI models. This is not a toggle — it's a guarantee.
|
|
33
|
+
- **Analytics sharing** — Share anonymized, aggregated usage data to help improve the product. _Default: On._
|
|
34
|
+
- **Marketing communications** — Receive product updates, tips, and feature announcements via email. _Default: Off._
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## Data Retention
|
|
39
|
+
|
|
40
|
+
### Automatic cleanup
|
|
41
|
+
|
|
42
|
+
| Data type | Default retention | Options |
|
|
43
|
+
| ---------------- | ----------------- | -------------------------------- |
|
|
44
|
+
| Search history | 90 days | 30, 60, 90, 180 days, or Forever |
|
|
45
|
+
| AI conversations | 90 days | 30, 60, 90, 180 days, or Forever |
|
|
46
|
+
| Error reports | 30 days | Not configurable |
|
|
47
|
+
| Audit logs | 1 year | Enterprise: configurable |
|
|
48
|
+
|
|
49
|
+
### Manual data deletion
|
|
50
|
+
|
|
51
|
+
You can delete specific data at any time:
|
|
52
|
+
|
|
53
|
+
1. **Clear search history** — **Settings > Privacy > Clear Search History**
|
|
54
|
+
2. **Clear conversations** — **Settings > Privacy > Clear Conversations**
|
|
55
|
+
3. **Clear all data** — **Settings > Privacy > Clear All Data** (keeps your account active)
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## Third-Party Data Sharing
|
|
60
|
+
|
|
61
|
+
Yantra shares data with third parties only as needed to deliver the service:
|
|
62
|
+
|
|
63
|
+
| Third party | What's shared | Why |
|
|
64
|
+
| -------------------------------------- | ----------------------------------------- | --------------------------- |
|
|
65
|
+
| AI model providers (OpenAI, Anthropic) | Query content (without PII when possible) | To generate AI responses |
|
|
66
|
+
| Payment processor (Stripe) | Billing info | To process payments |
|
|
67
|
+
| Error tracking (Sentry) | Anonymized error reports | To diagnose and fix bugs |
|
|
68
|
+
| Analytics (PostHog) | Anonymized usage events | To understand product usage |
|
|
69
|
+
|
|
70
|
+
> **Important:** Yantra never sells your data to advertisers, data brokers, or any third party.
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## Cookie Preferences
|
|
75
|
+
|
|
76
|
+
Manage cookies from your browser or via **Settings > Privacy > Cookies**:
|
|
77
|
+
|
|
78
|
+
- **Essential cookies** — Required for authentication and core functionality. Cannot be disabled.
|
|
79
|
+
- **Analytics cookies** — Used for anonymous usage statistics. _Default: On._
|
|
80
|
+
- **Preference cookies** — Remember your settings across sessions. _Default: On._
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## Your Rights
|
|
85
|
+
|
|
86
|
+
Depending on your jurisdiction, you have the right to:
|
|
87
|
+
|
|
88
|
+
- **Access** your data — Request a full export at any time.
|
|
89
|
+
- **Correct** inaccurate data — Edit your profile or contact support.
|
|
90
|
+
- **Delete** your data — Clear specific data or delete your entire account.
|
|
91
|
+
- **Port** your data — Export in machine-readable formats (JSON, CSV).
|
|
92
|
+
- **Object** to processing — Disable specific data uses.
|
|
93
|
+
|
|
94
|
+
For formal privacy requests, see [Privacy Requests](/help-center/data-subject-privacy/privacy-requests).
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# Profile Settings
|
|
2
|
+
|
|
3
|
+
Your profile is how you appear to team members and how Yantra personalizes your experience.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Personal Information
|
|
8
|
+
|
|
9
|
+
Edit your profile at **Settings > Profile**.
|
|
10
|
+
|
|
11
|
+
| Field | Details | Visibility |
|
|
12
|
+
| ------------- | ----------------------------------------------------------------------------- | ------------ |
|
|
13
|
+
| Display name | Your name as shown in the app and to teammates | Team members |
|
|
14
|
+
| Email | Primary email for login and notifications (changing requires re-verification) | Private |
|
|
15
|
+
| Profile photo | Upload a JPG or PNG (max 5 MB), or connect Gravatar | Team members |
|
|
16
|
+
| Job title | Your role (e.g., "Senior Engineer", "VP of Sales") | Team members |
|
|
17
|
+
| Organization | Your company or team name | Team members |
|
|
18
|
+
| Time zone | Used for notification scheduling and morning briefings | Private |
|
|
19
|
+
| Bio | A short description (max 280 characters) | Team members |
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Changing Your Email
|
|
24
|
+
|
|
25
|
+
1. Go to **Settings > Profile > Email**.
|
|
26
|
+
2. Enter your new email address.
|
|
27
|
+
3. Click **Update Email**.
|
|
28
|
+
4. Verify the new email by clicking the link sent to the new address.
|
|
29
|
+
5. Your old email will receive a notification that the change was made.
|
|
30
|
+
|
|
31
|
+
> **SSO users:** If you signed up with Google or GitHub SSO, your email is managed by your identity provider.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Updating Your Password
|
|
36
|
+
|
|
37
|
+
1. Go to **Settings > Security > Change Password**.
|
|
38
|
+
2. Enter your current password.
|
|
39
|
+
3. Enter a new password (minimum 12 characters, must include uppercase, lowercase, and a number).
|
|
40
|
+
4. Confirm the new password.
|
|
41
|
+
|
|
42
|
+
Password changes take effect immediately and sign out all other sessions.
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## Connected Accounts
|
|
47
|
+
|
|
48
|
+
Link external accounts for SSO and integration convenience:
|
|
49
|
+
|
|
50
|
+
| Provider | Purpose |
|
|
51
|
+
| -------- | --------------------------------------------- |
|
|
52
|
+
| Google | Single sign-on, Google Workspace integrations |
|
|
53
|
+
| GitHub | Single sign-on, repository access |
|
|
54
|
+
| Slack | Direct messaging with your AI employee |
|
|
55
|
+
|
|
56
|
+
Manage connections at **Settings > Profile > Connected Accounts**. Disconnecting a provider does not delete your Yantra account.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Profile Visibility
|
|
61
|
+
|
|
62
|
+
Control what team members can see:
|
|
63
|
+
|
|
64
|
+
- **Public to team** — Display name, photo, job title, organization, and bio are visible to members of your workspace.
|
|
65
|
+
- **Private** — Email, time zone, and security settings are never shared.
|
|
66
|
+
- **Hidden mode** — On Enterprise plans, admins can enable hidden mode where profiles are not visible to other workspace members.
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Deactivating vs. Deleting
|
|
71
|
+
|
|
72
|
+
| Action | What happens | Reversible? |
|
|
73
|
+
| ---------- | ----------------------------------------------------------------- | ----------------------------------------- |
|
|
74
|
+
| Deactivate | Your account is hidden and paused. No charges. Data is preserved. | Yes — log back in to reactivate |
|
|
75
|
+
| Delete | All data is permanently removed within 30 days. | Only within 30 days by contacting support |
|
|
76
|
+
|
|
77
|
+
To deactivate: **Settings > Account > Deactivate Account**.
|
|
78
|
+
To delete: see [Delete Your Account](/help-center/account-management/delete-account).
|