@adminide-stack/yantra-help-browser 12.0.16-alpha.26 → 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 +6 -18
  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 +10 -25
  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,67 +1,104 @@
1
- # API Overview
1
+ # Scope API Overview
2
2
 
3
- Introduction to Yantra's developer API.
3
+ The Scope API lets you integrate Yantra's search and AI capabilities directly into your own applications, workflows, and tools.
4
4
 
5
- ## API Capabilities
5
+ ---
6
6
 
7
- ### Core Features
7
+ ## What Is the Scope API?
8
8
 
9
- - **Search API**: Programmatic search functionality
10
- - **Authentication**: Secure API authentication
11
- - **Rate Limiting**: Appropriate rate limiting
12
- - **Documentation**: Comprehensive API documentation
9
+ The Scope API is Yantra's programmatic interface. Anything you can do in the Yantra app, you can automate through the API:
13
10
 
14
- ### Advanced Features
11
+ - **Search** — Execute searches programmatically and retrieve structured results.
12
+ - **Conversations** — Create and continue multi-turn AI conversations.
13
+ - **Content management** — Upload, index, and manage documents.
14
+ - **Export** — Retrieve search history, conversations, and analytics data.
15
+ - **Webhooks** — Receive real-time notifications for events.
15
16
 
16
- - **Custom Models**: Access to custom AI models
17
- - **Batch Processing**: Process multiple requests
18
- - **Webhooks**: Real-time notifications
19
- - **SDKs**: Software development kits
17
+ ---
20
18
 
21
- ## API Access
19
+ ## Quick Start
22
20
 
23
- ### Authentication
21
+ ### 1. Get your API key
24
22
 
25
- - **API Keys**: Secure API key authentication
26
- - **OAuth**: OAuth 2.0 authentication
27
- - **JWT Tokens**: JSON Web Token authentication
28
- - **Rate Limiting**: Request rate limiting
23
+ 1. Go to **Settings > API > API Keys**.
24
+ 2. Click **Generate New Key**.
25
+ 3. Copy the key it's only shown once.
29
26
 
30
- ### Access Levels
27
+ ### 2. Make your first request
31
28
 
32
- - **Free Tier**: Limited API access
33
- - **Pro Tier**: Enhanced API access
34
- - **Max Tier**: Maximum API access
35
- - **Enterprise**: Custom API access
29
+ ```bash
30
+ curl -X POST https://api.yantra.ai/v1/search \
31
+ -H "Authorization: Bearer YOUR_API_KEY" \
32
+ -H "Content-Type: application/json" \
33
+ -d '{"query": "best practices for microservices architecture", "mode": "pro"}'
34
+ ```
36
35
 
37
- ## API Documentation
36
+ ### 3. Parse the response
38
37
 
39
- ### Endpoints
38
+ ```json
39
+ {
40
+ "data": {
41
+ "answer": "Microservices architecture best practices include...",
42
+ "sources": [{ "title": "...", "url": "...", "snippet": "..." }]
43
+ },
44
+ "meta": {
45
+ "request_id": "req_abc123",
46
+ "model": "gpt-4o",
47
+ "latency_ms": 847
48
+ }
49
+ }
50
+ ```
40
51
 
41
- - **Search Endpoints**: Search-related endpoints
42
- - **User Endpoints**: User management endpoints
43
- - **Content Endpoints**: Content management endpoints
44
- - **Analytics Endpoints**: Analytics endpoints
52
+ ---
45
53
 
46
- ### SDKs and Libraries
54
+ ## Core Endpoints
47
55
 
48
- - **Python SDK**: Python development kit
49
- - **JavaScript SDK**: JavaScript development kit
50
- - **Node.js SDK**: Node.js development kit
51
- - **Other Languages**: Additional language support
56
+ | Endpoint | Method | Description |
57
+ | -------------------------------- | ------ | ----------------------------------------- |
58
+ | `/v1/search` | POST | Execute a search query |
59
+ | `/v1/conversations` | POST | Start a new conversation |
60
+ | `/v1/conversations/:id/messages` | POST | Add a message to an existing conversation |
61
+ | `/v1/content` | POST | Upload and index a document |
62
+ | `/v1/content` | GET | List indexed content |
63
+ | `/v1/export` | GET | Export user data |
64
+ | `/v1/webhooks` | POST | Register a webhook endpoint |
52
65
 
53
- ## Getting Started
66
+ ---
54
67
 
55
- ### API Setup
68
+ ## Authentication
56
69
 
57
- 1. **Get API Key**: Obtain API key from account
58
- 2. **Read Documentation**: Review API documentation
59
- 3. **Test Endpoints**: Test API endpoints
60
- 4. **Integrate**: Integrate API into application
70
+ | Method | Use case | Header |
71
+ | --------- | ---------------- | --------------------------------- |
72
+ | API Key | Server-to-server | `Authorization: Bearer <key>` |
73
+ | OAuth 2.0 | User-facing apps | Standard auth code flow with PKCE |
61
74
 
62
- ### Best Practices
75
+ ---
63
76
 
64
- - **Rate Limiting**: Respect rate limits
65
- - **Error Handling**: Implement proper error handling
66
- - **Security**: Use secure authentication
67
- - **Monitoring**: Monitor API usage
77
+ ## Rate Limits
78
+
79
+ | Plan | Requests/minute | Concurrent requests |
80
+ | ---------- | --------------- | ------------------- |
81
+ | Free | 20 | 2 |
82
+ | Pro | 100 | 10 |
83
+ | Team | 500 | 25 |
84
+ | Enterprise | Custom | Custom |
85
+
86
+ When rate-limited, the API returns `429 Too Many Requests` with a `Retry-After` header.
87
+
88
+ ---
89
+
90
+ ## SDKs
91
+
92
+ | Language | Package | Install |
93
+ | ---------- | ------------- | ---------------------------------------- |
94
+ | Python | `yantra-sdk` | `pip install yantra-sdk` |
95
+ | JavaScript | `@yantra/sdk` | `npm install @yantra/sdk` |
96
+ | Go | `go-yantra` | `go get github.com/yantra-app/go-yantra` |
97
+
98
+ All SDKs include TypeScript types, automatic retry logic, and rate limit handling.
99
+
100
+ ---
101
+
102
+ ## Full Documentation
103
+
104
+ For detailed endpoint documentation, request/response schemas, error codes, and examples, visit the [API Reference](https://docs.yantra.ai/api).
@@ -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 |