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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/lib/components/HelpCenterFooter.d.ts.map +1 -1
  2. package/lib/components/HelpCenterFooter.js +43 -88
  3. package/lib/components/HelpCenterFooter.js.map +1 -1
  4. package/lib/components/HelpCenterHeader.d.ts.map +1 -1
  5. package/lib/components/HelpCenterHeader.js +3 -8
  6. package/lib/components/HelpCenterHeader.js.map +1 -1
  7. package/lib/components/Icons.d.ts +55 -0
  8. package/lib/components/Icons.d.ts.map +1 -0
  9. package/lib/{pages/LandingPage/components → components}/Icons.js +39 -2
  10. package/lib/components/Icons.js.map +1 -0
  11. package/lib/components/Logo.d.ts +1 -2
  12. package/lib/components/Logo.d.ts.map +1 -1
  13. package/lib/components/Logo.js +2 -9
  14. package/lib/components/Logo.js.map +1 -1
  15. package/lib/components/PageHero.d.ts +9 -0
  16. package/lib/components/PageHero.d.ts.map +1 -0
  17. package/lib/components/PageHero.js +47 -0
  18. package/lib/components/PageHero.js.map +1 -0
  19. package/lib/components/SearchBar.d.ts.map +1 -1
  20. package/lib/components/SearchBar.js +9 -45
  21. package/lib/components/SearchBar.js.map +1 -1
  22. package/lib/components/SidebarSearch.js +2 -2
  23. package/lib/components/SidebarSearch.js.map +1 -1
  24. package/lib/components/navbar/index.d.ts.map +1 -1
  25. package/lib/components/navbar/index.js +5 -16
  26. package/lib/components/navbar/index.js.map +1 -1
  27. package/lib/compute.d.ts +15 -0
  28. package/lib/compute.d.ts.map +1 -1
  29. package/lib/compute.js +74 -2
  30. package/lib/compute.js.map +1 -1
  31. package/lib/pages/About/index.d.ts +3 -0
  32. package/lib/pages/About/index.d.ts.map +1 -0
  33. package/lib/pages/About/index.js +69 -0
  34. package/lib/pages/About/index.js.map +1 -0
  35. package/lib/pages/Careers/index.d.ts +3 -0
  36. package/lib/pages/Careers/index.d.ts.map +1 -0
  37. package/lib/pages/Careers/index.js +78 -0
  38. package/lib/pages/Careers/index.js.map +1 -0
  39. package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
  40. package/lib/pages/CategoryCollection/index.js +15 -78
  41. package/lib/pages/CategoryCollection/index.js.map +1 -1
  42. package/lib/pages/Community/index.d.ts +3 -0
  43. package/lib/pages/Community/index.d.ts.map +1 -0
  44. package/lib/pages/Community/index.js +72 -0
  45. package/lib/pages/Community/index.js.map +1 -0
  46. package/lib/pages/Contact/index.d.ts +3 -0
  47. package/lib/pages/Contact/index.d.ts.map +1 -0
  48. package/lib/pages/Contact/index.js +128 -0
  49. package/lib/pages/Contact/index.js.map +1 -0
  50. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
  51. package/lib/pages/GetStarted/index.d.ts.map +1 -1
  52. package/lib/pages/GetStarted/index.js +9 -45
  53. package/lib/pages/GetStarted/index.js.map +1 -1
  54. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
  55. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +7 -34
  56. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
  57. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
  58. package/lib/pages/HelpCenter/components/PopularArticle.js +3 -12
  59. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
  60. package/lib/pages/HelpCenter/index.d.ts.map +1 -1
  61. package/lib/pages/HelpCenter/index.js +15 -74
  62. package/lib/pages/HelpCenter/index.js.map +1 -1
  63. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
  64. package/lib/pages/LandingPage/components/ArticleCard.js +3 -12
  65. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
  66. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
  67. package/lib/pages/LandingPage/components/CategoryCard.js +3 -12
  68. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
  69. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
  70. package/lib/pages/LandingPage/components/HeroSection.js +3 -8
  71. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
  72. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
  73. package/lib/pages/LandingPage/components/ResourceCard.js +3 -12
  74. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
  75. package/lib/pages/LandingPage/index.d.ts.map +1 -1
  76. package/lib/pages/LandingPage/index.js +62 -33
  77. package/lib/pages/LandingPage/index.js.map +1 -1
  78. package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -1
  79. package/lib/pages/Markdown/MarkdownPageLayout.js +11 -56
  80. package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -1
  81. package/lib/pages/Privacy/index.d.ts +3 -0
  82. package/lib/pages/Privacy/index.d.ts.map +1 -0
  83. package/lib/pages/Privacy/index.js +60 -0
  84. package/lib/pages/Privacy/index.js.map +1 -0
  85. package/lib/pages/ReleaseNotes/index.d.ts +3 -0
  86. package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
  87. package/lib/pages/ReleaseNotes/index.js +61 -0
  88. package/lib/pages/ReleaseNotes/index.js.map +1 -0
  89. package/lib/pages/StatusPage/index.d.ts +3 -0
  90. package/lib/pages/StatusPage/index.d.ts.map +1 -0
  91. package/lib/pages/StatusPage/index.js +85 -0
  92. package/lib/pages/StatusPage/index.js.map +1 -0
  93. package/lib/pages/Terms/index.d.ts +3 -0
  94. package/lib/pages/Terms/index.d.ts.map +1 -0
  95. package/lib/pages/Terms/index.js +60 -0
  96. package/lib/pages/Terms/index.js.map +1 -0
  97. package/lib/routes.json +88 -0
  98. package/lib/templates/content/account-management/account-setup.md +56 -57
  99. package/lib/templates/content/account-management/delete-account.md +55 -58
  100. package/lib/templates/content/account-management/preferences.md +70 -55
  101. package/lib/templates/content/account-management/privacy-settings.md +67 -56
  102. package/lib/templates/content/account-management/profile-settings.md +56 -45
  103. package/lib/templates/content/data-privacy/data-collection.md +55 -51
  104. package/lib/templates/content/data-privacy/privacy-policy.md +74 -57
  105. package/lib/templates/content/data-subject-privacy/data-access.md +59 -69
  106. package/lib/templates/content/data-subject-privacy/data-portability.md +67 -93
  107. package/lib/templates/content/data-subject-privacy/privacy-requests.md +66 -62
  108. package/lib/templates/content/file-uploads/file-upload-overview.md +69 -50
  109. package/lib/templates/content/getting-started/getting-started-guide.md +65 -51
  110. package/lib/templates/content/product-features/ai-models.md +62 -57
  111. package/lib/templates/content/product-features/collaboration-tools.md +66 -45
  112. package/lib/templates/content/product-features/conversation-features.md +59 -34
  113. package/lib/templates/content/product-features/export-features.md +65 -45
  114. package/lib/templates/content/product-features/follow-up-questions.md +61 -46
  115. package/lib/templates/content/product-features/real-time-search.md +63 -46
  116. package/lib/templates/content/product-features/saved-searches.md +53 -45
  117. package/lib/templates/content/product-features/search-features.md +61 -43
  118. package/lib/templates/content/product-features/search-history.md +64 -45
  119. package/lib/templates/content/product-features/source-citations.md +77 -44
  120. package/lib/templates/content/scope-api/api-overview.md +83 -46
  121. package/lib/templates/content/search-modes/deep-research.md +87 -46
  122. package/lib/templates/content/search-modes/labs-features.md +54 -56
  123. package/lib/templates/content/search-modes/pro-search.md +53 -45
  124. package/lib/templates/content/search-modes/regular-search.md +64 -46
  125. package/lib/templates/content/spaces-library/spaces-overview.md +68 -47
  126. package/lib/templates/content/student-hub/academic-research.md +85 -48
  127. package/lib/templates/content/student-hub/student-discounts.md +51 -57
  128. package/lib/templates/content/student-hub/student-overview.md +64 -45
  129. package/lib/templates/content/student-hub/study-tools.md +99 -45
  130. package/lib/templates/content/subscription-billing/billing-cycle.md +50 -48
  131. package/lib/templates/content/subscription-billing/billing-overview.md +55 -34
  132. package/lib/templates/content/subscription-billing/billing-support.md +52 -45
  133. package/lib/templates/content/subscription-billing/currency-support.md +36 -62
  134. package/lib/templates/content/subscription-billing/enterprise-pricing.md +52 -46
  135. package/lib/templates/content/subscription-billing/invoice-management.md +64 -45
  136. package/lib/templates/content/subscription-billing/payment-methods.md +53 -52
  137. package/lib/templates/content/subscription-billing/promotional-offers.md +58 -46
  138. package/lib/templates/content/subscription-billing/refund-policy.md +53 -58
  139. package/lib/templates/content/subscription-billing/student-discounts.md +61 -57
  140. package/lib/templates/content/subscription-billing/tax-information.md +64 -45
  141. package/lib/templates/content/technical-questions/ai-models-technical.md +60 -56
  142. package/lib/templates/content/technical-questions/api-technical.md +131 -56
  143. package/lib/templates/content/technical-questions/data-processing.md +74 -55
  144. package/lib/templates/content/technical-questions/database-architecture.md +91 -54
  145. package/lib/templates/content/technical-questions/infrastructure.md +104 -55
  146. package/lib/templates/content/technical-questions/performance-optimization.md +77 -55
  147. package/lib/templates/content/technical-questions/search-algorithms.md +78 -56
  148. package/lib/templates/content/technical-questions/technical-overview.md +76 -52
  149. package/lib/templates/content/threads/conversation-management.md +81 -45
  150. package/lib/templates/content/threads/threads-overview.md +69 -45
  151. package/lib/templates/content/troubleshooting/common-issues.md +91 -43
  152. package/lib/templates/content/what-is-yantra/getting-started-yantra.md +58 -57
  153. package/package.json +2 -2
  154. package/lib/pages/LandingPage/components/Icons.d.ts +0 -13
  155. package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
  156. package/lib/pages/LandingPage/components/Icons.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/Terms/index.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,SAAS,+CAoDd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,60 @@
