@adminide-stack/yantra-help-browser 12.0.16-alpha.27 → 12.0.16-alpha.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/lib/components/HelpCenterFooter.d.ts.map +1 -1
  2. package/lib/components/HelpCenterFooter.js +43 -88
  3. package/lib/components/HelpCenterFooter.js.map +1 -1
  4. package/lib/components/HelpCenterHeader.d.ts.map +1 -1
  5. package/lib/components/HelpCenterHeader.js +3 -8
  6. package/lib/components/HelpCenterHeader.js.map +1 -1
  7. package/lib/components/Icons.d.ts +55 -0
  8. package/lib/components/Icons.d.ts.map +1 -0
  9. package/lib/{pages/LandingPage/components → components}/Icons.js +39 -2
  10. package/lib/components/Icons.js.map +1 -0
  11. package/lib/components/Logo.d.ts +1 -2
  12. package/lib/components/Logo.d.ts.map +1 -1
  13. package/lib/components/Logo.js +2 -9
  14. package/lib/components/Logo.js.map +1 -1
  15. package/lib/components/PageHero.d.ts +9 -0
  16. package/lib/components/PageHero.d.ts.map +1 -0
  17. package/lib/components/PageHero.js +47 -0
  18. package/lib/components/PageHero.js.map +1 -0
  19. package/lib/components/SearchBar.d.ts.map +1 -1
  20. package/lib/components/SearchBar.js +9 -45
  21. package/lib/components/SearchBar.js.map +1 -1
  22. package/lib/components/SidebarSearch.js +2 -2
  23. package/lib/components/SidebarSearch.js.map +1 -1
  24. package/lib/components/navbar/index.d.ts.map +1 -1
  25. package/lib/components/navbar/index.js +5 -16
  26. package/lib/components/navbar/index.js.map +1 -1
  27. package/lib/compute.d.ts +15 -0
  28. package/lib/compute.d.ts.map +1 -1
  29. package/lib/compute.js +74 -2
  30. package/lib/compute.js.map +1 -1
  31. package/lib/pages/About/index.d.ts +3 -0
  32. package/lib/pages/About/index.d.ts.map +1 -0
  33. package/lib/pages/About/index.js +69 -0
  34. package/lib/pages/About/index.js.map +1 -0
  35. package/lib/pages/Careers/index.d.ts +3 -0
  36. package/lib/pages/Careers/index.d.ts.map +1 -0
  37. package/lib/pages/Careers/index.js +78 -0
  38. package/lib/pages/Careers/index.js.map +1 -0
  39. package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
  40. package/lib/pages/CategoryCollection/index.js +15 -78
  41. package/lib/pages/CategoryCollection/index.js.map +1 -1
  42. package/lib/pages/Community/index.d.ts +3 -0
  43. package/lib/pages/Community/index.d.ts.map +1 -0
  44. package/lib/pages/Community/index.js +72 -0
  45. package/lib/pages/Community/index.js.map +1 -0
  46. package/lib/pages/Contact/index.d.ts +3 -0
  47. package/lib/pages/Contact/index.d.ts.map +1 -0
  48. package/lib/pages/Contact/index.js +128 -0
  49. package/lib/pages/Contact/index.js.map +1 -0
  50. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
  51. package/lib/pages/GetStarted/index.d.ts.map +1 -1
  52. package/lib/pages/GetStarted/index.js +9 -45
  53. package/lib/pages/GetStarted/index.js.map +1 -1
  54. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
  55. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +7 -34
  56. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
  57. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
  58. package/lib/pages/HelpCenter/components/PopularArticle.js +3 -12
  59. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
  60. package/lib/pages/HelpCenter/index.d.ts.map +1 -1
  61. package/lib/pages/HelpCenter/index.js +15 -74
  62. package/lib/pages/HelpCenter/index.js.map +1 -1
  63. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
  64. package/lib/pages/LandingPage/components/ArticleCard.js +3 -12
  65. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
  66. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
  67. package/lib/pages/LandingPage/components/CategoryCard.js +3 -12
  68. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
  69. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
  70. package/lib/pages/LandingPage/components/HeroSection.js +3 -8
  71. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
  72. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
  73. package/lib/pages/LandingPage/components/ResourceCard.js +3 -12
  74. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
  75. package/lib/pages/LandingPage/index.d.ts.map +1 -1
  76. package/lib/pages/LandingPage/index.js +62 -33
  77. package/lib/pages/LandingPage/index.js.map +1 -1
  78. package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -1
  79. package/lib/pages/Markdown/MarkdownPageLayout.js +11 -56
  80. package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -1
  81. package/lib/pages/Privacy/index.d.ts +3 -0
  82. package/lib/pages/Privacy/index.d.ts.map +1 -0
  83. package/lib/pages/Privacy/index.js +60 -0
  84. package/lib/pages/Privacy/index.js.map +1 -0
  85. package/lib/pages/ReleaseNotes/index.d.ts +3 -0
  86. package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
  87. package/lib/pages/ReleaseNotes/index.js +61 -0
  88. package/lib/pages/ReleaseNotes/index.js.map +1 -0
  89. package/lib/pages/StatusPage/index.d.ts +3 -0
  90. package/lib/pages/StatusPage/index.d.ts.map +1 -0
  91. package/lib/pages/StatusPage/index.js +85 -0
  92. package/lib/pages/StatusPage/index.js.map +1 -0
  93. package/lib/pages/Terms/index.d.ts +3 -0
  94. package/lib/pages/Terms/index.d.ts.map +1 -0
  95. package/lib/pages/Terms/index.js +60 -0
  96. package/lib/pages/Terms/index.js.map +1 -0
  97. package/lib/routes.json +88 -0
  98. package/lib/templates/content/account-management/account-setup.md +56 -57
  99. package/lib/templates/content/account-management/delete-account.md +55 -58
  100. package/lib/templates/content/account-management/preferences.md +70 -55
  101. package/lib/templates/content/account-management/privacy-settings.md +67 -56
  102. package/lib/templates/content/account-management/profile-settings.md +56 -45
  103. package/lib/templates/content/data-privacy/data-collection.md +55 -51
  104. package/lib/templates/content/data-privacy/privacy-policy.md +74 -57
  105. package/lib/templates/content/data-subject-privacy/data-access.md +59 -69
  106. package/lib/templates/content/data-subject-privacy/data-portability.md +67 -93
  107. package/lib/templates/content/data-subject-privacy/privacy-requests.md +66 -62
  108. package/lib/templates/content/file-uploads/file-upload-overview.md +69 -50
  109. package/lib/templates/content/getting-started/getting-started-guide.md +65 -51
  110. package/lib/templates/content/product-features/ai-models.md +62 -57
  111. package/lib/templates/content/product-features/collaboration-tools.md +66 -45
  112. package/lib/templates/content/product-features/conversation-features.md +59 -34
  113. package/lib/templates/content/product-features/export-features.md +65 -45
  114. package/lib/templates/content/product-features/follow-up-questions.md +61 -46
  115. package/lib/templates/content/product-features/real-time-search.md +63 -46
  116. package/lib/templates/content/product-features/saved-searches.md +53 -45
  117. package/lib/templates/content/product-features/search-features.md +61 -43
  118. package/lib/templates/content/product-features/search-history.md +64 -45
  119. package/lib/templates/content/product-features/source-citations.md +77 -44
  120. package/lib/templates/content/scope-api/api-overview.md +83 -46
  121. package/lib/templates/content/search-modes/deep-research.md +87 -46
  122. package/lib/templates/content/search-modes/labs-features.md +54 -56
  123. package/lib/templates/content/search-modes/pro-search.md +53 -45
  124. package/lib/templates/content/search-modes/regular-search.md +64 -46
  125. package/lib/templates/content/spaces-library/spaces-overview.md +68 -47
  126. package/lib/templates/content/student-hub/academic-research.md +85 -48
  127. package/lib/templates/content/student-hub/student-discounts.md +51 -57
  128. package/lib/templates/content/student-hub/student-overview.md +64 -45
  129. package/lib/templates/content/student-hub/study-tools.md +99 -45
  130. package/lib/templates/content/subscription-billing/billing-cycle.md +50 -48
  131. package/lib/templates/content/subscription-billing/billing-overview.md +55 -34
  132. package/lib/templates/content/subscription-billing/billing-support.md +52 -45
  133. package/lib/templates/content/subscription-billing/currency-support.md +36 -62
  134. package/lib/templates/content/subscription-billing/enterprise-pricing.md +52 -46
  135. package/lib/templates/content/subscription-billing/invoice-management.md +64 -45
  136. package/lib/templates/content/subscription-billing/payment-methods.md +53 -52
  137. package/lib/templates/content/subscription-billing/promotional-offers.md +58 -46
  138. package/lib/templates/content/subscription-billing/refund-policy.md +53 -58
  139. package/lib/templates/content/subscription-billing/student-discounts.md +61 -57
  140. package/lib/templates/content/subscription-billing/tax-information.md +64 -45
  141. package/lib/templates/content/technical-questions/ai-models-technical.md +60 -56
  142. package/lib/templates/content/technical-questions/api-technical.md +131 -56
  143. package/lib/templates/content/technical-questions/data-processing.md +74 -55
  144. package/lib/templates/content/technical-questions/database-architecture.md +91 -54
  145. package/lib/templates/content/technical-questions/infrastructure.md +104 -55
  146. package/lib/templates/content/technical-questions/performance-optimization.md +77 -55
  147. package/lib/templates/content/technical-questions/search-algorithms.md +78 -56
  148. package/lib/templates/content/technical-questions/technical-overview.md +76 -52
  149. package/lib/templates/content/threads/conversation-management.md +81 -45
  150. package/lib/templates/content/threads/threads-overview.md +69 -45
  151. package/lib/templates/content/troubleshooting/common-issues.md +91 -43
  152. package/lib/templates/content/what-is-yantra/getting-started-yantra.md +58 -57
  153. package/package.json +2 -2
  154. package/lib/pages/LandingPage/components/Icons.d.ts +0 -13
  155. package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
  156. package/lib/pages/LandingPage/components/Icons.js.map +0 -1
