@adminide-stack/yantra-help-browser 12.0.16-alpha.27 → 12.0.16-alpha.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/lib/components/HelpCenterFooter.d.ts.map +1 -1
  2. package/lib/components/HelpCenterFooter.js +43 -88
  3. package/lib/components/HelpCenterFooter.js.map +1 -1
  4. package/lib/components/HelpCenterHeader.d.ts.map +1 -1
  5. package/lib/components/HelpCenterHeader.js +3 -8
  6. package/lib/components/HelpCenterHeader.js.map +1 -1
  7. package/lib/components/Icons.d.ts +55 -0
  8. package/lib/components/Icons.d.ts.map +1 -0
  9. package/lib/{pages/LandingPage/components → components}/Icons.js +39 -2
  10. package/lib/components/Icons.js.map +1 -0
  11. package/lib/components/Logo.d.ts +1 -2
  12. package/lib/components/Logo.d.ts.map +1 -1
  13. package/lib/components/Logo.js +2 -9
  14. package/lib/components/Logo.js.map +1 -1
  15. package/lib/components/PageHero.d.ts +9 -0
  16. package/lib/components/PageHero.d.ts.map +1 -0
  17. package/lib/components/PageHero.js +47 -0
  18. package/lib/components/PageHero.js.map +1 -0
  19. package/lib/components/SearchBar.d.ts.map +1 -1
  20. package/lib/components/SearchBar.js +9 -45
  21. package/lib/components/SearchBar.js.map +1 -1
  22. package/lib/components/SidebarSearch.js +2 -2
  23. package/lib/components/SidebarSearch.js.map +1 -1
  24. package/lib/components/navbar/index.d.ts.map +1 -1
  25. package/lib/components/navbar/index.js +5 -16
  26. package/lib/components/navbar/index.js.map +1 -1
  27. package/lib/compute.d.ts +15 -0
  28. package/lib/compute.d.ts.map +1 -1
  29. package/lib/compute.js +74 -2
  30. package/lib/compute.js.map +1 -1
  31. package/lib/pages/About/index.d.ts +3 -0
  32. package/lib/pages/About/index.d.ts.map +1 -0
  33. package/lib/pages/About/index.js +69 -0
  34. package/lib/pages/About/index.js.map +1 -0
  35. package/lib/pages/Careers/index.d.ts +3 -0
  36. package/lib/pages/Careers/index.d.ts.map +1 -0
  37. package/lib/pages/Careers/index.js +78 -0
  38. package/lib/pages/Careers/index.js.map +1 -0
  39. package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
  40. package/lib/pages/CategoryCollection/index.js +15 -78
  41. package/lib/pages/CategoryCollection/index.js.map +1 -1
  42. package/lib/pages/Community/index.d.ts +3 -0
  43. package/lib/pages/Community/index.d.ts.map +1 -0
  44. package/lib/pages/Community/index.js +72 -0
  45. package/lib/pages/Community/index.js.map +1 -0
  46. package/lib/pages/Contact/index.d.ts +3 -0
  47. package/lib/pages/Contact/index.d.ts.map +1 -0
  48. package/lib/pages/Contact/index.js +128 -0
  49. package/lib/pages/Contact/index.js.map +1 -0
  50. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
  51. package/lib/pages/GetStarted/index.d.ts.map +1 -1
  52. package/lib/pages/GetStarted/index.js +9 -45
  53. package/lib/pages/GetStarted/index.js.map +1 -1
  54. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
  55. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +7 -34
  56. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
  57. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
  58. package/lib/pages/HelpCenter/components/PopularArticle.js +3 -12
  59. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
  60. package/lib/pages/HelpCenter/index.d.ts.map +1 -1
  61. package/lib/pages/HelpCenter/index.js +15 -74
  62. package/lib/pages/HelpCenter/index.js.map +1 -1
  63. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
  64. package/lib/pages/LandingPage/components/ArticleCard.js +3 -12
  65. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
  66. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
  67. package/lib/pages/LandingPage/components/CategoryCard.js +3 -12
  68. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
  69. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
  70. package/lib/pages/LandingPage/components/HeroSection.js +3 -8
  71. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
  72. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
  73. package/lib/pages/LandingPage/components/ResourceCard.js +3 -12
  74. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
  75. package/lib/pages/LandingPage/index.d.ts.map +1 -1
  76. package/lib/pages/LandingPage/index.js +62 -33
  77. package/lib/pages/LandingPage/index.js.map +1 -1
  78. package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -1
  79. package/lib/pages/Markdown/MarkdownPageLayout.js +11 -56
  80. package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -1
  81. package/lib/pages/Privacy/index.d.ts +3 -0
  82. package/lib/pages/Privacy/index.d.ts.map +1 -0
  83. package/lib/pages/Privacy/index.js +60 -0
  84. package/lib/pages/Privacy/index.js.map +1 -0
  85. package/lib/pages/ReleaseNotes/index.d.ts +3 -0
  86. package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
  87. package/lib/pages/ReleaseNotes/index.js +61 -0
  88. package/lib/pages/ReleaseNotes/index.js.map +1 -0
  89. package/lib/pages/StatusPage/index.d.ts +3 -0
  90. package/lib/pages/StatusPage/index.d.ts.map +1 -0
  91. package/lib/pages/StatusPage/index.js +85 -0
  92. package/lib/pages/StatusPage/index.js.map +1 -0
  93. package/lib/pages/Terms/index.d.ts +3 -0
  94. package/lib/pages/Terms/index.d.ts.map +1 -0
  95. package/lib/pages/Terms/index.js +60 -0
  96. package/lib/pages/Terms/index.js.map +1 -0
  97. package/lib/routes.json +88 -0
  98. package/lib/templates/content/account-management/account-setup.md +56 -57
  99. package/lib/templates/content/account-management/delete-account.md +55 -58
  100. package/lib/templates/content/account-management/preferences.md +70 -55
  101. package/lib/templates/content/account-management/privacy-settings.md +67 -56
  102. package/lib/templates/content/account-management/profile-settings.md +56 -45
  103. package/lib/templates/content/data-privacy/data-collection.md +55 -51
  104. package/lib/templates/content/data-privacy/privacy-policy.md +74 -57
  105. package/lib/templates/content/data-subject-privacy/data-access.md +59 -69
  106. package/lib/templates/content/data-subject-privacy/data-portability.md +67 -93
  107. package/lib/templates/content/data-subject-privacy/privacy-requests.md +66 -62
  108. package/lib/templates/content/file-uploads/file-upload-overview.md +69 -50
  109. package/lib/templates/content/getting-started/getting-started-guide.md +65 -51
  110. package/lib/templates/content/product-features/ai-models.md +62 -57
  111. package/lib/templates/content/product-features/collaboration-tools.md +66 -45
  112. package/lib/templates/content/product-features/conversation-features.md +59 -34
  113. package/lib/templates/content/product-features/export-features.md +65 -45
  114. package/lib/templates/content/product-features/follow-up-questions.md +61 -46
  115. package/lib/templates/content/product-features/real-time-search.md +63 -46
  116. package/lib/templates/content/product-features/saved-searches.md +53 -45
  117. package/lib/templates/content/product-features/search-features.md +61 -43
  118. package/lib/templates/content/product-features/search-history.md +64 -45
  119. package/lib/templates/content/product-features/source-citations.md +77 -44
  120. package/lib/templates/content/scope-api/api-overview.md +83 -46
  121. package/lib/templates/content/search-modes/deep-research.md +87 -46
  122. package/lib/templates/content/search-modes/labs-features.md +54 -56
  123. package/lib/templates/content/search-modes/pro-search.md +53 -45
  124. package/lib/templates/content/search-modes/regular-search.md +64 -46
  125. package/lib/templates/content/spaces-library/spaces-overview.md +68 -47
  126. package/lib/templates/content/student-hub/academic-research.md +85 -48
  127. package/lib/templates/content/student-hub/student-discounts.md +51 -57
  128. package/lib/templates/content/student-hub/student-overview.md +64 -45
  129. package/lib/templates/content/student-hub/study-tools.md +99 -45
  130. package/lib/templates/content/subscription-billing/billing-cycle.md +50 -48
  131. package/lib/templates/content/subscription-billing/billing-overview.md +55 -34
  132. package/lib/templates/content/subscription-billing/billing-support.md +52 -45
  133. package/lib/templates/content/subscription-billing/currency-support.md +36 -62
  134. package/lib/templates/content/subscription-billing/enterprise-pricing.md +52 -46
  135. package/lib/templates/content/subscription-billing/invoice-management.md +64 -45
  136. package/lib/templates/content/subscription-billing/payment-methods.md +53 -52
  137. package/lib/templates/content/subscription-billing/promotional-offers.md +58 -46
  138. package/lib/templates/content/subscription-billing/refund-policy.md +53 -58
  139. package/lib/templates/content/subscription-billing/student-discounts.md +61 -57
  140. package/lib/templates/content/subscription-billing/tax-information.md +64 -45
  141. package/lib/templates/content/technical-questions/ai-models-technical.md +60 -56
  142. package/lib/templates/content/technical-questions/api-technical.md +131 -56
  143. package/lib/templates/content/technical-questions/data-processing.md +74 -55
  144. package/lib/templates/content/technical-questions/database-architecture.md +91 -54
  145. package/lib/templates/content/technical-questions/infrastructure.md +104 -55
  146. package/lib/templates/content/technical-questions/performance-optimization.md +77 -55
  147. package/lib/templates/content/technical-questions/search-algorithms.md +78 -56
  148. package/lib/templates/content/technical-questions/technical-overview.md +76 -52
  149. package/lib/templates/content/threads/conversation-management.md +81 -45
  150. package/lib/templates/content/threads/threads-overview.md +69 -45
  151. package/lib/templates/content/troubleshooting/common-issues.md +91 -43
  152. package/lib/templates/content/what-is-yantra/getting-started-yantra.md +58 -57
  153. package/package.json +2 -2
  154. package/lib/pages/LandingPage/components/Icons.d.ts +0 -13
  155. package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
  156. package/lib/pages/LandingPage/components/Icons.js.map +0 -1
