@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.
- 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 +2 -9
- 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 +5 -16
- 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,68 +1,89 @@
|
|
|
1
|
-
# Spaces
|
|
1
|
+
# Spaces & Library
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Spaces are your personal and shared workspaces for organizing research, saved searches, and AI conversations in one place.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## What Are Spaces?
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- **Content Management**: Manage research content
|
|
11
|
-
- **Collaboration**: Collaborate on research
|
|
12
|
-
- **Knowledge Base**: Build personal knowledge base
|
|
9
|
+
A Space is a dedicated area for collecting and organizing related content. Think of it as a project folder that's connected to Yantra's AI:
|
|
13
10
|
|
|
14
|
-
|
|
11
|
+
- **Personal Spaces** — Private to you. Organize research by topic, project, or client.
|
|
12
|
+
- **Shared Spaces** — Visible to your team. Collaborate on research in real-time.
|
|
13
|
+
- **Smart Spaces** — Automatically populated based on rules you define (e.g., "add all searches about competitor X").
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
- **Accessibility**: Easy access to research
|
|
18
|
-
- **Collaboration**: Share research with others
|
|
19
|
-
- **Productivity**: Increase research productivity
|
|
15
|
+
---
|
|
20
16
|
|
|
21
|
-
## Space
|
|
17
|
+
## Creating a Space
|
|
22
18
|
|
|
23
|
-
|
|
19
|
+
1. Click **+ New Space** in the sidebar.
|
|
20
|
+
2. Give it a name (e.g., "Q1 Market Research," "Thesis Chapter 3").
|
|
21
|
+
3. Choose privacy: **Private** or **Shared** (if on a Team plan).
|
|
22
|
+
4. Optionally add a description and color tag.
|
|
24
23
|
|
|
25
|
-
|
|
26
|
-
- **Tags**: Tag content for easy finding
|
|
27
|
-
- **Categories**: Categorize research topics
|
|
28
|
-
- **Search**: Search within spaces
|
|
24
|
+
---
|
|
29
25
|
|
|
30
|
-
|
|
26
|
+
## What You Can Add to a Space
|
|
31
27
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
28
|
+
| Content type | How to add |
|
|
29
|
+
| -------------- | ------------------------------------------------------------ |
|
|
30
|
+
| Search results | Click **Save to Space** on any result card |
|
|
31
|
+
| Conversations | Click **⋯** > **Save to Space** on any thread |
|
|
32
|
+
| Web links | Paste a URL into the Space — Yantra indexes it automatically |
|
|
33
|
+
| Notes | Click **+ Add Note** for freeform text, markdown, or code |
|
|
34
|
+
| Files | Drag and drop PDFs, docs, or images into the Space |
|
|
35
|
+
| Saved searches | Bookmark a search directly to a Space |
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
---
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
## Organizing Content
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
2. **Create Space**: Click "Create New Space"
|
|
43
|
-
3. **Name Space**: Give space a descriptive name
|
|
44
|
-
4. **Set Permissions**: Configure sharing permissions
|
|
45
|
-
5. **Add Content**: Start adding research content
|
|
41
|
+
### Tags
|
|
46
42
|
|
|
47
|
-
|
|
43
|
+
Add tags to any item in a Space for quick filtering:
|
|
48
44
|
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
- **Content Rules**: Set content guidelines
|
|
45
|
+
- Click the tag icon on any item.
|
|
46
|
+
- Type a tag name or select from existing tags.
|
|
47
|
+
- Filter the Space view by tag.
|
|
53
48
|
|
|
54
|
-
|
|
49
|
+
### Sections
|
|
55
50
|
|
|
56
|
-
|
|
51
|
+
Divide a Space into sections (like headings in a document):
|
|
57
52
|
|
|
58
|
-
- **
|
|
59
|
-
- **
|
|
60
|
-
- **
|
|
61
|
-
- **
|
|
53
|
+
- **Sources** — Reference materials and links
|
|
54
|
+
- **Key findings** — Important takeaways
|
|
55
|
+
- **To review** — Items that need further analysis
|
|
56
|
+
- **Archive** — Completed or outdated items
|
|
62
57
|
|
|
63
|
-
###
|
|
58
|
+
### Sorting
|
|
64
59
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
60
|
+
Sort items by:
|
|
61
|
+
|
|
62
|
+
- Date added (newest/oldest)
|
|
63
|
+
- Relevance score
|
|
64
|
+
- Custom order (drag and drop)
|
|
65
|
+
- Alphabetical
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## Library
|
|
70
|
+
|
|
71
|
+
The Library is your central hub for all Spaces and saved content:
|
|
72
|
+
|
|
73
|
+
- **Quick access** — Pin your most-used Spaces to the top.
|
|
74
|
+
- **Search** — Search across all Spaces simultaneously.
|
|
75
|
+
- **Recent** — See recently added or modified items.
|
|
76
|
+
- **Shared with me** — View Spaces shared by teammates.
|
|
77
|
+
|
|
78
|
+
Access the Library from the sidebar or press ⌘ + L (Mac) / Ctrl + L (Windows).
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## Collaboration
|
|
83
|
+
|
|
84
|
+
On Team and Enterprise plans, Shared Spaces enable:
|
|
85
|
+
|
|
86
|
+
- **Real-time editing** — Multiple users can add and organize content simultaneously.
|
|
87
|
+
- **Comments** — Discuss specific items within the Space.
|
|
88
|
+
- **Activity log** — See who added, modified, or removed items.
|
|
89
|
+
- **Permissions** — Set members as Viewer, Editor, or Admin per Space.
|
|
@@ -1,69 +1,106 @@
|
|
|
1
|
-
# Academic Research
|
|
1
|
+
# Academic Research with Yantra
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Yantra helps students and researchers find, analyze, and cite academic sources with the speed of AI and the rigor of scholarly research.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Finding Academic Sources
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- **Source Verification**: Verify academic sources
|
|
11
|
-
- **Citation Management**: Proper academic citations
|
|
12
|
-
- **Research Organization**: Organize research projects
|
|
9
|
+
### Search with academic focus
|
|
13
10
|
|
|
14
|
-
|
|
11
|
+
Yantra's search includes academic papers, preprints, and scholarly articles from:
|
|
15
12
|
|
|
16
|
-
- **
|
|
17
|
-
- **
|
|
18
|
-
- **
|
|
19
|
-
- **
|
|
13
|
+
- **arXiv** — Physics, mathematics, computer science, and more
|
|
14
|
+
- **PubMed** — Biomedical and life sciences
|
|
15
|
+
- **Semantic Scholar** — Multi-discipline academic search
|
|
16
|
+
- **Google Scholar** — Broad academic coverage
|
|
17
|
+
- **University repositories** — Institutional research databases
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
### Filter for academic results
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+
When searching, use the **Source type** filter and select **Academic** to prioritize scholarly sources over web results.
|
|
24
22
|
|
|
25
|
-
-
|
|
26
|
-
- **Source Collection**: Collect and organize sources
|
|
27
|
-
- **Note Integration**: Integrate with note-taking apps
|
|
28
|
-
- **Citation Tracking**: Track citations and references
|
|
23
|
+
Or include it in your query naturally: "Find peer-reviewed studies on the impact of social media on teen mental health."
|
|
29
24
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
- **Content Analysis**: Analyze research content
|
|
33
|
-
- **Trend Analysis**: Identify research trends
|
|
34
|
-
- **Comparative Analysis**: Compare research findings
|
|
35
|
-
- **Synthesis Tools**: Synthesize research findings
|
|
25
|
+
---
|
|
36
26
|
|
|
37
27
|
## Research Workflow
|
|
38
28
|
|
|
39
|
-
###
|
|
29
|
+
### Step 1 — Explore the topic
|
|
30
|
+
|
|
31
|
+
Start with a broad question in Regular or Pro Search mode:
|
|
32
|
+
|
|
33
|
+
> "What are the current theories on dark matter?"
|
|
34
|
+
|
|
35
|
+
Yantra provides a synthesized overview with cited sources to help you understand the landscape.
|
|
36
|
+
|
|
37
|
+
### Step 2 — Deep dive
|
|
38
|
+
|
|
39
|
+
Switch to **Deep Research** for a comprehensive literature review:
|
|
40
|
+
|
|
41
|
+
> "Provide a literature review of CRISPR gene editing applications in agriculture published after 2020"
|
|
42
|
+
|
|
43
|
+
Yantra will analyze 20–50+ sources and produce a structured report with key findings, methodology comparisons, and citation data.
|
|
44
|
+
|
|
45
|
+
### Step 3 — Save and organize
|
|
46
|
+
|
|
47
|
+
- **Bookmark** important sources to a collection (e.g., "Thesis Chapter 2 — Literature Review").
|
|
48
|
+
- **Tag** sources by theme, methodology, or relevance.
|
|
49
|
+
- **Export** your collection as BibTeX for LaTeX or formatted citations for Word.
|
|
50
|
+
|
|
51
|
+
### Step 4 — Write with citations
|
|
52
|
+
|
|
53
|
+
As you write your paper, reference your saved sources:
|
|
54
|
+
|
|
55
|
+
1. Open your collection.
|
|
56
|
+
2. Click **Cite** on any source.
|
|
57
|
+
3. Select your citation format (APA, MLA, Chicago, IEEE, Harvard).
|
|
58
|
+
4. Paste the formatted citation into your paper.
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Citation Management
|
|
63
|
+
|
|
64
|
+
### Supported formats
|
|
65
|
+
|
|
66
|
+
| Format | Typically used in |
|
|
67
|
+
| -------------------- | -------------------------------------- |
|
|
68
|
+
| APA 7th edition | Psychology, social sciences, education |
|
|
69
|
+
| MLA 9th edition | Humanities, literature, arts |
|
|
70
|
+
| Chicago 17th edition | History, some humanities |
|
|
71
|
+
| IEEE | Engineering, computer science |
|
|
72
|
+
| Harvard | General academic use (UK/Australia) |
|
|
73
|
+
| Vancouver | Medical and scientific journals |
|
|
74
|
+
|
|
75
|
+
### Bibliography export
|
|
76
|
+
|
|
77
|
+
Export your entire source collection as a formatted bibliography:
|
|
40
78
|
|
|
41
|
-
1.
|
|
42
|
-
2. **
|
|
43
|
-
3.
|
|
44
|
-
4.
|
|
45
|
-
5. **Synthesis**: Synthesize findings
|
|
46
|
-
6. **Documentation**: Document research process
|
|
79
|
+
1. Open a collection.
|
|
80
|
+
2. Click **Export > Bibliography**.
|
|
81
|
+
3. Select format.
|
|
82
|
+
4. Download as a .bib (BibTeX), .docx, or .txt file.
|
|
47
83
|
|
|
48
|
-
|
|
84
|
+
---
|
|
49
85
|
|
|
50
|
-
|
|
51
|
-
- **Citation Accuracy**: Ensure citation accuracy
|
|
52
|
-
- **Bias Awareness**: Be aware of potential biases
|
|
53
|
-
- **Ethical Research**: Follow ethical research practices
|
|
86
|
+
## Evaluating Sources
|
|
54
87
|
|
|
55
|
-
|
|
88
|
+
Yantra helps you assess source quality:
|
|
56
89
|
|
|
57
|
-
|
|
90
|
+
| Indicator | What it tells you |
|
|
91
|
+
| ------------------------- | -------------------------------------------- |
|
|
92
|
+
| **Peer-reviewed badge** | The paper has been through peer review |
|
|
93
|
+
| **Citation count** | How often the paper has been cited by others |
|
|
94
|
+
| **Publication date** | Whether the research is recent or seminal |
|
|
95
|
+
| **Journal impact factor** | The reputation of the publishing journal |
|
|
96
|
+
| **Open access** | Whether the full text is freely available |
|
|
58
97
|
|
|
59
|
-
|
|
60
|
-
- **Bibliography Generation**: Automatic bibliography
|
|
61
|
-
- **Reference Tracking**: Track references
|
|
62
|
-
- **Citation Verification**: Verify citations
|
|
98
|
+
---
|
|
63
99
|
|
|
64
|
-
|
|
100
|
+
## Tips for Academic Research
|
|
65
101
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
102
|
+
1. **Use specific queries** — "Effects of mindfulness meditation on cortisol levels in college students" gets better results than "mindfulness benefits."
|
|
103
|
+
2. **Check references** — Use Yantra to look up papers cited in your sources for a more complete literature review.
|
|
104
|
+
3. **Compare methodologies** — Ask Yantra to compare the methodologies used across studies on your topic.
|
|
105
|
+
4. **Track the conversation** — Academic fields are ongoing conversations. Ask about "recent developments" and "open questions" to find the cutting edge.
|
|
106
|
+
5. **Verify before citing** — Always click through to the original source to confirm the claim matches what Yantra reported.
|
|
@@ -1,84 +1,78 @@
|
|
|
1
1
|
# Student Discounts
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Students get 50% off Yantra Pro — the same powerful features, at a price designed for student budgets.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Discount Details
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
| | Free Plan | Student Pro |
|
|
10
|
+
| ------------------ | ----------- | -------------------------------- |
|
|
11
|
+
| **Price** | $0 | **$10/month** or **$100/year** |
|
|
12
|
+
| Searches/day | 20 | Unlimited |
|
|
13
|
+
| Pro Search | 5/day | Unlimited |
|
|
14
|
+
| Deep Research | 3/day | Unlimited |
|
|
15
|
+
| AI models | GPT-4o mini | All models |
|
|
16
|
+
| Academic citations | Basic | APA, MLA, Chicago, IEEE, Harvard |
|
|
17
|
+
| Export formats | Plain text | PDF, Markdown, BibTeX, CSV |
|
|
13
18
|
|
|
14
|
-
|
|
19
|
+
---
|
|
15
20
|
|
|
16
|
-
|
|
17
|
-
- **Academic Support**: Specialized academic support
|
|
18
|
-
- **Research Tools**: Enhanced research capabilities
|
|
19
|
-
- **Collaboration**: Team collaboration features
|
|
21
|
+
## How to Get the Discount
|
|
20
22
|
|
|
21
|
-
|
|
23
|
+
### Option 1 — .edu email verification (instant)
|
|
22
24
|
|
|
23
|
-
|
|
25
|
+
1. Go to **Settings > Billing > Student Discount**.
|
|
26
|
+
2. Enter your .edu email.
|
|
27
|
+
3. Click **Verify** and check your inbox.
|
|
28
|
+
4. Click the verification link — discount applied immediately.
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
- **Educational Email**: School email address
|
|
27
|
-
- **Enrollment Proof**: Current enrollment verification
|
|
28
|
-
- **Institution Verification**: Accredited institution
|
|
30
|
+
### Option 2 — Manual verification (2 business days)
|
|
29
31
|
|
|
30
|
-
|
|
32
|
+
For students without .edu emails:
|
|
31
33
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
- **Professional Schools**: Medical, law, business schools
|
|
34
|
+
1. Go to **Settings > Billing > Student Discount > Manual Verification**.
|
|
35
|
+
2. Upload proof of enrollment: student ID photo, enrollment letter, or current tuition receipt.
|
|
36
|
+
3. We verify within 2 business days and email you when the discount is active.
|
|
36
37
|
|
|
37
|
-
|
|
38
|
+
---
|
|
38
39
|
|
|
39
|
-
|
|
40
|
+
## Duration & Renewal
|
|
40
41
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
5. **Annual Renewal**: Reverify status annually
|
|
42
|
+
- Valid for **12 months** from verification date.
|
|
43
|
+
- You'll receive a reminder email 30 days before expiration.
|
|
44
|
+
- Re-verification is quick if you're still enrolled.
|
|
45
|
+
- After graduation, your plan converts to the standard Pro rate at next billing cycle.
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
---
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
- **Enrollment Letter**: Current enrollment proof
|
|
51
|
-
- **Transcript**: Recent academic transcript
|
|
52
|
-
- **Email Verification**: School email confirmation
|
|
49
|
+
## Stacking with Annual Billing
|
|
53
50
|
|
|
54
|
-
|
|
51
|
+
| Billing | Standard Pro | Student Pro |
|
|
52
|
+
| ------- | ------------ | ------------- |
|
|
53
|
+
| Monthly | $20/month | $10/month |
|
|
54
|
+
| Annual | $200/year | **$100/year** |
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
Annual + student discount = **$8.33/month** — the best deal available.
|
|
57
57
|
|
|
58
|
-
|
|
59
|
-
- **Citation Management**: Proper academic citations
|
|
60
|
-
- **Source Verification**: Verify academic sources
|
|
61
|
-
- **Export Formats**: Academic paper formats
|
|
58
|
+
---
|
|
62
59
|
|
|
63
|
-
|
|
60
|
+
## Eligibility
|
|
64
61
|
|
|
65
|
-
-
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
62
|
+
- High school students (16+)
|
|
63
|
+
- Undergraduate students
|
|
64
|
+
- Graduate and PhD students
|
|
65
|
+
- Post-doctoral researchers
|
|
66
|
+
- Continuing education students
|
|
69
67
|
|
|
70
|
-
|
|
68
|
+
Must be enrolled at an accredited institution.
|
|
71
69
|
|
|
72
|
-
|
|
70
|
+
---
|
|
73
71
|
|
|
74
|
-
|
|
75
|
-
- **Academic Use**: Primarily for academic purposes
|
|
76
|
-
- **Annual Verification**: Reverify status yearly
|
|
77
|
-
- **No Commercial Use**: Cannot be used for business
|
|
72
|
+
## FAQ
|
|
78
73
|
|
|
79
|
-
|
|
74
|
+
**Can I use this on a Team plan?** No, student discount is for individual Pro plans only.
|
|
80
75
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
-
|
|
84
|
-
- **Renewal**: Must reapply annually
|
|
76
|
+
**Can I combine with a promo code?** No, but annual billing discount does stack.
|
|
77
|
+
|
|
78
|
+
**I graduated — what happens?** Standard Pro pricing applies after your next re-verification date. No surprise charges.
|
|
@@ -1,67 +1,86 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Yantra for Students
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Yantra is a powerful research and study companion for students — from high school through post-grad. Get AI-powered answers backed by real sources, formatted with proper citations, and at a price that works for student budgets.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Why Students Choose Yantra
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
| Need | How Yantra helps |
|
|
10
|
+
| --------------- | -------------------------------------------------------------------------------- |
|
|
11
|
+
| Research papers | Find sources fast with semantic search across academic papers, news, and the web |
|
|
12
|
+
| Study sessions | Get clear explanations of complex topics, step-by-step problem solving |
|
|
13
|
+
| Citations | Auto-generate citations in APA, MLA, Chicago, or IEEE format |
|
|
14
|
+
| Exam prep | Create study guides, practice questions, and concept summaries |
|
|
15
|
+
| Group projects | Share research collections with classmates in shared workspaces |
|
|
13
16
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
- **Complex Topic Explanation**: Break down difficult concepts
|
|
17
|
-
- **Step-by-step Solutions**: Detailed problem-solving
|
|
18
|
-
- **Example Generation**: Create relevant examples
|
|
19
|
-
- **Concept Clarification**: Understand challenging topics
|
|
17
|
+
---
|
|
20
18
|
|
|
21
19
|
## Student Features
|
|
22
20
|
|
|
23
|
-
### Academic
|
|
21
|
+
### Academic citations
|
|
22
|
+
|
|
23
|
+
Yantra can format any source in standard academic styles:
|
|
24
|
+
|
|
25
|
+
1. Click the **Cite** button on any source card.
|
|
26
|
+
2. Select your citation format.
|
|
27
|
+
3. Copy the formatted citation to your clipboard or bibliography.
|
|
28
|
+
|
|
29
|
+
### Deep Research mode
|
|
30
|
+
|
|
31
|
+
Perfect for thesis research and literature reviews — Yantra consults 20–50+ sources and produces a structured, citation-rich report. See [Deep Research](/help-center/search-modes/deep-research).
|
|
32
|
+
|
|
33
|
+
### Export for academic use
|
|
24
34
|
|
|
25
|
-
|
|
26
|
-
- **Citation Management**: Proper citation formatting
|
|
27
|
-
- **Source Verification**: Verify academic sources
|
|
28
|
-
- **Export Options**: Export research in academic formats
|
|
35
|
+
Export your research in:
|
|
29
36
|
|
|
30
|
-
|
|
37
|
+
- **Markdown** — for Notion, Obsidian, or GitHub
|
|
38
|
+
- **PDF** — for submissions and printing
|
|
39
|
+
- **BibTeX** — for LaTeX bibliographies
|
|
31
40
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
- **
|
|
35
|
-
- **
|
|
41
|
+
### Study tools
|
|
42
|
+
|
|
43
|
+
- **Explain like I'm 5** — Ask Yantra to simplify complex concepts.
|
|
44
|
+
- **Step-by-step solutions** — Get detailed walkthroughs of math, science, and engineering problems.
|
|
45
|
+
- **Flashcard generation** — Ask Yantra to create flashcards from any topic (export as Anki-compatible format).
|
|
46
|
+
|
|
47
|
+
---
|
|
36
48
|
|
|
37
49
|
## Student Pricing
|
|
38
50
|
|
|
39
|
-
|
|
51
|
+
Students get **50% off** Yantra Pro:
|
|
52
|
+
|
|
53
|
+
| Plan | Monthly | Annual |
|
|
54
|
+
| --------------- | ------------- | --------------------------- |
|
|
55
|
+
| Free | $0 | $0 |
|
|
56
|
+
| **Student Pro** | **$10/month** | **$100/year** ($8.33/month) |
|
|
57
|
+
| Regular Pro | $20/month | $200/year |
|
|
58
|
+
|
|
59
|
+
**How to get the discount:**
|
|
60
|
+
|
|
61
|
+
1. Verify with your .edu email, or upload a student ID.
|
|
62
|
+
2. The discount is applied instantly and lasts 12 months.
|
|
63
|
+
3. Re-verify annually to keep the discount.
|
|
40
64
|
|
|
41
|
-
|
|
42
|
-
- **Discounted Plans**: Special pricing for students
|
|
43
|
-
- **Educational Access**: Enhanced features for students
|
|
44
|
-
- **Group Discounts**: Discounts for study groups
|
|
65
|
+
For full details, see [Student Discounts](/help-center/subscription-billing/student-discounts).
|
|
45
66
|
|
|
46
|
-
|
|
67
|
+
---
|
|
47
68
|
|
|
48
|
-
|
|
49
|
-
- **Limited Searches**: Daily search limits
|
|
50
|
-
- **Basic Citations**: Standard citation features
|
|
51
|
-
- **Community Access**: Join student community
|
|
69
|
+
## Getting Started
|
|
52
70
|
|
|
53
|
-
|
|
71
|
+
1. **Create your account** at [yantra.ai](https://yantra.ai).
|
|
72
|
+
2. **Verify student status** in Settings > Billing > Student Discount.
|
|
73
|
+
3. **Try your first search** — ask any academic question.
|
|
74
|
+
4. **Save your research** — bookmark results to collections organized by class or project.
|
|
75
|
+
5. **Export with citations** — use the export tools when writing papers.
|
|
54
76
|
|
|
55
|
-
|
|
77
|
+
---
|
|
56
78
|
|
|
57
|
-
|
|
58
|
-
- **Educational Email**: Use school email if available
|
|
59
|
-
- **Profile Completion**: Complete student profile
|
|
60
|
-
- **Preferences**: Set academic preferences
|
|
79
|
+
## Academic Integrity
|
|
61
80
|
|
|
62
|
-
|
|
81
|
+
Yantra is designed to support your research, not replace it:
|
|
63
82
|
|
|
64
|
-
- **
|
|
65
|
-
- **
|
|
66
|
-
- **
|
|
67
|
-
- **
|
|
83
|
+
- **Always cite your sources** — Yantra makes this easy with one-click citations.
|
|
84
|
+
- **Verify AI responses** — Click source links to read original material.
|
|
85
|
+
- **Use as a starting point** — Yantra helps you find and understand sources; your analysis and writing should be your own.
|
|
86
|
+
- **Check your institution's AI policy** — Academic AI policies vary. Make sure your use of Yantra complies with your school's guidelines.
|