@@ -1,68 +1,89 @@
1
- # Spaces Overview
1
+ # Spaces & Library
2
2
 
3
- Introduction to Yantra Spaces for organizing your research.
3
+ Spaces are your personal and shared workspaces for organizing research, saved searches, and AI conversations in one place.
4
4
 
5
- ## What are Spaces?
5
+ ---
6
6
 
7
- ### Concept
7
+ ## What Are Spaces?
8
8
 
9
- - **Research Organization**: Organize research projects
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
- ### Benefits
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
- - **Organization**: Keep research organized
17
- - **Accessibility**: Easy access to research
18
- - **Collaboration**: Share research with others
19
- - **Productivity**: Increase research productivity
15
+ ---
20
16
 
21
- ## Space Features
17
+ ## Creating a Space
22
18
 
23
- ### Organization Tools
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
- - **Folders**: Organize content in folders
26
- - **Tags**: Tag content for easy finding
27
- - **Categories**: Categorize research topics
28
- - **Search**: Search within spaces
24
+ ---
29
25
 
30
- ### Content Management
26
+ ## What You Can Add to a Space
31
27
 
32
- - **Save Searches**: Save important searches
33
- - **Add Notes**: Add personal notes
34
- - **Attach Files**: Attach relevant files
35
- - **Link Sources**: Link to source materials
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
- ## Creating Spaces
37
+ ---
38
38
 