@@ -1,83 +1,94 @@
1
1
  # Privacy Settings
2
2
 
3
- Managing your privacy and data sharing preferences.
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
4
 
5
- ## Privacy Controls
5
+ ---
6
6
 
7
- ### Data Collection
7
+ ## Data Collection Controls
8
8
 
9
- - **Usage Analytics**: Control usage data collection
10
- - **Search Analytics**: Manage search data collection
11
- - **Performance Data**: Control performance monitoring
12
- - **Error Reporting**: Manage error data collection
9
+ ### What Yantra collects by default
13
10
 
14
- ### Personalization
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 |
15
18
 
16
- - **Personalized Results**: Enable/disable personalization
17
- - **Recommendation Engine**: Control recommendations
18
- - **Customized Interface**: Manage interface customization
19
- - **Targeted Content**: Control targeted content
19
+ ### How to adjust collection
20
20
 
21
- ## Data Sharing
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.
22
24
 
23
- ### Marketing Communications
25
+ ---
24
26
 
25
- - **Email Marketing**: Control marketing emails
26
- - **Promotional Offers**: Manage promotional communications
27
- - **Newsletter Subscriptions**: Control newsletter subscriptions
28
- - **Product Updates**: Manage product update notifications
27
+ ## Data Usage Preferences
29
28
 
