@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,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.
@@ -1,64 +1,82 @@
1
1
  # Search Features
2
2
 
3
- Yantra offers a comprehensive set of search features to help you find exactly what you need.
3
+ A comprehensive overview of everything Yantra's search can do from natural language queries to advanced filters and multi-modal results.
4
4
 
5
- ## Core Search Features
5
+ ---
6
6
 
7
- ### Natural Language Processing
7
+ ## Natural Language Search
8
8
 
9
- - **Conversational Queries**: Ask questions in natural language
10
- - **Context Understanding**: Yantra understands context and nuance
11
- - **Follow-up Questions**: Build on previous searches
12
- - **Multi-language Support**: Search in multiple languages
9
+ Ask questions the way you'd ask a colleague:
13
10
 
14
- ### Real-time Search
11
+ | Instead of | Try |
12
+ | ----------------------------- | ------------------------------------------------------------- |
13
+ | `kubernetes pod restart loop` | "Why does my Kubernetes pod keep restarting?" |
14
+ | `react useEffect cleanup` | "How do I properly clean up side effects in React useEffect?" |
15
+ | `AWS S3 pricing calculator` | "How much would it cost to store 500 GB on S3 for a year?" |
15
16
 
16
- - **Live Web Search**: Always up-to-date information
17
- - **Source Verification**: All sources are verified
18
- - **Citation Tracking**: Every claim is backed by sources
19
- - **Fresh Content**: Prioritizes recent and relevant content
17
+ Yantra understands intent, context, and nuance — no need to reduce your question to keywords.
20
18
 
21
- ## Advanced Search Modes
19
+ ---
22
20
 
23
- ### Regular Search
21
+ ## Search Modes
24
22
 
25
- - **Quick Answers**: Fast responses to straightforward questions
26
- - **Source Citations**: Links to original sources
27
- - **Follow-up Suggestions**: Related questions to explore
23
+ Yantra offers multiple search modes to match different needs:
28
24
 
29
- ### Pro Search
25
+ | Mode | Speed | Depth | Best for |
26
+ | ----------------- | ------------------ | -------------------- | ------------------------------------- |
27
+ | **Regular** | Instant (< 3s) | Quick answers | Factual lookups, simple questions |
28
+ | **Pro Search** | Fast (5–10s) | Detailed analysis | Multi-step questions, comparisons |
29
+ | **Deep Research** | Thorough (30–120s) | Comprehensive report | Academic research, strategic analysis |
30
30
 
31
- - **Detailed Analysis**: Comprehensive answers with analysis
32
- - **Multiple Perspectives**: Different viewpoints on topics
33
- - **Deep Dives**: Thorough exploration of complex topics
34
- - **Expert Insights**: Professional-level analysis
31
+ Switch modes using the toggle below the search bar or set a default in **Settings > Preferences**.
35
32
 
36
- ### Deep Research
33
+ ---
37
34
 
38
- - **Comprehensive Research**: Extensive research on topics
39
- - **Multiple Sources**: Aggregates information from many sources
40
- - **Trend Analysis**: Identifies patterns and trends
41
- - **Long-form Content**: Detailed, comprehensive answers
35
+ ## Smart Filters
42
36
 
43
- ### Labs
37
+ Narrow your results with powerful filters:
44
38
 
45
- - **Experimental Features**: Try new capabilities
46
- - **Beta Testing**: Access to features in development
47
- - **Feedback Integration**: Help shape new features
48
- - **Early Access**: Be the first to try new capabilities
39
+ | Filter | Options | Example |
40
+ | ---------------- | ----------------------------------------- | ----------------------------- |
41
+ | **Time range** | Past hour, day, week, month, year, custom | "news from the past 24 hours" |
42
+ | **Source type** | Web, academic, code, news, social | Academic papers only |
43
+ | **Domain** | Specific websites or exclude domains | Only results from github.com |
44
+ | **Language** | 50+ languages | Results in French only |
45
+ | **Content type** | Articles, PDFs, videos, code repos | PDFs about machine learning |
49
46
 
50
- ## Search Optimization
47
+ Filters can be applied via the filter bar or included naturally in your query: "Find Python tutorials from the last month on YouTube."
51
48
 
52
- ### Query Tips
49
+ ---
53
50
 
54
- - **Be Specific**: More specific questions get better answers
55
- - **Provide Context**: Context helps Yantra understand your needs
56
- - **Use Keywords**: Relevant keywords improve search results
57
- - **Ask Follow-ups**: Build on previous searches
51
+ ## Response Formatting
58
52
 
