@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.
Files changed (163) 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 +449 -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/browser-extension/browser-extension-overview.md +60 -0
  104. package/lib/templates/content/browser-extension/extension-security.md +126 -0
  105. package/lib/templates/content/browser-extension/getting-started-extension.md +96 -0
  106. package/lib/templates/content/browser-extension/how-it-works.md +112 -0
  107. package/lib/templates/content/browser-extension/troubleshooting-extension.md +138 -0
  108. package/lib/templates/content/browser-extension/use-cases-workflows.md +123 -0
  109. package/lib/templates/content/content-manifest.json +328 -0
  110. package/lib/templates/content/data-privacy/data-collection.md +55 -51
  111. package/lib/templates/content/data-privacy/privacy-policy.md +74 -57
  112. package/lib/templates/content/data-subject-privacy/data-access.md +59 -69
  113. package/lib/templates/content/data-subject-privacy/data-portability.md +67 -93
  114. package/lib/templates/content/data-subject-privacy/privacy-requests.md +66 -62
  115. package/lib/templates/content/file-uploads/file-upload-overview.md +69 -50
  116. package/lib/templates/content/getting-started/getting-started-guide.md +65 -51
  117. package/lib/templates/content/product-features/ai-models.md +62 -57
  118. package/lib/templates/content/product-features/collaboration-tools.md +66 -45
  119. package/lib/templates/content/product-features/conversation-features.md +59 -34
  120. package/lib/templates/content/product-features/export-features.md +65 -45
  121. package/lib/templates/content/product-features/follow-up-questions.md +61 -46
  122. package/lib/templates/content/product-features/real-time-search.md +63 -46
  123. package/lib/templates/content/product-features/saved-searches.md +53 -45
  124. package/lib/templates/content/product-features/search-features.md +61 -43
  125. package/lib/templates/content/product-features/search-history.md +64 -45
  126. package/lib/templates/content/product-features/source-citations.md +77 -44
  127. package/lib/templates/content/scope-api/api-overview.md +83 -46
  128. package/lib/templates/content/search-modes/deep-research.md +87 -46
  129. package/lib/templates/content/search-modes/labs-features.md +54 -56
  130. package/lib/templates/content/search-modes/pro-search.md +53 -45
  131. package/lib/templates/content/search-modes/regular-search.md +64 -46
  132. package/lib/templates/content/spaces-library/spaces-overview.md +68 -47
  133. package/lib/templates/content/student-hub/academic-research.md +85 -48
  134. package/lib/templates/content/student-hub/student-discounts.md +51 -57
  135. package/lib/templates/content/student-hub/student-overview.md +64 -45
  136. package/lib/templates/content/student-hub/study-tools.md +99 -45
  137. package/lib/templates/content/subscription-billing/billing-cycle.md +50 -48
  138. package/lib/templates/content/subscription-billing/billing-overview.md +55 -34
  139. package/lib/templates/content/subscription-billing/billing-support.md +52 -45
  140. package/lib/templates/content/subscription-billing/currency-support.md +36 -62
  141. package/lib/templates/content/subscription-billing/enterprise-pricing.md +52 -46
  142. package/lib/templates/content/subscription-billing/invoice-management.md +64 -45
  143. package/lib/templates/content/subscription-billing/payment-methods.md +53 -52
  144. package/lib/templates/content/subscription-billing/promotional-offers.md +58 -46
  145. package/lib/templates/content/subscription-billing/refund-policy.md +53 -58
  146. package/lib/templates/content/subscription-billing/student-discounts.md +61 -57
  147. package/lib/templates/content/subscription-billing/tax-information.md +64 -45
  148. package/lib/templates/content/technical-questions/ai-models-technical.md +60 -56
  149. package/lib/templates/content/technical-questions/api-technical.md +131 -56
  150. package/lib/templates/content/technical-questions/data-processing.md +74 -55
  151. package/lib/templates/content/technical-questions/database-architecture.md +91 -54
  152. package/lib/templates/content/technical-questions/infrastructure.md +104 -55
  153. package/lib/templates/content/technical-questions/performance-optimization.md +77 -55
  154. package/lib/templates/content/technical-questions/search-algorithms.md +78 -56
  155. package/lib/templates/content/technical-questions/technical-overview.md +76 -52
  156. package/lib/templates/content/threads/conversation-management.md +81 -45
  157. package/lib/templates/content/threads/threads-overview.md +69 -45
  158. package/lib/templates/content/troubleshooting/common-issues.md +91 -43
  159. package/lib/templates/content/what-is-yantra/getting-started-yantra.md +58 -57
  160. package/package.json +2 -2
  161. package/lib/pages/LandingPage/components/Icons.d.ts +0 -13
  162. package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
  163. package/lib/pages/LandingPage/components/Icons.js.map +0 -1
