@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
@@ -1,68 +1,109 @@
1
1
  # Deep Research
2
2
 
3
- Comprehensive research mode for complex topics.
3
+ Deep Research is Yantra's most comprehensive search mode — designed for complex topics that require thorough analysis across dozens of sources.
4
4
 
5
- ## Deep Research Features
5
+ ---
6
6
 
7
- ### Comprehensive Analysis
7
+ ## What Deep Research Does
8
8
 
9
- - **Extensive Research**: Thorough exploration of topics
10
- - **Multiple Sources**: Aggregates information from many sources
11
- - **Trend Analysis**: Identifies patterns and trends
12
- - **Long-form Content**: Detailed, comprehensive answers
9
+ When you activate Deep Research, Yantra:
13
10
 
14
- ### Advanced Capabilities
11
+ 1. **Plans the research** — Breaks your question into sub-questions and identifies the key angles to explore.
12
+ 2. **Gathers sources** — Fetches and analyzes 20–50+ sources, including web pages, academic papers, and documents.
13
+ 3. **Synthesizes findings** — Cross-references information across all sources to build a comprehensive picture.
14
+ 4. **Generates a report** — Delivers a structured, citation-rich response organized by key findings.
15
15
 
16
- - **Multi-angle Analysis**: Different perspectives on topics
17
- - **Historical Context**: Historical background and context
18
- - **Future Implications**: Analysis of future implications
19
- - **Cross-referencing**: Links between related topics
16
+ > **Time:** Deep Research takes 30 seconds to 2 minutes, depending on topic complexity. A progress indicator shows you what stage the research is in.
20
17
 
21
- ## Deep Research Process
18
+ ---
22
19
 
23
- ### Research Methodology
20
+ ## When to Use Deep Research
24
21
 
25
- 1. **Topic Analysis**: Comprehensive topic analysis
26
- 2. **Source Collection**: Gather extensive sources
27
- 3. **Content Synthesis**: Synthesize information
28
- 4. **Analysis Generation**: Create detailed analysis
29
- 5. **Report Compilation**: Compile comprehensive report
22
+ | Use case | Example query |
23
+ | ------------------- | ---------------------------------------------------------------------------------------- |
24
+ | Literature review | "What does current research say about the effectiveness of remote work on productivity?" |
25
+ | Market analysis | "Compare the top 5 project management tools for engineering teams" |
26
+ | Strategic planning | "What are the risks and opportunities of expanding into the EU market in 2025?" |
27
+ | Technical deep dive | "Explain the trade-offs between microservices and monolithic architecture" |
28
+ | Competitive intel | "How does Notion's AI strategy compare to Confluence's?" |
30
29
 
31
- ### Quality Assurance
30
+ ### When NOT to use it
32
31
 
33
- - **Source Verification**: Verify all sources
34
- - **Fact Checking**: Cross-check factual claims
35
- - **Bias Detection**: Identify potential biases
36
- - **Completeness Check**: Ensure comprehensive coverage
32
+ - Simple factual lookups ("What year was Python created?") → Use Regular search
33
+ - Quick comparisons ("React vs Vue popularity") → Use Pro Search
34
+ - Time-sensitive queries ("stock price right now") → Use Regular search with real-time mode
37
35
 
38
- ## Deep Research Benefits
36
+ ---
39
37
 
40
- ### Comprehensive Coverage
38
+ ## Research Report Structure
41
39
 
42
- - **Complete Analysis**: Thorough topic coverage
43
- - **Multiple Perspectives**: Various viewpoints
44
- - **Historical Context**: Background information
45
- - **Future Trends**: Forward-looking analysis
40
+ A typical Deep Research response includes:
46
41
 
47
- ### Professional Quality
42
+ | Section | Description |
43
+ | --------------------- | ---------------------------------------------------------- |
44
+ | **Executive summary** | 2–3 sentence overview of key findings |
45
+ | **Key findings** | Numbered list of the most important insights |
46
+ | **Detailed analysis** | Organized prose with headers for each subtopic |
47
+ | **Comparison table** | When applicable, a table comparing options or perspectives |
48
+ | **Source list** | 20–50+ cited sources at the bottom |
48
49
 