59
- ### Result Management
53
+ Yantra automatically formats responses for readability:
60
54
 
61
- - **Save Searches**: Keep important searches for later
62
- - **Export Results**: Save answers in various formats
63
- - **Share Findings**: Collaborate with team members
64
- - **Organize Collections**: Group related searches
55
+ - **Prose** Flowing paragraphs for explanatory answers.
56
+ - **Lists** Numbered steps for how-to answers, bullet points for enumerations.
57
+ - **Tables** Comparison data and multi-attribute answers rendered as clean tables.
58
+ - **Code blocks** Syntax-highlighted code with language detection.
59
+ - **Math** — LaTeX equations rendered inline.
60
+
61
+ You can explicitly request a format: "Give me this as a table" or "Show me the code."
62
+
63
+ ---
64
+
65
+ ## Source Citations
66
+
67
+ Every response includes verifiable source citations:
68
+
69
+ - **Inline citations** — Numbered references `[1]`, `[2]`, etc., linked to specific claims.
70
+ - **Source cards** — Expandable cards at the bottom showing title, domain, date, and relevance score.
71
+ - **One-click verify** — Click any citation to open the original source in a new tab.
72
+
73
+ ---
74
+
75
+ ## Search History
76
+
77
+ All your searches are automatically saved:
78
+
79
+ - **Recent searches** — Appear as suggestions when you focus the search bar.
80
+ - **Full history** — Accessible from the sidebar under **History**.
81
+ - **Search within history** — Search your past queries to find previous results.
82
+ - **Privacy controls** — Clear history at any time from **Settings > Privacy**.
@@ -1,67 +1,86 @@
1
1
  # Search History
2
2
 
3
- Managing and accessing your search history.
3
+ Yantra automatically saves your search history so you can revisit past queries, re-run searches, and track your research over time.
4
4
 
5
- ## History Features
5
+ ---
6
6
 
7
- ### Search Tracking
7
+ ## Accessing Your History
8
8
 
9
- - **Complete History**: All searches are saved
10
- - **Timestamps**: When searches were performed
11
- - **Results Tracking**: Track which results were useful
12
- - **Session Organization**: Group searches by session
9
+ ### Quick access
13
10
 
14
- ### History Management
11
+ - **Recent searches** automatically appear when you click the search bar.
12
+ - Press ⌘ + K (Mac) or Ctrl + K (Windows) to open the command palette, then type a past query.
15
13
 
16
- - **Search Again**: Repeat previous searches
17
- - **Modify Searches**: Edit and refine past queries
18
- - **Delete History**: Remove unwanted searches
19
- - **Export History**: Download search history
14
+ ### Full history
20
15
 
21
- ## History Organization
16
+ 1. Click **History** in the sidebar navigation.
17
+ 2. Browse your complete search history, organized by date.
18
+ 3. Click any past search to re-run it or view the original results.
22
19
 
23
- ### Categorization
20
+ ---
24
21
 
25
- - **Topic Groups**: Organize by subject matter
26
- - **Date Ranges**: Filter by time periods
27
- - **Search Types**: Categorize by search mode
28
- - **Result Quality**: Mark successful searches
22
+ ## History Management
29
23
 
30
- ### Search Analytics
24
+ ### Searching your history
31
25
 
32
- - **Usage Patterns**: Understand your search habits
33
- - **Popular Topics**: Identify frequently searched topics
34
- - **Search Frequency**: Track how often you search
35
- - **Result Effectiveness**: Measure search success
26
+ Use the search box at the top of the History page to find specific past queries:
36
27
 
37
- ## Privacy and Security
28
+ - Search by **keywords** — Find queries containing specific terms.
29
+ - Search by **date** — Filter to a specific day, week, or month.
30
+ - Search by **mode** — Filter by search mode (Regular, Pro Search, Deep Research).
38
31
 
39
- ### Data Protection
32
+ ### Organizing history
40
33
 
41
- - **Secure Storage**: Encrypted search history
42
- - **Access Control**: Control who can see your history
43
- - **Data Retention**: Set how long to keep history
44
- - **Anonymization**: Option to anonymize searches
34
+ | Action | How | Description |
35
+ | ------------------ | ------------------------ | ---------------------------------------- |
36
+ | Pin | Click star icon | Pins a search to the top of your history |
37
+ | Delete | Click × icon | Removes a single entry |
38
+ | Save to collection | Click bookmark icon | Moves to a saved collection |
39
+ | Bulk delete | Select multiple > Delete | Remove multiple entries at once |
45
40
 
