@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,67 +1,121 @@
1
1
  # Study Tools
2
2
 
3
- Yantra features that help with studying and learning.
3
+ Yantra isn't just a search engine — it's a study companion. Use these tools to understand concepts, prepare for exams, and stay organized.
4
4
 
5
- ## Study Organization
5
+ ---
6
6
 
7
- ### Study Planning
7
+ ## Concept Explanation
8
8
 
9
- - **Study Schedules**: Create study schedules
10
- - **Topic Organization**: Organize study topics
11
- - **Progress Tracking**: Track study progress
12
- - **Goal Setting**: Set study goals
9
+ ### Simplify complex topics
13
10
 
14
- ### Content Management
11
+ Ask Yantra to explain anything at different levels of complexity:
15
12
 
16
- - **Study Materials**: Organize study materials
17
- - **Note Integration**: Integrate with note-taking apps
18
- - **Flashcard Support**: Create and use flashcards
19
- - **Quiz Generation**: Generate practice quizzes
13
+ | Request | What you get |
14
+ | ---------------------------------------------------------- | -------------------------------------------------- |
15
+ | "Explain quantum entanglement" | Standard explanation with technical terms |
16
+ | "Explain quantum entanglement like I'm 10" | Simplified analogy-based explanation |
17
+ | "Explain quantum entanglement for a physics undergraduate" | Detailed explanation with equations and references |
20
18
 
21
- ## Learning Features
19
+ ### Step-by-step solutions
22
20
 
23
- ### Interactive Learning
21
+ For math, science, and engineering problems:
24
22
 
25
- - **Adaptive Learning**: Adapt to learning style
26
- - **Personalized Content**: Personalized study content
27
- - **Learning Analytics**: Track learning progress
28
- - **Skill Assessment**: Assess learning skills
23
+ > "Solve the differential equation dy/dx = 3x² + 2x - 1 step by step"
29
24
 
30
- ### Study Modes
25
+ Yantra shows each step with explanations, so you learn the process, not just the answer.
31
26
 
32
- - **Focus Mode**: Distraction-free study mode
33
- - **Group Study**: Collaborative study features
34
- - **Self-paced Learning**: Self-paced study options
35
- - **Guided Learning**: Guided study paths
27
+ ---
36
28
 
37
- ## Study Support
29
+ ## Study Aids
38
30
 
39
- ### Academic Support
31
+ ### Flashcard generation
40
32
 
41
- - **Subject Expertise**: Access to subject experts
42
- - **Study Groups**: Join study groups
43
- - **Peer Learning**: Learn from peers
44
- - **Mentor Access**: Access to mentors
33
+ 1. Ask Yantra to create flashcards on any topic: "Create 20 flashcards about the causes of World War I."
34
+ 2. Review the generated flashcards in the response.
35
+ 3. Export in **Anki-compatible format** for spaced repetition study.
45
36
 
46
- ### Study Resources
37
+ ### Practice questions
47
38
 
48
- - **Educational Content**: Access educational content
49
- - **Practice Materials**: Practice materials and exercises
50
- - **Assessment Tools**: Assessment and testing tools
51
- - **Progress Reports**: Detailed progress reports
39
+ Ask Yantra to quiz you:
52
40
 
53
- ## Study Optimization
41
+ > "Give me 10 multiple-choice questions about cell biology for an intro biology exam"
54
42
 
55
- ### Performance Tracking
43
+ Yantra generates questions with answer choices. Ask for the answers when you're ready.
56
44
 
57
- - **Study Analytics**: Track study performance
58
- - **Time Management**: Optimize study time
59
- - **Efficiency Metrics**: Measure study efficiency
60
- - **Improvement Areas**: Identify improvement areas
45
+ ### Study guides
61
46
 
62
- ### Study Techniques
47
+ > "Create a study guide for AP US History covering the period 1800–1850"
63
48
 