30
- ### Third-party Sharing
29
+ Control how your data is used beyond basic functionality:
31
30
 
32
- - **Analytics Partners**: Control analytics data sharing
33
- - **Advertising Partners**: Manage advertising data sharing
34
- - **Research Partners**: Control research data sharing
35
- - **Service Providers**: Manage service provider data sharing
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._
36
35
 
37
- ## Profile Privacy
36
+ ---
38
37
 
39
- ### Profile Visibility
38
+ ## Data Retention
40
39
 
41
- - **Public Profile**: Make profile publicly visible
42
- - **Private Profile**: Keep profile private
43
- - **Limited Visibility**: Restrict profile visibility
44
- - **Custom Settings**: Customize visibility settings
40
+ ### Automatic cleanup
45
41
 
46
- ### Contact Information
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 |
47
48
 
48
- - **Email Visibility**: Control email visibility
49
- - **Phone Visibility**: Control phone visibility
50
- - **Location Visibility**: Control location visibility
51
- - **Social Media**: Control social media links
49
+ ### Manual data deletion
52
50
 
53
- ## Search Privacy
51
+ You can delete specific data at any time:
54
52
 
55
- ### Search History
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
56
 
57
- - **Save Searches**: Enable/disable search saving
58
- - **Search Analytics**: Control search analytics
59
- - **Personalized Results**: Manage personalized results
60
- - **Search Suggestions**: Control search suggestions
57
+ ---
61
58
 
62
- ### Result Privacy
59
+ ## Third-Party Data Sharing
63
60
 
