@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,51 +1,76 @@
1
1
  # Conversation Features
2
2
 
3
- Learn about Yantra's conversational AI capabilities.
3
+ Yantra doesn't just return search results — it lets you have a natural back-and-forth conversation to refine your understanding and go deeper on any topic.
4
4
 
5
- ## Conversational Interface
5
+ ---
6
6
 
7
- ### Natural Dialogue
7
+ ## How Conversations Work
8
8
 
9
- - **Contextual Understanding**: Maintains conversation context
10
- - **Follow-up Questions**: Build on previous answers
11
- - **Multi-turn Conversations**: Extended dialogue sessions
12
- - **Topic Switching**: Seamlessly change topics
9
+ Every search on Yantra can become a conversation. After receiving an initial response, you can:
13
10
 
14
- ### Interactive Elements
11
+ - **Ask follow-up questions** — Yantra remembers the full context of your conversation, so you don't need to repeat yourself.
12
+ - **Refine your query** — If the first response isn't quite right, clarify what you meant or ask for a different angle.
13
+ - **Go deeper** — Request more detail on a specific part of the response.
14
+ - **Switch direction** — Ask about a related topic — Yantra understands the connection.
15
15
 
16
- - **Clarification Requests**: Ask for more specific information
17
- - **Example Requests**: Request examples and demonstrations
18
- - **Explanation Levels**: Adjust complexity of explanations
19
- - **Visual Elements**: Support for images and diagrams
16
+ ---
20
17
 
21
- ## Conversation Management
18
+ ## Context Retention
22
19
 
23
- ### Session Handling
20
+ ### What Yantra remembers
24
21
 
25
- - **Conversation History**: Track all interactions
26
- - **Session Persistence**: Maintain context across sessions
27
- - **Topic Threading**: Organize related conversations
28
- - **Export Conversations**: Save important discussions
22
+ Within a conversation thread, Yantra maintains:
29
23
 
30
- ### Advanced Features
24
+ | Context type | Example |
25
+ | --------------------- | --------------------------------------------------------------- |
26
+ | Previous questions | Your full query history in the thread |
27
+ | Entities mentioned | People, products, companies, dates you've referenced |
28
+ | Preferences expressed | "Show me only academic sources" applies to subsequent responses |
29
+ | Response references | "Expand on point #3" refers to the current response |
31
30
 
32
- - **Multi-language Support**: Conversations in multiple languages
33
- - **Voice Integration**: Voice-based conversations
34
- - **Real-time Updates**: Live conversation updates
35
- - **Collaborative Sessions**: Share conversations with others
31
+ ### Context window
36
32
 
37
- ## Best Practices
33
+ - **Standard mode** — Retains the last 10 exchanges (~50,000 tokens of context).
34
+ - **Pro Search** — Extended context with up to 100,000 tokens.
35
+ - **Deep Research** — Full conversation history for the research session.
36
+
37
+ > **Tip:** If a conversation gets very long, start a new thread for a fresh topic. You can always reference previous threads.
38
+
39
+ ---
40
+
41
+ ## Conversation Actions
42
+
43
+ ### During a conversation
44
+
45
+ | Action | How | Description |
46
+ | ------------------- | ----------------------------------- | ---------------------------------------------------- |
47
+ | Copy response | Click the copy icon | Copies the formatted response to your clipboard |
48
+ | Share response | Click the share icon | Share a specific response with your team |
49
+ | Edit your message | Click the edit icon on your message | Rephrase your question to get a different response |
50
+ | Branch conversation | Click "Branch" | Create a parallel thread exploring a different angle |
51
+ | Rate response | Thumbs up/down | Help improve response quality over time |
38
52
 
39
- ### Effective Conversations
53
+ ### After a conversation
40
54
 