64
- - **Active Learning**: Active learning techniques
65
- - **Spaced Repetition**: Spaced repetition methods
66
- - **Retrieval Practice**: Retrieval practice techniques
67
- - **Metacognition**: Metacognitive strategies
49
+ Yantra produces an organized summary with key events, people, concepts, and suggested review topics.
50
+
51
+ ---
52
+
53
+ ## Research Organization
54
+
55
+ ### Collections
56
+
57
+ Organize your research by class, project, or topic:
58
+
59
+ - Create a collection for each class (e.g., "BIO 201 — Genetics")
60
+ - Save relevant searches and sources as you go
61
+ - Add notes and tags for quick filtering
62
+ - Share with study partners for group projects
63
+
64
+ ### Timeline view
65
+
66
+ For history, political science, and similar subjects, ask Yantra to present events chronologically:
67
+
68
+ > "Create a timeline of major events in the Cold War from 1947 to 1991"
69
+
70
+ ---
71
+
72
+ ## Writing Assistance
73
+
74
+ ### Outline generation
75
+
76
+ > "Create an outline for a 10-page paper on the ethics of artificial intelligence in healthcare"
77
+
78
+ Yantra generates a structured outline with:
79
+
80
+ - Thesis statement suggestions
81
+ - Section headings
82
+ - Key points to cover under each section
83
+ - Recommended sources
84
+
85
+ ### Grammar and clarity
86
+
87
+ Paste a paragraph and ask:
88
+
89
+ > "Review this paragraph for grammar, clarity, and academic tone"
90
+
91
+ Yantra highlights issues and suggests improvements.
92
+
93
+ ---
94
+
95
+ ## Exam Preparation
96
+
97
+ ### Topic review
98
+
99
+ Before an exam, ask Yantra to summarize key topics:
100
+
101
+ > "Summarize the 5 most important concepts from organic chemistry chapters 1–4"
102
+
103
+ ### Practice problems
104
+
105
+ > "Give me 5 practice problems about integration by parts, starting easy and getting harder"
106
+
107
+ ### Concept connections
108
+
109
+ > "How does the concept of entropy in thermodynamics relate to information entropy in computer science?"
110
+
111
+ Understanding connections between topics helps with both recall and deeper understanding.
112
+
113
+ ---
114
+
115
+ ## Tips for Effective Studying
116
+
117
+ 1. **Active recall** — Don't just read Yantra's answers. Quiz yourself first, then check.
118
+ 2. **Spaced repetition** — Use the flashcard export with Anki for long-term retention.
119
+ 3. **Teach it back** — Try explaining a concept to Yantra in your own words and ask it to evaluate your explanation.
120
+ 4. **Start broad, go deep** — Begin with overview questions, then drill into specifics.
121
+ 5. **Cite everything** — Build good habits early. Use Yantra's citation tools even for informal notes.
@@ -1,69 +1,71 @@
1
- # Billing Cycles
1
+ # Billing Cycle
2
2
 
3
- Monthly vs annual billing and cycle management.
3
+ Understand how Yantra's billing cycles work, when you're charged, and how plan changes affect your payments.
4
4
 
5
- ## Billing Cycle Options
5
+ ---
6
6
 
7
- ### Monthly Billing
7
+ ## How Billing Cycles Work
8
8
 
9
- - **Frequency**: Charged every month
10
- - **Flexibility**: Easy to cancel or change
11
- - **Higher Cost**: More expensive per month
12
- - **Immediate Changes**: Plan changes take effect immediately
9
+ ### Monthly billing
13
10
 
14
- ### Annual Billing
11
+ - You're charged on the same date each month (e.g., if you subscribed on March 15, you're charged on the 15th of every month).
12
+ - If your billing date falls on a day that doesn't exist in a shorter month (e.g., the 31st), you're charged on the last day of that month.
15
13
 
16
- - **Frequency**: Charged once per year
17
- - **Savings**: 2 months free (17% discount)
18
- - **Commitment**: Full year commitment
19
- - **Better Value**: Lower effective monthly cost
14
+ ### Annual billing
20
15
 
