@adminide-stack/yantra-help-browser 12.0.16-alpha.1

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 (231) hide show
  1. package/LICENSE +21 -0
  2. package/lib/components/HelpCenterFooter.d.ts +3 -0
  3. package/lib/components/HelpCenterFooter.d.ts.map +1 -0
  4. package/lib/components/HelpCenterFooter.js +98 -0
  5. package/lib/components/HelpCenterFooter.js.map +1 -0
  6. package/lib/components/HelpCenterHeader.d.ts +7 -0
  7. package/lib/components/HelpCenterHeader.d.ts.map +1 -0
  8. package/lib/components/HelpCenterHeader.js +80 -0
  9. package/lib/components/HelpCenterHeader.js.map +1 -0
  10. package/lib/components/Logo.d.ts +4 -0
  11. package/lib/components/Logo.d.ts.map +1 -0
  12. package/lib/components/Logo.js +105 -0
  13. package/lib/components/Logo.js.map +1 -0
  14. package/lib/components/navbar/index.d.ts +7 -0
  15. package/lib/components/navbar/index.d.ts.map +1 -0
  16. package/lib/components/navbar/index.js +77 -0
  17. package/lib/components/navbar/index.js.map +1 -0
  18. package/lib/compute.d.ts +5 -0
  19. package/lib/compute.d.ts.map +1 -0
  20. package/lib/compute.js +59 -0
  21. package/lib/compute.js.map +1 -0
  22. package/lib/config.d.ts +43 -0
  23. package/lib/config.d.ts.map +1 -0
  24. package/lib/content/account-management/account-setup.md +74 -0
  25. package/lib/content/account-management/delete-account.md +74 -0
  26. package/lib/content/account-management/preferences.md +73 -0
  27. package/lib/content/account-management/privacy-settings.md +73 -0
  28. package/lib/content/account-management/profile-settings.md +59 -0
  29. package/lib/content/data-privacy/data-collection.md +65 -0
  30. package/lib/content/data-privacy/privacy-policy.md +73 -0
  31. package/lib/content/data-subject-privacy/data-access.md +88 -0
  32. package/lib/content/data-subject-privacy/data-portability.md +108 -0
  33. package/lib/content/data-subject-privacy/privacy-requests.md +80 -0
  34. package/lib/content/file-uploads/file-upload-overview.md +65 -0
  35. package/lib/content/getting-started/getting-started-guide.md +65 -0
  36. package/lib/content/product-features/ai-models.md +84 -0
  37. package/lib/content/product-features/collaboration-tools.md +59 -0
  38. package/lib/content/product-features/conversation-features.md +45 -0
  39. package/lib/content/product-features/export-features.md +59 -0
  40. package/lib/content/product-features/follow-up-questions.md +59 -0
  41. package/lib/content/product-features/real-time-search.md +59 -0
  42. package/lib/content/product-features/saved-searches.md +59 -0
  43. package/lib/content/product-features/search-features.md +64 -0
  44. package/lib/content/product-features/search-history.md +59 -0
  45. package/lib/content/product-features/source-citations.md +59 -0
  46. package/lib/content/scope-api/api-overview.md +59 -0
  47. package/lib/content/search-modes/deep-research.md +60 -0
  48. package/lib/content/search-modes/labs-features.md +73 -0
  49. package/lib/content/search-modes/pro-search.md +59 -0
  50. package/lib/content/search-modes/regular-search.md +60 -0
  51. package/lib/content/spaces-library/spaces-overview.md +60 -0
  52. package/lib/content/student-hub/academic-research.md +61 -0
  53. package/lib/content/student-hub/student-discounts.md +74 -0
  54. package/lib/content/student-hub/student-overview.md +59 -0
  55. package/lib/content/student-hub/study-tools.md +59 -0
  56. package/lib/content/subscription-billing/billing-cycle.md +61 -0
  57. package/lib/content/subscription-billing/billing-overview.md +45 -0
  58. package/lib/content/subscription-billing/billing-support.md +59 -0
  59. package/lib/content/subscription-billing/currency-support.md +73 -0
  60. package/lib/content/subscription-billing/enterprise-pricing.md +60 -0
  61. package/lib/content/subscription-billing/invoice-management.md +59 -0
  62. package/lib/content/subscription-billing/payment-methods.md +67 -0
  63. package/lib/content/subscription-billing/promotional-offers.md +61 -0
  64. package/lib/content/subscription-billing/refund-policy.md +75 -0
  65. package/lib/content/subscription-billing/student-discounts.md +74 -0
  66. package/lib/content/subscription-billing/tax-information.md +59 -0
  67. package/lib/content/technical-questions/ai-models-technical.md +73 -0
  68. package/lib/content/technical-questions/api-technical.md +73 -0
  69. package/lib/content/technical-questions/data-processing.md +73 -0
  70. package/lib/content/technical-questions/database-architecture.md +73 -0
  71. package/lib/content/technical-questions/infrastructure.md +73 -0
  72. package/lib/content/technical-questions/performance-optimization.md +73 -0
  73. package/lib/content/technical-questions/search-algorithms.md +73 -0
  74. package/lib/content/technical-questions/technical-overview.md +73 -0
  75. package/lib/content/threads/conversation-management.md +59 -0
  76. package/lib/content/threads/threads-overview.md +60 -0
  77. package/lib/content/troubleshooting/common-issues.md +59 -0
  78. package/lib/content/what-is-yantra/getting-started-yantra.md +84 -0
  79. package/lib/content/what-is-yantra/how-yantra-works.md +38 -0
  80. package/lib/content/what-is-yantra/practical-tips-yantra.md +64 -0
  81. package/lib/content/what-is-yantra/what-is-yantra-intro.md +32 -0
  82. package/lib/content/what-is-yantra/yantra-discord-community.md +56 -0
  83. package/lib/content/yantra-assistant/android-app.md +73 -0
  84. package/lib/content/yantra-assistant/ios-app.md +74 -0
  85. package/lib/content/yantra-assistant/mobile-app-overview.md +60 -0
  86. package/lib/content/yantra-assistant/voice-assistant.md +73 -0
  87. package/lib/content/yantra-enterprise/admin-dashboard.md +73 -0
  88. package/lib/content/yantra-enterprise/custom-branding.md +74 -0
  89. package/lib/content/yantra-enterprise/dedicated-support.md +73 -0
  90. package/lib/content/yantra-enterprise/enterprise-overview.md +60 -0
  91. package/lib/content/yantra-enterprise/sso-integration.md +74 -0
  92. package/lib/content/yantra-enterprise/user-management.md +73 -0
  93. package/lib/content/yantra-pro-max/billing-management.md +97 -0
  94. package/lib/content/yantra-pro-max/cancellation-refund.md +93 -0
  95. package/lib/content/yantra-pro-max/pro-pricing.md +53 -0
  96. package/lib/content/yantra-pro-max/subscription-benefits.md +61 -0
  97. package/lib/content/yantra-pro-max/upgrade-process.md +91 -0
  98. package/lib/content/yantra-pro-max/yantra-max-features.md +48 -0
  99. package/lib/content/yantra-pro-max/yantra-pro-overview.md +47 -0
  100. package/lib/index.d.ts +4 -0
  101. package/lib/index.d.ts.map +1 -0
  102. package/lib/index.js +2 -0
  103. package/lib/index.js.map +1 -0
  104. package/lib/module.d.ts +4 -0
  105. package/lib/module.d.ts.map +1 -0
  106. package/lib/module.js +13 -0
  107. package/lib/module.js.map +1 -0
  108. package/lib/pages/ArticlePage/index.d.ts +4 -0
  109. package/lib/pages/ArticlePage/index.d.ts.map +1 -0
  110. package/lib/pages/ArticlePage/index.js +190 -0
  111. package/lib/pages/ArticlePage/index.js.map +1 -0
  112. package/lib/pages/CategoryCollection/index.d.ts +4 -0
  113. package/lib/pages/CategoryCollection/index.d.ts.map +1 -0
  114. package/lib/pages/CategoryCollection/index.js +121 -0
  115. package/lib/pages/CategoryCollection/index.js.map +1 -0
  116. package/lib/pages/GetStarted/components/ExampleCard.d.ts +10 -0
  117. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -0
  118. package/lib/pages/GetStarted/components/GetStartedHero.d.ts +8 -0
  119. package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -0
  120. package/lib/pages/GetStarted/components/InfoSection.d.ts +11 -0
  121. package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -0
  122. package/lib/pages/GetStarted/components/TipCard.d.ts +10 -0
  123. package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -0
  124. package/lib/pages/GetStarted/components/UseCase.d.ts +13 -0
  125. package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -0
  126. package/lib/pages/GetStarted/index.d.ts +3 -0
  127. package/lib/pages/GetStarted/index.d.ts.map +1 -0
  128. package/lib/pages/GetStarted/index.js +776 -0
  129. package/lib/pages/GetStarted/index.js.map +1 -0
  130. package/lib/pages/HelpCenter/components/BookStack.d.ts +3 -0
  131. package/lib/pages/HelpCenter/components/BookStack.d.ts.map +1 -0
  132. package/lib/pages/HelpCenter/components/BookStack.js +36 -0
  133. package/lib/pages/HelpCenter/components/BookStack.js.map +1 -0
  134. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +21 -0
  135. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -0
  136. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +84 -0
  137. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -0
  138. package/lib/pages/HelpCenter/components/Icons.d.ts +22 -0
  139. package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -0
  140. package/lib/pages/HelpCenter/components/Icons.js +342 -0
  141. package/lib/pages/HelpCenter/components/Icons.js.map +1 -0
  142. package/lib/pages/HelpCenter/components/PopularArticle.d.ts +8 -0
  143. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -0
  144. package/lib/pages/HelpCenter/components/PopularArticle.js +51 -0
  145. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -0
  146. package/lib/pages/HelpCenter/index.d.ts +4 -0
  147. package/lib/pages/HelpCenter/index.d.ts.map +1 -0
  148. package/lib/pages/HelpCenter/index.js +71 -0
  149. package/lib/pages/HelpCenter/index.js.map +1 -0
  150. package/lib/pages/HelpCenter/mockData.d.ts +8 -0
  151. package/lib/pages/HelpCenter/mockData.d.ts.map +1 -0
  152. package/lib/pages/HelpCenter/mockData.js +13 -0
  153. package/lib/pages/HelpCenter/mockData.js.map +1 -0
  154. package/lib/pages/LandingPage/components/ArticleCard.d.ts +11 -0
  155. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -0
  156. package/lib/pages/LandingPage/components/ArticleCard.js +29 -0
  157. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -0
  158. package/lib/pages/LandingPage/components/Assets.d.ts +15 -0
  159. package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -0
  160. package/lib/pages/LandingPage/components/Assets.js +14 -0
  161. package/lib/pages/LandingPage/components/Assets.js.map +1 -0
  162. package/lib/pages/LandingPage/components/CategoriesSection.d.ts +16 -0
  163. package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -0
  164. package/lib/pages/LandingPage/components/CategoriesSection.js +31 -0
  165. package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -0
  166. package/lib/pages/LandingPage/components/CategoryCard.d.ts +11 -0
  167. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -0
  168. package/lib/pages/LandingPage/components/CategoryCard.js +25 -0
  169. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -0
  170. package/lib/pages/LandingPage/components/FeaturedSection.d.ts +15 -0
  171. package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -0
  172. package/lib/pages/LandingPage/components/FeaturedSection.js +24 -0
  173. package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -0
  174. package/lib/pages/LandingPage/components/HeroSection.d.ts +9 -0
  175. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -0
  176. package/lib/pages/LandingPage/components/HeroSection.js +46 -0
  177. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -0
  178. package/lib/pages/LandingPage/components/Icons.d.ts +14 -0
  179. package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -0
  180. package/lib/pages/LandingPage/components/Icons.js +174 -0
  181. package/lib/pages/LandingPage/components/Icons.js.map +1 -0
  182. package/lib/pages/LandingPage/components/ResourceCard.d.ts +12 -0
  183. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -0
  184. package/lib/pages/LandingPage/components/ResourceCard.js +30 -0
  185. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -0
  186. package/lib/pages/LandingPage/components/ResourcesSection.d.ts +18 -0
  187. package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -0
  188. package/lib/pages/LandingPage/components/ResourcesSection.js +26 -0
  189. package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -0
  190. package/lib/pages/LandingPage/components/SearchBar.d.ts +8 -0
  191. package/lib/pages/LandingPage/components/SearchBar.d.ts.map +1 -0
  192. package/lib/pages/LandingPage/components/SearchBar.js +58 -0
  193. package/lib/pages/LandingPage/components/SearchBar.js.map +1 -0
  194. package/lib/pages/LandingPage/index.d.ts +3 -0
  195. package/lib/pages/LandingPage/index.d.ts.map +1 -0
  196. package/lib/pages/LandingPage/index.js +209 -0
  197. package/lib/pages/LandingPage/index.js.map +1 -0
  198. package/lib/routes.json +58 -0
  199. package/lib/slot-fill/FooterFill.d.ts +3 -0
  200. package/lib/slot-fill/FooterFill.d.ts.map +1 -0
  201. package/lib/slot-fill/FooterFill.js +12 -0
  202. package/lib/slot-fill/FooterFill.js.map +1 -0
  203. package/lib/slot-fill/HeaderSearchButtonFill.d.ts +3 -0
  204. package/lib/slot-fill/HeaderSearchButtonFill.d.ts.map +1 -0
  205. package/lib/slot-fill/LogoFill.d.ts +5 -0
  206. package/lib/slot-fill/LogoFill.d.ts.map +1 -0
  207. package/lib/slot-fill/LogoFill.js +74 -0
  208. package/lib/slot-fill/LogoFill.js.map +1 -0
  209. package/lib/slot-fill/RightContentFill.d.ts +3 -0
  210. package/lib/slot-fill/RightContentFill.d.ts.map +1 -0
  211. package/lib/slot-fill/RightContentFill.js +14 -0
  212. package/lib/slot-fill/RightContentFill.js.map +1 -0
  213. package/lib/slot-fill/SearchBarFill.d.ts +4 -0
  214. package/lib/slot-fill/SearchBarFill.d.ts.map +1 -0
  215. package/lib/slot-fill/consts.d.ts +5 -0
  216. package/lib/slot-fill/consts.d.ts.map +1 -0
  217. package/lib/slot-fill/consts.js +2 -0
  218. package/lib/slot-fill/consts.js.map +1 -0
  219. package/lib/slot-fill/index.d.ts +6 -0
  220. package/lib/slot-fill/index.d.ts.map +1 -0
  221. package/lib/utils/helpCenterUtils.d.ts +26 -0
  222. package/lib/utils/helpCenterUtils.d.ts.map +1 -0
  223. package/lib/utils/index.d.ts +3 -0
  224. package/lib/utils/index.d.ts.map +1 -0
  225. package/lib/utils/index.js +3 -0
  226. package/lib/utils/index.js.map +1 -0
  227. package/lib/utils/markdownLoader.d.ts +32 -0
  228. package/lib/utils/markdownLoader.d.ts.map +1 -0
  229. package/lib/utils/markdownLoader.js +1287 -0
  230. package/lib/utils/markdownLoader.js.map +1 -0
  231. package/package.json +58 -0