39
- ### Space Creation
39
+ ## Organizing Content
40
40
 
41
- 1. **Access Spaces**: Go to Spaces section
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
- ### Space Configuration
43
+ Add tags to any item in a Space for quick filtering:
48
44
 
49
- - **Privacy Settings**: Set space privacy
50
- - **Sharing Options**: Configure sharing
51
- - **Member Management**: Manage space members
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
- ## Space Management
49
+ ### Sections
55
50
 
56
- ### Content Organization
51
+ Divide a Space into sections (like headings in a document):
57
52
 
58
- - **Folder Structure**: Create logical folder structure
59
- - **Tagging System**: Use consistent tagging
60
- - **Categorization**: Categorize content properly
61
- - **Search Optimization**: Optimize for search
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
- ### Collaboration
58
+ ### Sorting
64
59
 
65
- - **Member Roles**: Assign member roles
66
- - **Permission Levels**: Set permission levels
67
- - **Activity Tracking**: Track space activity
68
- - **Communication**: Facilitate team communication
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
- Using Yantra for academic research and studies.
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
- ## Research Capabilities
5
+ ---
6
6
 
7
- ### Comprehensive Research
7
+ ## Finding Academic Sources
8
8
 
9
- - **Literature Reviews**: Comprehensive literature reviews
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
- ### Academic Sources
11
+ Yantra's search includes academic papers, preprints, and scholarly articles from:
15
12
 