41
- - **Clear Questions**: Ask specific, clear questions
42
- - **Provide Context**: Give background information
43
- - **Use Examples**: Include relevant examples
44
- - **Follow Up**: Ask clarifying questions
55
+ - **Save to collection** Add the entire conversation to a saved collection for future reference.
56
+ - **Export** Download the conversation as Markdown, PDF, or plain text.
57
+ - **Continue later** All conversations are saved automatically. Pick up where you left off from the Threads page.
45
58
 
46
- ### Conversation Tips
59
+ ---
60
+
61
+ ## Multi-Language Support
62
+
63
+ Conversations work in 50+ languages:
64
+
65
+ - **Auto-detect** — Yantra automatically responds in the language you use.
66
+ - **Switch mid-conversation** — You can change languages at any point. Yantra adapts.
67
+ - **Translate** — Ask Yantra to translate a response into a different language.
68
+
69
+ ---
70
+
71
+ ## Best Practices
47
72
 
48
- - **Stay Focused**: Keep conversations on topic
49
- - **Be Patient**: Allow time for complex responses
50
- - **Use Feedback**: Provide feedback on responses
51
- - **Explore Topics**: Dive deeper into interesting areas
73
+ 1. **Be specific** Instead of "tell me more," ask "what are the cost implications of option B?"
74
+ 2. **Use context** Reference earlier parts of the conversation: "Going back to the security concern you mentioned…"
75
+ 3. **One topic per thread** Keep conversations focused for better AI context management.
76
+ 4. **Rate responses** Thumbs up/down helps Yantra learn your preferences over time.
@@ -1,67 +1,87 @@
1
1
  # Export Features
2
2
 
3
- Export your research and findings in various formats.
3
+ Take your research anywhere. Yantra lets you export search results, conversations, and reports in multiple formats for offline use, sharing, or integration with other tools.
4
4
 
5
- ## Export Formats
5
+ ---
6
6
 
7
- ### Document Formats
7
+ ## Supported Export Formats
8
8
 
9
- - **PDF**: Professional document format
10
- - **Word**: Editable document format
11
- - **Markdown**: Plain text with formatting
12
- - **HTML**: Web-ready format
9
+ | Format | Best for | Includes |
10
+ | -------------- | ---------------------------------------- | ----------------------------------------------- |
11
+ | **Markdown** | Documentation, GitHub, Notion | Formatted text with headers, lists, code blocks |
12
+ | **PDF** | Formal reports, presentations, archiving | Styled document with Yantra branding (optional) |
13
+ | **Plain text** | Simple sharing, email | Clean text without formatting |
14
+ | **JSON** | API integrations, data processing | Structured data with metadata |
15
+ | **CSV** | Spreadsheets, data analysis | Tabular data (results, citations, metadata) |
16
+ | **HTML** | Web publishing, email newsletters | Rendered HTML with styling |
13
17
 
14
- ### Data Formats
18
+ ---
15
19
 
16
- - **JSON**: Structured data format
17
- - **CSV**: Spreadsheet-compatible format
18
- - **XML**: Structured markup format
19
- - **Plain Text**: Simple text format
20
+ ## What You Can Export
20
21
 
21
- ## Export Options
22
+ ### Search results
23
+
24
+ Export individual results or entire result sets:
25
+
26
+ 1. Open a search result page.
27
+ 2. Click **Export** in the top-right toolbar.
28
+ 3. Select results to include (all or specific ones).
29
+ 4. Choose your format.
30
+ 5. Click **Download** or **Copy to clipboard**.
31
+
32
+ ### Conversations
33
+
34
+ Export complete conversation threads:
22
35
 
23
- ### Content Selection
36
+ 1. Open the conversation you want to export.
37
+ 2. Click the **⋯** menu > **Export Conversation**.
38
+ 3. Choose the range (entire thread or selected messages).
39
+ 4. Select format and click **Export**.
24
40
 
25
- - **Full Results**: Export complete search results
26
- - **Selected Sections**: Choose specific parts
27
- - **Citations Only**: Export just the sources
28
- - **Summary Only**: Export condensed version
41
+ ### Collections
42
+
43
+ Export entire saved collections at once:
44
+
45
+ 1. Open the collection from your **Library**.
46
+ 2. Click **Export Collection**.
47
+ 3. Choose format and options.
48
+
49
+ ---
50
+
51
+ ## Export Options
29
52
 