@@ -0,0 +1,61 @@
1
+ # Billing Cycles
2
+
3
+ Monthly vs annual billing and cycle management.
4
+
5
+ ## Billing Cycle Options
6
+
7
+ ### Monthly Billing
8
+ - **Frequency**: Charged every month
9
+ - **Flexibility**: Easy to cancel or change
10
+ - **Higher Cost**: More expensive per month
11
+ - **Immediate Changes**: Plan changes take effect immediately
12
+
13
+ ### Annual Billing
14
+ - **Frequency**: Charged once per year
15
+ - **Savings**: 2 months free (17% discount)
16
+ - **Commitment**: Full year commitment
17
+ - **Better Value**: Lower effective monthly cost
18
+
19
+ ## Cycle Management
20
+
21
+ ### Changing Cycles
22
+ 1. Access Account Settings
23
+ 2. Go to Subscription section
24
+ 3. Select "Change Billing Cycle"
25
+ 4. Choose new cycle
26
+ 5. Review pricing changes
27
+ 6. Confirm changes
28
+
29
+ ### Cycle Benefits
30
+ - **Monthly**: Maximum flexibility
31
+ - **Annual**: Maximum savings
32
+ - **Prorated Changes**: Fair billing adjustments
33
+ - **No Penalties**: Change cycles anytime
34
+
35
+ ## Billing Dates
36
+
37
+ ### Payment Timing
38
+ - **Monthly**: Same date each month
39
+ - **Annual**: Same date each year
40
+ - **Grace Period**: 3-day payment grace period
41
+ - **Late Fees**: No late fees for Yantra
42
+
43
+ ### Date Management
44
+ - **Change Dates**: Modify billing dates
45
+ - **Skip Payments**: Pause billing temporarily
46
+ - **Advance Payments**: Pay ahead of schedule
47
+ - **Payment Reminders**: Email notifications
48
+
49
+ ## Cycle Information
50
+
51
+ ### Understanding Cycles
52
+ - **Billing Period**: Time between charges
53
+ - **Service Period**: Active service time
54
+ - **Renewal Date**: Next billing date
55
+ - **Cancellation**: End of current cycle
56
+
57
+ ### Cycle Changes
58
+ - **Upgrade Impact**: Immediate feature access
59
+ - **Downgrade Impact**: End of current cycle
60
+ - **Proration**: Fair billing adjustments
61
+ - **Refunds**: Unused time refunds
@@ -0,0 +1,45 @@
1
+ # Billing Overview
2
+
3
+ Understanding your Yantra billing and payment options.
4
+
5
+ ## Billing Information
6
+
7
+ ### Current Subscription
8
+ - **Plan Type**: Your current subscription tier
9
+ - **Billing Cycle**: Monthly or annual billing
10
+ - **Next Payment**: When your next payment is due
11
+ - **Amount Due**: Cost of your next billing cycle
12
+
13
+ ### Payment Methods
14
+ - **Credit Cards**: Visa, MasterCard, American Express
15
+ - **Debit Cards**: Supported debit cards
16
+ - **PayPal**: PayPal account payments
17
+ - **Bank Transfer**: For enterprise customers
18
+
19
+ ## Billing Management
20
+
21
+ ### Viewing Bills
22
+ - **Invoice History**: Access all past invoices
23
+ - **Download Invoices**: PDF format available
24
+ - **Email Invoices**: Automatic email delivery
25
+ - **Tax Information**: Detailed tax breakdowns
26
+
27
+ ### Payment Processing
28
+ - **Automatic Payments**: Recurring payment setup
29
+ - **Payment Notifications**: Email confirmations
30
+ - **Failed Payments**: Retry and update options
31
+ - **Payment Methods**: Manage payment options
32
+
33
+ ## Billing Support
34
+
35
+ ### Common Questions
36
+ - **Billing Cycles**: Understanding billing periods
37
+ - **Payment Methods**: Adding and updating methods
38
+ - **Invoice Discrepancies**: Resolving billing issues
39
+ - **Refund Requests**: How to request refunds
40
+
41
+ ### Getting Help
42
+ - **Billing Support**: Dedicated billing assistance
43
+ - **Live Chat**: Real-time billing help
44
+ - **Email Support**: Detailed billing responses
45
+ - **Phone Support**: Urgent billing issues
@@ -0,0 +1,59 @@
1
+ # Billing Support
2
+
3
+ Getting help with billing and payment issues.
4
+
5
+ ## Billing Issues
6
+
7
+ ### Payment Problems
8
+ - **Failed Payments**: Resolve payment failures
9
+ - **Declined Cards**: Handle declined payments
10
+ - **Insufficient Funds**: Address insufficient funds
11
+ - **Bank Blocks**: Resolve bank payment blocks
12
+
13
+ ### Billing Questions
14
+ - **Charge Disputes**: Resolve billing disputes
15
+ - **Invoice Questions**: Clarify invoice details
16
+ - **Tax Questions**: Understand tax charges
17
+ - **Refund Requests**: Process refund requests
18
+
19
+ ## Support Channels
20
+
21
+ ### Live Support
22
+ - **Live Chat**: Real-time billing assistance
23
+ - **Phone Support**: Direct phone support
24
+ - **Video Calls**: Screen sharing support
25
+ - **Priority Support**: Expedited support for Pro/Max
26
+
27
+ ### Self-Service
28
+ - **Help Center**: Comprehensive billing guides
29
+ - **FAQ Section**: Common billing questions
30
+ - **Video Tutorials**: Step-by-step guides
31
+ - **Community Forums**: User community support
32
+
33
+ ## Common Solutions
34
+
35
+ ### Payment Issues
36
+ - **Update Payment Method**: Change payment information
37
+ - **Verify Bank Details**: Confirm bank information
38
+ - **Contact Bank**: Resolve bank-side issues
39
+ - **Try Alternative Payment**: Use different payment method
40
+
41
+ ### Billing Disputes
42
+ - **Review Charges**: Examine billing details
43
+ - **Provide Documentation**: Submit supporting documents
44
+ - **Escalate Issues**: Escalate complex problems
45
+ - **Resolution Process**: Follow dispute resolution
46
+
47
+ ## Support Team
48
+
49
+ ### Billing Specialists
50
+ - **Payment Experts**: Payment processing specialists
51
+ - **Tax Specialists**: Tax compliance experts
52
+ - **Account Managers**: Dedicated account management
53
+ - **Escalation Team**: Senior support team
54
+
55
+ ### Response Times
56
+ - **Free Users**: 48-72 hour response
57
+ - **Pro Users**: 24 hour response
58
+ - **Max Users**: 12 hour response
59
+ - **Enterprise**: 4 hour response
@@ -0,0 +1,73 @@
1
+ # Currency Support
2
+
3
+ Supported currencies and international payment options.
4
+
5
+ ## Supported Currencies
6
+
7
+ ### Major Currencies
8
+ - **US Dollar (USD)**: Primary currency
9
+ - **Euro (EUR)**: European Union currency
10
+ - **British Pound (GBP)**: United Kingdom currency
11
+ - **Canadian Dollar (CAD)**: Canadian currency
12
+
13
+ ### Additional Currencies
14
+ - **Australian Dollar (AUD)**: Australian currency
15
+ - **Japanese Yen (JPY)**: Japanese currency
16
+ - **Swiss Franc (CHF)**: Swiss currency
17
+ - **Swedish Krona (SEK)**: Swedish currency
18
+
19
+ ## Currency Features
20
+
21
+ ### Automatic Conversion
22
+ - **Real-time Rates**: Live currency conversion
23
+ - **Automatic Detection**: Detect user's currency
24
+ - **Local Pricing**: Display prices in local currency
25
+ - **Rate Updates**: Regular exchange rate updates
26
+
27
+ ### Payment Processing
28
+ - **Multi-currency**: Accept multiple currencies
29
+ - **Local Payment Methods**: Local payment options
30
+ - **Currency Conversion**: Automatic conversion
31
+ - **Exchange Rate Protection**: Rate fluctuation protection
32
+
33
+ ## International Payments
34
+
35
+ ### Payment Methods
36
+ - **Credit Cards**: International credit cards
37
+ - **Bank Transfers**: International wire transfers
38
+ - **Local Payment**: Country-specific payment methods
39
+ - **Digital Wallets**: International digital wallets
40
+
41
+ ### Regional Support
42
+ - **North America**: US, Canada, Mexico
43
+ - **Europe**: EU countries, UK, Switzerland
44
+ - **Asia Pacific**: Australia, Japan, Singapore
45
+ - **Other Regions**: Additional country support
46
+
47
+ ## Currency Management
48
+
49
+ ### Pricing Display
50
+ - **Local Currency**: Show prices in local currency
51
+ - **Currency Selection**: Choose preferred currency
52
+ - **Rate Information**: Display exchange rates
53
+ - **Conversion History**: Track conversion rates
54
+
55
+ ### Billing Options
56
+ - **Currency Preference**: Set preferred currency
57
+ - **Automatic Conversion**: Auto-convert payments
58
+ - **Manual Conversion**: Manual currency selection
59
+ - **Multi-currency Accounts**: Multiple currency support
60
+
61
+ ## Currency Support
62
+
63
+ ### Exchange Rates
64
+ - **Real-time Rates**: Live exchange rates
65
+ - **Rate Sources**: Reliable rate providers
66
+ - **Rate Updates**: Regular rate updates
67
+ - **Rate History**: Historical rate data
68
+
69
+ ### Getting Help
70
+ - **Currency Support**: Dedicated currency support
71
+ - **International Team**: International support team
72
+ - **Local Support**: Country-specific support
73
+ - **Language Support**: Multi-language assistance
@@ -0,0 +1,60 @@
1
+ # Enterprise Pricing
2
+
3
+ Custom pricing solutions for enterprise customers.
4
+
5
+ ## Enterprise Plans
6
+
7
+ ### Custom Pricing
8
+ - **Volume Discounts**: Discounts based on user count
9
+ - **Annual Contracts**: Multi-year agreements
10
+ - **Custom Features**: Tailored feature sets
11
+ - **Dedicated Support**: Priority enterprise support
12
+
13
+ ### Pricing Factors
14
+ - **User Count**: Number of enterprise users
15
+ - **Contract Length**: Multi-year commitment
16
+ - **Feature Requirements**: Custom feature needs
17
+ - **Support Level**: Required support level
18
+
19
+ ## Enterprise Features
20
+
21
+ ### Advanced Capabilities
22
+ - **SSO Integration**: Single sign-on support
23
+ - **Custom Branding**: White-label solutions
24
+ - **API Access**: Enterprise API capabilities
25
+ - **Data Residency**: Geographic data control
26
+
27
+ ### Management Tools
28
+ - **Admin Dashboard**: Centralized management
29
+ - **User Management**: Bulk user operations
30
+ - **Usage Analytics**: Detailed usage reports
31
+ - **Compliance Tools**: Security and compliance features
32
+
33
+ ## Getting Enterprise Pricing
34
+
35
+ ### Contact Process
36
+ 1. **Contact Sales**: Reach out to enterprise sales
37
+ 2. **Requirements Review**: Discuss your needs
38
+ 3. **Custom Quote**: Receive tailored pricing
39
+ 4. **Contract Negotiation**: Finalize terms
40
+ 5. **Implementation**: Deploy enterprise solution
41
+
42
+ ### Sales Team
43
+ - **Enterprise Sales**: Dedicated enterprise sales team
44
+ - **Technical Sales**: Technical solution architects
45
+ - **Account Managers**: Dedicated account management
46
+ - **Implementation Team**: Deployment specialists
47
+
48
+ ## Enterprise Benefits
49
+
50
+ ### Cost Savings
51
+ - **Volume Discounts**: Significant per-user savings
52
+ - **Annual Contracts**: Reduced annual costs
53
+ - **Bulk Licensing**: Enterprise licensing benefits
54
+ - **Custom Terms**: Negotiated pricing terms
55
+
56
+ ### Business Value
57
+ - **ROI Analysis**: Return on investment analysis
58
+ - **Productivity Gains**: Measurable productivity improvements
59
+ - **Cost Reduction**: Reduced operational costs
60
+ - **Competitive Advantage**: Strategic business advantage
@@ -0,0 +1,59 @@
1
+ # Invoice Management
2
+
3
+ Accessing and managing your invoices and receipts.
4
+
5
+ ## Invoice Access
6
+
7
+ ### Viewing Invoices
8
+ - **Invoice History**: Complete invoice history
9
+ - **Download PDF**: Download invoice PDFs
10
+ - **Email Invoices**: Automatic email delivery
11
+ - **Print Invoices**: Print-friendly format
12
+
13
+ ### Invoice Details
14
+ - **Billing Period**: Service period covered
15
+ - **Payment Method**: How payment was made
16
+ - **Tax Information**: Detailed tax breakdown
17
+ - **Line Items**: Individual service charges
18
+
19
+ ## Invoice Management
20
+
21
+ ### Organization
22
+ - **Search Invoices**: Find specific invoices
23
+ - **Filter by Date**: Filter by billing period
24
+ - **Filter by Amount**: Filter by invoice amount
25
+ - **Export Data**: Export invoice data
26
+
27
+ ### Storage
28
+ - **Cloud Storage**: Secure cloud storage
29
+ - **Local Downloads**: Download to local device
30
+ - **Email Archive**: Email invoice copies
31
+ - **Backup Options**: Multiple backup methods
32
+
33
+ ## Payment Information
34
+
35
+ ### Payment Details
36
+ - **Payment Date**: When payment was processed
37
+ - **Payment Method**: Credit card, PayPal, etc.
38
+ - **Transaction ID**: Unique transaction identifier
39
+ - **Payment Status**: Success, pending, failed
40
+
41
+ ### Receipts
42
+ - **Payment Receipts**: Payment confirmation
43
+ - **Service Receipts**: Service activation confirmation
44
+ - **Refund Receipts**: Refund confirmation
45
+ - **Credit Receipts**: Credit application confirmation
46
+
47
+ ## Invoice Support
48
+
49
+ ### Common Issues
50
+ - **Missing Invoices**: Locate missing invoices
51
+ - **Incorrect Charges**: Resolve billing errors
52
+ - **Tax Questions**: Understand tax charges
53
+ - **Payment Disputes**: Resolve payment issues
54
+
55
+ ### Getting Help
56
+ - **Invoice Support**: Dedicated invoice support
57
+ - **Billing Team**: Direct billing team access
58
+ - **Live Chat**: Real-time invoice help
59
+ - **Email Support**: Detailed invoice assistance
@@ -0,0 +1,67 @@
1
+ # Payment Methods
2
+
3
+ Supported payment methods and how to update them.
4
+
5
+ ## Supported Payment Methods
6
+
7
+ ### Credit Cards
8
+ - **Visa**: All Visa credit cards
9
+ - **MasterCard**: All MasterCard credit cards
10
+ - **American Express**: American Express cards
11
+ - **Discover**: Discover credit cards
12
+
13
+ ### Debit Cards
14
+ - **Visa Debit**: Visa debit cards
15
+ - **MasterCard Debit**: MasterCard debit cards
16
+ - **Bank Cards**: Major bank debit cards
17
+
18
+ ### Digital Wallets
19
+ - **PayPal**: PayPal account payments
20
+ - **Apple Pay**: Apple Pay integration
21
+ - **Google Pay**: Google Pay integration
22
+ - **Stripe**: Stripe payment processing
23
+
24
+ ## Adding Payment Methods
25
+
26
+ ### Credit Card Setup
27
+ 1. Go to Account Settings
28
+ 2. Click "Payment Methods"
29
+ 3. Select "Add Credit Card"
30
+ 4. Enter card details
31
+ 5. Verify billing address
32
+ 6. Save payment method
33
+
34
+ ### PayPal Setup
35
+ 1. Access Payment Methods
36
+ 2. Choose "Add PayPal"
37
+ 3. Connect PayPal account
38
+ 4. Verify PayPal details
39
+ 5. Set as primary method
40
+
41
+ ## Managing Payment Methods
42
+
43
+ ### Updating Information
44
+ - **Card Updates**: Update card information
45
+ - **Address Changes**: Modify billing address
46
+ - **Expiration Dates**: Update expired cards
47
+ - **Primary Method**: Set default payment method
48
+
49
+ ### Security Features
50
+ - **Encryption**: Secure payment processing
51
+ - **PCI Compliance**: Industry-standard security
52
+ - **Fraud Protection**: Advanced fraud detection
53
+ - **Secure Storage**: Encrypted payment data
54
+
55
+ ## Payment Issues
56
+
57
+ ### Common Problems
58
+ - **Declined Payments**: Resolve declined cards
59
+ - **Expired Cards**: Update expired payment methods
60
+ - **Insufficient Funds**: Handle insufficient funds
61
+ - **Bank Blocks**: Resolve bank payment blocks
62
+
63
+ ### Troubleshooting
64
+ - **Contact Bank**: Verify with your bank
65
+ - **Update Information**: Correct payment details
66
+ - **Try Different Method**: Use alternative payment
67
+ - **Contact Support**: Get payment assistance
@@ -0,0 +1,61 @@
1
+ # Promotional Offers
2
+
3
+ Current promotions, discounts, and special offers.
4
+
5
+ ## Current Promotions
6
+
7
+ ### New User Offers
8
+ - **First Month Free**: Free trial for new users
9
+ - **Student Discount**: 50% off for verified students
10
+ - **Annual Discount**: 2 months free on annual plans
11
+ - **Referral Bonus**: Credits for referring friends
12
+
13
+ ### Seasonal Promotions
14
+ - **Black Friday**: Special holiday pricing
15
+ - **Back to School**: Student-focused offers
16
+ - **New Year**: Resolution-based promotions
17
+ - **Summer Special**: Summer discount campaigns
18
+
19
+ ## Discount Types
20
+
21
+ ### Percentage Discounts
22
+ - **Student Discount**: 50% off all plans
23
+ - **Nonprofit Discount**: 30% off for nonprofits
24
+ - **Educational Discount**: 40% off for institutions
25
+ - **Volume Discount**: Bulk pricing for teams
26
+
27
+ ### Fixed Discounts
28
+ - **Annual Savings**: $40 off Pro, $80 off Max
29
+ - **Referral Credits**: $10 credit per referral
30
+ - **Loyalty Rewards**: Credits for long-term users
31
+ - **Upgrade Bonuses**: Credits for plan upgrades
32
+
33
+ ## How to Apply Discounts
34
+
35
+ ### Student Discount
36
+ 1. Verify student status
37
+ 2. Upload student ID or email
38
+ 3. Apply discount code
39
+ 4. Confirm verification
40
+ 5. Enjoy discounted pricing
41
+
42
+ ### Referral Program
43
+ 1. Share referral link
44
+ 2. Friend signs up
45
+ 3. Both receive credits
46
+ 4. Credits apply automatically
47
+ 5. Track referral earnings
48
+
49
+ ## Promotional Terms
50
+
51
+ ### Eligibility Requirements
52
+ - **New Users**: First-time subscribers
53
+ - **Student Verification**: Valid student status
54
+ - **Geographic Restrictions**: Available regions
55
+ - **Time Limits**: Promotion expiration dates
56
+
57
+ ### Terms and Conditions
58
+ - **One Per Customer**: Limit one discount per account
59
+ - **Non-transferable**: Cannot be shared or sold
60
+ - **Expiration**: Discount codes expire
61
+ - **Combination**: Cannot combine with other offers
@@ -0,0 +1,75 @@
1
+ # Refund Policy
2
+
3
+ Understanding Yantra's refund and cancellation policies.
4
+
5
+ ## Refund Eligibility
6
+
7
+ ### Eligible Refunds
8
+ - **New Subscriptions**: 7-day refund window
9
+ - **Annual Plans**: Prorated refunds available
10
+ - **Technical Issues**: Service-related refunds
11
+ - **Duplicate Charges**: Full refunds for duplicates
12
+
13
+ ### Non-Eligible Refunds
14
+ - **Usage-Based**: Refunds based on usage
15
+ - **Policy Violations**: Account policy violations
16
+ - **Fraudulent Claims**: False refund claims
17
+ - **Expired Refunds**: Outside refund window
18
+
19
+ ## Refund Process
20
+
21
+ ### Request Process
22
+ 1. **Contact Support**: Reach out to billing support
23
+ 2. **Provide Details**: Explain refund reason
24
+ 3. **Submit Documentation**: Provide supporting documents
25
+ 4. **Review Process**: Support team reviews request
26
+ 5. **Processing**: Refund processed if approved
27
+
28
+ ### Required Information
29
+ - **Account Details**: Account information
30
+ - **Refund Reason**: Detailed reason for refund
31
+ - **Supporting Documents**: Relevant documentation
32
+ - **Payment Information**: Original payment details
33
+
34
+ ## Refund Timeline
35
+
36
+ ### Processing Times
37
+ - **Approval Time**: 1-3 business days
38
+ - **Processing Time**: 3-5 business days
39
+ - **Credit Card**: 5-10 business days
40
+ - **PayPal**: 1-3 business days
41
+ - **Bank Transfer**: 7-14 business days
42
+
43
+ ### Refund Methods
44
+ - **Original Payment**: Refund to original payment method
45
+ - **Alternative Methods**: Other refund methods available
46
+ - **Account Credit**: Credit to Yantra account
47
+ - **Check Refunds**: Physical check refunds
48
+
49
+ ## Refund Types
50
+
51
+ ### Full Refunds
52
+ - **Service Issues**: Complete service failures
53
+ - **Duplicate Charges**: Identical duplicate charges
54
+ - **Fraudulent Charges**: Unauthorized charges
55
+ - **Policy Violations**: Yantra policy violations
56
+
57
+ ### Prorated Refunds
58
+ - **Annual Plans**: Unused portion refunds
59
+ - **Mid-Cycle Cancellation**: Partial period refunds
60
+ - **Downgrades**: Difference refunds
61
+ - **Service Reductions**: Reduced service refunds
62
+
63
+ ## Refund Support
64
+
65
+ ### Getting Help
66
+ - **Refund Support**: Dedicated refund support team
67
+ - **Billing Team**: Direct billing team access
68
+ - **Escalation Process**: Senior team escalation
69
+ - **External Resources**: Third-party assistance
70
+
71
+ ### Documentation
72
+ - **Refund Policy**: Complete refund policy
73
+ - **Terms of Service**: Service terms and conditions
74
+ - **Billing Terms**: Billing terms and conditions
75
+ - **Legal Resources**: Legal documentation
@@ -0,0 +1,74 @@
1
+ # Student Discounts
2
+
3
+ Special pricing for students and educational institutions.
4
+
5
+ ## Student Pricing
6
+
7
+ ### Discounted Plans
8
+ - **Pro Student**: $10/month (50% off)
9
+ - **Max Student**: $20/month (50% off)
10
+ - **Annual Pro**: $100/year (50% off)
11
+ - **Annual Max**: $200/year (50% off)
12
+
13
+ ### Educational Benefits
14
+ - **Full Features**: Access to all plan features
15
+ - **Academic Support**: Specialized academic support
16
+ - **Research Tools**: Enhanced research capabilities
17
+ - **Collaboration**: Team collaboration features
18
+
19
+ ## Eligibility Requirements
20
+
21
+ ### Student Verification
22
+ - **Valid Student ID**: Current student identification
23
+ - **Educational Email**: School email address
24
+ - **Enrollment Proof**: Current enrollment verification
25
+ - **Institution Verification**: Accredited institution
26
+
27
+ ### Eligible Institutions
28
+ - **Universities**: Four-year universities
29
+ - **Community Colleges**: Two-year colleges
30
+ - **Graduate Schools**: Master's and PhD programs
31
+ - **Professional Schools**: Medical, law, business schools
32
+
33
+ ## How to Apply
34
+
35
+ ### Verification Process
36
+ 1. Sign up with student email
37
+ 2. Upload student ID
38
+ 3. Verify enrollment status
39
+ 4. Confirm institution
40
+ 5. Activate student discount
41
+
42
+ ### Required Documents
43
+ - **Student ID**: Clear photo of student ID
44
+ - **Enrollment Letter**: Current enrollment proof
45
+ - **Transcript**: Recent academic transcript
46
+ - **Email Verification**: School email confirmation
47
+
48
+ ## Student Features
49
+
50
+ ### Academic Tools
51
+ - **Research Organization**: Organize academic research
52
+ - **Citation Management**: Proper academic citations
53
+ - **Source Verification**: Verify academic sources
54
+ - **Export Formats**: Academic paper formats
55
+
56
+ ### Study Support
57
+ - **Note Integration**: Connect with note-taking apps
58
+ - **Study Planning**: Organize study sessions
59
+ - **Group Collaboration**: Work with study groups
60
+ - **Progress Tracking**: Monitor research progress
61
+
62
+ ## Terms and Conditions
63
+
64
+ ### Student Requirements
65
+ - **Active Enrollment**: Must be currently enrolled
66
+ - **Annual Verification**: Reverify status yearly
67
+ - **Academic Use**: Primarily for academic purposes
68
+ - **No Commercial Use**: Cannot be used for business
69
+
70
+ ### Discount Limitations
71
+ - **One Account**: One student discount per person
72
+ - **Non-transferable**: Cannot be shared
73
+ - **Expiration**: Discount expires upon graduation
74
+ - **Renewal**: Must reapply annually
@@ -0,0 +1,59 @@
1
+ # Tax Information
2
+
3
+ Tax-related information for billing and invoicing.
4
+
5
+ ## Tax Calculation
6
+
7
+ ### Tax Types
8
+ - **Sales Tax**: Applicable sales taxes
9
+ - **VAT**: Value Added Tax (EU)
10
+ - **GST**: Goods and Services Tax
11
+ - **Service Tax**: Service-specific taxes
12
+
13
+ ### Tax Rates
14
+ - **Location-Based**: Tax rates by location
15
+ - **Service-Based**: Different rates for different services
16
+ - **Exemption Handling**: Tax exemption processing
17
+ - **Rate Updates**: Automatic tax rate updates
18
+
19
+ ## Tax Compliance
20
+
21
+ ### Regional Compliance
22
+ - **US Sales Tax**: US state sales tax compliance
23
+ - **EU VAT**: European Union VAT compliance
24
+ - **Canadian GST**: Canadian tax compliance
25
+ - **Other Jurisdictions**: Additional tax jurisdictions
26
+
27
+ ### Business Compliance
28
+ - **Business Registration**: Business tax registration
29
+ - **Tax Exemptions**: Business tax exemptions
30
+ - **Resale Certificates**: Resale certificate handling
31
+ - **Tax Reporting**: Automated tax reporting
32
+
33
+ ## Tax Documentation
34
+
35
+ ### Tax Invoices
36
+ - **Tax-Inclusive Pricing**: Prices include applicable taxes
37
+ - **Tax Breakdown**: Detailed tax line items
38
+ - **Tax Exemptions**: Exemption documentation
39
+ - **Tax Certificates**: Tax exemption certificates
40
+
41
+ ### Tax Reports
42
+ - **Monthly Reports**: Monthly tax summaries
43
+ - **Quarterly Reports**: Quarterly tax reports
44
+ - **Annual Reports**: Annual tax summaries
45
+ - **Custom Reports**: Custom tax reporting
46
+
47
+ ## Tax Support
48
+
49
+ ### Tax Questions
50
+ - **Tax Calculation**: How taxes are calculated
51
+ - **Tax Exemptions**: How to apply exemptions
52
+ - **Tax Documentation**: Required tax documents
53
+ - **Tax Compliance**: Compliance requirements
54
+
55
+ ### Getting Help
56
+ - **Tax Support**: Dedicated tax support
57
+ - **Accounting Team**: Accounting team assistance
58
+ - **Compliance Team**: Compliance team support
59
+ - **External Resources**: Third-party tax resources