@adminide-stack/yantra-help-browser 12.0.16-alpha.27 → 12.0.16-alpha.29
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 +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 +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/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 +328 -0
- 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,100 +1,90 @@
|
|
|
1
|
-
# Data Access
|
|
1
|
+
# Data Access Requests
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
You have the right to access all personal data Yantra holds about you. Here's how to request it and what you'll receive.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Self-Service Export (Recommended)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- **Usage Data**: How you use Yantra services
|
|
11
|
-
- **Search History**: Your search queries and history
|
|
12
|
-
- **Interaction Data**: Your interactions with the platform
|
|
9
|
+
The fastest way to access your data is through the in-app export tool:
|
|
13
10
|
|
|
14
|
-
|
|
11
|
+
1. Go to **Settings > Privacy > Export Data**.
|
|
12
|
+
2. Select the categories you want:
|
|
15
13
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
| Category | What's included |
|
|
15
|
+
| ---------------- | ------------------------------------------------------------- |
|
|
16
|
+
| Account data | Name, email, profile photo, settings |
|
|
17
|
+
| Search history | All queries with timestamps and results |
|
|
18
|
+
| Conversations | Full AI conversation threads |
|
|
19
|
+
| Saved items | Collections, bookmarks, saved searches |
|
|
20
|
+
| Integration data | Connected tool configurations (no third-party credentials) |
|
|
21
|
+
| Billing data | Invoice history, plan changes, payment method (last 4 digits) |
|
|
22
|
+
| Activity log | Login history, feature usage, actions taken |
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
3. Click **Request Export**.
|
|
25
|
+
4. You'll receive an email with a download link within 24 hours.
|
|
26
|
+
5. The export is a ZIP file containing JSON and CSV files.
|
|
22
27
|
|
|
23
|
-
|
|
28
|
+
> **Security:** The download link expires after 7 days and requires re-authentication to access.
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
2. **Identity Verification**: Verify your identity
|
|
27
|
-
3. **Request Processing**: Process your request
|
|
28
|
-
4. **Data Preparation**: Prepare your data
|
|
29
|
-
5. **Data Delivery**: Deliver requested data
|
|
30
|
+
---
|
|
30
31
|
|
|
31
|
-
|
|
32
|
+
## Formal Data Access Request (DSAR)
|
|
32
33
|
|
|
33
|
-
|
|
34
|
-
- **Email Request**: Send email request
|
|
35
|
-
- **Support Ticket**: Create support ticket
|
|
36
|
-
- **Phone Request**: Call support team
|
|
34
|
+
If you prefer a formal process or need data not available through self-service:
|
|
37
35
|
|
|
38
|
-
|
|
36
|
+
### How to submit
|
|
39
37
|
|
|
40
|
-
|
|
38
|
+
Email **privacy@yantra.ai** with:
|
|
41
39
|
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
40
|
+
- Subject line: "Data Access Request"
|
|
41
|
+
- Your registered email address
|
|
42
|
+
- Description of the specific data you're requesting (if not "everything")
|
|
43
|
+
- Your preferred delivery format (JSON, CSV, or PDF)
|
|
46
44
|
|
|
47
|
-
###
|
|
45
|
+
### Verification
|
|
48
46
|
|
|
49
|
-
|
|
50
|
-
- **Chronological Order**: Data in chronological order
|
|
51
|
-
- **Searchable Format**: Searchable data format
|
|
52
|
-
- **Compressed Files**: Compressed for large datasets
|
|
47
|
+
To protect your privacy, we verify your identity before processing:
|
|
53
48
|
|
|
54
|
-
|
|
49
|
+
- For requests from your registered email: minimal verification (confirmation reply).
|
|
50
|
+
- For requests from a different email: we'll ask you to verify ownership of the account.
|
|
55
51
|
|
|
56
|
-
###
|
|
52
|
+
### Timeline
|
|
57
53
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
54
|
+
| Step | Duration |
|
|
55
|
+
| --------------------- | --------------------------------------------- |
|
|
56
|
+
| Acknowledgment | Within 2 business days |
|
|
57
|
+
| Identity verification | 1–3 business days |
|
|
58
|
+
| Data compilation | 5–15 business days |
|
|
59
|
+
| Delivery | Within 30 days of request (legal requirement) |
|
|
62
60
|
|
|
63
|
-
|
|
61
|
+
---
|
|
64
62
|
|
|
65
|
-
|
|
66
|
-
- **Emergency Access**: Emergency access procedures
|
|
67
|
-
- **Priority Handling**: Priority handling for urgent cases
|
|
68
|
-
- **Faster Timeline**: Reduced processing time
|
|
63
|
+
## What You'll Receive
|
|
69
64
|
|
|
70
|
-
|
|
65
|
+
Your data package includes:
|
|
71
66
|
|
|
72
|
-
|
|
67
|
+
- **Human-readable summaries** (CSV/PDF) for quick review
|
|
68
|
+
- **Machine-readable data** (JSON) for programmatic use or portability
|
|
69
|
+
- **Metadata** — timestamps, data categories, retention periods
|
|
70
|
+
- **Explanation document** — describes what each data field means
|
|
73
71
|
|
|
74
|
-
|
|
75
|
-
- **Email Delivery**: Email with encrypted attachment
|
|
76
|
-
- **Physical Media**: Physical media delivery
|
|
77
|
-
- **Cloud Storage**: Cloud storage delivery
|
|
72
|
+
---
|
|
78
73
|
|
|
79
|
-
|
|
74
|
+
## Limitations
|
|
80
75
|
|
|
81
|
-
|
|
82
|
-
- **Secure Links**: Time-limited secure links
|
|
83
|
-
- **Access Control**: Controlled access to data
|
|
84
|
-
- **Audit Trail**: Complete audit trail
|
|
76
|
+
Some data may be excluded or redacted:
|
|
85
77
|
|
|
86
|
-
|
|
78
|
+
- **Third-party data** — Data held by integration partners (e.g., Slack messages, GitHub commits) is not included; request it from those providers directly.
|
|
79
|
+
- **Anonymized data** — Data that has been irreversibly anonymized and can no longer be linked to you.
|
|
80
|
+
- **Legal holds** — Data subject to legal proceedings may be flagged but not deleted per your request.
|
|
87
81
|
|
|
88
|
-
|
|
82
|
+
---
|
|
89
83
|
|
|
90
|
-
|
|
91
|
-
- **Format Guide**: Guide to data formats
|
|
92
|
-
- **Sample Data**: Sample data for reference
|
|
93
|
-
- **Support Resources**: Resources for understanding data
|
|
84
|
+
## After Receiving Your Data
|
|
94
85
|
|
|
95
|
-
|
|
86
|
+
Once you have your data, you can:
|
|
96
87
|
|
|
97
|
-
- **
|
|
98
|
-
- **
|
|
99
|
-
- **
|
|
100
|
-
- **Trend Analysis**: Analysis of data trends
|
|
88
|
+
- **Review** for accuracy — if anything is wrong, request a [correction](/help-center/data-subject-privacy/privacy-requests).
|
|
89
|
+
- **Port** to another service — use the JSON export with compatible tools.
|
|
90
|
+
- **Delete** data you no longer want Yantra to hold — see [Privacy Requests](/help-center/data-subject-privacy/privacy-requests).
|
|
@@ -1,123 +1,97 @@
|
|
|
1
1
|
# Data Portability
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
You have the right to receive your personal data in a structured, machine-readable format and transfer it to another service.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- **Data Export**: Export your personal data
|
|
10
|
-
- **Machine Readable**: Data in machine-readable format
|
|
11
|
-
- **Structured Format**: Well-structured data format
|
|
12
|
-
- **Complete Data**: Complete dataset export
|
|
13
|
-
|
|
14
|
-
### Benefits
|
|
15
|
-
|
|
16
|
-
- **Service Switching**: Switch between services
|
|
17
|
-
- **Data Backup**: Backup your personal data
|
|
18
|
-
- **Data Analysis**: Analyze your own data
|
|
19
|
-
- **Data Control**: Maintain control over your data
|
|
20
|
-
|
|
21
|
-
## Portable Data Types
|
|
22
|
-
|
|
23
|
-
### Account Data
|
|
24
|
-
|
|
25
|
-
- **Profile Information**: Personal profile data
|
|
26
|
-
- **Account Settings**: Account configuration
|
|
27
|
-
- **Preferences**: User preferences and settings
|
|
28
|
-
- **Contact Information**: Contact details
|
|
29
|
-
|
|
30
|
-
### Usage Data
|
|
31
|
-
|
|
32
|
-
- **Search History**: Complete search history
|
|
33
|
-
- **Saved Searches**: All saved searches
|
|
34
|
-
- **Collections**: Research collections
|
|
35
|
-
- **Interaction Data**: Platform interactions
|
|
36
|
-
|
|
37
|
-
### Content Data
|
|
7
|
+
## Export Formats
|
|
38
8
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
9
|
+
| Format | Use case | Contents |
|
|
10
|
+
| ------------ | -------------------------------------------------------- | ------------------------------------------------- |
|
|
11
|
+
| **JSON** | Import into other AI/search tools, developer workflows | Structured data with full metadata |
|
|
12
|
+
| **CSV** | Open in Excel, Google Sheets, or database tools | Tabular data (search history, citations, billing) |
|
|
13
|
+
| **BibTeX** | Academic bibliography managers (Zotero, Mendeley, LaTeX) | Citation data only |
|
|
14
|
+
| **Markdown** | Documentation tools (Notion, Obsidian, GitHub) | Conversations and research reports |
|
|
15
|
+
| **PDF** | Offline reading, archival, printing | Formatted documents with styling |
|
|
43
16
|
|
|
44
|
-
|
|
17
|
+
---
|
|
45
18
|
|
|
46
|
-
|
|
19
|
+
## What's Portable
|
|
47
20
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
21
|
+
| Data type | JSON | CSV | Markdown | PDF |
|
|
22
|
+
| ---------------------- | ---- | --- | -------- | --- |
|
|
23
|
+
| Account profile | Yes | Yes | — | Yes |
|
|
24
|
+
| Search history | Yes | Yes | — | Yes |
|
|
25
|
+
| Conversations | Yes | — | Yes | Yes |
|
|
26
|
+
| Saved collections | Yes | Yes | Yes | Yes |
|
|
27
|
+
| Source citations | Yes | Yes | BibTeX | Yes |
|
|
28
|
+
| AI employee memory | Yes | — | — | — |
|
|
29
|
+
| Preferences & settings | Yes | — | — | — |
|
|
30
|
+
| Billing history | Yes | Yes | — | Yes |
|
|
53
31
|
|
|
54
|
-
|
|
32
|
+
---
|
|
55
33
|
|
|
56
|
-
|
|
57
|
-
- **Selective Export**: Export specific data types
|
|
58
|
-
- **Custom Format**: Custom data format
|
|
59
|
-
- **Multiple Formats**: Export in multiple formats
|
|
34
|
+
## How to Export
|
|
60
35
|
|
|
61
|
-
|
|
36
|
+
### Quick export (specific items)
|
|
62
37
|
|
|
63
|
-
|
|
38
|
+
1. Open any search result, conversation, or collection.
|
|
39
|
+
2. Click **Export** or the **⋯** menu > **Export**.
|
|
40
|
+
3. Choose your format and click **Download**.
|
|
64
41
|
|
|
65
|
-
|
|
66
|
-
- **CSV**: Comma-separated values
|
|
67
|
-
- **XML**: Extensible Markup Language
|
|
68
|
-
- **SQL**: Structured Query Language
|
|
42
|
+
### Full data export
|
|
69
43
|
|
|
70
|
-
|
|
44
|
+
1. Go to **Settings > Privacy > Export Data**.
|
|
45
|
+
2. Select data categories to include.
|
|
46
|
+
3. Choose format(s) — you can select multiple.
|
|
47
|
+
4. Click **Request Export**.
|
|
48
|
+
5. Download link delivered via email within 24 hours.
|
|
71
49
|
|
|
72
|
-
|
|
73
|
-
- **iCalendar**: Calendar format
|
|
74
|
-
- **vCard**: Contact format
|
|
75
|
-
- **OPML**: Outline format
|
|
50
|
+
### API export
|
|
76
51
|
|
|
77
|
-
|
|
52
|
+
For programmatic access:
|
|
78
53
|
|
|
79
|
-
|
|
54
|
+
```
|
|
55
|
+
GET /v1/export?categories=searches,conversations&format=json&from=2024-01-01
|
|
56
|
+
```
|
|
80
57
|
|
|
81
|
-
-
|
|
82
|
-
- **Metadata**: Complete metadata included
|
|
83
|
-
- **Relationships**: Data relationships preserved
|
|
84
|
-
- **Timestamps**: Complete timestamp information
|
|
58
|
+
See [API Overview](/help-center/scope-api/api-overview) for authentication details.
|
|
85
59
|
|
|
86
|
-
|
|
60
|
+
---
|
|
87
61
|
|
|
88
|
-
|
|
89
|
-
- **Completeness**: Complete dataset
|
|
90
|
-
- **Accuracy**: Accurate data export
|
|
91
|
-
- **Consistency**: Consistent data format
|
|
62
|
+
## Importing to Other Services
|
|
92
63
|
|
|
93
|
-
|
|
64
|
+
### Common migration paths
|
|
94
65
|
|
|
95
|
-
|
|
66
|
+
| From Yantra | To | How |
|
|
67
|
+
| ------------------ | --------------- | -------------------------------------------------- |
|
|
68
|
+
| Search collections | Notion | Export as Markdown, import via Notion's importer |
|
|
69
|
+
| Citations | Zotero/Mendeley | Export as BibTeX, import into bibliography manager |
|
|
70
|
+
| Conversations | Obsidian | Export as Markdown files, drop into Obsidian vault |
|
|
71
|
+
| Research reports | Google Docs | Export as PDF or Markdown, upload to Drive |
|
|
96
72
|
|
|
97
|
-
|
|
98
|
-
- **API Integration**: API-based data transfer
|
|
99
|
-
- **Direct Import**: Direct import capabilities
|
|
100
|
-
- **Migration Tools**: Migration assistance tools
|
|
73
|
+
### Data structure
|
|
101
74
|
|
|
102
|
-
|
|
75
|
+
JSON exports follow a documented schema:
|
|
103
76
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
-
|
|
77
|
+
```json
|
|
78
|
+
{
|
|
79
|
+
"export_version": "1.0",
|
|
80
|
+
"exported_at": "2026-02-28T12:00:00Z",
|
|
81
|
+
"account": { "id": "...", "email": "...", "name": "..." },
|
|
82
|
+
"searches": [ { "query": "...", "timestamp": "...", "results": [...] } ],
|
|
83
|
+
"conversations": [ { "id": "...", "messages": [...] } ]
|
|
84
|
+
}
|
|
85
|
+
```
|
|
108
86
|
|
|
109
|
-
|
|
87
|
+
Full schema documentation is available in the [API Reference](https://docs.yantra.ai/api/export-schema).
|
|
110
88
|
|
|
111
|
-
|
|
89
|
+
---
|
|
112
90
|
|
|
113
|
-
|
|
114
|
-
- **Data Preparation**: Additional preparation time
|
|
115
|
-
- **Delivery**: Secure delivery
|
|
116
|
-
- **Follow-up**: Follow-up support
|
|
91
|
+
## Retention After Export
|
|
117
92
|
|
|
118
|
-
|
|
93
|
+
Exporting your data does not delete it from Yantra. To remove data after exporting:
|
|
119
94
|
|
|
120
|
-
- **
|
|
121
|
-
- **
|
|
122
|
-
- **
|
|
123
|
-
- **Technical Support**: Technical support assistance
|
|
95
|
+
- **Clear specific data** — Settings > Privacy > Clear Data
|
|
96
|
+
- **Delete your account** — Settings > Account > Delete Account
|
|
97
|
+
- **Submit a deletion request** — See [Privacy Requests](/help-center/data-subject-privacy/privacy-requests)
|
|
@@ -1,91 +1,95 @@
|
|
|
1
1
|
# Privacy Requests
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Exercise your data protection rights with formal privacy requests. This guide covers access, correction, deletion, and restriction requests.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Types of Requests
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
| Request type | What it does | Legal basis |
|
|
10
|
+
| -------------------------------------- | ----------------------------------------------------- | ------------------ |
|
|
11
|
+
| **Access (DSAR)** | Receive a copy of all personal data we hold about you | GDPR Art. 15, CCPA |
|
|
12
|
+
| **Correction** | Fix inaccurate or incomplete personal data | GDPR Art. 16 |
|
|
13
|
+
| **Deletion ("Right to be Forgotten")** | Permanently delete your personal data | GDPR Art. 17, CCPA |
|
|
14
|
+
| **Restriction** | Limit how your data is processed | GDPR Art. 18 |
|
|
15
|
+
| **Portability** | Receive your data in a machine-readable format | GDPR Art. 20 |
|
|
16
|
+
| **Objection** | Object to specific processing activities | GDPR Art. 21 |
|
|
13
17
|
|
|
14
|
-
|
|
18
|
+
---
|
|
15
19
|
|
|
16
|
-
|
|
17
|
-
- **Data Updates**: Update outdated information
|
|
18
|
-
- **Data Completion**: Complete incomplete data
|
|
19
|
-
- **Data Verification**: Verify data accuracy
|
|
20
|
+
## How to Submit a Request
|
|
20
21
|
|
|
21
|
-
###
|
|
22
|
+
### Self-service (fastest)
|
|
22
23
|
|
|
23
|
-
|
|
24
|
-
- **Data Minimization**: Remove unnecessary data
|
|
25
|
-
- **Consent Withdrawal**: Withdraw consent for data processing
|
|
26
|
-
- **Account Deletion**: Complete account deletion
|
|
24
|
+
Most requests can be handled directly in the app:
|
|
27
25
|
|
|
28
|
-
|
|
26
|
+
| Action | Where |
|
|
27
|
+
| ---------------------- | ----------------------------------------- |
|
|
28
|
+
| Export your data | Settings > Privacy > Export Data |
|
|
29
|
+
| Clear search history | Settings > Privacy > Clear Search History |
|
|
30
|
+
| Clear conversations | Settings > Privacy > Clear Conversations |
|
|
31
|
+
| Delete your account | Settings > Account > Delete Account |
|
|
32
|
+
| Adjust data processing | Settings > Privacy (toggle controls) |
|
|
29
33
|
|
|
30
|
-
###
|
|
34
|
+
### Formal request
|
|
31
35
|
|
|
32
|
-
|
|
33
|
-
2. **Select Request Type**: Choose type of privacy request
|
|
34
|
-
3. **Provide Details**: Provide required information
|
|
35
|
-
4. **Submit Request**: Submit your privacy request
|
|
36
|
-
5. **Track Progress**: Monitor request progress
|
|
36
|
+
For requests that can't be handled via self-service, or if you prefer a formal process:
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
1. Email **privacy@yantra.ai** with:
|
|
39
|
+
- Subject line: the type of request (e.g., "Deletion Request")
|
|
40
|
+
- Your registered email address
|
|
41
|
+
- Specific description of what you're requesting
|
|
42
|
+
2. You'll receive an acknowledgment within **2 business days**.
|
|
43
|
+
3. We may ask for identity verification to protect your privacy.
|
|
44
|
+
4. The request will be fulfilled within **30 days** (as required by law).
|
|
39
45
|
|
|
40
|
-
|
|
41
|
-
- **Request Details**: Specify what you're requesting
|
|
42
|
-
- **Contact Information**: Provide contact information
|
|
43
|
-
- **Supporting Documents**: Submit supporting documents
|
|
46
|
+
---
|
|
44
47
|
|
|
45
|
-
##
|
|
48
|
+
## Processing Timeline
|
|
46
49
|
|
|
47
|
-
|
|
50
|
+
| Step | Timeline |
|
|
51
|
+
| ---------------------------- | ------------------------------------ |
|
|
52
|
+
| Acknowledgment | Within 2 business days |
|
|
53
|
+
| Identity verification | 1–3 business days (if needed) |
|
|
54
|
+
| Request fulfillment | Within 30 calendar days |
|
|
55
|
+
| Extension (complex requests) | Up to 60 additional days with notice |
|
|
48
56
|
|
|
49
|
-
|
|
50
|
-
- **Processing Time**: 30 days for standard requests
|
|
51
|
-
- **Complex Requests**: Up to 60 days for complex requests
|
|
52
|
-
- **Extension Notice**: Notification if extension needed
|
|
57
|
+
---
|
|
53
58
|
|
|
54
|
-
|
|
59
|
+
## What Happens After Deletion
|
|
55
60
|
|
|
56
|
-
|
|
57
|
-
- **Request Validation**: Validate request details
|
|
58
|
-
- **Documentation Review**: Review supporting documents
|
|
59
|
-
- **Processing Decision**: Make processing decision
|
|
61
|
+
When a deletion request is fulfilled:
|
|
60
62
|
|
|
61
|
-
|
|
63
|
+
| Data type | What happens |
|
|
64
|
+
| ---------------------- | -------------------------------------------------------- |
|
|
65
|
+
| Account data | Permanently removed |
|
|
66
|
+
| Search history | Permanently removed |
|
|
67
|
+
| Conversations | Permanently removed |
|
|
68
|
+
| Connected integrations | OAuth tokens revoked, configurations deleted |
|
|
69
|
+
| Billing records | Retained for 7 years (legal/tax requirement), anonymized |
|
|
70
|
+
| Anonymized data | Not deleted (can no longer be linked to you) |
|
|
71
|
+
| Backup data | Purged within 30 days of primary deletion |
|
|
62
72
|
|
|
63
|
-
|
|
73
|
+
---
|
|
64
74
|
|
|
65
|
-
|
|
66
|
-
- **Data Correction**: Correct inaccurate data
|
|
67
|
-
- **Data Deletion**: Delete requested data
|
|
68
|
-
- **Confirmation**: Confirm completion
|
|
75
|
+
## Special Cases
|
|
69
76
|
|
|
70
|
-
###
|
|
77
|
+
### Enterprise accounts
|
|
71
78
|
|
|
72
|
-
|
|
73
|
-
- **Appeal Process**: Information about appeals
|
|
74
|
-
- **Alternative Options**: Suggest alternatives
|
|
75
|
-
- **Legal Rights**: Information about legal rights
|
|
79
|
+
If you're on an Enterprise plan, your organization's admin may have data retention policies that override individual deletion requests. Contact your organization's data protection officer for guidance.
|
|
76
80
|
|
|
77
|
-
|
|
81
|
+
### Legal obligations
|
|
78
82
|
|
|
79
|
-
|
|
83
|
+
We may retain certain data when legally required (e.g., financial records for tax compliance, data subject to legal holds). In such cases, we'll inform you of the specific data retained and the legal basis.
|
|
80
84
|
|
|
81
|
-
-
|
|
82
|
-
- **Right to Rectification**: Correct inaccurate data
|
|
83
|
-
- **Right to Erasure**: Delete your personal data
|
|
84
|
-
- **Right to Portability**: Export your data
|
|
85
|
+
### Third-party data
|
|
85
86
|
|
|
86
|
-
|
|
87
|
+
Yantra can only delete data we hold directly. For data held by integration partners (Slack, GitHub, etc.), submit requests to those providers directly.
|
|
87
88
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## Contact
|
|
92
|
+
|
|
93
|
+
- **Data Protection Officer:** privacy@yantra.ai
|
|
94
|
+
- **General support:** support@yantra.ai
|
|
95
|
+
- **Supervisory authority:** If you're unsatisfied with our response, you have the right to lodge a complaint with your local data protection authority.
|