30
- ### Customization
53
+ Customize your exports:
31
54
 
32
- - **Formatting Options**: Customize appearance
33
- - **Include Metadata**: Add search metadata
34
- - **Custom Templates**: Use predefined templates
35
- - **Branding Options**: Add your branding
55
+ | Option | Description | Available for |
56
+ | -------------------- | ------------------------------------- | ------------------- |
57
+ | Include sources | Add source URLs and citation metadata | All formats |
58
+ | Include timestamps | Add dates for each interaction | JSON, CSV, Markdown |
59
+ | Include images | Embed referenced images | PDF, HTML, Markdown |
60
+ | Custom header/footer | Add your own branding or notes | PDF only |
61
+ | Strip formatting | Export raw content without styling | All formats |
36
62
 
37
- ## Advanced Export Features
63
+ ---
38
64
 
39
- ### Batch Export
65
+ ## Bulk Export
40
66
 
41
- - **Multiple Searches**: Export multiple searches at once
42
- - **Collection Export**: Export entire collections
43
- - **Scheduled Exports**: Automate regular exports
44
- - **Bulk Operations**: Process large numbers of exports
67
+ For large-scale exports (data backup, compliance, migration):
45
68
 
46
- ### Integration Features
69
+ 1. Go to **Settings > Privacy > Export Data**.
70
+ 2. Select data categories: searches, conversations, collections, preferences, account data.
71
+ 3. Click **Request Export**.
72
+ 4. You'll receive a download link via email within 24 hours.
73
+ 5. The archive includes JSON and CSV files organized by category.
47
74
 
48
- - **API Export**: Programmatic export access
49
- - **Cloud Storage**: Direct cloud storage integration
50
- - **Email Integration**: Email exports directly
51
- - **Workflow Integration**: Connect to other tools
75
+ > **Enterprise customers** can set up automated scheduled exports via the API.
52
76
 
53
- ## Export Management
77
+ ---
54
78
 
55
- ### Export History
79
+ ## API Export
56
80
 
57
- - **Export Log**: Track all exports
58
- - **Download Links**: Access previous exports
59
- - **Export Analytics**: Understand export patterns
60
- - **Storage Management**: Manage export storage
81
+ Use the export API for programmatic access:
61
82
 
62
- ### Quality Control
83
+ ```
84
+ GET /v1/export/searches?format=json&from=2024-01-01&to=2024-12-31
85
+ ```
63
86
 
64
- - **Preview Before Export**: Review before exporting
65
- - **Format Validation**: Ensure format compatibility
66
- - **Content Verification**: Verify export completeness
67
- - **Error Handling**: Handle export errors gracefully
87
+ The API supports all formats, date ranges, and filtering options available in the UI.
@@ -1,67 +1,82 @@
1
- # Follow-up Questions
1
+ # Follow-Up Questions
2
2
 
3
- How to use follow-up questions for deeper understanding.
3
+ Yantra intelligently suggests follow-up questions to help you explore topics more deeply without having to think of what to ask next.
4
4
 
5
- ## Follow-up Strategies
5
+ ---
6
6
 
7
- ### Building on Answers
7
+ ## How Follow-Up Questions Work
8
8
 
9
- - **Clarification**: Ask for more specific details
10
- - **Examples**: Request concrete examples
11
- - **Implications**: Explore consequences and effects
12
- - **Comparisons**: Compare with other options
9
+ After every response, Yantra analyzes the content and generates 2–4 suggested follow-up questions. These appear as clickable chips below the response.
13
10
 
14
- ### Deepening Understanding
11
+ ### What drives the suggestions
15
12
 