49
- - **Expert-Level Analysis**: Professional-grade analysis
50
- - **Academic Standards**: Academic-quality research
51
- - **Publication Ready**: Ready for publication
52
- - **Citation Quality**: High-quality citations
50
+ ---
53
51
 
54
- ## Deep Research Use Cases
52
+ ## Research Quality Features
55
53
 
56
- ### Academic Research
54
+ ### Source diversity
57
55
 
58
- - **Thesis Research**: Comprehensive thesis research
59
- - **Academic Papers**: Research for academic papers
60
- - **Literature Reviews**: Comprehensive literature reviews
61
- - **Research Proposals**: Detailed research proposals
56
+ Deep Research deliberately gathers sources from multiple categories:
62
57
 
63
- ### Professional Applications
58
+ - Academic papers and preprints
59
+ - Industry reports and whitepapers
60
+ - News articles and journalism
61
+ - Official documentation and guides
62
+ - Community discussions and expert opinions
64
63
 
65
- - **Market Research**: Comprehensive market analysis
66
- - **Business Strategy**: Strategic business analysis
67
- - **Policy Analysis**: Policy research and analysis
68
- - **Investment Research**: Detailed investment analysis
64
+ ### Conflict resolution
65
+
66
+ When sources disagree, Yantra:
67
+
68
+ - Explicitly notes the disagreement
69
+ - Presents both sides with their supporting evidence
70
+ - Indicates which position has stronger or more recent support
71
+
72
+ ### Confidence indicators
73
+
74
+ Each finding is tagged with a confidence level based on:
75
+
76
+ - Number of corroborating sources
77
+ - Source authority and credibility
78
+ - Recency of the data
79
+
80
+ ---
81
+
82
+ ## Customizing Deep Research
83
+
84
+ ### Focus areas
85
+
86
+ After clicking Deep Research, you can optionally narrow the scope:
87
+
88
+ - **Academic only** — Limit to peer-reviewed and scholarly sources
89
+ - **Recent only** — Focus on content published within a specified timeframe
90
+ - **Specific domains** — Restrict to particular websites or source types
91
+
92
+ ### Export
93
+
94
+ Deep Research reports are designed for export:
95
+
96
+ - **PDF** — Formatted report with all citations
97
+ - **Markdown** — For pasting into documentation or Notion
98
+ - **Google Docs** — Direct export for collaborative editing
99
+
100
+ ---
101
+
102
+ ## Availability
103
+
104
+ | Plan | Deep Research access |
105
+ | ---------- | ---------------------------------- |
106
+ | Free | 3 per day |
107
+ | Pro | Unlimited |
108
+ | Team | Unlimited for all members |
109
+ | Enterprise | Unlimited with priority processing |
@@ -1,83 +1,81 @@
1
1
  # Labs Features
2
2
 
3
- Experimental features and beta capabilities.
3
+ Yantra Labs is where we test experimental features before they're ready for general release. Get early access to cutting-edge capabilities and help shape the future of Yantra.
4
4
 
5
- ## Labs Overview
5
+ ---
6
6
 
7
- ### Experimental Features
7
+ ## What is Yantra Labs?
8
8
 
9
- - **Beta Testing**: Access to features in development
10
- - **Early Access**: Be the first to try new capabilities
11
- - **Feedback Integration**: Help shape new features
12
- - **Innovation Testing**: Test cutting-edge features
9
+ Labs is an opt-in program that gives you access to features still in development. These features may be:
13
10
 
14
- ### Feature Categories
11
+ - **Experimental** — New capabilities being tested for the first time.
12
+ - **Beta** — Features that work well but are being refined based on user feedback.
13
+ - **Preview** — Nearly finished features that will soon graduate to general availability.
15
14
 
16
- - **AI Models**: Latest AI model experiments
17
- - **Search Modes**: New search capabilities
18
- - **Interface Features**: UI/UX experiments
19
- - **Integration Tools**: New integration options
15
+ > **Note:** Labs features may change, break, or be removed without notice. They're not covered by our SLA.
20
16
 
