@adminide-stack/yantra-help-browser 12.0.16-alpha.1

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 (231) hide show
  1. package/LICENSE +21 -0
  2. package/lib/components/HelpCenterFooter.d.ts +3 -0
  3. package/lib/components/HelpCenterFooter.d.ts.map +1 -0
  4. package/lib/components/HelpCenterFooter.js +98 -0
  5. package/lib/components/HelpCenterFooter.js.map +1 -0
  6. package/lib/components/HelpCenterHeader.d.ts +7 -0
  7. package/lib/components/HelpCenterHeader.d.ts.map +1 -0
  8. package/lib/components/HelpCenterHeader.js +80 -0
  9. package/lib/components/HelpCenterHeader.js.map +1 -0
  10. package/lib/components/Logo.d.ts +4 -0
  11. package/lib/components/Logo.d.ts.map +1 -0
  12. package/lib/components/Logo.js +105 -0
  13. package/lib/components/Logo.js.map +1 -0
  14. package/lib/components/navbar/index.d.ts +7 -0
  15. package/lib/components/navbar/index.d.ts.map +1 -0
  16. package/lib/components/navbar/index.js +77 -0
  17. package/lib/components/navbar/index.js.map +1 -0
  18. package/lib/compute.d.ts +5 -0
  19. package/lib/compute.d.ts.map +1 -0
  20. package/lib/compute.js +59 -0
  21. package/lib/compute.js.map +1 -0
  22. package/lib/config.d.ts +43 -0
  23. package/lib/config.d.ts.map +1 -0
  24. package/lib/content/account-management/account-setup.md +74 -0
  25. package/lib/content/account-management/delete-account.md +74 -0
  26. package/lib/content/account-management/preferences.md +73 -0
  27. package/lib/content/account-management/privacy-settings.md +73 -0
  28. package/lib/content/account-management/profile-settings.md +59 -0
  29. package/lib/content/data-privacy/data-collection.md +65 -0
  30. package/lib/content/data-privacy/privacy-policy.md +73 -0
  31. package/lib/content/data-subject-privacy/data-access.md +88 -0
  32. package/lib/content/data-subject-privacy/data-portability.md +108 -0
  33. package/lib/content/data-subject-privacy/privacy-requests.md +80 -0
  34. package/lib/content/file-uploads/file-upload-overview.md +65 -0
  35. package/lib/content/getting-started/getting-started-guide.md +65 -0
  36. package/lib/content/product-features/ai-models.md +84 -0
  37. package/lib/content/product-features/collaboration-tools.md +59 -0
  38. package/lib/content/product-features/conversation-features.md +45 -0
  39. package/lib/content/product-features/export-features.md +59 -0
  40. package/lib/content/product-features/follow-up-questions.md +59 -0
  41. package/lib/content/product-features/real-time-search.md +59 -0
  42. package/lib/content/product-features/saved-searches.md +59 -0
  43. package/lib/content/product-features/search-features.md +64 -0
  44. package/lib/content/product-features/search-history.md +59 -0
  45. package/lib/content/product-features/source-citations.md +59 -0
  46. package/lib/content/scope-api/api-overview.md +59 -0
  47. package/lib/content/search-modes/deep-research.md +60 -0
  48. package/lib/content/search-modes/labs-features.md +73 -0
  49. package/lib/content/search-modes/pro-search.md +59 -0
  50. package/lib/content/search-modes/regular-search.md +60 -0
  51. package/lib/content/spaces-library/spaces-overview.md +60 -0
  52. package/lib/content/student-hub/academic-research.md +61 -0
  53. package/lib/content/student-hub/student-discounts.md +74 -0
  54. package/lib/content/student-hub/student-overview.md +59 -0
  55. package/lib/content/student-hub/study-tools.md +59 -0
  56. package/lib/content/subscription-billing/billing-cycle.md +61 -0
  57. package/lib/content/subscription-billing/billing-overview.md +45 -0
  58. package/lib/content/subscription-billing/billing-support.md +59 -0
  59. package/lib/content/subscription-billing/currency-support.md +73 -0
  60. package/lib/content/subscription-billing/enterprise-pricing.md +60 -0
  61. package/lib/content/subscription-billing/invoice-management.md +59 -0
  62. package/lib/content/subscription-billing/payment-methods.md +67 -0
  63. package/lib/content/subscription-billing/promotional-offers.md +61 -0
  64. package/lib/content/subscription-billing/refund-policy.md +75 -0
  65. package/lib/content/subscription-billing/student-discounts.md +74 -0
  66. package/lib/content/subscription-billing/tax-information.md +59 -0
  67. package/lib/content/technical-questions/ai-models-technical.md +73 -0
  68. package/lib/content/technical-questions/api-technical.md +73 -0
  69. package/lib/content/technical-questions/data-processing.md +73 -0
  70. package/lib/content/technical-questions/database-architecture.md +73 -0
  71. package/lib/content/technical-questions/infrastructure.md +73 -0
  72. package/lib/content/technical-questions/performance-optimization.md +73 -0
  73. package/lib/content/technical-questions/search-algorithms.md +73 -0
  74. package/lib/content/technical-questions/technical-overview.md +73 -0
  75. package/lib/content/threads/conversation-management.md +59 -0
  76. package/lib/content/threads/threads-overview.md +60 -0
  77. package/lib/content/troubleshooting/common-issues.md +59 -0
  78. package/lib/content/what-is-yantra/getting-started-yantra.md +84 -0
  79. package/lib/content/what-is-yantra/how-yantra-works.md +38 -0
  80. package/lib/content/what-is-yantra/practical-tips-yantra.md +64 -0
  81. package/lib/content/what-is-yantra/what-is-yantra-intro.md +32 -0
  82. package/lib/content/what-is-yantra/yantra-discord-community.md +56 -0
  83. package/lib/content/yantra-assistant/android-app.md +73 -0
  84. package/lib/content/yantra-assistant/ios-app.md +74 -0
  85. package/lib/content/yantra-assistant/mobile-app-overview.md +60 -0
  86. package/lib/content/yantra-assistant/voice-assistant.md +73 -0
  87. package/lib/content/yantra-enterprise/admin-dashboard.md +73 -0
  88. package/lib/content/yantra-enterprise/custom-branding.md +74 -0
  89. package/lib/content/yantra-enterprise/dedicated-support.md +73 -0
  90. package/lib/content/yantra-enterprise/enterprise-overview.md +60 -0
  91. package/lib/content/yantra-enterprise/sso-integration.md +74 -0
  92. package/lib/content/yantra-enterprise/user-management.md +73 -0
  93. package/lib/content/yantra-pro-max/billing-management.md +97 -0
  94. package/lib/content/yantra-pro-max/cancellation-refund.md +93 -0
  95. package/lib/content/yantra-pro-max/pro-pricing.md +53 -0
  96. package/lib/content/yantra-pro-max/subscription-benefits.md +61 -0
  97. package/lib/content/yantra-pro-max/upgrade-process.md +91 -0
  98. package/lib/content/yantra-pro-max/yantra-max-features.md +48 -0
  99. package/lib/content/yantra-pro-max/yantra-pro-overview.md +47 -0
  100. package/lib/index.d.ts +4 -0
  101. package/lib/index.d.ts.map +1 -0
  102. package/lib/index.js +2 -0
  103. package/lib/index.js.map +1 -0
  104. package/lib/module.d.ts +4 -0
  105. package/lib/module.d.ts.map +1 -0
  106. package/lib/module.js +13 -0
  107. package/lib/module.js.map +1 -0
  108. package/lib/pages/ArticlePage/index.d.ts +4 -0
  109. package/lib/pages/ArticlePage/index.d.ts.map +1 -0
  110. package/lib/pages/ArticlePage/index.js +190 -0
  111. package/lib/pages/ArticlePage/index.js.map +1 -0
  112. package/lib/pages/CategoryCollection/index.d.ts +4 -0
  113. package/lib/pages/CategoryCollection/index.d.ts.map +1 -0
  114. package/lib/pages/CategoryCollection/index.js +121 -0
  115. package/lib/pages/CategoryCollection/index.js.map +1 -0
  116. package/lib/pages/GetStarted/components/ExampleCard.d.ts +10 -0
  117. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -0
  118. package/lib/pages/GetStarted/components/GetStartedHero.d.ts +8 -0
  119. package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -0
  120. package/lib/pages/GetStarted/components/InfoSection.d.ts +11 -0
  121. package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -0
  122. package/lib/pages/GetStarted/components/TipCard.d.ts +10 -0
  123. package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -0
  124. package/lib/pages/GetStarted/components/UseCase.d.ts +13 -0
  125. package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -0
  126. package/lib/pages/GetStarted/index.d.ts +3 -0
  127. package/lib/pages/GetStarted/index.d.ts.map +1 -0
  128. package/lib/pages/GetStarted/index.js +776 -0
  129. package/lib/pages/GetStarted/index.js.map +1 -0
  130. package/lib/pages/HelpCenter/components/BookStack.d.ts +3 -0
  131. package/lib/pages/HelpCenter/components/BookStack.d.ts.map +1 -0
  132. package/lib/pages/HelpCenter/components/BookStack.js +36 -0
  133. package/lib/pages/HelpCenter/components/BookStack.js.map +1 -0
  134. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +21 -0
  135. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -0
  136. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +84 -0
  137. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -0
  138. package/lib/pages/HelpCenter/components/Icons.d.ts +22 -0
  139. package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -0
  140. package/lib/pages/HelpCenter/components/Icons.js +342 -0
  141. package/lib/pages/HelpCenter/components/Icons.js.map +1 -0
  142. package/lib/pages/HelpCenter/components/PopularArticle.d.ts +8 -0
  143. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -0
  144. package/lib/pages/HelpCenter/components/PopularArticle.js +51 -0
  145. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -0
  146. package/lib/pages/HelpCenter/index.d.ts +4 -0
  147. package/lib/pages/HelpCenter/index.d.ts.map +1 -0
  148. package/lib/pages/HelpCenter/index.js +71 -0
  149. package/lib/pages/HelpCenter/index.js.map +1 -0
  150. package/lib/pages/HelpCenter/mockData.d.ts +8 -0
  151. package/lib/pages/HelpCenter/mockData.d.ts.map +1 -0
  152. package/lib/pages/HelpCenter/mockData.js +13 -0
  153. package/lib/pages/HelpCenter/mockData.js.map +1 -0
  154. package/lib/pages/LandingPage/components/ArticleCard.d.ts +11 -0
  155. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -0
  156. package/lib/pages/LandingPage/components/ArticleCard.js +29 -0
  157. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -0
  158. package/lib/pages/LandingPage/components/Assets.d.ts +15 -0
  159. package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -0
  160. package/lib/pages/LandingPage/components/Assets.js +14 -0
  161. package/lib/pages/LandingPage/components/Assets.js.map +1 -0
  162. package/lib/pages/LandingPage/components/CategoriesSection.d.ts +16 -0
  163. package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -0
  164. package/lib/pages/LandingPage/components/CategoriesSection.js +31 -0
  165. package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -0
  166. package/lib/pages/LandingPage/components/CategoryCard.d.ts +11 -0
  167. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -0
  168. package/lib/pages/LandingPage/components/CategoryCard.js +25 -0
  169. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -0
  170. package/lib/pages/LandingPage/components/FeaturedSection.d.ts +15 -0
  171. package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -0
  172. package/lib/pages/LandingPage/components/FeaturedSection.js +24 -0
  173. package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -0
  174. package/lib/pages/LandingPage/components/HeroSection.d.ts +9 -0
  175. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -0
  176. package/lib/pages/LandingPage/components/HeroSection.js +46 -0
  177. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -0
  178. package/lib/pages/LandingPage/components/Icons.d.ts +14 -0
  179. package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -0
  180. package/lib/pages/LandingPage/components/Icons.js +174 -0
  181. package/lib/pages/LandingPage/components/Icons.js.map +1 -0
  182. package/lib/pages/LandingPage/components/ResourceCard.d.ts +12 -0
  183. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -0
  184. package/lib/pages/LandingPage/components/ResourceCard.js +30 -0
  185. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -0
  186. package/lib/pages/LandingPage/components/ResourcesSection.d.ts +18 -0
  187. package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -0
  188. package/lib/pages/LandingPage/components/ResourcesSection.js +26 -0
  189. package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -0
  190. package/lib/pages/LandingPage/components/SearchBar.d.ts +8 -0
  191. package/lib/pages/LandingPage/components/SearchBar.d.ts.map +1 -0
  192. package/lib/pages/LandingPage/components/SearchBar.js +58 -0
  193. package/lib/pages/LandingPage/components/SearchBar.js.map +1 -0
  194. package/lib/pages/LandingPage/index.d.ts +3 -0
  195. package/lib/pages/LandingPage/index.d.ts.map +1 -0
  196. package/lib/pages/LandingPage/index.js +209 -0
  197. package/lib/pages/LandingPage/index.js.map +1 -0
  198. package/lib/routes.json +58 -0
  199. package/lib/slot-fill/FooterFill.d.ts +3 -0
  200. package/lib/slot-fill/FooterFill.d.ts.map +1 -0
  201. package/lib/slot-fill/FooterFill.js +12 -0
  202. package/lib/slot-fill/FooterFill.js.map +1 -0
  203. package/lib/slot-fill/HeaderSearchButtonFill.d.ts +3 -0
  204. package/lib/slot-fill/HeaderSearchButtonFill.d.ts.map +1 -0
  205. package/lib/slot-fill/LogoFill.d.ts +5 -0
  206. package/lib/slot-fill/LogoFill.d.ts.map +1 -0
  207. package/lib/slot-fill/LogoFill.js +74 -0
  208. package/lib/slot-fill/LogoFill.js.map +1 -0
  209. package/lib/slot-fill/RightContentFill.d.ts +3 -0
  210. package/lib/slot-fill/RightContentFill.d.ts.map +1 -0
  211. package/lib/slot-fill/RightContentFill.js +14 -0
  212. package/lib/slot-fill/RightContentFill.js.map +1 -0
  213. package/lib/slot-fill/SearchBarFill.d.ts +4 -0
  214. package/lib/slot-fill/SearchBarFill.d.ts.map +1 -0
  215. package/lib/slot-fill/consts.d.ts +5 -0
  216. package/lib/slot-fill/consts.d.ts.map +1 -0
  217. package/lib/slot-fill/consts.js +2 -0
  218. package/lib/slot-fill/consts.js.map +1 -0
  219. package/lib/slot-fill/index.d.ts +6 -0
  220. package/lib/slot-fill/index.d.ts.map +1 -0
  221. package/lib/utils/helpCenterUtils.d.ts +26 -0
  222. package/lib/utils/helpCenterUtils.d.ts.map +1 -0
  223. package/lib/utils/index.d.ts +3 -0
  224. package/lib/utils/index.d.ts.map +1 -0
  225. package/lib/utils/index.js +3 -0
  226. package/lib/utils/index.js.map +1 -0
  227. package/lib/utils/markdownLoader.d.ts +32 -0
  228. package/lib/utils/markdownLoader.d.ts.map +1 -0
  229. package/lib/utils/markdownLoader.js +1287 -0
  230. package/lib/utils/markdownLoader.js.map +1 -0
  231. package/package.json +58 -0