21
- ## Cycle Management
16
+ - You're charged once per year on your subscription anniversary.
17
+ - Annual plans cost the equivalent of 10 months — **saving you 2 months free (~17% discount)**.
18
+ - You can switch from monthly to annual at any time.
22
19
 
23
- ### Changing Cycles
20
+ ---
24
21
 
25
- 1. Access Account Settings
26
- 2. Go to Subscription section
27
- 3. Select "Change Billing Cycle"
28
- 4. Choose new cycle
29
- 5. Review pricing changes
30
- 6. Confirm changes
22
+ ## Billing Date Changes
31
23
 
32
- ### Cycle Benefits
24
+ ### When you upgrade
33
25
 
34
- - **Monthly**: Maximum flexibility
35
- - **Annual**: Maximum savings
36
- - **Prorated Changes**: Fair billing adjustments
37
- - **No Penalties**: Change cycles anytime
26
+ - You're charged a **pro-rated amount** immediately for the remainder of the current billing cycle.
27
+ - Your billing date does not change.
28
+ - Example: If you're on monthly billing (billed on the 1st) and upgrade on the 15th, you pay 50% of the price difference immediately.
38
29
 
39
- ## Billing Dates
30
+ ### When you downgrade
40
31
 
41
- ### Payment Timing
32
+ - Your current plan continues until the end of the billing period.
33
+ - The lower-priced plan takes effect on the next billing date.
34
+ - No pro-rated refunds are issued for the remaining time on the higher plan.
42
35
 
43
- - **Monthly**: Same date each month
44
- - **Annual**: Same date each year
45
- - **Grace Period**: 3-day payment grace period
46
- - **Late Fees**: No late fees for Yantra
36
+ ### When you cancel
47
37
 
48
- ### Date Management
38
+ - Access continues until the end of your current billing period.
39
+ - No further charges are applied.
40
+ - Your account reverts to the Free plan automatically.
49
41
 
50
- - **Change Dates**: Modify billing dates
51
- - **Skip Payments**: Pause billing temporarily
52
- - **Advance Payments**: Pay ahead of schedule
53
- - **Payment Reminders**: Email notifications
42
+ ---
54
43
 
55
- ## Cycle Information
44
+ ## Grace Periods
56
45
 
57
- ### Understanding Cycles
46
+ If a payment fails, Yantra provides a **3-day grace period**:
58
47
 
59
- - **Billing Period**: Time between charges
60
- - **Service Period**: Active service time
61
- - **Renewal Date**: Next billing date
62
- - **Cancellation**: End of current cycle
48
+ | Day | What happens |
49
+ | ------- | ---------------------------------------------------------------------------------------------- |
50
+ | Day 0 | Payment fails. You're notified by email. Full access continues. |
51
+ | Day 1 | A second payment attempt is made automatically. |
52
+ | Day 3 | Third and final attempt. If it fails, your account is downgraded to Free. |
53
+ | Anytime | Update your payment method at **Settings > Billing > Payment Methods** to resolve immediately. |
63
54
 
64
- ### Cycle Changes
55
+ > **No surprise interruptions:** You'll always get at least 3 days to fix a payment issue before any features are restricted.
65
56
 
66
- - **Upgrade Impact**: Immediate feature access
67
- - **Downgrade Impact**: End of current cycle
68
- - **Proration**: Fair billing adjustments
69
- - **Refunds**: Unused time refunds
57
+ ---
58
+
59
+ ## Viewing Your Billing History
60
+
61
+ 1. Go to **Settings > Billing > Invoice History**.
62
+ 2. Browse all past invoices by date.
63
+ 3. Click any invoice to view details or download a PDF.
64
+ 4. Filter by date range, amount, or status (paid, pending, failed).
65
+
66
+ ---
67
+
68
+ ## Switching Between Monthly and Annual
69
+
70
+ - **Monthly → Annual** — Switch anytime. You'll be credited for the unused portion of your current monthly period, then charged the annual rate.
71
+ - **Annual → Monthly** — Takes effect when your annual plan expires. No mid-term switch is available.
@@ -1,51 +1,72 @@
1
1
  # Billing Overview