21
- ## Available Labs Features
17
+ ---
22
18
 
23
- ### AI Experiments
19
+ ## Current Labs Features
24
20
 
25
- - **New Models**: Latest AI model releases
26
- - **Custom Models**: Experimental custom models
27
- - **Multimodal AI**: Text, image, and audio processing
28
- - **Specialized AI**: Domain-specific AI models
21
+ | Feature | Status | Description |
22
+ | ------------------------- | ------------ | ---------------------------------------------------------------------- |
23
+ | **Voice Search** | Beta | Ask questions using voice input on desktop and mobile |
24
+ | **Multi-modal Analysis** | Experimental | Upload images and get AI analysis alongside text |
25
+ | **Collaborative Threads** | Beta | Multiple users can contribute to the same research thread in real-time |
26
+ | **Custom AI Personas** | Preview | Create specialized AI personas with custom instructions and knowledge |
27
+ | **Canvas Mode** | Experimental | Visual workspace for organizing search results and notes spatially |
29
28
 
30
- ### Search Experiments
29
+ _This list is updated as features are added or graduated._
31
30
 
32
- - **Advanced Search**: Experimental search modes
33
- - **Visual Search**: Image-based search capabilities
34
- - **Voice Search**: Voice interaction experiments
35
- - **Predictive Search**: Anticipatory search features
31
+ ---
36
32
 
37
- ## Labs Participation
33
+ ## Enabling Labs Features
38
34
 
39
- ### How to Access
35
+ 1. Go to **Settings > Labs**.
36
+ 2. Browse available experimental features.
37
+ 3. Toggle on the features you want to try.
38
+ 4. Some features may require additional permissions or a specific plan tier.
40
39
 
41
- - **Opt-in Process**: Choose to participate in labs
42
- - **Feature Toggles**: Enable/disable specific features
43
- - **Beta Notifications**: Get notified of new features
44
- - **Feedback Channels**: Provide feedback on features
40
+ ### Disabling
45
41
 
46
- ### Participation Benefits
42
+ Toggle any Labs feature off at any time. Your data from the feature is preserved for 30 days in case you re-enable it.
47
43
 
48
- - **Early Access**: Try features before general release
49
- - **Influence Development**: Shape feature development
50
- - **Exclusive Features**: Access to labs-only features
51
- - **Community Recognition**: Recognition for participation
44
+ ---
52
45
 
53
- ## Labs Feedback
46
+ ## How to Give Feedback
54
47
 
55
- ### Feedback Process
48
+ Your feedback directly influences which Labs features become permanent:
56
49
 
57
- - **Feature Testing**: Test experimental features
58
- - **Bug Reporting**: Report issues and bugs
59
- - **Feature Requests**: Suggest improvements
60
- - **Usage Analytics**: Share usage data
50
+ ### In-app feedback
61
51
 
62
- ### Feedback Channels
52
+ Every Labs feature has a **feedback button** (💬) in its interface. Click it to:
63
53
 
64
- - **In-app Feedback**: Direct feedback within app
65
- - **Community Forums**: Labs community discussions
66
- - **Beta Testing Groups**: Dedicated beta groups
67
- - **Direct Communication**: Direct developer communication
54
+ - Report a bug
55
+ - Suggest an improvement
56
+ - Rate your experience (1–5 stars)
68
57
 
69
- ## Labs Guidelines
58
+ ### Labs community
70
59
 
71
- ### Usage Guidelines
60
+ Join the **#labs** channel in the Yantra community Discord to:
72
61
 
73
- - **Experimental Nature**: Features may be unstable
74
- - **Data Privacy**: Labs features may have different privacy
75
- - **Performance Impact**: May affect system performance
76
- - **Backup Data**: Keep backups of important data
62
+ - Discuss experimental features with other users
63
+ - Share your use cases and workflows
64
+ - Get tips from the Yantra team on getting the most out of new features
77
65
 