1
+ import {jsxs,jsx}from'react/jsx-runtime';import {PageHero}from'../../components/PageHero.js';import {Card,CardHeader,CardTitle,CardContent}from'@admin-layout/tailwind-ui/shardui/card.js';import {Icons}from'../../components/Icons.js';const TermsPage = () => {
2
+ return jsxs("div", {
3
+ className: "min-h-screen bg-background",
4
+ children: [jsx(PageHero, {
5
+ title: "Terms of Service",
6
+ description: "Please read these terms carefully before using our services.",
7
+ icon: jsx(Icons.MdDescriptionIcon, {
8
+ className: "h-7 w-7"
9
+ })
10
+ }), jsx("section", {
11
+ className: "py-16",
12
+ children: jsxs("div", {
13
+ className: "container mx-auto max-w-4xl px-6 lg:px-16",
14
+ children: [jsxs(Card, {
15
+ className: "border-border/60",
16
+ children: [jsx(CardHeader, {
17
+ children: jsx(CardTitle, {
18
+ className: "text-foreground",
19
+ children: "Acceptance of Terms"
20
+ })
21
+ }), jsx(CardContent, {
22
+ className: "text-muted-foreground",
23
+ children: jsx("p", {
24
+ className: "leading-relaxed",
25
+ children: "By accessing or using Yantra's services, you agree to be bound by these Terms of Service. If you do not agree, please do not use our services."
26
+ })
27
+ })]
28
+ }), jsxs(Card, {
29
+ className: "mt-6 border-border/60",
30
+ children: [jsx(CardHeader, {
31
+ children: jsx(CardTitle, {
32
+ className: "text-foreground",
33
+ children: "Use of Services"
34
+ })
35
+ }), jsx(CardContent, {
36
+ className: "text-muted-foreground",
37
+ children: jsx("p", {
38
+ className: "leading-relaxed",
39
+ children: "You agree to use our services only for lawful purposes and in accordance with these terms. You are responsible for maintaining the security of your account and for all activity that occurs under your account."
40
+ })
41
+ })]
42
+ }), jsxs(Card, {
43
+ className: "mt-6 border-border/60",
44
+ children: [jsx(CardHeader, {
45
+ children: jsx(CardTitle, {
46
+ className: "text-foreground",
47
+ children: "Limitation of Liability"
48
+ })
49
+ }), jsx(CardContent, {
50
+ className: "text-muted-foreground",
51
+ children: jsx("p", {
52
+ className: "leading-relaxed",
53
+ children: "Yantra provides services \"as is\" without warranties. We are not liable for indirect, incidental, or consequential damages. Our total liability is limited to the amount you paid us in the 12 months preceding the claim."
54
+ })
55
+ })]
56
+ })]
57
+ })
58
+ })]
59
+ });
60
+ };export{TermsPage as default};//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../src/pages/Terms/index.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"yOAKM,MAAA,SAAS,GAAG,MAAK;AACnB,EAAA,OAAAA,IACI,CAAA,KAAA,EAAA;AAkDR,IAAE,SAAA,EAAA,4BAAA;AAEF,IAAA,QAAA,EAAA,CAAeC,YAAU,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/lib/routes.json CHANGED
@@ -81,5 +81,93 @@
81
81
  "componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Markdown/index.js",