16
- - **Why Questions**: Understand underlying reasons
17
- - **How Questions**: Learn about processes and methods
18
- - **What If Questions**: Explore hypothetical scenarios
19
- - **When Questions**: Understand timing and context
13
+ | Factor | How it's used |
14
+ | --------------------- | ------------------------------------------------------------- |
15
+ | Response content | Identifies subtopics or details worth exploring |
16
+ | Common next questions | Based on what other users typically ask after similar queries |
17
+ | Your history | Considers your recent searches and interests |
18
+ | Conversation context | Adjusts suggestions based on the flow of the current thread |
20
19
 
21
- ## Effective Follow-up Techniques
20
+ ---
22
21
 
23
- ### Question Types
22
+ ## Types of Follow-Up Questions
24
23
 
25
- - **Open-ended**: Encourage detailed responses
26
- - **Specific**: Focus on particular aspects
27
- - **Comparative**: Compare different options
28
- - **Exploratory**: Discover new information
24
+ ### Deepening questions
29
25
 
30
- ### Context Building
26
+ Go further into a topic already covered:
31
27
 
32
- - **Reference Previous Answers**: Build on earlier responses
33
- - **Provide Additional Context**: Add relevant information
34
- - **Specify Scope**: Define the scope of your question
35
- - **Clarify Intent**: Explain what you're trying to understand
28
+ - _"What are the specific performance benchmarks for this approach?"_
29
+ - _"Can you explain how the encryption layer works in more detail?"_
36
30
 
37
- ## Advanced Follow-up Features
31
+ ### Broadening questions
38
32
 
39
- ### Conversation Flow
33
+ Explore related but different angles:
40
34
 
41
- - **Context Preservation**: Maintain conversation context
42
- - **Topic Threading**: Organize related questions
43
- - **Session Management**: Track conversation progress
44
- - **History Integration**: Reference past conversations
35
+ - _"How does this compare to the alternative approaches?"_
36
+ - _"What are the security implications of this architecture?"_
45
37
 
46
- ### Intelligent Suggestions
38
+ ### Practical questions
47
39
 
48
- - **Related Questions**: Suggest relevant follow-ups
49
- - **Topic Expansion**: Recommend related topics
50
- - **Depth Indicators**: Show when to go deeper
51
- - **Completion Signals**: Indicate when topics are covered
40
+ Move from theory to application:
52
41
 
53
- ## Best Practices
42
+ - _"How would I implement this in a Node.js application?"_
43
+ - _"What's the estimated cost for a team of 50 users?"_
54
44
 
55
- ### Question Formulation
45
+ ### Clarifying questions
56
46
 
57
- - **Be Specific**: Ask focused questions
58
- - **Provide Context**: Include relevant background
59
- - **Use Examples**: Reference specific examples
60
- - **Stay Relevant**: Keep questions on topic
47
+ Get more precise information:
61
48
 
62
- ### Conversation Management
49
+ - _"Does this apply to the free tier or only paid plans?"_
50
+ - _"Is this feature available on mobile as well?"_
63
51
 
64
- - **Take Notes**: Record important information
65
- - **Ask for Summaries**: Request periodic summaries
66
- - **Verify Understanding**: Confirm your comprehension
67
- - **Explore Connections**: Find relationships between topics
52
+ ---
53
+
54
+ ## Using Follow-Up Questions
55
+
56
+ ### Click to ask
57
+
58
+ Simply click any suggested follow-up question to instantly submit it. The response will appear in the same conversation thread, maintaining full context.
59
+
60
+ ### Edit before asking
61
+
62
+ Hover over a suggestion and click the **edit** icon to modify the question before submitting. This is useful when the suggestion is close but you want to be more specific.
63
+
64
+ ### Ignore and ask your own
65
+
66
+ Follow-up suggestions are optional. You can always type your own question in the input field. Suggested questions won't interfere.
67
+
68
+ ---
69
+
70
+ ## Customization
71
+
72
+ ### Toggle follow-up suggestions
73
+
74
+ If you prefer a cleaner interface, disable automatic suggestions:
75
+
76
+ **Settings > Preferences > AI Interaction > Auto follow-up questions** → Off
77
+
78
+ When disabled, you can still manually request suggestions by typing "Suggest follow-up questions" in the chat.
79
+
80
+ ### Feedback loop
81
+
82
+ Click the **×** on any suggestion to dismiss it. Over time, Yantra learns which types of follow-ups are useful to you and adjusts accordingly.
@@ -1,67 +1,84 @@
1
- # Real-time Search
1
+ # Real-Time Search
2
2
 