@@ -1,100 +1,90 @@
1
- # Data Access
1
+ # Data Access Requests
2
2
 
3
- Requesting access to your personal data.
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
- ## What Data You Can Access
5
+ ---
6
6
 
7
- ### Personal Information
7
+ ## Self-Service Export (Recommended)
8
8
 
9
- - **Account Data**: Account information and profile data
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
- ### Technical Data
11
+ 1. Go to **Settings > Privacy > Export Data**.
12
+ 2. Select the categories you want:
15
13
 
16
- - **Device Information**: Information about your devices
17
- - **Location Data**: Location information (if collected)
18
- - **IP Addresses**: IP address information
19
- - **Log Data**: System logs and technical data
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
- ## How to Request Data Access
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
- ### Request Process
28
+ > **Security:** The download link expires after 7 days and requires re-authentication to access.
24
29
 
25
- 1. **Submit Request**: Submit data access request
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
- ### Request Methods
32
+ ## Formal Data Access Request (DSAR)
32
33
 
33
- - **Online Form**: Use online request form
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
- ## Data Format Options
36
+ ### How to submit
39
37
 
40
- ### Available Formats
38
+ Email **privacy@yantra.ai** with:
41
39
 
42
- - **JSON Format**: Machine-readable JSON format
43
- - **CSV Format**: Spreadsheet-compatible CSV format
44
- - **PDF Format**: Human-readable PDF format
45
- - **XML Format**: Structured XML format
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
- ### Data Organization
45
+ ### Verification
48
46
 
49
- - **Categorized Data**: Data organized by category
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
- ## Processing Timeline
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
- ### Standard Timeline
52
+ ### Timeline
57
53
 
58
- - **Request Acknowledgment**: Within 24 hours
59
- - **Processing Time**: Up to 30 days
60
- - **Data Preparation**: Additional time for preparation
61
- - **Delivery**: Data delivery within timeline
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
- ### Expedited Processing
61
+ ---
64
62
 
65
- - **Urgent Requests**: Expedited processing available
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
- ## Data Delivery
65
+ Your data package includes:
71
66
 
72
- ### Delivery Methods
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
- - **Secure Download**: Secure download link
75
- - **Email Delivery**: Email with encrypted attachment
76
- - **Physical Media**: Physical media delivery
77
- - **Cloud Storage**: Cloud storage delivery
72
+ ---
78
73
 
79
- ### Security Measures
74
+ ## Limitations
80
75
 
81
- - **Encryption**: Data encrypted during delivery
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
- ## Data Interpretation
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
- ### Understanding Your Data
82
+ ---
89
83
 
90
- - **Data Dictionary**: Explanation of data fields
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
- ### Data Analysis
86
+ Once you have your data, you can:
96
87
 
97
- - **Usage Patterns**: Understanding usage patterns
98
- - **Privacy Insights**: Privacy-related insights
99
- - **Data Relationships**: Relationships between data
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
- Exporting your data for portability.
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
- ## What is Data Portability
5
+ ---
6
6
 
7
- ### Definition
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
- - **Personal Notes**: Personal notes and annotations
40
- - **Uploaded Files**: Files you've uploaded
41
- - **Generated Content**: Content you've created
42
- - **Shared Content**: Content you've shared
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
- ## Export Process
17
+ ---
45
18
 
46
- ### Request Process
19
+ ## What's Portable
47
20
 
48
- 1. **Submit Request**: Submit data portability request
49
- 2. **Identity Verification**: Verify your identity
50
- 3. **Data Collection**: Collect all your data
51
- 4. **Data Processing**: Process and format data
52
- 5. **Data Delivery**: Deliver portable data
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
- ### Export Options
32
+ ---
55
33
 
56
- - **Full Export**: Complete data export
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
- ## Export Formats
36
+ ### Quick export (specific items)
62
37
 
63
- ### Standard Formats
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
- - **JSON**: JavaScript Object Notation
66
- - **CSV**: Comma-separated values
67
- - **XML**: Extensible Markup Language
68
- - **SQL**: Structured Query Language
42
+ ### Full data export
69
43
 