82
82
  "hasComponent": true
83
83
  }
84
+ },
85
+ {
86
+ "//about": {
87
+ "path": "//about",
88
+ "key": "about",
89
+ "exact": true,
90
+ "hideInMenu": true,
91
+ "position": "MIDDLE",
92
+ "componentPath": "@adminide-stack/yantra-help-browser/lib/pages/About/index.js",
93
+ "hasComponent": true
94
+ }
95
+ },
96
+ {
97
+ "//careers": {
98
+ "path": "//careers",
99
+ "key": "careers",
100
+ "exact": true,
101
+ "hideInMenu": true,
102
+ "position": "MIDDLE",
103
+ "componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Careers/index.js",
104
+ "hasComponent": true
105
+ }
106
+ },
107
+ {
108
+ "//contact": {
109
+ "path": "//contact",
110
+ "key": "contact",
111
+ "exact": true,
112
+ "hideInMenu": true,
113
+ "position": "MIDDLE",
114
+ "componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Contact/index.js",
115
+ "hasComponent": true
116
+ }
117
+ },
118
+ {
119
+ "//privacy": {
120
+ "path": "//privacy",
121
+ "key": "privacy",
122
+ "exact": true,
123
+ "hideInMenu": true,
124
+ "position": "MIDDLE",
125
+ "componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Privacy/index.js",
126
+ "hasComponent": true
127
+ }
128
+ },
129
+ {
130
+ "//terms": {
131
+ "path": "//terms",
132
+ "key": "terms",
133
+ "exact": true,
134
+ "hideInMenu": true,
135
+ "position": "MIDDLE",
136
+ "componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Terms/index.js",
137
+ "hasComponent": true
138
+ }
139
+ },
140
+ {
141
+ "//release-notes": {
142
+ "path": "//release-notes",
143
+ "key": "release-notes",
144
+ "exact": true,
145
+ "hideInMenu": true,
146
+ "position": "MIDDLE",
147
+ "componentPath": "@adminide-stack/yantra-help-browser/lib/pages/ReleaseNotes/index.js",
148
+ "hasComponent": true
149
+ }
150
+ },
151
+ {
152
+ "//community": {
153
+ "path": "//community",
154
+ "key": "community",
155
+ "exact": true,
156
+ "hideInMenu": true,
157
+ "position": "MIDDLE",
158
+ "componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Community/index.js",
159
+ "hasComponent": true
160
+ }
161
+ },
162
+ {
163
+ "//status": {
164
+ "path": "//status",
165
+ "key": "status",
166
+ "exact": true,
167
+ "hideInMenu": true,
168
+ "position": "MIDDLE",
169
+ "componentPath": "@adminide-stack/yantra-help-browser/lib/pages/StatusPage/index.js",
170
+ "hasComponent": true
171
+ }
84
172
  }