78
- ### Best Practices
66
+ ---
79
67
 
80
- - **Test Thoroughly**: Test features comprehensively
81
- - **Report Issues**: Report bugs and issues promptly
82
- - **Provide Feedback**: Share constructive feedback
83
- - **Stay Updated**: Keep up with labs updates
68
+ ## Feature Graduation
69
+
70
+ When a Labs feature reaches maturity:
71
+
72
+ 1. **Announcement** — We publish a blog post and in-app notification.
73
+ 2. **Migration** — Your data and settings carry over automatically.
74
+ 3. **SLA coverage** — Graduated features are covered by our standard uptime SLA.
75
+ 4. **Labs toggle removed** — The feature moves to its permanent location in the product.
76
+
77
+ ---
78
+
79
+ ## Availability
80
+
81
+ Labs access is available on all plans. Some individual features may require Pro or higher due to infrastructure costs.
@@ -1,67 +1,75 @@
1
1
  # Pro Search
2
2
 
3
- Advanced search capabilities for Pro subscribers.
3
+ Pro Search is Yantra's enhanced search mode delivering deeper analysis, more sources, and smarter follow-ups than Regular search.
4
4
 
5
- ## Pro Search Features
5
+ ---
6
6
 
7
- ### Enhanced Analysis
7
+ ## What Pro Search Does Differently
8
8
 
9
- - **Detailed Analysis**: Comprehensive answers with analysis
10
- - **Multiple Perspectives**: Different viewpoints on topics
11
- - **Deep Dives**: Thorough exploration of complex topics
12
- - **Expert Insights**: Professional-level analysis
9
+ | Feature | Regular Search | Pro Search |
10
+ | ------------------- | --------------------------- | ------------------------------------------------ |
11
+ | Response depth | Quick, concise answers | Detailed analysis with multiple angles |
12
+ | Sources consulted | 5–10 | 10–20 |
13
+ | Follow-up questions | Basic suggestions | Context-aware, multi-layered follow-ups |
14
+ | Response time | 1–3 seconds | 5–10 seconds |
15
+ | Context window | 50K tokens | 100K tokens |
16
+ | Best for | Quick lookups, simple facts | Multi-step questions, comparisons, how-to guides |
13
17
 
14
- ### Advanced AI Models
18
+ ---
15
19
 
16
- - **GPT-4**: Latest and most advanced GPT model
17
- - **Claude**: Advanced reasoning and analysis
18
- - **Custom Models**: Specialized models for different use cases
19
- - **Model Selection**: Choose specific models for queries
20
+ ## When to Use Pro Search
20
21
 
21
- ## Pro Search Capabilities
22
+ ### Ideal use cases
22
23
 
23
- ### Advanced Features
24
+ - **Comparisons** — "Compare PostgreSQL and MongoDB for a high-write analytics workload"
25
+ - **How-to guides** — "How do I set up CI/CD with GitHub Actions for a monorepo?"
26
+ - **Multi-part questions** — "What are the pros and cons of serverless, and when should I avoid it?"
27
+ - **Detailed explanations** — "Explain how TLS 1.3 handshake works step by step"
28
+ - **Analysis** — "What caused the 2023 banking crisis and what are the long-term implications?"
24
29
 
25
- - **File Uploads**: Analyze documents and files
26
- - **Custom Searches**: Tailor searches to your needs
27
- - **API Access**: Integrate Yantra into your workflow
28
- - **Export Options**: Save and export your research
30
+ ### When Regular Search is better
29
31
 
30
- ### Enhanced Results
32
+ - Quick facts ("population of Canada")
33
+ - Definitions ("what is a mutex?")
34
+ - Simple lookups ("React 19 release date")
31
35
 
32
- - **Longer Responses**: More detailed answers
33
- - **Multiple Sources**: Aggregates more sources
34
- - **Trend Analysis**: Identifies patterns and trends
35
- - **Comparative Analysis**: Compares different options
36
+ ---
36
37
 
37
- ## Pro Search Benefits
38
+ ## How to Activate
38
39
 