3
- Understanding Yantra's real-time web search capabilities.
3
+ Yantra's real-time search delivers up-to-the-minute information by crawling the web as you ask, combining fresh data with AI-powered analysis.
4
4
 
5
- ## Live Search Technology
5
+ ---
6
6
 
7
- ### Real-time Processing
7
+ ## How Real-Time Search Works
8
8
 
9
- - **Instant Web Crawling**: Search the web as you ask
10
- - **Live Data Integration**: Access current information
11
- - **Dynamic Updates**: Information updates in real-time
12
- - **Fresh Content**: Prioritize recent content
9
+ Unlike traditional search engines that rely on pre-built indexes, Yantra can fetch and process live web content at query time:
13
10
 
14
- ### Search Infrastructure
11
+ 1. **Query analysis** — Yantra determines whether your question needs real-time data (e.g., "latest," "today," "current price").
12
+ 2. **Targeted crawling** — Relevant sources are fetched in real-time based on relevance and authority.
13
+ 3. **Content extraction** — Key information is extracted from the fetched pages, filtering out ads, navigation, and boilerplate.
14
+ 4. **AI synthesis** — The extracted content is analyzed and synthesized into a coherent, cited response.
15
+ 5. **Source verification** — All claims are cross-referenced across multiple sources for accuracy.
15
16
 
16
- - **Distributed Crawling**: Multiple search engines
17
- - **Content Aggregation**: Combine multiple sources
18
- - **Data Processing**: Real-time analysis and synthesis
19
- - **Result Ranking**: Dynamic relevance scoring
17
+ > **Speed:** Real-time searches typically return results in 3–8 seconds, depending on the number of sources fetched.
20
18
 
21
- ## Search Capabilities
19
+ ---
22
20
 
23
- ### Current Information
21
+ ## When Real-Time Search Activates
24
22
 
25
- - **Breaking News**: Latest news and events
26
- - **Live Data**: Real-time statistics and updates
27
- - **Trending Topics**: Current popular subjects
28
- - **Recent Publications**: Latest articles and papers
23
+ Yantra automatically uses real-time search when your query involves:
29
24
 
30
- ### Dynamic Content
25
+ | Trigger | Example |
26
+ | ------------------- | --------------------------------------------- |
27
+ | Current events | "What happened at the tech conference today?" |
28
+ | Time-sensitive data | "Current stock price of NVIDIA" |
29
+ | Recent developments | "Latest release notes for React 19" |
30
+ | Live information | "Weather in San Francisco right now" |
31
+ | Breaking news | "Election results 2024" |
31
32
 
32
- - **Social Media**: Current social media discussions
33
- - **Market Data**: Live financial and market information
34
- - **Weather Updates**: Current weather conditions
35
- - **Event Information**: Live event updates
33
+ For timeless or conceptual questions, Yantra uses its indexed knowledge base for faster responses.
36
34
 
37
- ## Search Optimization
35
+ ---
38
36
 
39
- ### Performance Features
37
+ ## Source Selection
40
38
 
41
- - **Fast Response**: Quick search results
42
- - **Parallel Processing**: Multiple searches simultaneously
43
- - **Caching Strategy**: Optimize repeated searches
44
- - **Load Balancing**: Distribute search load
39
+ ### How sources are chosen
45
40
 
46
- ### Quality Assurance
41
+ Yantra prioritizes sources based on:
47
42
 
