@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.
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +43 -88
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +3 -8
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Icons.d.ts +55 -0
- package/lib/components/Icons.d.ts.map +1 -0
- package/lib/{pages/LandingPage/components → components}/Icons.js +39 -2
- package/lib/components/Icons.js.map +1 -0
- package/lib/components/Logo.d.ts +1 -2
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +6 -18
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/PageHero.d.ts +9 -0
- package/lib/components/PageHero.d.ts.map +1 -0
- package/lib/components/PageHero.js +47 -0
- package/lib/components/PageHero.js.map +1 -0
- package/lib/components/SearchBar.d.ts.map +1 -1
- package/lib/components/SearchBar.js +9 -45
- package/lib/components/SearchBar.js.map +1 -1
- package/lib/components/SidebarSearch.js +2 -2
- package/lib/components/SidebarSearch.js.map +1 -1
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +10 -25
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts +15 -0
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +74 -2
- package/lib/compute.js.map +1 -1
- package/lib/pages/About/index.d.ts +3 -0
- package/lib/pages/About/index.d.ts.map +1 -0
- package/lib/pages/About/index.js +69 -0
- package/lib/pages/About/index.js.map +1 -0
- package/lib/pages/Careers/index.d.ts +3 -0
- package/lib/pages/Careers/index.d.ts.map +1 -0
- package/lib/pages/Careers/index.js +78 -0
- package/lib/pages/Careers/index.js.map +1 -0
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +15 -78
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/Community/index.d.ts +3 -0
- package/lib/pages/Community/index.d.ts.map +1 -0
- package/lib/pages/Community/index.js +72 -0
- package/lib/pages/Community/index.js.map +1 -0
- package/lib/pages/Contact/index.d.ts +3 -0
- package/lib/pages/Contact/index.d.ts.map +1 -0
- package/lib/pages/Contact/index.js +128 -0
- package/lib/pages/Contact/index.js.map +1 -0
- package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +9 -45
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +7 -34
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +3 -12
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +15 -74
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +3 -12
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +3 -12
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +3 -8
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +3 -12
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +62 -33
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.js +11 -56
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -1
- package/lib/pages/Privacy/index.d.ts +3 -0
- package/lib/pages/Privacy/index.d.ts.map +1 -0
- package/lib/pages/Privacy/index.js +60 -0
- package/lib/pages/Privacy/index.js.map +1 -0
- package/lib/pages/ReleaseNotes/index.d.ts +3 -0
- package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
- package/lib/pages/ReleaseNotes/index.js +61 -0
- package/lib/pages/ReleaseNotes/index.js.map +1 -0
- package/lib/pages/StatusPage/index.d.ts +3 -0
- package/lib/pages/StatusPage/index.d.ts.map +1 -0
- package/lib/pages/StatusPage/index.js +85 -0
- package/lib/pages/StatusPage/index.js.map +1 -0
- package/lib/pages/Terms/index.d.ts +3 -0
- package/lib/pages/Terms/index.d.ts.map +1 -0
- package/lib/pages/Terms/index.js +60 -0
- package/lib/pages/Terms/index.js.map +1 -0
- package/lib/routes.json +88 -0
- package/lib/templates/content/account-management/account-setup.md +56 -57
- package/lib/templates/content/account-management/delete-account.md +55 -58
- package/lib/templates/content/account-management/preferences.md +70 -55
- package/lib/templates/content/account-management/privacy-settings.md +67 -56
- package/lib/templates/content/account-management/profile-settings.md +56 -45
- package/lib/templates/content/data-privacy/data-collection.md +55 -51
- package/lib/templates/content/data-privacy/privacy-policy.md +74 -57
- package/lib/templates/content/data-subject-privacy/data-access.md +59 -69
- package/lib/templates/content/data-subject-privacy/data-portability.md +67 -93
- package/lib/templates/content/data-subject-privacy/privacy-requests.md +66 -62
- package/lib/templates/content/file-uploads/file-upload-overview.md +69 -50
- package/lib/templates/content/getting-started/getting-started-guide.md +65 -51
- package/lib/templates/content/product-features/ai-models.md +62 -57
- package/lib/templates/content/product-features/collaboration-tools.md +66 -45
- package/lib/templates/content/product-features/conversation-features.md +59 -34
- package/lib/templates/content/product-features/export-features.md +65 -45
- package/lib/templates/content/product-features/follow-up-questions.md +61 -46
- package/lib/templates/content/product-features/real-time-search.md +63 -46
- package/lib/templates/content/product-features/saved-searches.md +53 -45
- package/lib/templates/content/product-features/search-features.md +61 -43
- package/lib/templates/content/product-features/search-history.md +64 -45
- package/lib/templates/content/product-features/source-citations.md +77 -44
- package/lib/templates/content/scope-api/api-overview.md +83 -46
- package/lib/templates/content/search-modes/deep-research.md +87 -46
- package/lib/templates/content/search-modes/labs-features.md +54 -56
- package/lib/templates/content/search-modes/pro-search.md +53 -45
- package/lib/templates/content/search-modes/regular-search.md +64 -46
- package/lib/templates/content/spaces-library/spaces-overview.md +68 -47
- package/lib/templates/content/student-hub/academic-research.md +85 -48
- package/lib/templates/content/student-hub/student-discounts.md +51 -57
- package/lib/templates/content/student-hub/student-overview.md +64 -45
- package/lib/templates/content/student-hub/study-tools.md +99 -45
- package/lib/templates/content/subscription-billing/billing-cycle.md +50 -48
- package/lib/templates/content/subscription-billing/billing-overview.md +55 -34
- package/lib/templates/content/subscription-billing/billing-support.md +52 -45
- package/lib/templates/content/subscription-billing/currency-support.md +36 -62
- package/lib/templates/content/subscription-billing/enterprise-pricing.md +52 -46
- package/lib/templates/content/subscription-billing/invoice-management.md +64 -45
- package/lib/templates/content/subscription-billing/payment-methods.md +53 -52
- package/lib/templates/content/subscription-billing/promotional-offers.md +58 -46
- package/lib/templates/content/subscription-billing/refund-policy.md +53 -58
- package/lib/templates/content/subscription-billing/student-discounts.md +61 -57
- package/lib/templates/content/subscription-billing/tax-information.md +64 -45
- package/lib/templates/content/technical-questions/ai-models-technical.md +60 -56
- package/lib/templates/content/technical-questions/api-technical.md +131 -56
- package/lib/templates/content/technical-questions/data-processing.md +74 -55
- package/lib/templates/content/technical-questions/database-architecture.md +91 -54
- package/lib/templates/content/technical-questions/infrastructure.md +104 -55
- package/lib/templates/content/technical-questions/performance-optimization.md +77 -55
- package/lib/templates/content/technical-questions/search-algorithms.md +78 -56
- package/lib/templates/content/technical-questions/technical-overview.md +76 -52
- package/lib/templates/content/threads/conversation-management.md +81 -45
- package/lib/templates/content/threads/threads-overview.md +69 -45
- package/lib/templates/content/troubleshooting/common-issues.md +91 -43
- package/lib/templates/content/what-is-yantra/getting-started-yantra.md +58 -57
- package/package.json +2 -2
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -13
- package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/Icons.js.map +0 -1
|
@@ -1,67 +1,75 @@
|
|
|
1
1
|
# Saved Searches
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Save any search query for quick access later, organize results into collections, and set up alerts for ongoing monitoring.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Saving a Search
|
|
8
8
|
|
|
9
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
21
|
+
---
|
|
24
22
|
|
|
25
|
-
|
|
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
|
-
|
|
25
|
+
Organize your saved searches into themed collections:
|
|
31
26
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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
|
-
|
|
35
|
+
### Managing collections
|
|
38
36
|
|
|
39
|
-
|
|
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
|
-
|
|
42
|
-
- **Version Control**: Track changes to saved searches
|
|
43
|
-
- **Archive System**: Archive old searches
|
|
44
|
-
- **Bulk Operations**: Manage multiple searches
|
|
41
|
+
---
|
|
45
42
|
|
|
46
|
-
|
|
43
|
+
## Search Monitoring
|
|
47
44
|
|
|
48
|
-
|
|
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
|
-
|
|
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
|
-
###
|
|
52
|
+
### Use cases for monitoring
|
|
56
53
|
|
|
57
|
-
- **
|
|
58
|
-
- **
|
|
59
|
-
- **
|
|
60
|
-
- **
|
|
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
|
-
|
|
59
|
+
---
|
|
63
60
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
- **
|
|
67
|
-
- **
|
|
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
|
-
|
|
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
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Natural Language Search
|
|
8
8
|
|
|
9
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
19
|
+
---
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+
## Search Modes
|
|
24
22
|
|
|
25
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
33
|
+
---
|
|
37
34
|
|
|
38
|
-
|
|
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
|
-
|
|
37
|
+
Narrow your results with powerful filters:
|
|
44
38
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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
|
-
|
|
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
|
-
|
|
49
|
+
---
|
|
53
50
|
|
|
54
|
-
|
|
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
|
-
|
|
53
|
+
Yantra automatically formats responses for readability:
|
|
60
54
|
|
|
61
|
-
- **
|
|
62
|
-
- **
|
|
63
|
-
- **
|
|
64
|
-
- **
|
|
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
|
-
|
|
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
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Accessing Your History
|
|
8
8
|
|
|
9
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
20
|
+
---
|
|
24
21
|
|
|
25
|
-
|
|
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
|
-
###
|
|
24
|
+
### Searching your history
|
|
31
25
|
|
|
32
|
-
|
|
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
|
-
|
|
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
|
-
###
|
|
32
|
+
### Organizing history
|
|
40
33
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
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
|
-
|
|
41
|
+
---
|
|
47
42
|
|
|
48
|
-
|
|
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
|
-
|
|
45
|
+
### Automatic cleanup
|
|
54
46
|
|
|
55
|
-
|
|
47
|
+
Set search history to auto-delete after a specified period:
|
|
56
48
|
|
|
57
|
-
- **
|
|
58
|
-
-
|
|
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
|
-
###
|
|
52
|
+
### Pause history
|
|
63
53
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
- **
|
|
67
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## How Citations Work
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- **Credibility Assessment**: Evaluate source reliability
|
|
11
|
-
- **Multiple Sources**: Cross-reference information
|
|
12
|
-
- **Source Diversity**: Include various perspectives
|
|
9
|
+
### Automatic citation
|
|
13
10
|
|
|
14
|
-
|
|
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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
18
|
+
### Citation sources
|
|
22
19
|
|
|
23
|
-
|
|
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
|
-
|
|
26
|
-
- **Academic Papers**: Research and studies
|
|
27
|
-
- **Government Documents**: Official information
|
|
28
|
-
- **Industry Reports**: Professional analysis
|
|
28
|
+
---
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
## Viewing Citations
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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
|
-
###
|
|
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
|
-
|
|
42
|
-
- **Bias Detection**: Identify potential biases
|
|
43
|
-
- **Recency**: Prioritize recent information
|
|
44
|
-
- **Authority**: Consider source expertise
|
|
78
|
+
Customize how citations appear:
|
|
45
79
|
|
|
46
|
-
|
|
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
|
-
|
|
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
|
-
|
|
89
|
+
---
|
|
54
90
|
|
|
55
|
-
|
|
91
|
+
## For Academic Use
|
|
56
92
|
|
|
57
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|