@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.
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +43 -88
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +3 -8
- 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/{pages/LandingPage/components → components}/Icons.js +39 -2
- 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 +2 -9
- 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.map +1 -1
- package/lib/components/SearchBar.js +9 -45
- package/lib/components/SearchBar.js.map +1 -1
- package/lib/components/SidebarSearch.js +2 -2
- package/lib/components/SidebarSearch.js.map +1 -1
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +5 -16
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts +15 -0
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +74 -2
- 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/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 +15 -78
- 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/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +9 -45
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +7 -34
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +3 -12
- 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 +15 -74
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +3 -12
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +3 -12
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +3 -8
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +3 -12
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +62 -33
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.js +11 -56
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -1
- 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 +60 -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 +88 -0
- package/lib/templates/content/account-management/account-setup.md +56 -57
- package/lib/templates/content/account-management/delete-account.md +55 -58
- package/lib/templates/content/account-management/preferences.md +70 -55
- package/lib/templates/content/account-management/privacy-settings.md +67 -56
- package/lib/templates/content/account-management/profile-settings.md +56 -45
- package/lib/templates/content/data-privacy/data-collection.md +55 -51
- package/lib/templates/content/data-privacy/privacy-policy.md +74 -57
- package/lib/templates/content/data-subject-privacy/data-access.md +59 -69
- package/lib/templates/content/data-subject-privacy/data-portability.md +67 -93
- package/lib/templates/content/data-subject-privacy/privacy-requests.md +66 -62
- package/lib/templates/content/file-uploads/file-upload-overview.md +69 -50
- package/lib/templates/content/getting-started/getting-started-guide.md +65 -51
- package/lib/templates/content/product-features/ai-models.md +62 -57
- package/lib/templates/content/product-features/collaboration-tools.md +66 -45
- package/lib/templates/content/product-features/conversation-features.md +59 -34
- package/lib/templates/content/product-features/export-features.md +65 -45
- package/lib/templates/content/product-features/follow-up-questions.md +61 -46
- package/lib/templates/content/product-features/real-time-search.md +63 -46
- package/lib/templates/content/product-features/saved-searches.md +53 -45
- package/lib/templates/content/product-features/search-features.md +61 -43
- package/lib/templates/content/product-features/search-history.md +64 -45
- package/lib/templates/content/product-features/source-citations.md +77 -44
- package/lib/templates/content/scope-api/api-overview.md +83 -46
- package/lib/templates/content/search-modes/deep-research.md +87 -46
- package/lib/templates/content/search-modes/labs-features.md +54 -56
- package/lib/templates/content/search-modes/pro-search.md +53 -45
- package/lib/templates/content/search-modes/regular-search.md +64 -46
- package/lib/templates/content/spaces-library/spaces-overview.md +68 -47
- package/lib/templates/content/student-hub/academic-research.md +85 -48
- package/lib/templates/content/student-hub/student-discounts.md +51 -57
- package/lib/templates/content/student-hub/student-overview.md +64 -45
- package/lib/templates/content/student-hub/study-tools.md +99 -45
- package/lib/templates/content/subscription-billing/billing-cycle.md +50 -48
- package/lib/templates/content/subscription-billing/billing-overview.md +55 -34
- package/lib/templates/content/subscription-billing/billing-support.md +52 -45
- package/lib/templates/content/subscription-billing/currency-support.md +36 -62
- package/lib/templates/content/subscription-billing/enterprise-pricing.md +52 -46
- package/lib/templates/content/subscription-billing/invoice-management.md +64 -45
- package/lib/templates/content/subscription-billing/payment-methods.md +53 -52
- package/lib/templates/content/subscription-billing/promotional-offers.md +58 -46
- package/lib/templates/content/subscription-billing/refund-policy.md +53 -58
- package/lib/templates/content/subscription-billing/student-discounts.md +61 -57
- package/lib/templates/content/subscription-billing/tax-information.md +64 -45
- package/lib/templates/content/technical-questions/ai-models-technical.md +60 -56
- package/lib/templates/content/technical-questions/api-technical.md +131 -56
- package/lib/templates/content/technical-questions/data-processing.md +74 -55
- package/lib/templates/content/technical-questions/database-architecture.md +91 -54
- package/lib/templates/content/technical-questions/infrastructure.md +104 -55
- package/lib/templates/content/technical-questions/performance-optimization.md +77 -55
- package/lib/templates/content/technical-questions/search-algorithms.md +78 -56
- package/lib/templates/content/technical-questions/technical-overview.md +76 -52
- package/lib/templates/content/threads/conversation-management.md +81 -45
- package/lib/templates/content/threads/threads-overview.md +69 -45
- package/lib/templates/content/troubleshooting/common-issues.md +91 -43
- package/lib/templates/content/what-is-yantra/getting-started-yantra.md +58 -57
- package/package.json +2 -2
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -13
- package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/Icons.js.map +0 -1
|
@@ -1,83 +1,94 @@
|
|
|
1
1
|
# Privacy Settings
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Data Collection Controls
|
|
8
8
|
|
|
9
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
25
|
+
---
|
|
24
26
|
|
|
25
|
-
|
|
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
|
-
|
|
29
|
+
Control how your data is used beyond basic functionality:
|
|
31
30
|
|
|
32
|
-
- **
|
|
33
|
-
- **
|
|
34
|
-
- **
|
|
35
|
-
- **
|
|
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
|
-
|
|
36
|
+
---
|
|
38
37
|
|
|
39
|
-
|
|
38
|
+
## Data Retention
|
|
40
39
|
|
|
41
|
-
|
|
42
|
-
- **Private Profile**: Keep profile private
|
|
43
|
-
- **Limited Visibility**: Restrict profile visibility
|
|
44
|
-
- **Custom Settings**: Customize visibility settings
|
|
40
|
+
### Automatic cleanup
|
|
45
41
|
|
|
46
|
-
|
|
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
|
-
|
|
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
|
-
|
|
51
|
+
You can delete specific data at any time:
|
|
54
52
|
|
|
55
|
-
|
|
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
|
-
|
|
58
|
-
- **Search Analytics**: Control search analytics
|
|
59
|
-
- **Personalized Results**: Manage personalized results
|
|
60
|
-
- **Search Suggestions**: Control search suggestions
|
|
57
|
+
---
|
|
61
58
|
|
|
62
|
-
|
|
59
|
+
## Third-Party Data Sharing
|
|
63
60
|
|
|
64
|
-
|
|
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
|
-
|
|
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
|
-
|
|
70
|
+
> **Important:** Yantra never sells your data to advertisers, data brokers, or any third party.
|
|
72
71
|
|
|
73
|
-
|
|
74
|
-
- **Device Tracking**: Manage device tracking
|
|
75
|
-
- **Location Tracking**: Control location tracking
|
|
76
|
-
- **Session Privacy**: Manage session privacy
|
|
72
|
+
---
|
|
77
73
|
|
|
78
|
-
|
|
74
|
+
## Cookie Preferences
|
|
79
75
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
- **
|
|
83
|
-
- **
|
|
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
|
-
|
|
3
|
+
Your profile is how you appear to team members and how Yantra personalizes your experience.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Personal Information
|
|
8
8
|
|
|
9
|
-
|
|
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
|
-
|
|
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
|
-
|
|
17
|
-
- **Account Type**: Free, Pro, Max, or Enterprise
|
|
18
|
-
- **Member Since**: Account creation date
|
|
19
|
-
- **Last Active**: Most recent activity
|
|
21
|
+
---
|
|
20
22
|
|
|
21
|
-
##
|
|
23
|
+
## Changing Your Email
|
|
22
24
|
|
|
23
|
-
|
|
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
|
-
|
|
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
|
-
|
|
33
|
+
---
|
|
31
34
|
|
|
32
|
-
|
|
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
|
-
|
|
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
|
-
|
|
42
|
+
Password changes take effect immediately and sign out all other sessions.
|
|
40
43
|
|
|
41
|
-
|
|
42
|
-
- **Team Activity**: Team collaboration notifications
|
|
43
|
-
- **System Updates**: Important system notifications
|
|
44
|
-
- **Marketing Emails**: Promotional communications
|
|
44
|
+
---
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
## Connected Accounts
|
|
47
47
|
|
|
48
|
-
|
|
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
|
-
|
|
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
|
-
|
|
56
|
+
Manage connections at **Settings > Profile > Connected Accounts**. Disconnecting a provider does not delete your Yantra account.
|
|
56
57
|
|
|
57
|
-
|
|
58
|
-
- **Two-factor Authentication**: Enable 2FA
|
|
59
|
-
- **Login History**: View login activity
|
|
60
|
-
- **Active Sessions**: Manage active sessions
|
|
58
|
+
---
|
|
61
59
|
|
|
62
|
-
|
|
60
|
+
## Profile Visibility
|
|
63
61
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
- **
|
|
67
|
-
- **
|
|
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
|
-
|
|
3
|
+
A transparent overview of what data Yantra collects, why we collect it, and how you can control it.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## What We Collect
|
|
8
8
|
|
|
9
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
37
|
+
---
|
|
31
38
|
|
|
32
|
-
|
|
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
|
-
|
|
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
|
-
|
|
40
|
-
- **Analytics**: Automatic analytics collection
|
|
41
|
-
- **Performance Monitoring**: Automatic performance tracking
|
|
42
|
-
- **Security Monitoring**: Automatic security monitoring
|
|
50
|
+
### AI model training
|
|
43
51
|
|
|
44
|
-
|
|
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
|
-
|
|
54
|
+
---
|
|
47
55
|
|
|
48
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
65
|
+
---
|
|
63
66
|
|
|
64
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## The Short Version
|
|
8
8
|
|
|
9
|
-
- **
|
|
10
|
-
- **
|
|
11
|
-
- **
|
|
12
|
-
- **
|
|
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
|
-
|
|
15
|
+
---
|
|
15
16
|
|
|
16
|
-
|
|
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
|
-
|
|
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
|
-
|
|
28
|
+
For the full list, see [Data Collection](/help-center/data-privacy/data-collection).
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
- **Personalization**: Customize user experience
|
|
27
|
-
- **Account Management**: Manage user accounts
|
|
28
|
-
- **Support Services**: Provide customer support
|
|
30
|
+
---
|
|
29
31
|
|
|
30
|
-
|
|
32
|
+
## How We Use Your Data
|
|
31
33
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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
|
-
|
|
40
|
+
---
|
|
38
41
|
|
|
39
|
-
|
|
42
|
+
## Who Has Access
|
|
40
43
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
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
|
-
|
|
51
|
+
All third parties are bound by data processing agreements (DPAs) that restrict how they can use your data.
|
|
47
52
|
|
|
48
|
-
|
|
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
|
-
##
|
|
55
|
+
## Your Rights
|
|
54
56
|
|
|
55
|
-
|
|
57
|
+
Under GDPR, CCPA, and other applicable privacy laws, you have the right to:
|
|
56
58
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
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
|
-
|
|
68
|
+
For formal requests, see [Privacy Requests](/help-center/data-subject-privacy/privacy-requests).
|
|
63
69
|
|
|
64
|
-
|
|
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
|
-
##
|
|
72
|
+
## Cookies
|
|
70
73
|
|
|
71
|
-
|
|
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
|
-
|
|
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
|
-
|
|
82
|
+
---
|
|
79
83
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
+
## Changes to This Policy
|
|
85
|
+
|
|
86
|
+
We notify you of material changes via:
|
|
87
|
+
|
|
88
|
+
- Email to your registered address
|
|
89
|
+
- In-app notification banner
|
|
90
|
+
- Blog post with a detailed summary of changes
|
|
91
|
+
|
|
92
|
+
You'll always have at least 30 days' notice before changes take effect.
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## Contact
|
|
97
|
+
|
|
98
|
+
**Data Protection Officer:** privacy@yantra.ai
|
|
99
|
+
**General inquiries:** support@yantra.ai
|
|
100
|
+
**Mailing address:** Available in the full privacy policy at [yantra.ai/privacy](https://yantra.ai/privacy)
|