48
- - **Source Verification**: Verify information accuracy
49
- - **Content Filtering**: Remove irrelevant results
50
- - **Duplicate Detection**: Eliminate duplicate content
51
- - **Relevance Scoring**: Rank results by relevance
43
+ - **Authority** Established, reputable sources are ranked higher.
44
+ - **Freshness** More recently updated content is preferred for time-sensitive queries.
45
+ - **Relevance** Sources that closely match your specific query terms and intent.
46
+ - **Diversity** Multiple perspectives are gathered to avoid single-source bias.
52
47
 
53
- ## Use Cases
48
+ ### Number of sources
54
49
 
55
- ### Research Applications
50
+ | Search mode | Sources fetched |
51
+ | ------------- | --------------- |
52
+ | Regular | 5–10 |
53
+ | Pro Search | 10–20 |
54
+ | Deep Research | 20–50+ |
56
55
 
57
- - **Current Events**: Stay updated on news
58
- - **Market Research**: Access live market data
59
- - **Academic Research**: Find recent publications
60
- - **Competitive Analysis**: Monitor competitor activities
56
+ ---
61
57
 
62
- ### Business Applications
58
+ ## Inline Citations
63
59
 
64
- - **Industry Monitoring**: Track industry developments
65
- - **Customer Insights**: Understand current trends
66
- - **Risk Assessment**: Monitor potential risks
67
- - **Opportunity Identification**: Find new opportunities
60
+ Every real-time search response includes numbered inline citations:
61
+
62
+ - Click a citation number `[1]` to jump to the source.
63
+ - Hover to see a preview of the source title, domain, and publish date.
64
+ - All sources are listed at the bottom of the response with full URLs.
65
+
66
+ ---
67
+
68
+ ## Limitations
69
+
70
+ - **Paywalled content** — Yantra cannot access content behind paywalls or login walls.
71
+ - **Dynamic web apps** — Single-page applications that require JavaScript rendering may not be fully accessible.
72
+ - **Rate limits** — Extremely high-volume real-time queries may be throttled to ensure service stability.
73
+ - **Accuracy** — Real-time content hasn't been fact-checked by editors. Always verify critical information from primary sources.
74
+
75
+ ---
76
+
77
+ ## Combining Real-Time with AI
78
+
79
+ Real-time search becomes especially powerful when combined with Yantra's AI analysis:
80
+
81
+ - **Summarize breaking news** — Get a concise overview instead of reading 10 articles.
82
+ - **Compare sources** — Ask Yantra to compare what different outlets are reporting.
83
+ - **Extract data** — Pull specific numbers, dates, or quotes from real-time sources.
84
+ - **Track over time** — Use saved searches with real-time mode to monitor topics continuously.
@@ -1,67 +1,75 @@
1
1
  # Saved Searches
2
2
 
3
- How to save and organize your important searches.
3
+ Save any search query for quick access later, organize results into collections, and set up alerts for ongoing monitoring.
4
4
 
5
- ## Saving Searches
5
+ ---
6
6
 
7
- ### Save Options
7
+ ## Saving a Search
8
8
 
9
- - **Quick Save**: One-click save functionality
10
- - **Save with Notes**: Add personal notes to searches
11
- - **Save with Tags**: Organize with custom tags
12
- - **Save with Categories**: Categorize searches
9
+ ### Quick save
13
10
 
14
- ### Save Features
11
+ Click the **bookmark icon** on any search result page to save the current query. The search is added to your default collection.
15
12
 
16
- - **Search Results**: Save complete search results
17
- - **Source Links**: Preserve all source citations
18
- - **Conversation Context**: Save follow-up conversations
19
- - **Search Parameters**: Remember search settings
13
+ ### Save with options
20
14
 
21
- ## Organization System
15
+ 1. Click the **⋯** menu on the search results page.
16
+ 2. Select **Save Search**.
17
+ 3. Choose a collection or create a new one.
18
+ 4. Optionally add tags for easy filtering.
19
+ 5. Optionally enable **monitoring** to receive alerts when new matching content appears.
22
20
 
23
- ### Categories and Tags
21
+ ---
24
22
 