16
- - **Academic Papers**: Access to academic papers
17
- - **Research Databases**: Academic database integration
18
- - **Peer-reviewed Sources**: Peer-reviewed content
19
- - **Institutional Access**: University library access
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
- ## Research Tools
19
+ ### Filter for academic results
22
20
 
23
- ### Organization Features
21
+ When searching, use the **Source type** filter and select **Academic** to prioritize scholarly sources over web results.
24
22
 
25
- - **Project Management**: Manage research projects
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
- ### Analysis Tools
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
- ### Research Process
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. **Topic Definition**: Define research topic
42
- 2. **Literature Search**: Search academic literature
43
- 3. **Source Collection**: Collect relevant sources
44
- 4. **Analysis**: Analyze collected sources
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
- ### Best Practices
84
+ ---
49
85
 
50
- - **Source Verification**: Verify source credibility
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
- ## Academic Features
88
+ Yantra helps you assess source quality:
56
89
 
57
- ### Citation Management
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
- - **Citation Formats**: Multiple citation formats
60
- - **Bibliography Generation**: Automatic bibliography
61
- - **Reference Tracking**: Track references
62
- - **Citation Verification**: Verify citations
98
+ ---
63
99
 
64
- ### Collaboration Tools
100
+ ## Tips for Academic Research
65
101
 
66
- - **Research Teams**: Collaborate with research teams
67
- - **Peer Review**: Peer review capabilities
68
- - **Knowledge Sharing**: Share research knowledge
69
- - **Publication Support**: Support for publication
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
- Special pricing and discounts for students.
3
+ Students get 50% off Yantra Pro — the same powerful features, at a price designed for student budgets.
4
4
 
5
- ## Student Pricing
5
+ ---
6
6
 
7
- ### Discounted Plans
7
+ ## Discount Details
8
8
 
9
- - **Pro Student**: $10/month (50% off regular Pro)
10
- - **Max Student**: $20/month (50% off regular Max)
11
- - **Annual Pro**: $100/year (50% off annual Pro)
12
- - **Annual Max**: $200/year (50% off annual Max)
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
- ### Educational Benefits
19
+ ---
15
20
 
16
- - **Full Features**: Access to all plan features
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
- ## Eligibility Requirements
23
+ ### Option 1 — .edu email verification (instant)
22
24
 
23
- ### Student Verification
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
- - **Valid Student ID**: Current student identification
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
- ### Eligible Institutions
32
+ For students without .edu emails:
31
33
 
32
- - **Universities**: Four-year universities
33
- - **Community Colleges**: Two-year colleges
34
- - **Graduate Schools**: Master's and PhD programs
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
- ## How to Apply
38
+ ---
38
39
 