2
2
 
3
- Understanding your Yantra billing and payment options.
3
+ Everything you need to know about Yantra's pricing, payment options, and billing management.
4
4
 
5
- ## Billing Information
5
+ ---
6
6
 
7
- ### Current Subscription
7
+ ## Plans & Pricing
8
8
 
9
- - **Plan Type**: Your current subscription tier
10
- - **Billing Cycle**: Monthly or annual billing
11
- - **Next Payment**: When your next payment is due
12
- - **Amount Due**: Cost of your next billing cycle
9
+ | Plan | Price | Includes |
10
+ | -------------- | ---------------------------------- | -------------------------------------------------------------------------------- |
11
+ | **Free** | $0/month | 20 searches/day, 5 Pro searches, 3 Deep Research, basic AI model |
12
+ | **Pro** | $20/month (or $200/year) | Unlimited searches, Pro Search, Deep Research, model selection, priority support |
13
+ | **Team** | $20/user/month (or $200/user/year) | Everything in Pro + shared workspaces, team analytics, admin controls |
14
+ | **Enterprise** | Custom pricing | Everything in Team + SSO, audit logs, custom models, dedicated support, SLA |
13
15
 
14
- ### Payment Methods
16
+ > **Annual billing saves ~17%** compared to monthly billing.
15
17
 
16
- - **Credit Cards**: Visa, MasterCard, American Express
17
- - **Debit Cards**: Supported debit cards
18
- - **PayPal**: PayPal account payments
19
- - **Bank Transfer**: For enterprise customers
18
+ ---
20
19
 
21
- ## Billing Management
20
+ ## Payment Methods
22
21
 
23
- ### Viewing Bills
22
+ Yantra accepts the following payment methods:
24
23
 
25
- - **Invoice History**: Access all past invoices
26
- - **Download Invoices**: PDF format available
27
- - **Email Invoices**: Automatic email delivery
28
- - **Tax Information**: Detailed tax breakdowns
24
+ - **Credit/debit cards** Visa, Mastercard, American Express, Discover
25
+ - **PayPal** Link your PayPal account for automatic payments
26
+ - **Bank transfer** Available for Enterprise customers with annual contracts
27
+ - **Wire transfer** Available for invoiced Enterprise accounts
29
28
 
30
- ### Payment Processing
29
+ All payments are processed securely through **Stripe**. Yantra never stores your raw card numbers.
31
30
 
32
- - **Automatic Payments**: Recurring payment setup
33
- - **Payment Notifications**: Email confirmations
34
- - **Failed Payments**: Retry and update options
35
- - **Payment Methods**: Manage payment options
31
+ ---
36
32
 
37
- ## Billing Support
33
+ ## Managing Your Subscription
38
34
 
39
- ### Common Questions
35
+ ### View your plan
40
36
 
41
- - **Billing Cycles**: Understanding billing periods
42
- - **Payment Methods**: Adding and updating methods
43
- - **Invoice Discrepancies**: Resolving billing issues
44
- - **Refund Requests**: How to request refunds
37
+ Go to **Settings > Billing** to see:
45
38
 
46
- ### Getting Help
39
+ - Your current plan and seat count
40
+ - Next billing date and amount
41
+ - Payment method on file
42
+ - Usage statistics for the current billing period
47
43
 