64
- - **Private Searches**: Enable private search mode
65
- - **Incognito Mode**: Use incognito search
66
- - **No Tracking**: Disable search tracking
67
- - **Anonymous Mode**: Use anonymous search
61
+ Yantra shares data with third parties only as needed to deliver the service:
68
62
 
69
- ## Account Privacy
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 |
70
69
 
71
- ### Login Privacy
70
+ > **Important:** Yantra never sells your data to advertisers, data brokers, or any third party.
72
71
 
73
- - **Login History**: Control login history tracking
74
- - **Device Tracking**: Manage device tracking
75
- - **Location Tracking**: Control location tracking
76
- - **Session Privacy**: Manage session privacy
72
+ ---
77
73
 
78
- ### Account Security
74
+ ## Cookie Preferences
79
75
 
80
- - **Two-Factor Authentication**: Enable 2FA
81
- - **Login Notifications**: Control login notifications
82
- - **Security Alerts**: Manage security alerts
83
- - **Account Recovery**: Control recovery options
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).
@@ -1,67 +1,78 @@
1
1
  # Profile Settings
2
2
 
3
- Managing your Yantra profile and personal information.
3
+ Your profile is how you appear to team members and how Yantra personalizes your experience.
4
4
 
5
- ## Profile Information
5
+ ---
6
6
 
7
- ### Personal Details
7
+ ## Personal Information
8
8
 
9
- - **Name**: Your display name
10
- - **Email**: Primary email address
11
- - **Profile Picture**: Upload and manage avatar
12
- - **Bio**: Personal description and interests
9
+ Edit your profile at **Settings > Profile**.
13
10
 
14
- ### Account Information
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 |
15
20
 
16
- - **Username**: Your unique username
17
- - **Account Type**: Free, Pro, Max, or Enterprise
18
- - **Member Since**: Account creation date
19
- - **Last Active**: Most recent activity
21
+ ---
20
22
 
21
- ## Privacy Settings
23
+ ## Changing Your Email
22
24
 
23
- ### Visibility Options
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.
24
30
 
25
- - **Profile Visibility**: Control who can see your profile
26
- - **Search History**: Manage search history visibility
27
- - **Activity Status**: Show/hide online status
28
- - **Contact Information**: Control contact info visibility
31
+ > **SSO users:** If you signed up with Google or GitHub SSO, your email is managed by your identity provider.
29
32
 
30
- ### Data Sharing
33
+ ---
31
34
 
32
- - **Usage Analytics**: Control data collection
33
- - **Personalization**: Enable/disable personalization
34
- - **Marketing Communications**: Manage marketing emails
35
- - **Third-party Sharing**: Control data sharing
35
+ ## Updating Your Password
36
36
 
37
- ## Notification Preferences
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.
38
41
 
39
- ### Email Notifications
42
+ Password changes take effect immediately and sign out all other sessions.
40
43
 
41
- - **Search Updates**: Notifications about saved searches
42
- - **Team Activity**: Team collaboration notifications
43
- - **System Updates**: Important system notifications
44
- - **Marketing Emails**: Promotional communications
44
+ ---
45
45
 
46
- ### In-app Notifications
46
+ ## Connected Accounts
47
47
 
48
- - **Real-time Alerts**: Live notifications
49
- - **Sound Settings**: Audio notification preferences
50
- - **Desktop Notifications**: Browser notifications
51
- - **Mobile Push**: Mobile device notifications
48
+ Link external accounts for SSO and integration convenience:
52
49
 
53
- ## Security Settings
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 |
54
55
 
55
- ### Account Security
56
+ Manage connections at **Settings > Profile > Connected Accounts**. Disconnecting a provider does not delete your Yantra account.
56
57
 
57
- - **Password Management**: Change password
58
- - **Two-factor Authentication**: Enable 2FA
59
- - **Login History**: View login activity
60
- - **Active Sessions**: Manage active sessions
58
+ ---
61
59
 
62
- ### Data Security
60
+ ## Profile Visibility
63
61
 
64
- - **Data Export**: Export your data
65
- - **Data Deletion**: Delete account data
66
- - **Privacy Controls**: Advanced privacy settings
67
- - **Security Alerts**: Security-related notifications
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).
@@ -1,74 +1,78 @@
1
1
  # Data Collection
2
2
 
3
- What data Yantra collects and how it's used.
3
+ A transparent overview of what data Yantra collects, why we collect it, and how you can control it.
4
4
 
5
- ## Types of Data Collected
5
+ ---
6
6
 