46
- ### Privacy Options
41
+ ---
47
42
 
48
- - **Private Mode**: Search without saving history
49
- - **Selective Saving**: Choose which searches to save
50
- - **History Deletion**: Remove specific searches
51
- - **Account Deletion**: Clear all history on account deletion
43
+ ## Privacy Controls
52
44
 
53
- ## Advanced Features
45
+ ### Automatic cleanup
54
46
 
55
- ### Search Insights
47
+ Set search history to auto-delete after a specified period:
56
48
 
57
- - **Trend Analysis**: Identify search trends
58
- - **Recommendation Engine**: Suggest related searches
59
- - **Learning Patterns**: Adapt to your preferences
60
- - **Personalization**: Customize based on history
49
+ - **Settings > Privacy > Data Retention > Search History**
50
+ - Options: 30 days, 60 days, 90 days (default), 180 days, or Keep forever
61
51
 
62
- ### Integration Features
52
+ ### Pause history
63
53
 
64
- - **Calendar Integration**: Link searches to events
65
- - **Project Management**: Organize searches by project
66
- - **Team Sharing**: Share search history with team
67
- - **API Access**: Programmatic access to history
54
+ Temporarily stop saving searches:
55
+
56
+ - **Settings > Privacy > Search History** → Toggle off
57
+ - Searches performed while history is paused are not recorded.
58
+
59
+ ### Clear all history
60
+
61
+ Go to **Settings > Privacy > Clear Search History** to permanently delete all past queries. This action is irreversible.
62
+
63
+ ---
64
+
65
+ ## Incognito Search
66
+
67
+ For searches you don't want saved:
68
+
69
+ 1. Press ⌘ + Shift + N (Mac) or Ctrl + Shift + N (Windows) to open an incognito search.
70
+ 2. Queries in incognito mode are not saved to your history.
71
+ 3. AI responses are not personalized based on your past activity.
72
+ 4. The session is discarded when you close the incognito tab.
73
+
74
+ > **Note:** Incognito mode does not hide your activity from your organization's admin on Enterprise plans with audit logging enabled.
75
+
76
+ ---
77
+
78
+ ## Syncing Across Devices
79
+
80
+ Your search history syncs automatically when you're signed in on multiple devices:
81
+
82
+ - **Web** — Full history available.
83
+ - **Desktop app** — Full history available.
84
+ - **Mobile app** — Last 100 searches available offline; full history requires an internet connection.
85
+
86
+ Sync happens in real-time. A search performed on your phone appears in your desktop history within seconds.
@@ -1,67 +1,100 @@
1
1
  # Source Citations
2
2
 
3
- How Yantra provides verifiable sources for all answers.
3
+ Every Yantra response is backed by verifiable sources. Inline citations let you trace any claim back to its origin, giving you confidence in the information you receive.
4
4
 
5
- ## Citation System
5
+ ---
6
6
 
7
- ### Source Verification
7
+ ## How Citations Work
8
8
 
9
- - **Real-time Verification**: Sources checked in real-time
10
- - **Credibility Assessment**: Evaluate source reliability
11
- - **Multiple Sources**: Cross-reference information
12
- - **Source Diversity**: Include various perspectives
9
+ ### Automatic citation
13
10
 
14
- ### Citation Format
11
+ Yantra automatically identifies claims in its responses that are supported by specific sources and adds numbered inline citations `[1]`, `[2]`, `[3]`, etc.
15
12
 
16
- - **Numbered References**: Clear citation numbering
17
- - **Source Links**: Direct links to original content
18
- - **Publication Dates**: Include when information was published
19
- - **Author Information**: Credit original authors
13
+ ```
14
+ The global AI market is projected to reach $1.8 trillion by 2030 [1],
15
+ driven primarily by enterprise adoption of generative AI tools [2].
16
+ ```
20
17
 
21
- ## Source Types
18
+ ### Citation sources
22
19
 
23
- ### Web Sources
20
+ | Source type | Icon | Example |
21
+ | ------------------- | ---- | -------------------------------------- |
22
+ | Web article | 🌐 | News sites, blogs, corporate pages |
23
+ | Academic paper | 📄 | arXiv, PubMed, Google Scholar |
24
+ | Documentation | 📘 | Official docs, API references, guides |
25
+ | Code repository | 💻 | GitHub, GitLab |
26
+ | Government/official | 🏛️ | Government reports, regulatory filings |
24
27
 
