@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,68 +1,92 @@
1
1
  # Threads Overview
2
2
 
3
- Understanding Yantra's conversation threading system.
3
+ Threads are persistent conversation sessions with Yantra's AI. Every search can become a thread, and every thread is saved automatically for future reference.
4
4
 
5
- ## What are Threads?
5
+ ---
6
6
 
7
- ### Concept
7
+ ## What Is a Thread?
8
8
 
9
- - **Conversation Organization**: Organize conversations
10
- - **Topic Threading**: Group related discussions
11
- - **Context Preservation**: Maintain conversation context
12
- - **Follow-up Management**: Manage follow-up questions
9
+ A thread is a multi-turn conversation with Yantra that maintains context across messages. When you ask a follow-up question, Yantra remembers everything discussed earlier in the thread — entities, preferences, and the flow of the conversation.
13
10
 
14
- ### Benefits
11
+ ---
15
12
 
16
- - **Organization**: Keep conversations organized
17
- - **Context**: Maintain conversation context
18
- - **Efficiency**: More efficient conversations
19
- - **Clarity**: Clearer conversation flow
13
+ ## Creating Threads
14
+
15
+ Threads are created automatically:
16
+
17
+ | Action | Result |
18
+ | -------------------------------------- | --------------------------------------- |
19
+ | Start a new search | A new thread is created |
20
+ | Click **New Thread** in the sidebar | An empty thread is created |
21
+ | Press ⌘ + N (Mac) / Ctrl + N (Windows) | New thread with focus on the search bar |
22
+
23
+ ---
24
+
25
+ ## Thread Lifecycle
26
+
27
+ ### Active threads
28
+
29
+ Threads you're currently working in. They appear at the top of the sidebar under **Recent**.
30
+
31
+ ### Archived threads
32
+
33
+ Older threads move to the archive automatically based on your retention settings. You can also manually archive a thread via **⋯** > **Archive**.
34
+
35
+ ### Deleted threads
36
+
37
+ Delete a thread via **⋯** > **Delete**. Deleted threads are permanently removed after 30 days. During that window, you can recover them from **Settings > Privacy > Recently Deleted**.
38
+
39
+ ---
20
40
 
21
41
  ## Thread Features
22
42
 
23
- ### Conversation Management
43
+ | Feature | Description |
44
+ | ----------------- | -------------------------------------------------------------------------------- |
45
+ | **Rename** | Click the thread title to give it a meaningful name |
46
+ | **Pin** | Pin important threads to the top of the sidebar |
47
+ | **Share** | Share a thread link with team members (read-only) |
48
+ | **Branch** | Create a copy of the thread at a specific point to explore a different direction |
49
+ | **Export** | Download as Markdown, PDF, or plain text |
50
+ | **Save to Space** | Add the thread to a Space for organized research |
51
+
52
+ ---
53
+
54
+ ## Thread Context
24
55
 
25
- - **Thread Creation**: Create conversation threads
26
- - **Thread Organization**: Organize threads by topic
27
- - **Thread Search**: Search within threads
28
- - **Thread Archiving**: Archive old threads
56
+ ### What Yantra remembers within a thread
29
57
 