39
- ### Quality Improvements
40
+ ### On-demand
40
41
 
41
- - **Better Accuracy**: More accurate responses
42
- - **Deeper Analysis**: More thorough analysis
43
- - **Expert-Level Insights**: Professional-grade insights
44
- - **Comprehensive Coverage**: More complete coverage
42
+ Click the **Pro** toggle below the search bar before submitting your query.
45
43
 
46
- ### Productivity Features
44
+ ### As default
47
45
 
48
- - **Faster Processing**: Priority processing
49
- - **Advanced Export**: Multiple export formats
50
- - **Custom Templates**: Personalized search templates
51
- - **Batch Processing**: Process multiple queries
46
+ Set Pro Search as your default mode:
52
47
 
53
- ## Pro Search Use Cases
48
+ **Settings > Preferences > Search > Default search mode** → Pro Search
54
49
 
55
- ### Professional Applications
50
+ ### Via keyboard
56
51
 
57
- - **Research Projects**: Academic and professional research
58
- - **Business Analysis**: Market and business analysis
59
- - **Content Creation**: Research for content creation
60
- - **Decision Making**: Data-driven decision making
52
+ Press + P (Mac) or Ctrl + P (Windows) to toggle Pro Search on/off before searching.
61
53
 
62
- ### Advanced Research
54
+ ---
63
55
 
64
- - **Complex Topics**: Multi-faceted research topics
65
- - **Comparative Studies**: Compare multiple options
66
- - **Trend Analysis**: Identify and analyze trends
67
- - **Expert Consultation**: Get expert-level insights
56
+ ## Pro Search Workflow
57
+
58
+ 1. **You ask a question.**
59
+ 2. **Yantra plans its approach** — You'll see a brief "thinking" indicator showing what sub-questions the AI is exploring.
60
+ 3. **Sources are fetched and analyzed** — More sources are consulted than in Regular mode.
61
+ 4. **A structured response is generated** — With clear sections, bullet points, and inline citations.
62
+ 5. **Smart follow-ups are suggested** — Based on what angles weren't fully covered.
63
+
64
+ > **Transparency:** Pro Search shows you which sources it consulted and why it prioritized certain results.
65
+
66
+ ---
67
+
68
+ ## Availability
69
+
70
+ | Plan | Pro Search queries |
71
+ | ---------- | ---------------------------------- |
72
+ | Free | 5 per day |
73
+ | Pro | Unlimited |
74
+ | Team | Unlimited for all members |
75
+ | Enterprise | Unlimited with priority processing |
@@ -1,68 +1,86 @@
1
1
  # Regular Search
2
2
 
3
- Understanding Yantra's standard search mode.
3
+ Regular Search is Yantra's default mode — designed for fast, accurate answers to everyday questions with real-time source citations.
4
4
 
5
- ## Regular Search Features
5
+ ---
6
6
 
7
- ### Basic Functionality
7
+ ## How It Works
8
8
 
9
- - **Quick Answers**: Fast responses to straightforward questions
10
- - **Source Citations**: Links to original sources
11
- - **Follow-up Suggestions**: Related questions to explore
12
- - **Real-time Results**: Current information from the web
9
+ 1. **Type your question** in natural language or keywords.
10
+ 2. **Yantra processes** your query using hybrid search (keyword + semantic).
11
+ 3. **Results are generated** in 1–3 seconds with inline source citations.
12
+ 4. **Follow-up** with additional questions to refine or go deeper.
13
13
 
14
- ### Search Capabilities
14
+ ---
15
15
 
16
- - **Natural Language**: Ask questions in plain English
17
- - **Context Understanding**: Maintains conversation context
18
- - **Multi-turn Conversations**: Build on previous answers
19
- - **Source Verification**: Verifies information credibility
16
+ ## What You Get
20
17
 
21
- ## How Regular Search Works
18
+ ### AI-generated answer
22
19
 
23
- ### Search Process
20
+ A concise, direct response synthesized from multiple sources. Key facts are cited with numbered references you can click to verify.
24
21
 