7
- ### Account Data
7
+ ## What We Collect
8
8
 
9
- - **Registration Information**: Name, email, password
10
- - **Profile Information**: Bio, interests, preferences
11
- - **Contact Information**: Email, phone (optional)
12
- - **Authentication Data**: Login credentials, security data
9
+ ### Data you provide directly
13
10
 
14
- ### Usage Data
11
+ | Data | When | Purpose |
12
+ | ------------------- | ----------------------- | --------------------------------------------------------------- |
13
+ | Name and email | Account registration | Authentication and communication |
14
+ | Profile information | Profile setup | Personalization and team features |
15
+ | Payment details | Subscription purchase | Billing (processed by Stripe — we never store raw card numbers) |
16
+ | Search queries | When you search | Deliver results and maintain search history |
17
+ | Conversations | When you chat with AI | Provide contextual, multi-turn conversations |
18
+ | Feedback | When you rate responses | Improve response quality |
15
19
 
16
- - **Search Queries**: Search terms and queries
17
- - **Interaction Data**: Clicks, views, time spent
18
- - **Feature Usage**: Which features are used
19
- - **Performance Data**: App performance metrics
20
+ ### Data collected automatically
20
21
 
21
- ### Technical Data
22
+ | Data | Method | Purpose |
23
+ | ----------------------- | ----------------------- | --------------------------------------------------------------------- |
24
+ | Device type and browser | HTTP headers | Optimize the experience for your device |
25
+ | IP address | Network connection | Rate limiting, security, and approximate location for latency routing |
26
+ | Usage patterns | Application events | Understand which features are used and improve the product |
27
+ | Error logs | Error tracking (Sentry) | Diagnose and fix bugs |
28
+ | Performance metrics | Application monitoring | Ensure fast, reliable service |
22
29
 
23
- - **Device Information**: Device type, OS, browser
24
- - **IP Address**: Internet Protocol address
25
- - **Location Data**: General geographic location
26
- - **Log Data**: Server logs and system data
30
+ ### Data we do NOT collect
27
31
 
28
- ## Data Collection Methods
32
+ - Passwords in plaintext (we store only salted bcrypt hashes)
33
+ - Biometric data
34
+ - Contents of connected third-party tools beyond what you explicitly authorize
35
+ - Data from your device outside the Yantra app
29
36
 
30
- ### Direct Collection
37
+ ---
31
38
 
32
- - **User Input**: Information provided by users
33
- - **Account Creation**: Data from account setup
34
- - **Profile Updates**: Information from profile updates
35
- - **Support Interactions**: Data from support requests
39
+ ## How Data Is Used
36
40
 
37
- ### Automatic Collection
41
+ | Purpose | What data | Legal basis |
42
+ | ----------------------------- | ------------------------------------ | ----------------------------- |
43
+ | Provide the service | Queries, conversations, account info | Contract performance |
44
+ | Improve the product | Anonymized usage analytics | Legitimate interest |
45
+ | Personalize experience | Search history, preferences | Consent |
46
+ | Security and fraud prevention | IP address, login activity | Legitimate interest |
47
+ | Billing | Payment details | Contract performance |
48
+ | Communication | Email address | Consent / legitimate interest |
38
49
 
39
- - **Usage Tracking**: Automatic usage tracking
40
- - **Analytics**: Automatic analytics collection
41
- - **Performance Monitoring**: Automatic performance tracking
42
- - **Security Monitoring**: Automatic security monitoring
50
+ ### AI model training
43
51
 
44
- ## Data Usage Purposes
52
+ **Your data is never used to train AI models.** Queries sent to model providers (OpenAI, Anthropic) are processed under data processing agreements that prohibit training on customer data.
45
53
 
46
- ### Service Delivery
54
+ ---
47
55
 
48
- - **Search Functionality**: Provide search services
49
- - **Account Management**: Manage user accounts
50
- - **Personalization**: Customize user experience
51
- - **Support Services**: Provide customer support
52
-
53
- ### Service Improvement
56
+ ## Data Minimization
54
57
 
55
- - **Product Development**: Improve products and services
56
- - **Feature Development**: Develop new features
57
- - **Performance Optimization**: Optimize performance
58
- - **Security Enhancement**: Enhance security measures
58
+ We follow the principle of **data minimization** we collect only what's necessary:
59
59
 