70
- ### Specialized Formats
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
- - **RSS/Atom**: Feed formats
73
- - **iCalendar**: Calendar format
74
- - **vCard**: Contact format
75
- - **OPML**: Outline format
50
+ ### API export
76
51
 
77
- ## Data Structure
52
+ For programmatic access:
78
53
 
79
- ### Organized Data
54
+ ```
55
+ GET /v1/export?categories=searches,conversations&format=json&from=2024-01-01
56
+ ```
80
57
 
81
- - **Hierarchical Structure**: Well-organized hierarchy
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
- ### Data Quality
60
+ ---
87
61
 
88
- - **Data Integrity**: Ensure data integrity
89
- - **Completeness**: Complete dataset
90
- - **Accuracy**: Accurate data export
91
- - **Consistency**: Consistent data format
62
+ ## Importing to Other Services
92
63
 
93
- ## Import to Other Services
64
+ ### Common migration paths
94
65
 
95
- ### Compatibility
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
- - **Standard Formats**: Use standard data formats
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
- ### Supported Services
75
+ JSON exports follow a documented schema:
103
76
 
104
- - **Competing Services**: Import to competing services
105
- - **Personal Storage**: Import to personal storage
106
- - **Analysis Tools**: Import to analysis tools
107
- - **Backup Services**: Import to backup services
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
- ## Timeline and Support
87
+ Full schema documentation is available in the [API Reference](https://docs.yantra.ai/api/export-schema).
110
88
 
111
- ### Processing Timeline
89
+ ---
112
90
 
113
- - **Request Processing**: Up to 30 days
114
- - **Data Preparation**: Additional preparation time
115
- - **Delivery**: Secure delivery
116
- - **Follow-up**: Follow-up support
91
+ ## Retention After Export
117
92
 
118
- ### Support Resources
93
+ Exporting your data does not delete it from Yantra. To remove data after exporting:
119
94
 
120
- - **Documentation**: Export documentation
121
- - **Format Guides**: Format specification guides
122
- - **Sample Data**: Sample export data
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
- How to submit privacy-related requests.
3
+ Exercise your data protection rights with formal privacy requests. This guide covers access, correction, deletion, and restriction requests.
4
4
 
5
- ## Types of Privacy Requests
5
+ ---
6
6
 
7
- ### Data Access Requests
7
+ ## Types of Requests
8
8
 
9
- - **Personal Data Access**: Request access to your personal data
10
- - **Data Portability**: Export your data in portable format
11
- - **Data Categories**: Request specific categories of data
12
- - **Processing Information**: Information about data processing
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
- ### Data Correction Requests
18
+ ---
15
19
 
16
- - **Data Accuracy**: Correct inaccurate personal data
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
- ### Data Deletion Requests
22
+ ### Self-service (fastest)
22
23
 
23
- - **Right to Erasure**: Request deletion of personal data
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
- ## How to Submit Requests
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
- ### Online Request Form
34
+ ### Formal request
31
35
 
32
- 1. **Access Request Form**: Go to privacy request form
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
- ### Required Information
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
- - **Identity Verification**: Verify your identity
41
- - **Request Details**: Specify what you're requesting
42
- - **Contact Information**: Provide contact information
43
- - **Supporting Documents**: Submit supporting documents
46
+ ---
44
47
 
45
- ## Request Processing
48
+ ## Processing Timeline
46
49
 
47
- ### Processing Timeline
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
- - **Acknowledgment**: Request acknowledgment within 24 hours
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
- ### Verification Process
59
+ ## What Happens After Deletion
55
60
 
56
- - **Identity Verification**: Verify your identity
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
- ## Request Outcomes
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
- ### Approved Requests
73
+ ---
64
74
 
65
- - **Data Access**: Provide requested data
66
- - **Data Correction**: Correct inaccurate data
67
- - **Data Deletion**: Delete requested data
68
- - **Confirmation**: Confirm completion
75
+ ## Special Cases
69
76
 
70
- ### Denied Requests
77
+ ### Enterprise accounts
71
78
 
72
- - **Denial Reasons**: Explain denial reasons
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
- ## Privacy Rights
81
+ ### Legal obligations
78
82
 
79
- ### Your Rights
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
- - **Right to Access**: Access your personal data
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
- ### Additional Rights
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
- - **Right to Object**: Object to data processing
89
- - **Right to Restrict**: Restrict data processing
90
- - **Right to Withdraw**: Withdraw consent
91
- - **Right to Complain**: Complain to supervisory authority
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.