25
- 1. **Query Analysis**: Analyzes your question
26
- 2. **Web Search**: Searches the web in real-time
27
- 3. **Content Synthesis**: Combines information from sources
28
- 4. **Answer Generation**: Creates comprehensive answer
29
- 5. **Source Citation**: Provides verifiable sources
22
+ ### Source cards
30
23
 
31
- ### AI Models Used
24
+ Below the answer, expandable source cards show:
32
25
 
33
- - **GPT-3.5**: Fast and efficient responses
34
- - **Claude Instant**: Quick analysis and reasoning
35
- - **Custom Models**: Yantra-specific optimizations
36
- - **Automatic Selection**: Chooses best model for query
26
+ | Field | Description |
27
+ | --------- | ------------------------------------------------------------ |
28
+ | Title | The page or article title |
29
+ | Domain | Source website |
30
+ | Date | When the content was published or last updated |
31
+ | Snippet | The specific passage that supports the answer |
32
+ | Relevance | A score indicating how closely the source matches your query |
37
33
 
38
- ## Best Practices
34
+ ### Suggested follow-ups
39
35
 
40
- ### Effective Queries
36
+ 2–4 suggested follow-up questions help you explore the topic further without having to formulate queries from scratch.
41
37
 
42
- - **Be Specific**: Ask clear, specific questions
43
- - **Provide Context**: Include relevant background
44
- - **Use Examples**: Reference specific examples
45
- - **Ask Follow-ups**: Build on previous answers
38
+ ---
46
39
 
47
- ### Query Optimization
40
+ ## Daily Limits by Plan
48
41
 
49
- - **Natural Language**: Use conversational language
50
- - **Avoid Jargon**: Use clear, simple terms
51
- - **Include Details**: Provide necessary details
52
- - **Be Patient**: Allow time for comprehensive answers
42
+ | Plan | Searches per day | Real-time sources | AI model |
43
+ | ---------- | ---------------- | ----------------- | --------------------------- |
44
+ | Free | 20 | 5 | GPT-4o mini |
45
+ | Pro | Unlimited | 10 | GPT-4o or Claude 3.5 Sonnet |
46
+ | Team | Unlimited | 10 per member | GPT-4o or Claude 3.5 Sonnet |
47
+ | Enterprise | Unlimited | 20 | Any available model |
53
48
 
54
- ## Regular Search Limitations
49
+ ---
55
50
 
56
- ### Usage Limits
51
+ ## Tips for Better Results
57
52
 
58
- - **Free Users**: 5 searches per day
59
- - **Pro Users**: Unlimited searches
60
- - **Max Users**: Maximum search limits
61
- - **Rate Limiting**: Prevents system overload
53
+ ### Be specific
62
54
 
63
- ### Feature Limitations
55
+ Instead of:
64
56
 
65
- - **Basic Analysis**: Standard analysis depth
66
- - **Limited Customization**: Basic customization options
67
- - **Standard Sources**: Regular web sources
68
- - **Basic Export**: Standard export options
57
+ > "Tell me about databases"
58
+
59
+ Try:
60
+
61
+ > "What are the main differences between PostgreSQL and MySQL for web applications?"
62
+
63
+ ### Include context
64
+
65
+ Instead of:
66
+
67
+ > "How to fix the error?"
68
+
69
+ Try:
70
+
71
+ > "How to fix 'ECONNREFUSED' error when connecting to PostgreSQL from a Docker container?"
72
+
73
+ ### Use natural language
74
+
75
+ You don't need to use search-engine-style keywords. Yantra understands full sentences, questions, and even casual phrasing.
76
+
77
+ ---
78
+
79
+ ## When to Upgrade to Pro Search
80
+
81
+ Regular Search is ideal for quick lookups and straightforward questions. Consider switching to [Pro Search](/help-center/search-modes/pro-search) when:
82
+
83
+ - You need a detailed, multi-angle analysis
84
+ - Your question has multiple parts
85
+ - You want more sources and deeper citations
86
+ - You need a comprehensive how-to guide