@@ -0,0 +1,74 @@
1
+ # Delete Account
2
+
3
+ How to permanently delete your Yantra account.
4
+
5
+ ## Account Deletion Process
6
+
7
+ ### Before Deleting
8
+ - **Export Data**: Download your data before deletion
9
+ - **Cancel Subscriptions**: Cancel any active subscriptions
10
+ - **Remove Integrations**: Disconnect third-party integrations
11
+ - **Notify Team Members**: Inform team members if applicable
12
+
13
+ ### Deletion Steps
14
+ 1. **Access Settings**: Go to Account Settings
15
+ 2. **Privacy Section**: Navigate to Privacy section
16
+ 3. **Delete Account**: Click "Delete Account"
17
+ 4. **Confirm Deletion**: Enter password to confirm
18
+ 5. **Final Confirmation**: Confirm permanent deletion
19
+
20
+ ## Data Deletion
21
+
22
+ ### What Gets Deleted
23
+ - **Account Information**: All account data
24
+ - **Search History**: Complete search history
25
+ - **Saved Searches**: All saved searches
26
+ - **Personal Data**: All personal information
27
+
28
+ ### Data Retention
29
+ - **Billing Records**: Retained for legal compliance
30
+ - **Support Records**: Retained for support purposes
31
+ - **Security Logs**: Retained for security purposes
32
+ - **Legal Requirements**: Retained as required by law
33
+
34
+ ## Account Recovery
35
+
36
+ ### Recovery Options
37
+ - **30-Day Window**: 30 days to recover account
38
+ - **Data Restoration**: All data can be restored
39
+ - **Same Credentials**: Use same login credentials
40
+ - **Contact Support**: Get help with recovery
41
+
42
+ ### Recovery Process
43
+ 1. **Attempt Login**: Try to log in with old credentials
44
+ 2. **Recovery Option**: Select account recovery option
45
+ 3. **Verify Identity**: Complete identity verification
46
+ 4. **Restore Account**: Confirm account restoration
47
+
48
+ ## Alternative Options
49
+
50
+ ### Account Suspension
51
+ - **Temporary Suspension**: Suspend instead of delete
52
+ - **Data Preservation**: Keep data during suspension
53
+ - **Easy Reactivation**: Simple reactivation process
54
+ - **Flexible Duration**: Suspend for any duration
55
+
56
+ ### Account Downgrade
57
+ - **Downgrade to Free**: Switch to free plan
58
+ - **Reduce Features**: Limit account features
59
+ - **Maintain Data**: Keep account data
60
+ - **Easy Upgrade**: Upgrade again later
61
+
62
+ ## Important Considerations
63
+
64
+ ### Irreversible Actions
65
+ - **Permanent Deletion**: Cannot be undone after 30 days
66
+ - **Data Loss**: All data will be permanently lost
67
+ - **Subscription Loss**: Active subscriptions will be cancelled
68
+ - **Team Impact**: May affect team members
69
+
70
+ ### Legal and Compliance
71
+ - **Billing Obligations**: May have ongoing billing obligations
72
+ - **Contract Terms**: Review contract terms before deletion
73
+ - **Data Rights**: Understand your data rights
74
+ - **Compliance Requirements**: Consider compliance needs
@@ -0,0 +1,73 @@
1
+ # Preferences
2
+
3
+ Customizing your Yantra experience and preferences.
4
+
5
+ ## Search Preferences
6
+
7
+ ### Default Settings
8
+ - **Search Mode**: Default search mode preference
9
+ - **Language**: Preferred language for searches
10
+ - **Region**: Geographic region preference
11
+ - **Time Zone**: Local time zone setting
12
+
13
+ ### Search Behavior
14
+ - **Auto-suggestions**: Enable/disable suggestions
15
+ - **Search History**: Save search history
16
+ - **Result Format**: Preferred result format
17
+ - **Source Preferences**: Preferred source types
18
+
19
+ ## Display Preferences
20
+
21
+ ### Interface Settings
22
+ - **Theme**: Light or dark theme
23
+ - **Font Size**: Text size preference
24
+ - **Layout**: Interface layout preference
25
+ - **Accessibility**: Accessibility options
26
+
27
+ ### Content Display
28
+ - **Result Length**: Preferred answer length
29
+ - **Citation Style**: Citation format preference
30
+ - **Image Display**: Image loading preferences
31
+ - **Video Playback**: Video autoplay settings
32
+
33
+ ## Notification Preferences
34
+
35
+ ### Email Notifications
36
+ - **Search Updates**: Notifications about saved searches
37
+ - **Team Activity**: Team collaboration notifications
38
+ - **System Updates**: Important system notifications
39
+ - **Marketing Emails**: Promotional communications
40
+
41
+ ### In-app Notifications
42
+ - **Real-time Alerts**: Live notifications
43
+ - **Sound Settings**: Audio notification preferences
44
+ - **Desktop Notifications**: Browser notifications
45
+ - **Mobile Push**: Mobile device notifications
46
+
47
+ ## Privacy Preferences
48
+
49
+ ### Data Sharing
50
+ - **Usage Analytics**: Control data collection
51
+ - **Personalization**: Enable/disable personalization
52
+ - **Marketing Communications**: Manage marketing emails
53
+ - **Third-party Sharing**: Control data sharing
54
+
55
+ ### Privacy Controls
56
+ - **Profile Visibility**: Control profile visibility
57
+ - **Search History**: Manage search history privacy
58
+ - **Activity Status**: Show/hide online status
59
+ - **Contact Information**: Control contact info visibility
60
+
61
+ ## Advanced Preferences
62
+
63
+ ### Performance Settings
64
+ - **Loading Speed**: Optimize for speed or quality
65
+ - **Caching**: Enable/disable caching
66
+ - **Offline Mode**: Offline functionality
67
+ - **Sync Settings**: Data synchronization preferences
68
+
69
+ ### Integration Settings
70
+ - **API Access**: API usage preferences
71
+ - **Third-party Integrations**: External tool connections
72
+ - **Export Settings**: Default export preferences
73
+ - **Backup Settings**: Data backup preferences
@@ -0,0 +1,73 @@
1
+ # Privacy Settings
2
+
3
+ Managing your privacy and data sharing preferences.
4
+
5
+ ## Privacy Controls
6
+
7
+ ### Data Collection
8
+ - **Usage Analytics**: Control usage data collection
9
+ - **Search Analytics**: Manage search data collection
10
+ - **Performance Data**: Control performance monitoring
11
+ - **Error Reporting**: Manage error data collection
12
+
13
+ ### Personalization
14
+ - **Personalized Results**: Enable/disable personalization
15
+ - **Recommendation Engine**: Control recommendations
16
+ - **Customized Interface**: Manage interface customization
17
+ - **Targeted Content**: Control targeted content
18
+
19
+ ## Data Sharing
20
+
21
+ ### Marketing Communications
22
+ - **Email Marketing**: Control marketing emails
23
+ - **Promotional Offers**: Manage promotional communications
24
+ - **Newsletter Subscriptions**: Control newsletter subscriptions
25
+ - **Product Updates**: Manage product update notifications
26
+
27
+ ### Third-party Sharing
28
+ - **Analytics Partners**: Control analytics data sharing
29
+ - **Advertising Partners**: Manage advertising data sharing
30
+ - **Research Partners**: Control research data sharing
31
+ - **Service Providers**: Manage service provider data sharing
32
+
33
+ ## Profile Privacy
34
+
35
+ ### Profile Visibility
36
+ - **Public Profile**: Make profile publicly visible
37
+ - **Private Profile**: Keep profile private
38
+ - **Limited Visibility**: Restrict profile visibility
39
+ - **Custom Settings**: Customize visibility settings
40
+
41
+ ### Contact Information
42
+ - **Email Visibility**: Control email visibility
43
+ - **Phone Visibility**: Control phone visibility
44
+ - **Location Visibility**: Control location visibility
45
+ - **Social Media**: Control social media links
46
+
47
+ ## Search Privacy
48
+
49
+ ### Search History
50
+ - **Save Searches**: Enable/disable search saving
51
+ - **Search Analytics**: Control search analytics
52
+ - **Personalized Results**: Manage personalized results
53
+ - **Search Suggestions**: Control search suggestions
54
+
55
+ ### Result Privacy
56
+ - **Private Searches**: Enable private search mode
57
+ - **Incognito Mode**: Use incognito search
58
+ - **No Tracking**: Disable search tracking
59
+ - **Anonymous Mode**: Use anonymous search
60
+
61
+ ## Account Privacy
62
+
63
+ ### Login Privacy
64
+ - **Login History**: Control login history tracking
65
+ - **Device Tracking**: Manage device tracking
66
+ - **Location Tracking**: Control location tracking
67
+ - **Session Privacy**: Manage session privacy
68
+
69
+ ### Account Security
70
+ - **Two-Factor Authentication**: Enable 2FA
71
+ - **Login Notifications**: Control login notifications
72
+ - **Security Alerts**: Manage security alerts
73
+ - **Account Recovery**: Control recovery options
@@ -0,0 +1,59 @@
1
+ # Profile Settings
2
+
3
+ Managing your Yantra profile and personal information.
4
+
5
+ ## Profile Information
6
+
7
+ ### Personal Details
8
+ - **Name**: Your display name
9
+ - **Email**: Primary email address
10
+ - **Profile Picture**: Upload and manage avatar
11
+ - **Bio**: Personal description and interests
12
+
13
+ ### Account Information
14
+ - **Username**: Your unique username
15
+ - **Account Type**: Free, Pro, Max, or Enterprise
16
+ - **Member Since**: Account creation date
17
+ - **Last Active**: Most recent activity
18
+
19
+ ## Privacy Settings
20
+
21
+ ### Visibility Options
22
+ - **Profile Visibility**: Control who can see your profile
23
+ - **Search History**: Manage search history visibility
24
+ - **Activity Status**: Show/hide online status
25
+ - **Contact Information**: Control contact info visibility
26
+
27
+ ### Data Sharing
28
+ - **Usage Analytics**: Control data collection
29
+ - **Personalization**: Enable/disable personalization
30
+ - **Marketing Communications**: Manage marketing emails
31
+ - **Third-party Sharing**: Control data sharing
32
+
33
+ ## Notification Preferences
34
+
35
+ ### Email Notifications
36
+ - **Search Updates**: Notifications about saved searches
37
+ - **Team Activity**: Team collaboration notifications
38
+ - **System Updates**: Important system notifications
39
+ - **Marketing Emails**: Promotional communications
40
+
41
+ ### In-app Notifications
42
+ - **Real-time Alerts**: Live notifications
43
+ - **Sound Settings**: Audio notification preferences
44
+ - **Desktop Notifications**: Browser notifications
45
+ - **Mobile Push**: Mobile device notifications
46
+
47
+ ## Security Settings
48
+
49
+ ### Account Security
50
+ - **Password Management**: Change password
51
+ - **Two-factor Authentication**: Enable 2FA
52
+ - **Login History**: View login activity
53
+ - **Active Sessions**: Manage active sessions
54
+
55
+ ### Data Security
56
+ - **Data Export**: Export your data
57
+ - **Data Deletion**: Delete account data
58
+ - **Privacy Controls**: Advanced privacy settings
59
+ - **Security Alerts**: Security-related notifications
@@ -0,0 +1,65 @@
1
+ # Data Collection
2
+
3
+ What data Yantra collects and how it's used.
4
+
5
+ ## Types of Data Collected
6
+
7
+ ### Account Data
8
+ - **Registration Information**: Name, email, password
9
+ - **Profile Information**: Bio, interests, preferences
10
+ - **Contact Information**: Email, phone (optional)
11
+ - **Authentication Data**: Login credentials, security data
12
+
13
+ ### Usage Data
14
+ - **Search Queries**: Search terms and queries
15
+ - **Interaction Data**: Clicks, views, time spent
16
+ - **Feature Usage**: Which features are used
17
+ - **Performance Data**: App performance metrics
18
+
19
+ ### Technical Data
20
+ - **Device Information**: Device type, OS, browser
21
+ - **IP Address**: Internet Protocol address
22
+ - **Location Data**: General geographic location
23
+ - **Log Data**: Server logs and system data
24
+
25
+ ## Data Collection Methods
26
+
27
+ ### Direct Collection
28
+ - **User Input**: Information provided by users
29
+ - **Account Creation**: Data from account setup
30
+ - **Profile Updates**: Information from profile updates
31
+ - **Support Interactions**: Data from support requests
32
+
33
+ ### Automatic Collection
34
+ - **Usage Tracking**: Automatic usage tracking
35
+ - **Analytics**: Automatic analytics collection
36
+ - **Performance Monitoring**: Automatic performance tracking
37
+ - **Security Monitoring**: Automatic security monitoring
38
+
39
+ ## Data Usage Purposes
40
+
41
+ ### Service Delivery
42
+ - **Search Functionality**: Provide search services
43
+ - **Account Management**: Manage user accounts
44
+ - **Personalization**: Customize user experience
45
+ - **Support Services**: Provide customer support
46
+
47
+ ### Service Improvement
48
+ - **Product Development**: Improve products and services
49
+ - **Feature Development**: Develop new features
50
+ - **Performance Optimization**: Optimize performance
51
+ - **Security Enhancement**: Enhance security measures
52
+
53
+ ## Data Minimization
54
+
55
+ ### Collection Principles
56
+ - **Necessity**: Collect only necessary data
57
+ - **Purpose Limitation**: Use data for stated purposes
58
+ - **Accuracy**: Ensure data accuracy
59
+ - **Retention**: Limit data retention periods
60
+
61
+ ### User Control
62
+ - **Consent**: Obtain user consent
63
+ - **Transparency**: Be transparent about collection
64
+ - **User Rights**: Respect user data rights
65
+ - **Opt-out Options**: Provide opt-out options
@@ -0,0 +1,73 @@
1
+ # Privacy Policy
2
+
3
+ Yantra's comprehensive privacy policy and data handling practices.
4
+
5
+ ## Information We Collect
6
+
7
+ ### Personal Information
8
+ - **Account Information**: Name, email, profile details
9
+ - **Usage Data**: Search queries, interaction data
10
+ - **Device Information**: Device type, operating system
11
+ - **Location Data**: General location information
12
+
13
+ ### Technical Information
14
+ - **Log Data**: Server logs, IP addresses
15
+ - **Cookies**: Website cookies and tracking
16
+ - **Analytics**: Usage analytics and metrics
17
+ - **Performance Data**: App performance data
18
+
19
+ ## How We Use Information
20
+
21
+ ### Service Provision
22
+ - **Search Services**: Provide search functionality
23
+ - **Personalization**: Customize user experience
24
+ - **Account Management**: Manage user accounts
25
+ - **Support Services**: Provide customer support
26
+
27
+ ### Service Improvement
28
+ - **Product Development**: Improve products and services
29
+ - **Analytics**: Analyze usage patterns
30
+ - **Research**: Conduct research and analysis
31
+ - **Security**: Enhance security measures
32
+
33
+ ## Information Sharing
34
+
35
+ ### Third-Party Sharing
36
+ - **Service Providers**: Trusted service providers
37
+ - **Analytics Partners**: Analytics and research partners
38
+ - **Legal Requirements**: When required by law
39
+ - **Business Transfers**: In case of business transfers
40
+
41
+ ### User Control
42
+ - **Consent**: User consent for sharing
43
+ - **Opt-out Options**: Ability to opt out
44
+ - **Data Portability**: Export personal data
45
+ - **Deletion Rights**: Right to delete data
46
+
47
+ ## Data Security
48
+
49
+ ### Security Measures
50
+ - **Encryption**: Data encryption in transit and at rest
51
+ - **Access Controls**: Restricted access to data
52
+ - **Security Monitoring**: Continuous security monitoring
53
+ - **Incident Response**: Security incident response
54
+
55
+ ### Data Protection
56
+ - **Data Minimization**: Collect only necessary data
57
+ - **Purpose Limitation**: Use data for stated purposes
58
+ - **Retention Limits**: Limit data retention periods
59
+ - **Regular Audits**: Regular security audits
60
+
61
+ ## User Rights
62
+
63
+ ### Data Rights
64
+ - **Access Rights**: Access to personal data
65
+ - **Correction Rights**: Correct inaccurate data
66
+ - **Deletion Rights**: Delete personal data
67
+ - **Portability Rights**: Export personal data
68
+
69
+ ### Privacy Controls
70
+ - **Privacy Settings**: Control privacy preferences
71
+ - **Data Sharing**: Control data sharing
72
+ - **Marketing**: Control marketing communications
73
+ - **Analytics**: Control analytics participation
@@ -0,0 +1,88 @@
1
+ # Data Access
2
+
3
+ Requesting access to your personal data.
4
+
5
+ ## What Data You Can Access
6
+
7
+ ### Personal Information
8
+ - **Account Data**: Account information and profile data
9
+ - **Usage Data**: How you use Yantra services
10
+ - **Search History**: Your search queries and history
11
+ - **Interaction Data**: Your interactions with the platform
12
+
13
+ ### Technical Data
14
+ - **Device Information**: Information about your devices
15
+ - **Location Data**: Location information (if collected)
16
+ - **IP Addresses**: IP address information
17
+ - **Log Data**: System logs and technical data
18
+
19
+ ## How to Request Data Access
20
+
21
+ ### Request Process
22
+ 1. **Submit Request**: Submit data access request
23
+ 2. **Identity Verification**: Verify your identity
24
+ 3. **Request Processing**: Process your request
25
+ 4. **Data Preparation**: Prepare your data
26
+ 5. **Data Delivery**: Deliver requested data
27
+
28
+ ### Request Methods
29
+ - **Online Form**: Use online request form
30
+ - **Email Request**: Send email request
31
+ - **Support Ticket**: Create support ticket
32
+ - **Phone Request**: Call support team
33
+
34
+ ## Data Format Options
35
+
36
+ ### Available Formats
37
+ - **JSON Format**: Machine-readable JSON format
38
+ - **CSV Format**: Spreadsheet-compatible CSV format
39
+ - **PDF Format**: Human-readable PDF format
40
+ - **XML Format**: Structured XML format
41
+
42
+ ### Data Organization
43
+ - **Categorized Data**: Data organized by category
44
+ - **Chronological Order**: Data in chronological order
45
+ - **Searchable Format**: Searchable data format
46
+ - **Compressed Files**: Compressed for large datasets
47
+
48
+ ## Processing Timeline
49
+
50
+ ### Standard Timeline
51
+ - **Request Acknowledgment**: Within 24 hours
52
+ - **Processing Time**: Up to 30 days
53
+ - **Data Preparation**: Additional time for preparation
54
+ - **Delivery**: Data delivery within timeline
55
+
56
+ ### Expedited Processing
57
+ - **Urgent Requests**: Expedited processing available
58
+ - **Emergency Access**: Emergency access procedures
59
+ - **Priority Handling**: Priority handling for urgent cases
60
+ - **Faster Timeline**: Reduced processing time
61
+
62
+ ## Data Delivery
63
+
64
+ ### Delivery Methods
65
+ - **Secure Download**: Secure download link
66
+ - **Email Delivery**: Email with encrypted attachment
67
+ - **Physical Media**: Physical media delivery
68
+ - **Cloud Storage**: Cloud storage delivery
69
+
70
+ ### Security Measures
71
+ - **Encryption**: Data encrypted during delivery
72
+ - **Secure Links**: Time-limited secure links
73
+ - **Access Control**: Controlled access to data
74
+ - **Audit Trail**: Complete audit trail
75
+
76
+ ## Data Interpretation
77
+
78
+ ### Understanding Your Data
79
+ - **Data Dictionary**: Explanation of data fields
80
+ - **Format Guide**: Guide to data formats
81
+ - **Sample Data**: Sample data for reference
82
+ - **Support Resources**: Resources for understanding data
83
+
84
+ ### Data Analysis
85
+ - **Usage Patterns**: Understanding usage patterns
86
+ - **Privacy Insights**: Privacy-related insights
87
+ - **Data Relationships**: Relationships between data
88
+ - **Trend Analysis**: Analysis of data trends
@@ -0,0 +1,108 @@
1
+ # Data Portability
2
+
3
+ Exporting your data for portability.
4
+
5
+ ## What is Data Portability
6
+
7
+ ### Definition
8
+ - **Data Export**: Export your personal data
9
+ - **Machine Readable**: Data in machine-readable format
10
+ - **Structured Format**: Well-structured data format
11
+ - **Complete Data**: Complete dataset export
12
+
13
+ ### Benefits
14
+ - **Service Switching**: Switch between services
15
+ - **Data Backup**: Backup your personal data
16
+ - **Data Analysis**: Analyze your own data
17
+ - **Data Control**: Maintain control over your data
18
+
19
+ ## Portable Data Types
20
+
21
+ ### Account Data
22
+ - **Profile Information**: Personal profile data
23
+ - **Account Settings**: Account configuration
24
+ - **Preferences**: User preferences and settings
25
+ - **Contact Information**: Contact details
26
+
27
+ ### Usage Data
28
+ - **Search History**: Complete search history
29
+ - **Saved Searches**: All saved searches
30
+ - **Collections**: Research collections
31
+ - **Interaction Data**: Platform interactions
32
+
33
+ ### Content Data
34
+ - **Personal Notes**: Personal notes and annotations
35
+ - **Uploaded Files**: Files you've uploaded
36
+ - **Generated Content**: Content you've created
37
+ - **Shared Content**: Content you've shared
38
+
39
+ ## Export Process
40
+
41
+ ### Request Process
42
+ 1. **Submit Request**: Submit data portability request
43
+ 2. **Identity Verification**: Verify your identity
44
+ 3. **Data Collection**: Collect all your data
45
+ 4. **Data Processing**: Process and format data
46
+ 5. **Data Delivery**: Deliver portable data
47
+
48
+ ### Export Options
49
+ - **Full Export**: Complete data export
50
+ - **Selective Export**: Export specific data types
51
+ - **Custom Format**: Custom data format
52
+ - **Multiple Formats**: Export in multiple formats
53
+
54
+ ## Export Formats
55
+
56
+ ### Standard Formats
57
+ - **JSON**: JavaScript Object Notation
58
+ - **CSV**: Comma-separated values
59
+ - **XML**: Extensible Markup Language
60
+ - **SQL**: Structured Query Language
61
+
62
+ ### Specialized Formats
63
+ - **RSS/Atom**: Feed formats
64
+ - **iCalendar**: Calendar format
65
+ - **vCard**: Contact format
66
+ - **OPML**: Outline format
67
+
68
+ ## Data Structure
69
+
70
+ ### Organized Data
71
+ - **Hierarchical Structure**: Well-organized hierarchy
72
+ - **Metadata**: Complete metadata included
73
+ - **Relationships**: Data relationships preserved
74
+ - **Timestamps**: Complete timestamp information
75
+
76
+ ### Data Quality
77
+ - **Data Integrity**: Ensure data integrity
78
+ - **Completeness**: Complete dataset
79
+ - **Accuracy**: Accurate data export
80
+ - **Consistency**: Consistent data format
81
+
82
+ ## Import to Other Services
83
+
84
+ ### Compatibility
85
+ - **Standard Formats**: Use standard data formats
86
+ - **API Integration**: API-based data transfer
87
+ - **Direct Import**: Direct import capabilities
88
+ - **Migration Tools**: Migration assistance tools
89
+
90
+ ### Supported Services
91
+ - **Competing Services**: Import to competing services
92
+ - **Personal Storage**: Import to personal storage
93
+ - **Analysis Tools**: Import to analysis tools
94
+ - **Backup Services**: Import to backup services
95
+
96
+ ## Timeline and Support
97
+
98
+ ### Processing Timeline
99
+ - **Request Processing**: Up to 30 days
100
+ - **Data Preparation**: Additional preparation time
101
+ - **Delivery**: Secure delivery
102
+ - **Follow-up**: Follow-up support
103
+
104
+ ### Support Resources
105
+ - **Documentation**: Export documentation
106
+ - **Format Guides**: Format specification guides
107
+ - **Sample Data**: Sample export data
108
+ - **Technical Support**: Technical support assistance
@@ -0,0 +1,80 @@
1
+ # Privacy Requests
2
+
3
+ How to submit privacy-related requests.
4
+
5
+ ## Types of Privacy Requests
6
+
7
+ ### Data Access Requests
8
+ - **Personal Data Access**: Request access to your personal data
9
+ - **Data Portability**: Export your data in portable format
10
+ - **Data Categories**: Request specific categories of data
11
+ - **Processing Information**: Information about data processing
12
+
13
+ ### Data Correction Requests
14
+ - **Data Accuracy**: Correct inaccurate personal data
15
+ - **Data Updates**: Update outdated information
16
+ - **Data Completion**: Complete incomplete data
17
+ - **Data Verification**: Verify data accuracy
18
+
19
+ ### Data Deletion Requests
20
+ - **Right to Erasure**: Request deletion of personal data
21
+ - **Data Minimization**: Remove unnecessary data
22
+ - **Consent Withdrawal**: Withdraw consent for data processing
23
+ - **Account Deletion**: Complete account deletion
24
+
25
+ ## How to Submit Requests
26
+
27
+ ### Online Request Form
28
+ 1. **Access Request Form**: Go to privacy request form
29
+ 2. **Select Request Type**: Choose type of privacy request
30
+ 3. **Provide Details**: Provide required information
31
+ 4. **Submit Request**: Submit your privacy request
32
+ 5. **Track Progress**: Monitor request progress
33
+
34
+ ### Required Information
35
+ - **Identity Verification**: Verify your identity
36
+ - **Request Details**: Specify what you're requesting
37
+ - **Contact Information**: Provide contact information
38
+ - **Supporting Documents**: Submit supporting documents
39
+
40
+ ## Request Processing
41
+
42
+ ### Processing Timeline
43
+ - **Acknowledgment**: Request acknowledgment within 24 hours
44
+ - **Processing Time**: 30 days for standard requests
45
+ - **Complex Requests**: Up to 60 days for complex requests
46
+ - **Extension Notice**: Notification if extension needed
47
+
48
+ ### Verification Process
49
+ - **Identity Verification**: Verify your identity
50
+ - **Request Validation**: Validate request details
51
+ - **Documentation Review**: Review supporting documents
52
+ - **Processing Decision**: Make processing decision
53
+
54
+ ## Request Outcomes
55
+
56
+ ### Approved Requests
57
+ - **Data Access**: Provide requested data
58
+ - **Data Correction**: Correct inaccurate data
59
+ - **Data Deletion**: Delete requested data
60
+ - **Confirmation**: Confirm completion
61
+
62
+ ### Denied Requests
63
+ - **Denial Reasons**: Explain denial reasons
64
+ - **Appeal Process**: Information about appeals
65
+ - **Alternative Options**: Suggest alternatives
66
+ - **Legal Rights**: Information about legal rights
67
+
68
+ ## Privacy Rights
69
+
70
+ ### Your Rights
71
+ - **Right to Access**: Access your personal data
72
+ - **Right to Rectification**: Correct inaccurate data
73
+ - **Right to Erasure**: Delete your personal data
74
+ - **Right to Portability**: Export your data
75
+
76
+ ### Additional Rights
77
+ - **Right to Object**: Object to data processing
78
+ - **Right to Restrict**: Restrict data processing
79
+ - **Right to Withdraw**: Withdraw consent
80
+ - **Right to Complain**: Complain to supervisory authority