25
- - **News Articles**: Current news and updates
26
- - **Academic Papers**: Research and studies
27
- - **Government Documents**: Official information
28
- - **Industry Reports**: Professional analysis
28
+ ---
29
29
 
30
- ### Media Sources
30
+ ## Viewing Citations
31
31
 
32
- - **Images**: Visual content and diagrams
33
- - **Videos**: Video explanations and demonstrations
34
- - **Podcasts**: Audio content and interviews
35
- - **Infographics**: Visual data representations
32
+ ### Inline preview
33
+
34
+ Hover over any citation number to see a popup with:
35
+
36
+ - Source title
37
+ - Domain name
38
+ - Publication date
39
+ - Relevance score (how closely the source matches the claim)
40
+
41
+ ### Full source list
42
+
43
+ Scroll to the bottom of any response to see the complete source list with:
44
+
45
+ - Full title and URL
46
+ - Domain authority indicator
47
+ - Date published or last updated
48
+ - Snippet showing the specific passage that supports the claim
49
+
50
+ ### One-click verification
51
+
52
+ Click any citation number or source card to open the original page in a new tab.
53
+
54
+ ---
36
55
 
37
56
  ## Citation Quality
38
57
 
39
- ### Reliability Standards
58
+ ### How sources are selected
59
+
60
+ | Signal | Description |
61
+ | ----------------- | -------------------------------------------------------------------------- |
62
+ | Domain authority | Priority given to established, reputable sources |
63
+ | Content freshness | More recent content is preferred for time-sensitive topics |
64
+ | Relevance match | Sources must specifically support the claim, not just be topically related |
65
+ | Cross-reference | Claims supported by multiple sources are weighted higher |
66
+ | Diversity | Multiple perspectives are included when available |
67
+
68
+ ### Accuracy indicators
69
+
70
+ - **High confidence** — Claim is supported by 3+ independent sources.
71
+ - **Medium confidence** — Claim is supported by 1–2 sources.
72
+ - **Yantra's analysis** — Clearly labeled when content is AI-generated inference rather than directly sourced.
73
+
74
+ ---
75
+
76
+ ## Citation Settings
40
77
 
41
- - **Fact-checking**: Verify factual claims
42
- - **Bias Detection**: Identify potential biases
43
- - **Recency**: Prioritize recent information
44
- - **Authority**: Consider source expertise
78
+ Customize how citations appear:
45
79
 
46
- ### Source Evaluation
80
+ | Setting | Options | Default |
81
+ | ------------------ | ---------------------------- | ----------------- |
82
+ | Citation style | Inline, footnote, or endnote | Inline |
83
+ | Show previews | On hover, on click, or never | On hover |
84
+ | Include in exports | Always, optional, or never | Always |
85
+ | Academic format | APA, MLA, Chicago, IEEE | None (links only) |
47
86
 
48
- - **Domain Authority**: Evaluate source credibility
49
- - **Content Quality**: Assess information quality
50
- - **Update Frequency**: Check for recent updates
51
- - **Cross-referencing**: Verify with multiple sources
87
+ Adjust at **Settings > Preferences > Citations**.
52
88
 
53
- ## Using Citations
89
+ ---
54
90
 
55
- ### Verification Process
91
+ ## For Academic Use
56
92
 
57
- - **Click Citations**: Access original sources
58
- - **Read Full Content**: Understand complete context
59
- - **Check Dates**: Verify information currency
60
- - **Evaluate Sources**: Assess source reliability
93
+ Yantra can format citations in standard academic styles:
61
94
 
62
- ### Research Workflow
95
+ 1. Click the **Cite** button on any source card.
96
+ 2. Select your citation format (APA, MLA, Chicago, IEEE, Harvard).
97
+ 3. Copy the formatted citation to your clipboard.
98
+ 4. Paste directly into your paper or bibliography manager.
63
99
 
64
- - **Follow Source Links**: Explore original content
65
- - **Save Important Sources**: Bookmark valuable sources
66
- - **Share Sources**: Collaborate with team members
67
- - **Cite Properly**: Use citations in your work
100
+ > **Tip:** Use Deep Research mode for academic work — it fetches more sources and provides higher-quality citations.