48
- - **Billing Support**: Dedicated billing assistance
49
- - **Live Chat**: Real-time billing help
50
- - **Email Support**: Detailed billing responses
51
- - **Phone Support**: Urgent billing issues
44
+ ### Upgrade or downgrade
45
+
46
+ 1. Go to **Settings > Billing > Change Plan**.
47
+ 2. Select your new plan.
48
+ 3. **Upgrades** take effect immediately. You're charged a pro-rated amount for the remainder of the current billing cycle.
49
+ 4. **Downgrades** take effect at the end of your current billing period. You retain access to premium features until then.
50
+
51
+ ### Cancel subscription
52
+
53
+ 1. Go to **Settings > Billing > Cancel Subscription**.
54
+ 2. Choose a reason (optional).
55
+ 3. Confirm cancellation.
56
+ 4. Your account reverts to the Free plan at the end of the billing period. No data is deleted.
57
+
58
+ ---
59
+
60
+ ## Invoices & Receipts
61
+
62
+ - **Automatic emails** — An invoice is emailed after every payment.
63
+ - **Download PDFs** — Go to **Settings > Billing > Invoice History** to download invoices.
64
+ - **Custom details** — Add your company name, address, and tax ID to invoices under **Settings > Billing > Invoice Settings**.
65
+
66
+ ---
67
+
68
+ ## Need Help?
69
+
70
+ - **Billing questions** — Contact billing@yantra.ai or use the in-app chat.
71
+ - **Enterprise inquiries** — Email enterprise@yantra.ai for custom pricing and volume discounts.
72
+ - **Refunds** — See our [Refund Policy](/help-center/subscription-billing/refund-policy).
@@ -1,67 +1,74 @@
1
1
  # Billing Support
2
2
 
3
- Getting help with billing and payment issues.
3
+ Need help with a payment, invoice, or subscription issue? Here's how to get assistance.
4
4
 
5
- ## Billing Issues
5
+ ---
6
6
 
7
- ### Payment Problems
7
+ ## Getting Help
8
8
 
9
- - **Failed Payments**: Resolve payment failures
10
- - **Declined Cards**: Handle declined payments
11
- - **Insufficient Funds**: Address insufficient funds
12
- - **Bank Blocks**: Resolve bank payment blocks
9
+ ### Self-service (fastest)
13
10
 
14
- ### Billing Questions
11
+ Most billing issues can be resolved in **Settings > Billing**:
15
12
 
16
- - **Charge Disputes**: Resolve billing disputes
17
- - **Invoice Questions**: Clarify invoice details
18
- - **Tax Questions**: Understand tax charges
19
- - **Refund Requests**: Process refund requests
13
+ | Issue | Where to fix it |
14
+ | ---------------------- | ------------------------------------- |
15
+ | Update payment method | Settings > Billing > Payment Methods |
16
+ | Download an invoice | Settings > Billing > Invoice History |
17
+ | Change your plan | Settings > Billing > Change Plan |
18
+ | View usage | Settings > Billing > Usage |
19
+ | Update invoice details | Settings > Billing > Invoice Settings |
20
20
 
21
- ## Support Channels
21
+ ### Contact support
22
22
 
23
- ### Live Support
23
+ For issues that require human assistance:
24
24
 
25
- - **Live Chat**: Real-time billing assistance
26
- - **Phone Support**: Direct phone support
27
- - **Video Calls**: Screen sharing support
28
- - **Priority Support**: Expedited support for Pro/Max
25
+ | Channel | Best for | Response time |
26
+ | ----------------------------- | ------------------------------------------- | ------------- |
27
+ | **In-app chat** | Quick questions, payment issues | < 2 minutes |
28
+ | **Email** (billing@yantra.ai) | Detailed inquiries, disputes, documentation | < 4 hours |
29
+ | **Phone** | Urgent billing issues (Enterprise only) | Immediate |
29
30
 
30
- ### Self-Service
31
+ ---
31
32
 
32
- - **Help Center**: Comprehensive billing guides
33
- - **FAQ Section**: Common billing questions
34
- - **Video Tutorials**: Step-by-step guides
35
- - **Community Forums**: User community support
33
+ ## Common Billing Issues
36
34
 
37
- ## Common Solutions
35
+ ### Payment declined
38
36
 
39
- ### Payment Issues
37
+ **What to do:**
40
38
 