39
- ### Verification Process
40
+ ## Duration & Renewal
40
41
 
41
- 1. **Sign Up**: Create account with student email
42
- 2. **Upload Documents**: Upload student ID and enrollment proof
43
- 3. **Verify Institution**: Confirm institution accreditation
44
- 4. **Activate Discount**: Discount applied automatically
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
- ### Required Documents
47
+ ---
48
48
 
49
- - **Student ID**: Clear photo of student ID
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
- ## Student Features
51
+ | Billing | Standard Pro | Student Pro |
52
+ | ------- | ------------ | ------------- |
53
+ | Monthly | $20/month | $10/month |
54
+ | Annual | $200/year | **$100/year** |
55
55
 
56
- ### Academic Tools
56
+ Annual + student discount = **$8.33/month** — the best deal available.
57
57
 
58
- - **Research Organization**: Organize academic research
59
- - **Citation Management**: Proper academic citations
60
- - **Source Verification**: Verify academic sources
61
- - **Export Formats**: Academic paper formats
58
+ ---
62
59
 
63
- ### Study Support
60
+ ## Eligibility
64
61
 
65
- - **Note Integration**: Connect with note-taking apps
66
- - **Study Planning**: Organize study sessions
67
- - **Group Collaboration**: Work with study groups
68
- - **Progress Tracking**: Monitor research progress
62
+ - High school students (16+)
63
+ - Undergraduate students
64
+ - Graduate and PhD students
65
+ - Post-doctoral researchers
66
+ - Continuing education students
69
67
 
70
- ## Terms and Conditions
68
+ Must be enrolled at an accredited institution.
71
69
 
72
- ### Student Requirements
70
+ ---
73
71
 
74
- - **Active Enrollment**: Must be currently enrolled
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
- ### Discount Limitations
74
+ **Can I use this on a Team plan?** No, student discount is for individual Pro plans only.
80
75
 
81
- - **One Account**: One student discount per person
82
- - **Non-transferable**: Cannot be shared
83
- - **Expiration**: Discount expires upon graduation
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
- # Student Overview
1
+ # Yantra for Students
2
2
 
3
- Introduction to Yantra for students.
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
- ## Why Yantra for Students
5
+ ---
6
6
 
7
- ### Academic Research
7
+ ## Why Students Choose Yantra
8
8
 
9
- - **Comprehensive Sources**: Access to academic papers and research
10
- - **Real-time Information**: Current information for assignments
11
- - **Source Citations**: Proper citations for academic work
12
- - **Multi-perspective Analysis**: Different viewpoints on topics
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
- ### Study Support
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 Tools
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
- - **Research Organization**: Organize research projects
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
- ### Study Aids
37
+ - **Markdown** — for Notion, Obsidian, or GitHub
38
+ - **PDF** — for submissions and printing
39
+ - **BibTeX** — for LaTeX bibliographies
31
40
 
32
- - **Note-taking Integration**: Connect with note-taking apps
33
- - **Study Planning**: Organize study sessions
34
- - **Progress Tracking**: Monitor research progress
35
- - **Collaboration Tools**: Work with study groups
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
- ### Special Discounts
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
- - **Student Verification**: Verify student status
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
- ### Free Features
67
+ ---
47
68
 
48
- - **Basic Research**: Essential research capabilities
49
- - **Limited Searches**: Daily search limits
50
- - **Basic Citations**: Standard citation features
51
- - **Community Access**: Join student community
69
+ ## Getting Started
52
70
 
53
- ## Getting Started as a Student
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
- ### Account Setup
77
+ ---
56
78
 
57
- - **Student Verification**: Verify student status
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
- ### Academic Workflow
81
+ Yantra is designed to support your research, not replace it:
63
82
 
64
- - **Research Planning**: Plan your research approach
65
- - **Source Collection**: Gather relevant sources
66
- - **Citation Management**: Manage citations properly
67
- - **Project Organization**: Organize academic projects
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.