60
- ## Data Minimization
60
+ - Search queries are retained for your history feature, not indefinitely.
61
+ - Conversation data is kept based on your [retention settings](/help-center/account-management/privacy-settings).
62
+ - Error logs are anonymized and expire after 30 days.
63
+ - Usage analytics are aggregated and stripped of personally identifiable information.
61
64
 
62
- ### Collection Principles
65
+ ---
63
66
 
64
- - **Necessity**: Collect only necessary data
65
- - **Purpose Limitation**: Use data for stated purposes
66
- - **Accuracy**: Ensure data accuracy
67
- - **Retention**: Limit data retention periods
67
+ ## Your Controls
68
68
 
69
- ### User Control
69
+ | Control | Where | Effect |
70
+ | ----------------------- | ----------------------------------- | ----------------------------------------------------------- |
71
+ | Disable search history | Settings > Privacy | Queries are not stored after results are delivered |
72
+ | Disable usage analytics | Settings > Privacy | No usage events are sent |
73
+ | Disable personalization | Settings > Privacy | AI results are not tailored to your history |
74
+ | Clear all data | Settings > Privacy > Clear Data | Deletes your search history, conversations, and cached data |
75
+ | Export data | Settings > Privacy > Export Data | Download everything we have about you in JSON/CSV |
76
+ | Delete account | Settings > Account > Delete Account | All data permanently removed within 30 days |
70
77
 
71
- - **Consent**: Obtain user consent
72
- - **Transparency**: Be transparent about collection
73
- - **User Rights**: Respect user data rights
74
- - **Opt-out Options**: Provide opt-out options
78
+ For more details on your privacy rights, see [Privacy Requests](/help-center/data-subject-privacy/privacy-requests).
@@ -1,83 +1,100 @@
1
- # Privacy Policy
1
+ # Privacy Policy Summary
2
2
 
3
- Yantra's comprehensive privacy policy and data handling practices.
3
+ This is a human-readable summary of Yantra's Privacy Policy. For the full legal text, visit [yantra.ai/privacy](https://yantra.ai/privacy).
4
4
 
5
- ## Information We Collect
5
+ ---
6
6
 
7
- ### Personal Information
7
+ ## The Short Version
8
8
 
9
- - **Account Information**: Name, email, profile details
10
- - **Usage Data**: Search queries, interaction data
11
- - **Device Information**: Device type, operating system
12
- - **Location Data**: General location information
9
+ - **We collect only what's needed** to provide and improve the service.
10
+ - **Your data is never sold** to advertisers, data brokers, or any third party.
11
+ - **Your data is never used to train AI models.**
12
+ - **You control your data** — export, delete, or restrict processing at any time.
13
+ - **We use strong encryption** — AES-256 at rest, TLS 1.3 in transit.
13
14
 
14
- ### Technical Information
15
+ ---
15
16
 
16
- - **Log Data**: Server logs, IP addresses
17
- - **Cookies**: Website cookies and tracking
18
- - **Analytics**: Usage analytics and metrics
19
- - **Performance Data**: App performance data
17
+ ## What We Collect
20
18
 
21
- ## How We Use Information
19
+ | Category | Examples | Retention |
20
+ | ----------------- | ----------------------------------- | ---------------------------------------------- |
21
+ | Account data | Name, email, profile photo | Until account deletion |
22
+ | Search data | Queries, results, saved searches | Per your retention settings (default: 90 days) |
23
+ | Conversation data | AI chat history | Per your retention settings (default: 90 days) |
24
+ | Usage data | Feature usage, clicks, page views | 90 days (anonymized) |
25
+ | Payment data | Card last 4 digits, billing address | Until account deletion |
26
+ | Technical data | IP address, browser, device type | 30 days |
22
27
 
23
- ### Service Provision
28
+ For the full list, see [Data Collection](/help-center/data-privacy/data-collection).
24
29
 
25
- - **Search Services**: Provide search functionality
26
- - **Personalization**: Customize user experience
27
- - **Account Management**: Manage user accounts
28
- - **Support Services**: Provide customer support
30
+ ---
29
31
 
30
- ### Service Improvement
32
+ ## How We Use Your Data
31
33
 
32
- - **Product Development**: Improve products and services
33
- - **Analytics**: Analyze usage patterns
34
- - **Research**: Conduct research and analysis
35
- - **Security**: Enhance security measures
34
+ 1. **Provide the service** Process your searches, generate AI responses, maintain your conversation history.
35
+ 2. **Improve the product** — Analyze anonymized usage patterns to make Yantra better.
36
+ 3. **Personalize your experience** — Tailor results and recommendations to your preferences (with your consent).
37
+ 4. **Security** Detect and prevent unauthorized access, abuse, and fraud.
38
+ 5. **Communicate** — Send billing notifications, security alerts, and product updates you've opted into.
36
39
 