25
- - **Custom Categories**: Create your own categories
26
- - **Tag System**: Use tags for flexible organization
27
- - **Hierarchical Structure**: Organize in folders
28
- - **Search Within Saved**: Find saved searches quickly
23
+ ## Collections
29
24
 
30
- ### Collection Management
25
+ Organize your saved searches into themed collections:
31
26
 
32
- - **Collections**: Group related searches
33
- - **Project Folders**: Organize by project or topic
34
- - **Temporary Collections**: Quick temporary groupings
35
- - **Shared Collections**: Collaborate with team members
27
+ | Feature | Details |
28
+ | ------------------ | ----------------------------------------------------------------------------- |
29
+ | Create collections | Group related searches (e.g., "Competitor Research", "Tech Stack Evaluation") |
30
+ | Share collections | Share with workspace members (view or edit access) |
31
+ | Reorder items | Drag and drop to prioritize |
32
+ | Bulk actions | Export, delete, or move multiple items at once |
33
+ | Nested collections | Create sub-collections for deeper organization |
36
34
 
37
- ## Advanced Features
35
+ ### Managing collections
38
36
 
39
- ### Search Management
37
+ - **Create** — Click **+ New Collection** in the Library sidebar.
38
+ - **Rename** — Right-click the collection name > **Rename**.
39
+ - **Delete** — Right-click > **Delete**. You'll be asked to confirm. Saved searches inside are moved to Uncategorized, not deleted.
40
40
 
41
- - **Duplicate Detection**: Avoid saving duplicates
42
- - **Version Control**: Track changes to saved searches
43
- - **Archive System**: Archive old searches
44
- - **Bulk Operations**: Manage multiple searches
41
+ ---
45
42
 
46
- ### Integration Features
43
+ ## Search Monitoring
47
44
 
48
- - **Export Options**: Export saved searches
49
- - **API Access**: Programmatic access to saved searches
50
- - **Sync Across Devices**: Access from any device
51
- - **Backup and Restore**: Protect your saved searches
45
+ Turn any saved search into a continuous monitor:
52
46
 
53
- ## Collaboration
47
+ 1. Save a search and enable **Monitoring**.
48
+ 2. Set the check frequency: hourly, daily, or weekly.
49
+ 3. Choose notification method: in-app, email, or Slack.
50
+ 4. Yantra will re-run the search on schedule and notify you when new results appear.
54
51
 
55
- ### Sharing Features
52
+ ### Use cases for monitoring
56
53
 
57
- - **Share Individual Searches**: Share specific searches
58
- - **Share Collections**: Share entire collections
59
- - **Permission Levels**: Control access levels
60
- - **Comment System**: Add comments to shared searches
54
+ - **Company news** Save a search for your company name and competitor names to track mentions.
55
+ - **Technology updates** Monitor a framework or library for new releases and CVEs.
56
+ - **Industry trends** Track emerging topics in your field with broad keyword searches.
57
+ - **Job market** Monitor specific roles or skill requirements.
61
58
 
62
- ### Team Features
59
+ ---
63
60
 
64
- - **Team Collections**: Shared team collections
65
- - **Collaborative Tagging**: Team-wide tagging system
66
- - **Usage Analytics**: Track team search patterns
67
- - **Knowledge Base**: Build team knowledge base
61
+ ## Accessing Saved Searches
62
+
63
+ - **Library** All saved searches and collections are accessible from the Library page in the sidebar.
64
+ - **Quick access** Press + K (Mac) or Ctrl + K (Windows) and type the collection name.
65
+ - **Search bar** — Your recent and saved searches appear as suggestions when you focus the search bar.
66
+
67
+ ---
68
+
69
+ ## Export and Sharing
70
+
71
+ Share or export saved searches:
72
+
73
+ - **Share link** — Generate a shareable link for specific searches or entire collections.
74
+ - **Export** — Download collections in Markdown, JSON, or CSV format.
75
+ - **Slack** — Post a saved search result to a Slack channel directly from the Library.