30
- ### Context Preservation
58
+ - All previous messages (yours and Yantra's)
59
+ - Entities and topics discussed
60
+ - Preferences you've expressed ("only show academic sources")
61
+ - Referenced sources and results
31
62
 
32
- - **Conversation History**: Complete conversation history
33
- - **Context Awareness**: Maintain context across messages
34
- - **Reference Tracking**: Track references and citations
35
- - **Follow-up Linking**: Link related follow-ups
63
+ ### Context limits
36
64
 
37
- ## Thread Usage
65
+ | Mode | Context window |
66
+ | -------------- | ---------------------------------- |
67
+ | Regular Search | ~50,000 tokens (last 10 exchanges) |
68
+ | Pro Search | ~100,000 tokens |
69
+ | Deep Research | Full session history |
38
70
 
39
- ### Creating Threads
71
+ When a thread exceeds the context limit, the oldest messages are summarized to make room for new context.
40
72
 
41
- 1. **Start Conversation**: Begin a new conversation
42
- 2. **Create Thread**: Create a new thread
43
- 3. **Add Context**: Add relevant context
44
- 4. **Invite Participants**: Invite thread participants
45
- 5. **Begin Discussion**: Start the discussion
73
+ ---
46
74
 
47
- ### Managing Threads
75
+ ## Managing Threads
48
76
 
49
- - **Thread Settings**: Configure thread settings
50
- - **Member Management**: Manage thread members
51
- - **Permission Control**: Control thread permissions
52
- - **Content Moderation**: Moderate thread content
77
+ ### Sidebar
53
78
 
54
- ## Thread Organization
79
+ The sidebar shows:
55
80
 
56
- ### Thread Structure
81
+ - **Pinned** threads at the top
82
+ - **Recent** threads sorted by last activity
83
+ - **Search** bar to find threads by keywords
57
84
 
58
- - **Hierarchical Organization**: Organize threads hierarchically
59
- - **Topic Grouping**: Group threads by topic
60
- - **Priority Levels**: Set thread priority levels
61
- - **Status Tracking**: Track thread status
85
+ ### Bulk actions
62
86
 
63
- ### Thread Collaboration
87
+ Select multiple threads to:
64
88
 
65
- - **Member Roles**: Assign member roles
66
- - **Participation Tracking**: Track participation
67
- - **Activity Monitoring**: Monitor thread activity
68
- - **Communication Tools**: Use communication tools
89
+ - Archive in bulk
90
+ - Delete in bulk
91
+ - Export all selected threads
92
+ - Move to a Space
@@ -1,67 +1,115 @@
1
- # Common Issues
1
+ # Common Issues & Solutions
2
2
 
3
- Solutions to frequently encountered problems.
3
+ Running into a problem? You're in the right place. Below are the most frequently reported issues and step-by-step solutions to get you back on track.
4
+
5
+ ---
4
6
 
5
7
  ## Search Problems
6
8
 
7
- ### Search Not Working
9
+ ### Search returns no results
10
+
11
+ If your searches aren't returning any results, try these steps in order:
12
+
13
+ 1. **Check your internet connection** — Open another website to confirm you're online.
14
+ 2. **Clear your browser cache** — Stale cached data can interfere with search requests. Go to your browser settings, then Privacy, then Clear browsing data.
15
+ 3. **Simplify your query** — Remove special characters, shorten the query, or try different keywords.
16
+ 4. **Switch browsers** — Test in Chrome, Firefox, or Safari to rule out a browser-specific bug.
17
+ 5. **Verify your account** — Make sure your subscription is active under **Settings > Billing**.
18
+
19
+ > **Still stuck?** Contact our support team with the exact search query you used and any error messages you saw.
20
+
21
+ ### Search results are slow
8
22
 
9
- - **Check Internet Connection**: Ensure stable internet
10
- - **Clear Browser Cache**: Clear browser data
11
- - **Try Different Browser**: Test in another browser
12
- - **Check Account Status**: Verify account is active
23
+ Slow results are usually caused by network conditions or complex queries:
13
24
 
14
- ### Slow Search Results
25
+ - **Check Yantra's status page** — Visit our status page to confirm all systems are operational.
26
+ - **Reduce query complexity** — Broad or multi-clause queries take longer to process. Break them into simpler searches.
27
+ - **Disable browser extensions** — Ad blockers and privacy extensions can throttle API requests.
28
+ - **Test your connection speed** — Run a quick speed test; Yantra works best with at least 5 Mbps download.
15
29
 
16
- - **Check Server Status**: Verify Yantra server status
17
- - **Reduce Query Complexity**: Simplify your search
18
- - **Try Different Search Mode**: Switch search modes
19
- - **Check Network Speed**: Test internet speed
30
+ ---
20
31
 
21
- ## Account Issues
32
+ ## Account & Login Issues
22
33
 
23
- ### Login Problems
34
+ ### Can't log in
24
35
 
25
- - **Verify Credentials**: Check username/password
26
- - **Reset Password**: Use password reset option
27
- - **Check Email**: Verify email address
28
- - **Contact Support**: Get help from support team
36
+ | Symptom | Solution |
37
+ | ------------------------- | ------------------------------------------------------------------------------------------------- |
38
+ | Invalid credentials error | Double-check your email and password. Passwords are case-sensitive. |
39
+ | Forgot your password | Click **Forgot Password** on the login page. Check your inbox and spam folder for the reset link. |
40
+ | Account locked | After 5 failed attempts, accounts are temporarily locked for 15 minutes. Wait and try again. |
41
+ | SSO not working | Confirm with your IT admin that your SSO provider is configured correctly. |
29
42
 
30
- ### Subscription Issues
43
+ ### Subscription or billing problems
31
44
 
32
- - **Check Payment Method**: Verify payment details
33
- - **Review Billing**: Check billing history
34
- - **Update Payment Info**: Update payment method
35
- - **Contact Billing**: Reach out to billing support
45
+ - **Payment declined** — Update your card under **Settings > Billing > Payment Methods**. Ensure the card has not expired and has sufficient funds.
46
+ - **Wrong plan showing** Plan changes take up to 60 seconds to propagate. Refresh the page or log out and back in.
47
+ - **Missing invoice** Invoices are emailed to the account owner. Check **Settings > Billing > Invoice History** to download PDFs directly.
48
+ - **Unexpected charges** Review your billing cycle dates. Upgrades mid-cycle are pro-rated automatically.
49
+
50
+ ---
36
51
 
37
52
  ## Performance Issues
38
53
 
39
- ### Slow Loading
54
+ ### Pages load slowly
55
+
56
+ Try these optimizations:
57
+
58
+ 1. **Clear browser cache and cookies** — This resolves most loading issues.
59
+ 2. **Disable unnecessary browser extensions** — Extensions inject extra scripts that slow down page rendering.
60
+ 3. **Check your system resources** — Open Task Manager (Windows) or Activity Monitor (Mac) to check if CPU or memory is maxed out.
61
+ 4. **Update your browser** — Yantra is optimized for the latest versions of Chrome, Firefox, Safari, and Edge.
62
+ 5. **Try a wired connection** — Wi-Fi can introduce latency; a wired Ethernet connection is more stable.
63
+
64
+ ### Application crashes or freezes
65
+
66
+ If Yantra becomes unresponsive:
40
67
 
41
- - **Clear Browser Cache**: Remove cached data
42
- - **Disable Extensions**: Turn off browser extensions
43
- - **Check System Resources**: Monitor CPU/memory usage
44
- - **Update Browser**: Use latest browser version
68
+ 1. **Hard refresh the page** Press Ctrl+Shift+R (Windows) or Cmd+Shift+R (Mac).
69
+ 2. **Try incognito/private mode** This disables extensions and uses a clean session.
70
+ 3. **Check for browser updates** Outdated browsers may have compatibility issues.
71
+ 4. **Note the error** If you see an error code or stack trace, screenshot it before refreshing. It helps our engineers diagnose faster.
45
72
 
46
- ### Crashes and Errors
73
+ > **Pro tip:** Open the browser developer console (F12, then Console tab) and copy any red error messages when filing a bug report.
47
74
 
48
- - **Restart Browser**: Close and reopen browser
49
- - **Check Error Messages**: Note specific error details
50
- - **Try Incognito Mode**: Test in private browsing
51
- - **Report Issues**: Submit bug reports
75
+ ---
52
76
 
53
77
  ## Mobile App Issues
54
78
 
55
- ### App Not Working
79
+ ### App won't open or crashes on launch
80
+
81
+ 1. **Update to the latest version** — Open the App Store (iOS) or Google Play Store (Android) and check for updates.
82
+ 2. **Force close and reopen** — Swipe the app away from your recent apps, then relaunch.
83
+ 3. **Check device storage** — The app needs at least 100 MB of free space to operate.
84
+ 4. **Reinstall the app** — Uninstall, restart your device, then reinstall from the store.
85
+
86
+ ### Data isn't syncing across devices
87
+
88
+ - **Confirm you're signed in** with the same account on all devices.
89
+ - **Check your connection** — Sync requires an active internet connection.
90
+ - **Pull to refresh** — On mobile, swipe down on the main screen to force a sync.
91
+ - **Check sync settings** — Go to **App Settings > Sync** and make sure background sync is enabled.
92
+
93
+ ---
94
+
95
+ ## Integration Issues
96
+
97
+ ### Third-party integration not connecting
98
+
99
+ If a connected service (Slack, GitHub, Jira, etc.) stops working:
100
+
101
+ 1. **Re-authenticate** — Go to **Settings > Integrations**, disconnect the service, and reconnect it.
102
+ 2. **Check the service's status** — The third-party service may be experiencing downtime.
103
+ 3. **Verify permissions** — Ensure Yantra has the required OAuth scopes. Some organizations restrict third-party app access.
104
+ 4. **Check webhook URLs** — If you configured webhooks manually, verify the endpoint URL is correct and accessible.
105
+
106
+ ---
56
107
 
57
- - **Update App**: Install latest version
58
- - **Restart App**: Force close and reopen
59
- - **Check Permissions**: Verify app permissions
60
- - **Reinstall App**: Uninstall and reinstall
108
+ ## General Tips
61
109
 
62
- ### Sync Problems
110
+ - **Keep your browser updated** for the best experience.
111
+ - **Bookmark our status page** to check for outages before troubleshooting.
112
+ - **Enable notifications** in your account settings to receive proactive alerts about issues affecting your account.
113
+ - **Check the Help Center** — many common questions are answered in our guides.
63
114
 
64
- - **Check Internet**: Ensure mobile internet connection
65
- - **Force Sync**: Manually trigger sync
66
- - **Clear App Data**: Clear app cache and data
67
- - **Contact Support**: Get mobile app support
115
+ > **Need more help?** Reach out to support via the chat widget (bottom-right corner) or email **support@yantra.ai**. We typically respond within 2 minutes.
@@ -1,84 +1,85 @@
1
1
  # Getting Started with Yantra
2
2
 
3
- Everything you need to know to start using Yantra effectively.
3
+ A quick introduction to what Yantra is, who it's for, and how to make the most of it from day one.
4
4
 
5
- ## Creating Your Account
5
+ ---
6
6
 
7
- ### Sign Up Process
7
+ ## What Is Yantra?
8
8
 
9
- 1. **Visit Yantra**: Go to our website
10
- 2. **Choose Sign Up**: Click the sign-up button
11
- 3. **Enter Details**: Provide your email and create a password
12
- 4. **Verify Email**: Check your email for verification
13
- 5. **Complete Profile**: Add additional information if desired
9
+ Yantra is an **AI-powered search and research platform** that combines real-time web search with intelligent AI analysis. Instead of sifting through pages of links, you get direct answers backed by verifiable sources.
14
10
 
15
- ### Account Types
11
+ But Yantra goes beyond search. With **AI Employees**, Yantra integrates into your existing tools (Slack, GitHub, HubSpot, etc.) and works as an autonomous team member — monitoring, analyzing, and taking action on your behalf.
16
12
 
17
- - **Free Account**: Basic features and limited searches
18
- - **Pro Account**: Enhanced features and unlimited searches
19
- - **Max Account**: All features plus advanced capabilities
20
- - **Enterprise**: Team features and custom solutions
13
+ ---
21
14
 
22
- ## First Steps
15
+ ## Who Is Yantra For?
23
16
 
24
- ### Your First Search
17
+ | Role | How Yantra helps |
18
+ | --------------- | ---------------------------------------------------------------------------------- |
19
+ | **Engineers** | Debug faster with correlated error context across Sentry, GitHub, and Slack |
20
+ | **Sales teams** | Auto-update CRMs, prepare for calls with full prospect context, track pipeline |
21
+ | **Marketers** | Monitor brand mentions, automate content workflows, track competitors |
22
+ | **Students** | Research with AI-powered citations, study with concept explanations and flashcards |
23
+ | **Researchers** | Deep Research mode: comprehensive literature reviews in minutes |
25
24
 
26
- 1. **Ask a Question**: Type your question in the search bar
27
- 2. **Review Results**: Read the AI-generated answer
28
- 3. **Check Sources**: Click on citations to explore sources
29
- 4. **Ask Follow-ups**: Continue the conversation
25
+ ---
30
26
 
31
- ### Understanding the Interface
27
+ ## Core Concepts
32
28
 
33
- - **Search Bar**: Where you enter your questions
34
- - **Answer Area**: Displays the AI-generated response
35
- - **Citations**: Numbered references to sources
36
- - **Follow-up**: Suggested related questions
29
+ ### Search
37
30
 
38
- ## Essential Features
31
+ Yantra's search is AI-native. It understands natural language, fetches real-time sources, and synthesizes answers — not just links.
39
32
 
40
- ### Search Modes
33
+ [Learn more about Search Features](/help-center/product-features/search-features)
41
34
 
42
- - **Regular Search**: Standard web search
43
- - **Pro Search**: Enhanced with additional features
44
- - **Deep Research**: Comprehensive research mode
45
- - **Labs**: Experimental features
35
+ ### AI Employees
46
36
 
47
- ### Account Management
37
+ Autonomous agents that connect to your tools and work 24/7:
48
38
 
49
- - **Profile Settings**: Update your information
50
- - **Search History**: View past searches
51
- - **Saved Searches**: Keep important results
52
- - **Preferences**: Customize your experience
39
+ - Monitor Slack, GitHub, email, CRM, and error tracking
40
+ - Correlate events across tools automatically
41
+ - Draft messages, update records, create tickets — with your approval
42
+ - Deliver morning briefings with everything important from overnight
53
43
 
54
- ## Tips for Success
44
+ [Learn more about AI Employees](/help-center/ai-employees/ai-employees-overview)
55
45
 
56
- ### Effective Questioning
46
+ ### Spaces
57
47
 
58
- - Be specific in your questions
59
- - Provide context when needed
60
- - Use follow-up questions for clarity
61
- - Explore different search modes
48
+ Project-based workspaces for organizing your research:
62
49
 
63
- ### Maximizing Value
50
+ - Save searches, conversations, files, and notes in one place
51
+ - Share with teammates for collaborative research
52
+ - Tag and filter for quick access
64
53
 
65
- - Use citations to verify information
66
- - Save important searches
67
- - Share results with others
68
- - Stay updated with new features
54
+ [Learn more about Spaces](/help-center/spaces-library/spaces-overview)
69
55
 
70
- ## Getting Help
56
+ ---
71
57
 
72
- ### Support Resources
58
+ ## Your First 5 Minutes
73
59
 
74
- - **Help Center**: Comprehensive documentation
75
- - **Discord Community**: Connect with other users
76
- - **Support Team**: Direct assistance when needed
77
- - **Video Tutorials**: Step-by-step guides
60
+ 1. **Search** Type any question in the search bar and get an AI answer with sources.
61
+ 2. **Follow up** Ask a follow-up question to go deeper.
62
+ 3. **Save** Bookmark a result to your Library.
63
+ 4. **Try Pro Search** — Toggle Pro Search for a more detailed analysis.
64
+ 5. **Connect a tool** — Go to Settings > Integrations to connect Slack or GitHub.
78
65
 
79
- ### Common Issues
66
+ ---
80
67
 
81
- - **Search Not Working**: Check your internet connection
82
- - **Account Problems**: Contact support
83
- - **Feature Questions**: Check the help center
84
- - **Billing Issues**: Use the billing support channel
68
+ ## Pricing at a Glance
69
+
70
+ | Plan | Price | Key features |
71
+ | ---------- | -------------- | ------------------------------------------------- |
72
+ | Free | $0 | 20 searches/day, basic AI model |
73
+ | Pro | $20/month | Unlimited searches, all models, Deep Research |
74
+ | Team | $20/user/month | Shared workspaces, team analytics, admin controls |
75
+ | Enterprise | Custom | SSO, audit logs, custom models, SLA |
76
+
77
+ [See full pricing details](/help-center/subscription-billing/billing-overview)
78
+
79
+ ---
80
+
81
+ ## Next Steps
82
+
83
+ - [How Yantra Works](/help-center/what-is-yantra/how-yantra-works) — The technology behind the product
84
+ - [Practical Tips](/help-center/what-is-yantra/practical-tips-yantra) — Get the most out of your searches
85
+ - [AI Employees Overview](/help-center/ai-employees/ai-employees-overview) — Set up your autonomous AI teammate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/yantra-help-browser",
3
- "version": "12.0.16-alpha.27",
3
+ "version": "12.0.16-alpha.29",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "Yantra App",
@@ -71,5 +71,5 @@
71
71
  "typescript": {
72
72
  "definition": "lib/index.d.ts"
73
73
  },
74
- "gitHead": "721aad5a54cdf80d94c48c8c805684c472757b29"
74
+ "gitHead": "8387ab87e290bfb9926c791da9a201160a0be3a2"
75
75
  }
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- export declare const Icons: {
3
- GettingStarted: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
- AccountManagement: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
5
- Billing: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
6
- ProductFeatures: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
7
- Troubleshooting: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
8
- Api: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
9
- Security: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
10
- Feedback: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
11
- Contact: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
12
- };
13
- //# sourceMappingURL=Icons.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,KAAK;4BACU,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;+BAgB1B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;qBAevC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;6BAerB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;6BAc7B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;iBAgBzC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;sBAexB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;sBAc7B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;qBAc9B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;CAejD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Icons.js","sources":["../../../../src/pages/LandingPage/components/Icons.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"yCAEa,MAAA,KAAK,GAAG;gBACH,EAAA,KAAG,IAAsCA,IACnD,CACI,KAAA,EAAA;IAcR,KAAiB,EAAA,4BAET;AAaR,IAAA,OAAO,EAAE,WAA0C;IAenD,IAAe,EAAA,MAAA;AAcf,IAAA,MAAA,EAAA,cAAkB;IAgBlB,WAA0C,EAAE,KAEpC;IAaR,aAA+C,EAAA,OAC3C;IAaJ,cAA+C,EAAA;IAc/C,GAAO,KAAA;IAeT,QAAA,EAAA,CAAAC,GAAA,CAAA,MAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}