37
- ## Information Sharing
40
+ ---
38
41
 
39
- ### Third-Party Sharing
42
+ ## Who Has Access
40
43
 
41
- - **Service Providers**: Trusted service providers
42
- - **Analytics Partners**: Analytics and research partners
43
- - **Legal Requirements**: When required by law
44
- - **Business Transfers**: In case of business transfers
44
+ | Party | What they access | Why |
45
+ | --------------------- | ------------------------------------ | --------------------------------- |
46
+ | Yantra engineers | Anonymized data, error logs | Service maintenance and bug fixes |
47
+ | AI model providers | Query content (no PII when possible) | To generate AI responses |
48
+ | Stripe | Payment data | To process transactions |
49
+ | Cloud providers (AWS) | Encrypted storage | Infrastructure hosting |
45
50
 
46
- ### User Control
51
+ All third parties are bound by data processing agreements (DPAs) that restrict how they can use your data.
47
52
 
48
- - **Consent**: User consent for sharing
49
- - **Opt-out Options**: Ability to opt out
50
- - **Data Portability**: Export personal data
51
- - **Deletion Rights**: Right to delete data
53
+ ---
52
54
 
53
- ## Data Security
55
+ ## Your Rights
54
56
 
55
- ### Security Measures
57
+ Under GDPR, CCPA, and other applicable privacy laws, you have the right to:
56
58
 
57
- - **Encryption**: Data encryption in transit and at rest
58
- - **Access Controls**: Restricted access to data
59
- - **Security Monitoring**: Continuous security monitoring
60
- - **Incident Response**: Security incident response
59
+ | Right | How to exercise |
60
+ | --------------- | ---------------------------------------------------- |
61
+ | **Access** | Export your data from Settings > Privacy |
62
+ | **Correction** | Edit your profile or contact support |
63
+ | **Deletion** | Delete specific data or your entire account |
64
+ | **Portability** | Export in machine-readable formats (JSON, CSV) |
65
+ | **Restriction** | Disable specific data processing in Privacy settings |
66
+ | **Objection** | Opt out of analytics and personalization |
61
67
 
62
- ### Data Protection
68
+ For formal requests, see [Privacy Requests](/help-center/data-subject-privacy/privacy-requests).
63
69
 
64
- - **Data Minimization**: Collect only necessary data
65
- - **Purpose Limitation**: Use data for stated purposes
66
- - **Retention Limits**: Limit data retention periods
67
- - **Regular Audits**: Regular security audits
70
+ ---
68
71
 
69
- ## User Rights
72
+ ## Cookies
70
73
 
71
- ### Data Rights
74
+ | Cookie type | Purpose | Can you disable? |
75
+ | ----------- | -------------------------------------------- | ---------------- |
76
+ | Essential | Authentication, security, core functionality | No (required) |
77
+ | Analytics | Anonymous usage statistics (PostHog) | Yes |
78
+ | Preferences | Remember your settings | Yes |
72
79
 
73
- - **Access Rights**: Access to personal data
74
- - **Correction Rights**: Correct inaccurate data
75
- - **Deletion Rights**: Delete personal data
76
- - **Portability Rights**: Export personal data
80
+ Manage cookies at **Settings > Privacy > Cookies** or via your browser settings.
77
81
 
78
- ### Privacy Controls
82
+ ---
79
83
 
80
- - **Privacy Settings**: Control privacy preferences
81
- - **Data Sharing**: Control data sharing
82
- - **Marketing**: Control marketing communications
83
- - **Analytics**: Control analytics participation
84
+ ## Changes to This Policy
85
+
86
+ We notify you of material changes via:
87
+
88
+ - Email to your registered address
89
+ - In-app notification banner
90
+ - Blog post with a detailed summary of changes
91
+
92
+ You'll always have at least 30 days' notice before changes take effect.
93
+
94
+ ---
95
+
96
+ ## Contact
97
+
98
+ **Data Protection Officer:** privacy@yantra.ai
99
+ **General inquiries:** support@yantra.ai
100
+ **Mailing address:** Available in the full privacy policy at [yantra.ai/privacy](https://yantra.ai/privacy)