85
173
  ]
@@ -1,84 +1,83 @@
1
1
  # Account Setup
2
2
 
3
- Complete guide to setting up your Yantra account.
3
+ Get up and running with Yantra in under 5 minutes. This guide walks you through creating your account, configuring your profile, and setting up your workspace.
4
4
 
5
- ## Initial Setup
5
+ ---
6
6
 
7
- ### Account Creation
7
+ ## Creating Your Account
8
8
 
9
- 1. **Visit Website**: Go to Yantra website
10
- 2. **Sign Up**: Click sign-up button
11
- 3. **Enter Details**: Provide email and password
12
- 4. **Verify Email**: Check email for verification
13
- 5. **Complete Profile**: Add additional information
9
+ ### Step 1 Sign up
14
10
 
15
- ### Profile Completion
11
+ 1. Go to [yantra.ai](https://yantra.ai) and click **Get Started**.
12
+ 2. Choose a sign-up method:
13
+ - **Email + password** — Enter your work or personal email and create a strong password (minimum 12 characters).
14
+ - **Google SSO** — Sign in with your Google account for one-click setup.
15
+ - **GitHub SSO** — Ideal if you'll be using Yantra for engineering workflows.
16
+ 3. Accept the Terms of Service and Privacy Policy.
16
17
 
17
- - **Personal Information**: Name, location, interests
18
- - **Professional Details**: Job title, industry
19
- - **Usage Preferences**: Search preferences, notifications
20
- - **Privacy Settings**: Data sharing preferences
18
+ ### Step 2 Verify your email
21
19
 
22
- ## Account Configuration
20
+ Check your inbox for a verification email from **noreply@yantra.ai**. Click the verification link to activate your account.
23
21
 
24
- ### Basic Settings
22
+ > **Didn't receive the email?** Check your spam folder. If it's not there, click "Resend verification" on the login page.
25
23
 
26
- - **Display Name**: Set your display name
27
- - **Profile Picture**: Upload profile photo
28
- - **Bio**: Add personal description
29
- - **Contact Information**: Email, phone (optional)
24
+ ### Step 3 Complete your profile
30
25
 
31
- ### Preferences Setup
26
+ | Field | Required | Details |
27
+ | ------------- | -------- | --------------------------------------------- |
28
+ | Display name | Yes | Your name as shown to team members |
29
+ | Job title | No | Helps Yantra tailor suggestions to your role |
30
+ | Organization | No | Links you to your company's workspace |
31
+ | Profile photo | No | Upload a JPG/PNG (max 5 MB) or use a Gravatar |
32
32
 
33
- - **Search Preferences**: Default search settings
34
- - **Notification Settings**: Email and in-app notifications
35
- - **Privacy Settings**: Data sharing controls
36
- - **Language Settings**: Preferred language
33
+ ---
37
34
 
38
- ## Security Setup
35
+ ## Configuring Your Workspace
36
+
37
+ ### Choose your AI employee type
38
+
39
+ During setup, select the type of AI employee that best fits your role:
39
40
 
40
- ### Password Security
41
+ - **Engineering** — Monitors GitHub, Sentry, Linear; focuses on bug triage and deployment tracking.
42
+ - **Sales** — Connects to HubSpot/Salesforce, Gmail, Calendly; manages pipeline and call prep.
43
+ - **Marketing** — Integrates with social platforms, Notion, analytics; handles content and engagement.
44
+ - **Support** — Links to Zendesk, Slack, CRM; routes tickets and surfaces customer context.
41
45
 
42
- - **Strong Password**: Use strong, unique password
43
- - **Password Manager**: Use password manager
44
- - **Regular Updates**: Update password regularly
45
- - **Two-Factor Authentication**: Enable 2FA
46
+ You can change this later or add multiple AI employees on Team and Enterprise plans.
46
47
 
47
- ### Account Security
48
+ ### Connect your tools
48
49
 
49
- - **Login Monitoring**: Monitor login activity
50
- - **Device Management**: Manage trusted devices
51
- - **Security Alerts**: Enable security notifications
52
- - **Account Recovery**: Set up recovery options
50
+ Navigate to **Settings > Integrations** and connect at least one tool to get started:
53
51
 
54
- ## Account Verification
52
+ 1. Click the tool you want to connect (e.g., Slack, GitHub, HubSpot).
53
+ 2. Authorize the requested permissions.
54
+ 3. Select the channels, repos, or resources to monitor.
55
55
 
56
- ### Email Verification
56
+ For detailed integration guides, see [Integrations Overview](/help-center/integrations/integrations-overview).
57
+
58
+ ---
59
+
60
+ ## Security Setup
57
61
 
58
- - **Check Email**: Look for verification email
59
- - **Click Link**: Click verification link
60
- - **Confirm Account**: Complete verification process
61
- - **Resend Email**: Resend if needed
62
+ ### Enable two-factor authentication (recommended)
62
63
 
63
- ### Additional Verification
64
+ 1. Go to **Settings > Security > Two-Factor Authentication**.
65
+ 2. Scan the QR code with your authenticator app (Google Authenticator, Authy, 1Password).
66
+ 3. Enter the 6-digit code to confirm.
67
+ 4. Save your backup codes in a secure location.
64
68
 
65
- - **Phone Verification**: Optional phone verification
66
- - **Identity Verification**: For premium features
67
- - **Business Verification**: For business accounts
68
- - **Student Verification**: For student discounts
69
+ ### Set up account recovery
69
70
 
70
- ## Post-Setup
71
+ - Add a **recovery email** — a secondary email for password resets.
72
+ - Save your **backup codes** — these are one-time-use codes for when you lose access to your authenticator.
71
73
 
72
- ### First Steps
74
+ ---
73
75
 
74
- - **Explore Interface**: Familiarize with interface
75
- - **Try First Search**: Perform initial search
76
- - **Set Preferences**: Configure preferences
77
- - **Enable Features**: Activate desired features
76
+ ## Next Steps
78
77
 
79
- ### Account Optimization
78
+ Once your account is set up:
80
79
 
81
- - **Complete Profile**: Fill out all profile sections
82
- - **Set Preferences**: Configure all preferences
83
- - **Enable Security**: Activate security features
84
- - **Explore Features**: Try all available features
80
+ 1. **Run your first search** Try asking a natural language question in the search bar.
81
+ 2. **Explore your morning briefing** — Your AI employee will start generating daily summaries once tools are connected.
82
+ 3. **Invite your team** Go to **Settings > Team** to send invitations.
83
+ 4. **Review supervised mode** All AI actions start in supervised mode, meaning you approve before anything executes. Adjust as you build trust.
@@ -1,84 +1,81 @@
1
- # Delete Account
1
+ # Delete Your Account
2
2
 
3
- How to permanently delete your Yantra account.
3
+ If you need to permanently remove your Yantra account, this guide covers everything you need to know — from exporting your data to completing the deletion process.
4
4
 
5
- ## Account Deletion Process
5
+ ---
6
6
 
7
- ### Before Deleting
7
+ ## Before You Delete
8
8
 
9
- - **Export Data**: Download your data before deletion
10
- - **Cancel Subscriptions**: Cancel any active subscriptions
11
- - **Remove Integrations**: Disconnect third-party integrations
12
- - **Notify Team Members**: Inform team members if applicable
9
+ ### What you'll lose
13
10
 
14
- ### Deletion Steps
11
+ Deleting your account permanently removes:
15
12
 
16
- 1. **Access Settings**: Go to Account Settings
17
- 2. **Privacy Section**: Navigate to Privacy section
18
- 3. **Delete Account**: Click "Delete Account"
19
- 4. **Confirm Deletion**: Enter password to confirm
20
- 5. **Final Confirmation**: Confirm permanent deletion
13
+ | Data type | Details |
14
+ | ---------------------- | ------------------------------------ |
15
+ | Search history | All past queries and results |
16
+ | Conversations | Thread history and AI interactions |
17
+ | Saved searches | Bookmarked queries and collections |
18
+ | Connected integrations | OAuth tokens and tool configurations |
19
+ | AI employee memory | All learned context and preferences |
20
+ | Team associations | Your membership in shared workspaces |
21
21
 
22
- ## Data Deletion
22
+ > **This action is irreversible.** Once deleted, your data cannot be recovered.
23
23
 
24
- ### What Gets Deleted
24
+ ### Export your data first
25
25
 
26
- - **Account Information**: All account data
27
- - **Search History**: Complete search history
28
- - **Saved Searches**: All saved searches
29
- - **Personal Data**: All personal information
26
+ Before deleting, download a copy of your data:
30
27
 
31
- ### Data Retention
28
+ 1. Go to **Settings > Privacy > Export Data**.
29
+ 2. Select the data categories you want (searches, conversations, preferences, etc.).
30
+ 3. Click **Request Export**.
31
+ 4. You'll receive a download link via email within 24 hours.
32
+ 5. The export is available in JSON and CSV formats.
32
33
 
33
- - **Billing Records**: Retained for legal compliance
34
- - **Support Records**: Retained for support purposes
35
- - **Security Logs**: Retained for security purposes
36
- - **Legal Requirements**: Retained as required by law
34
+ ---
37
35
 
38
- ## Account Recovery
36
+ ## Alternatives to Deletion
39
37
 
40
- ### Recovery Options
38
+ Consider these options if you're not sure about permanent deletion:
41
39
 
42
- - **30-Day Window**: 30 days to recover account
43
- - **Data Restoration**: All data can be restored
44
- - **Same Credentials**: Use same login credentials
45
- - **Contact Support**: Get help with recovery
40
+ - **Pause your subscription** Downgrade to the free tier to keep your account without being charged.
41
+ - **Clear your data** — Delete specific data (search history, conversations) without removing the entire account. Go to **Settings > Privacy > Clear Data**.
42
+ - **Transfer ownership** If you're the workspace owner, transfer ownership to a colleague before leaving. Go to **Settings > Team > Transfer Ownership**.
46
43
 
47
- ### Recovery Process
44
+ ---
48
45
 
49
- 1. **Attempt Login**: Try to log in with old credentials
50
- 2. **Recovery Option**: Select account recovery option
51
- 3. **Verify Identity**: Complete identity verification
52
- 4. **Restore Account**: Confirm account restoration
46
+ ## How to Delete Your Account
53
47
 
54
- ## Alternative Options
48
+ ### Step 1 — Open account settings
55
49
 
56
- ### Account Suspension
50
+ Navigate to **Settings > Account > Delete Account**.
57
51
 
58
- - **Temporary Suspension**: Suspend instead of delete
59
- - **Data Preservation**: Keep data during suspension
60
- - **Easy Reactivation**: Simple reactivation process
61
- - **Flexible Duration**: Suspend for any duration
52
+ ### Step 2 Confirm your identity
62
53
 
63
- ### Account Downgrade
54
+ Enter your password (or re-authenticate via SSO) to verify it's really you.
64
55
 
65
- - **Downgrade to Free**: Switch to free plan
66
- - **Reduce Features**: Limit account features
67
- - **Maintain Data**: Keep account data
68
- - **Easy Upgrade**: Upgrade again later
56
+ ### Step 3 Choose a reason (optional)
69
57
 
70
- ## Important Considerations
58
+ Let us know why you're leaving — this helps us improve Yantra for others.
71
59
 
72
- ### Irreversible Actions
60
+ ### Step 4 — Confirm deletion
73
61
 
74
- - **Permanent Deletion**: Cannot be undone after 30 days
75
- - **Data Loss**: All data will be permanently lost
76
- - **Subscription Loss**: Active subscriptions will be cancelled
77
- - **Team Impact**: May affect team members
62
+ Type `DELETE` in the confirmation field and click **Permanently Delete Account**.
78
63
 
79
- ### Legal and Compliance
64
+ ### What happens next
80
65
 
81
- - **Billing Obligations**: May have ongoing billing obligations
82
- - **Contract Terms**: Review contract terms before deletion
83
- - **Data Rights**: Understand your data rights
84
- - **Compliance Requirements**: Consider compliance needs
66
+ - **Immediate** You're signed out and your account is deactivated.
67
+ - **Within 24 hours** Connected integrations are disconnected and OAuth tokens are revoked.
68
+ - **Within 30 days** All personal data is permanently purged from our systems, including backups.
69
+ - **After 30 days** A confirmation email is sent to your registered email address.
70
+
71
+ > **Changed your mind?** You have 30 days to contact support@yantra.ai to cancel the deletion and restore your account.
72
+
73
+ ---
74
+
75
+ ## For Team and Enterprise Accounts
76
+
77
+ If you're on a team plan, additional steps may apply:
78
+
79
+ - **Team members** — Your admin will be notified of your departure. Your data within shared workspaces may be retained per the organization's data policy.
80
+ - **Workspace owners** — You must transfer ownership or delete the workspace before deleting your personal account.
81
+ - **Enterprise accounts** — Contact your account manager or email enterprise@yantra.ai for assisted deletion with compliance documentation.
@@ -1,83 +1,98 @@
1
1
  # Preferences
2
2
 
3
- Customizing your Yantra experience and preferences.
3
+ Customize how Yantra works for you — from search behavior and notifications to display settings and AI interaction style.
4
+
5
+ ---
4
6
 
5
7
  ## Search Preferences
6
8
 
7
- ### Default Settings
9
+ Configure how Yantra handles your searches by default.
8
10
 
9
- - **Search Mode**: Default search mode preference
10
- - **Language**: Preferred language for searches
11
- - **Region**: Geographic region preference
12
- - **Time Zone**: Local time zone setting
11
+ | Setting | Options | Default |
12
+ | ------------------- | --------------------------------------------- | -------- |
13
+ | Default search mode | Regular, Pro Search, Deep Research | Regular |
14
+ | Result count | 5, 10, 20, 50 | 10 |
15
+ | Safe search | Off, Moderate, Strict | Moderate |
16
+ | Source language | Any language, or filter to specific languages | Any |
17
+ | Auto-suggest | On / Off | On |
13
18
 
14
- ### Search Behavior
19
+ To change these: **Settings > Preferences > Search**.
15
20
 
16
- - **Auto-suggestions**: Enable/disable suggestions
17
- - **Search History**: Save search history
18
- - **Result Format**: Preferred result format
19
- - **Source Preferences**: Preferred source types
21
+ ---
20
22
 
21
- ## Display Preferences
23
+ ## Notification Preferences
22
24
 
23
- ### Interface Settings
25
+ Control when and how Yantra contacts you.
24
26
 
25
- - **Theme**: Light or dark theme
26
- - **Font Size**: Text size preference
27
- - **Layout**: Interface layout preference
28
- - **Accessibility**: Accessibility options
27
+ ### Email notifications
29
28
 
30
- ### Content Display
29
+ | Notification | Description | Default |
30
+ | ----------------- | --------------------------------------------------- | ------- |
31
+ | Morning briefing | Daily summary from your AI employee | On |
32
+ | Alert escalations | High-priority alerts that need your attention | On |
33
+ | Weekly digest | Summary of activity and insights from the past week | On |
34
+ | Product updates | New features, improvements, and tips | Off |
35
+ | Billing reminders | Upcoming payments and subscription changes | On |
31
36
 
32
- - **Result Length**: Preferred answer length
33
- - **Citation Style**: Citation format preference
34
- - **Image Display**: Image loading preferences
35
- - **Video Playback**: Video autoplay settings
37
+ ### In-app notifications
36
38
 
37
- ## Notification Preferences
39
+ - **Action approvals** — When your AI employee needs approval to execute an action (always on in supervised mode).
40
+ - **Search alerts** — Notifications for saved searches that match new content.
41
+ - **Team mentions** — When a team member references you in a shared workspace.
42
+
43
+ ### Notification schedule
44
+
45
+ - **Quiet hours** — Set hours when non-critical notifications are held for batched delivery.
46
+ - **Time zone** — Notifications are scheduled based on your configured time zone.
47
+
48
+ ---
49
+
50
+ ## Display Preferences
38
51
 
39
- ### Email Notifications
52
+ | Setting | Options | Default |
53
+ | ------------------ | -------------------------------------------- | ----------- |
54
+ | Theme | Light, Dark, System | System |
55
+ | Font size | Small, Medium, Large | Medium |
56
+ | Density | Compact, Comfortable, Spacious | Comfortable |
57
+ | Code highlighting | Language-specific syntax highlighting themes | One Dark |
58
+ | Markdown rendering | Rendered or raw markdown view | Rendered |
40
59
 
41
- - **Search Updates**: Notifications about saved searches
42
- - **Team Activity**: Team collaboration notifications
43
- - **System Updates**: Important system notifications
44
- - **Marketing Emails**: Promotional communications
60
+ ---
45
61
 
46
- ### In-app Notifications
62
+ ## AI Interaction Preferences
47
63
 
48
- - **Real-time Alerts**: Live notifications
49
- - **Sound Settings**: Audio notification preferences
50
- - **Desktop Notifications**: Browser notifications
51
- - **Mobile Push**: Mobile device notifications
64
+ Customize how your AI employee communicates with you.
52
65
 
53
- ## Privacy Preferences
66
+ - **Response length** — Choose between concise (2–3 sentences), balanced (default), or detailed (comprehensive with examples).
67
+ - **Response style** — Professional, casual, or technical tone.
68
+ - **Source citations** — Always show inline citations, show on hover, or show at the end.
69
+ - **Auto follow-up** — Let the AI suggest follow-up questions after each response (on/off).
54
70
 
55
- ### Data Sharing
71
+ ---
56
72
 
57
- - **Usage Analytics**: Control data collection
58
- - **Personalization**: Enable/disable personalization
59
- - **Marketing Communications**: Manage marketing emails
60
- - **Third-party Sharing**: Control data sharing
73
+ ## Data & Privacy Preferences
61
74
 
62
- ### Privacy Controls
75
+ | Setting | Description | Default |
76
+ | --------------- | ----------------------------------------------------------- | ------- |
77
+ | Search history | Save your search queries for quick access | On |
78
+ | Usage analytics | Share anonymous usage data to help improve Yantra | On |
79
+ | Personalization | Use your activity to improve AI recommendations | On |
80
+ | Data retention | Automatically delete search history older than a set period | 90 days |
63
81
 
64
- - **Profile Visibility**: Control profile visibility
65
- - **Search History**: Manage search history privacy
66
- - **Activity Status**: Show/hide online status
67
- - **Contact Information**: Control contact info visibility
82
+ To adjust: **Settings > Preferences > Privacy**.
68
83
 
69
- ## Advanced Preferences
84
+ ---
70
85
 
71
- ### Performance Settings
86
+ ## Keyboard Shortcuts
72
87
 
73
- - **Loading Speed**: Optimize for speed or quality
74
- - **Caching**: Enable/disable caching
75
- - **Offline Mode**: Offline functionality
76
- - **Sync Settings**: Data synchronization preferences
88
+ Enable or customize keyboard shortcuts for power-user workflows:
77
89
 
78
- ### Integration Settings
90
+ | Action | Default shortcut (Mac) | Default shortcut (Windows) |
91
+ | ---------------- | ---------------------- | -------------------------- |
92
+ | New search | ⌘ + K | Ctrl + K |
93
+ | Focus search bar | / | / |
94
+ | Toggle theme | ⌘ + Shift + T | Ctrl + Shift + T |
95
+ | Next result | ⌘ + ↓ | Ctrl + ↓ |
96
+ | Previous result | ⌘ + ↑ | Ctrl + ↑ |
79
97
 
80
- - **API Access**: API usage preferences
81
- - **Third-party Integrations**: External tool connections
82
- - **Export Settings**: Default export preferences
83
- - **Backup Settings**: Data backup preferences
98
+ > **Tip:** You can customize any shortcut under **Settings > Preferences > Keyboard Shortcuts**.