41
- - **Update Payment Method**: Change payment information
42
- - **Verify Bank Details**: Confirm bank information
43
- - **Contact Bank**: Resolve bank-side issues
44
- - **Try Alternative Payment**: Use different payment method
39
+ 1. Check that your card hasn't expired.
40
+ 2. Verify sufficient funds or credit limit.
41
+ 3. Contact your bank — some banks block international or recurring online payments.
42
+ 4. Try a different payment method at **Settings > Billing > Payment Methods**.
45
43
 
46
- ### Billing Disputes
44
+ ### Unexpected charge
47
45
 
48
- - **Review Charges**: Examine billing details
49
- - **Provide Documentation**: Submit supporting documents
50
- - **Escalate Issues**: Escalate complex problems
51
- - **Resolution Process**: Follow dispute resolution
46
+ If you see a charge you don't recognize:
52
47
 
53
- ## Support Team
48
+ 1. Check **Settings > Billing > Invoice History** for the charge details.
49
+ 2. Common causes: plan upgrade (pro-rated), annual renewal, tax applied.
50
+ 3. If it's still unclear, contact billing@yantra.ai with the charge date and amount.
54
51
 
55
- ### Billing Specialists
52
+ ### Double charge
56
53
 
57
- - **Payment Experts**: Payment processing specialists
58
- - **Tax Specialists**: Tax compliance experts
59
- - **Account Managers**: Dedicated account management
60
- - **Escalation Team**: Senior support team
54
+ Double charges are rare but can happen if a payment is retried. They are automatically refunded within 5-7 business days. If the refund doesn't appear, contact support.
61
55
 
62
- ### Response Times
56
+ ### Invoice discrepancy
63
57
 
64
- - **Free Users**: 48-72 hour response
65
- - **Pro Users**: 24 hour response
66
- - **Max Users**: 12 hour response
67
- - **Enterprise**: 4 hour response
58
+ If your invoice details are incorrect (wrong company name, missing tax ID):
59
+
60
+ 1. Update your invoice settings at **Settings > Billing > Invoice Settings**.
61
+ 2. Contact billing@yantra.ai to request a corrected invoice for a past transaction.
62
+
63
+ ---
64
+
65
+ ## Dispute Resolution
66
+
67
+ If you disagree with a charge:
68
+
69
+ 1. Contact billing@yantra.ai within 30 days of the charge.
70
+ 2. Include: your account email, charge date, amount, and reason for dispute.
71
+ 3. We'll investigate and respond within 2 business days.
72
+ 4. If valid, a refund or credit is issued within 5-7 business days.
73
+
74
+ > **Please contact us before filing a chargeback.** We resolve most disputes within 48 hours, and chargebacks can result in temporary account restrictions.
@@ -1,83 +1,57 @@
1
1
  # Currency Support
2
2
 
3
- Supported currencies and international payment options.
3
+ Yantra supports multiple currencies to make billing simple and transparent for users worldwide.
4
4
 
5
- ## Supported Currencies
6
-
7
- ### Major Currencies
8
-
9
- - **US Dollar (USD)**: Primary currency
10
- - **Euro (EUR)**: European Union currency
11
- - **British Pound (GBP)**: United Kingdom currency
12
- - **Canadian Dollar (CAD)**: Canadian currency
13
-
14
- ### Additional Currencies
5
+ ---
15
6
 
16
- - **Australian Dollar (AUD)**: Australian currency
17
- - **Japanese Yen (JPY)**: Japanese currency
18
- - **Swiss Franc (CHF)**: Swiss currency
19
- - **Swedish Krona (SEK)**: Swedish currency
20
-
21
- ## Currency Features
22
-
23
- ### Automatic Conversion
24
-
25
- - **Real-time Rates**: Live currency conversion
26
- - **Automatic Detection**: Detect user's currency
27
- - **Local Pricing**: Display prices in local currency
28
- - **Rate Updates**: Regular exchange rate updates
7
+ ## Supported Currencies
29
8
 
30
- ### Payment Processing
9
+ | Currency | Code | Regions |
10
+ | ----------------- | ---- | ---------------------------------- |
11
+ | US Dollar | USD | United States, global default |
12
+ | Euro | EUR | European Union, Eurozone countries |
13
+ | British Pound | GBP | United Kingdom |
14
+ | Canadian Dollar | CAD | Canada |
15
+ | Australian Dollar | AUD | Australia |
16
+ | Japanese Yen | JPY | Japan |
17
+ | Indian Rupee | INR | India |
31
18
 
32
- - **Multi-currency**: Accept multiple currencies
33
- - **Local Payment Methods**: Local payment options
34
- - **Currency Conversion**: Automatic conversion
35
- - **Exchange Rate Protection**: Rate fluctuation protection
19
+ ---
36
20
 
37
- ## International Payments
21
+ ## How Currency Is Determined
38
22
 
39
- ### Payment Methods
23
+ ### Automatic detection
40
24
 
41
- - **Credit Cards**: International credit cards
42
- - **Bank Transfers**: International wire transfers
43
- - **Local Payment**: Country-specific payment methods
44
- - **Digital Wallets**: International digital wallets
25
+ When you create your account, Yantra automatically selects a currency based on:
45
26
 
46
- ### Regional Support
27
+ 1. **Your payment method's country** — The billing address on your card determines the default.
28
+ 2. **Your IP location** — Used as a secondary signal during account creation.
47
29
 
48
- - **North America**: US, Canada, Mexico
49
- - **Europe**: EU countries, UK, Switzerland
50
- - **Asia Pacific**: Australia, Japan, Singapore
51
- - **Other Regions**: Additional country support
30
+ ### Manual selection
52
31
 
53
- ## Currency Management
32
+ You can change your currency at any time:
54
33
 
55
- ### Pricing Display
34
+ 1. Go to **Settings > Billing > Currency**.
35
+ 2. Select your preferred currency from the dropdown.
36
+ 3. Click **Update**.
56
37
 
57
- - **Local Currency**: Show prices in local currency
58
- - **Currency Selection**: Choose preferred currency
59
- - **Rate Information**: Display exchange rates
60
- - **Conversion History**: Track conversion rates
38
+ > **Note:** Changing your currency takes effect on your next billing cycle. It does not retroactively change past invoices.
61
39
 
62
- ### Billing Options
40
+ ---
63
41
 
64
- - **Currency Preference**: Set preferred currency
65
- - **Automatic Conversion**: Auto-convert payments
66
- - **Manual Conversion**: Manual currency selection
67
- - **Multi-currency Accounts**: Multiple currency support
42
+ ## Pricing in Local Currency
68
43
 
69
- ## Currency Support
44
+ - Prices shown on the website and in the app are displayed in your selected currency.
45
+ - Exchange rates are updated daily based on market rates.
46
+ - The exact amount charged may vary slightly due to exchange rate fluctuations between the time of display and the time of charge.
70
47
 
71
- ### Exchange Rates
48
+ ---
72
49
 
73
- - **Real-time Rates**: Live exchange rates
74
- - **Rate Sources**: Reliable rate providers
75
- - **Rate Updates**: Regular rate updates
76
- - **Rate History**: Historical rate data
50
+ ## Taxes & Currency
77
51
 
78
- ### Getting Help
52
+ - **VAT** is applied for EU customers and displayed separately on invoices.
53
+ - **GST** is applied for Australian and Indian customers.
54
+ - **Sales tax** is applied for US customers based on state regulations.
55
+ - Tax amounts are always shown in your selected currency.
79
56
 
80
- - **Currency Support**: Dedicated currency support
81
- - **International Team**: International support team
82
- - **Local Support**: Country-specific support
83
- - **Language Support**: Multi-language assistance
57
+ For more details, see [Tax Information](/help-center/subscription-billing/tax-information).