@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,73 @@
1
+ # Admin Dashboard
2
+
3
+ Managing your organization's Yantra deployment.
4
+
5
+ ## Dashboard Overview
6
+
7
+ ### Main Interface
8
+ - **User Overview**: Complete user management
9
+ - **Usage Analytics**: Detailed usage statistics
10
+ - **System Health**: System performance monitoring
11
+ - **Configuration**: System configuration management
12
+
13
+ ### Key Metrics
14
+ - **Active Users**: Current active user count
15
+ - **Usage Statistics**: Usage patterns and trends
16
+ - **Performance Metrics**: System performance data
17
+ - **Cost Analysis**: Usage cost analysis
18
+
19
+ ## User Management
20
+
21
+ ### User Operations
22
+ - **Add Users**: Bulk user addition
23
+ - **Remove Users**: User removal and deactivation
24
+ - **User Roles**: Role assignment and management
25
+ - **Permission Control**: Granular permission control
26
+
27
+ ### User Analytics
28
+ - **User Activity**: Individual user activity tracking
29
+ - **Usage Patterns**: User usage pattern analysis
30
+ - **Productivity Metrics**: User productivity measurements
31
+ - **Engagement Levels**: User engagement analysis
32
+
33
+ ## System Configuration
34
+
35
+ ### Settings Management
36
+ - **System Settings**: Core system configuration
37
+ - **Feature Toggles**: Enable/disable features
38
+ - **Integration Settings**: Third-party integrations
39
+ - **Security Settings**: Security configuration
40
+
41
+ ### Customization
42
+ - **Branding**: Custom branding options
43
+ - **UI Customization**: Interface customization
44
+ - **Workflow Configuration**: Custom workflow setup
45
+ - **Notification Settings**: Notification configuration
46
+
47
+ ## Analytics and Reporting
48
+
49
+ ### Usage Reports
50
+ - **Usage Statistics**: Comprehensive usage reports
51
+ - **Performance Reports**: System performance reports
52
+ - **Cost Reports**: Usage cost analysis
53
+ - **Custom Reports**: Custom report generation
54
+
55
+ ### Data Export
56
+ - **Report Export**: Export reports in various formats
57
+ - **Data Export**: Export raw data
58
+ - **Scheduled Reports**: Automated report generation
59
+ - **API Access**: Programmatic report access
60
+
61
+ ## Security and Compliance
62
+
63
+ ### Security Management
64
+ - **Access Control**: User access management
65
+ - **Audit Logs**: Comprehensive audit logging
66
+ - **Security Monitoring**: Security event monitoring
67
+ - **Compliance Reports**: Compliance reporting
68
+
69
+ ### Data Governance
70
+ - **Data Policies**: Data governance policies
71
+ - **Retention Policies**: Data retention management
72
+ - **Privacy Controls**: Privacy setting management
73
+ - **Compliance Monitoring**: Compliance monitoring
@@ -0,0 +1,74 @@
1
+ # Custom Branding
2
+
3
+ White-label solutions and custom branding options.
4
+
5
+ ## Branding Options
6
+
7
+ ### Visual Branding
8
+ - **Logo Integration**: Custom logo integration
9
+ - **Color Schemes**: Custom color themes
10
+ - **Typography**: Custom font selection
11
+ - **UI Customization**: Interface customization
12
+
13
+ ### Content Branding
14
+ - **Custom Domain**: Custom domain setup
15
+ - **Email Branding**: Branded email templates
16
+ - **Document Branding**: Branded documents and reports
17
+ - **API Branding**: Branded API responses
18
+
19
+ ## Implementation
20
+
21
+ ### Setup Process
22
+ 1. **Brand Assets**: Provide brand assets
23
+ 2. **Design Review**: Review branding design
24
+ 3. **Implementation**: Implement custom branding
25
+ 4. **Testing**: Test branded experience
26
+ 5. **Deployment**: Deploy branded solution
27
+
28
+ ### Customization Levels
29
+ - **Basic Branding**: Logo and color changes
30
+ - **Advanced Branding**: Complete UI customization
31
+ - **Full White-label**: Complete white-label solution
32
+ - **Custom Development**: Custom feature development
33
+
34
+ ## Branded Features
35
+
36
+ ### User Interface
37
+ - **Custom Themes**: Custom interface themes
38
+ - **Branded Components**: Branded UI components
39
+ - **Custom Layouts**: Custom layout options
40
+ - **Responsive Design**: Mobile-responsive branding
41
+
42
+ ### Communication
43
+ - **Branded Emails**: Custom email templates
44
+ - **Notification Branding**: Branded notifications
45
+ - **Document Branding**: Branded documents
46
+ - **Report Branding**: Branded reports
47
+
48
+ ## Technical Implementation
49
+
50
+ ### Frontend Customization
51
+ - **CSS Customization**: Custom CSS implementation
52
+ - **Component Theming**: Component-level theming
53
+ - **Asset Management**: Brand asset management
54
+ - **Version Control**: Branding version control
55
+
56
+ ### Backend Integration
57
+ - **API Customization**: Custom API responses
58
+ - **Content Management**: Branded content management
59
+ - **Template System**: Custom template system
60
+ - **Configuration Management**: Branding configuration
61
+
62
+ ## Support and Maintenance
63
+
64
+ ### Ongoing Support
65
+ - **Brand Updates**: Brand asset updates
66
+ - **Technical Support**: Branding technical support
67
+ - **Maintenance**: Branding maintenance
68
+ - **Updates**: Branding system updates
69
+
70
+ ### Quality Assurance
71
+ - **Brand Testing**: Brand consistency testing
72
+ - **Cross-platform Testing**: Multi-platform testing
73
+ - **Performance Testing**: Branding performance testing
74
+ - **User Experience Testing**: UX testing with branding
@@ -0,0 +1,73 @@
1
+ # Dedicated Support
2
+
3
+ Priority support and dedicated account management.
4
+
5
+ ## Support Levels
6
+
7
+ ### Dedicated Account Manager
8
+ - **Personal Manager**: Dedicated account manager
9
+ - **Direct Communication**: Direct communication channel
10
+ - **Priority Response**: Priority response times
11
+ - **Strategic Planning**: Strategic account planning
12
+
13
+ ### Support Channels
14
+ - **Phone Support**: Direct phone support
15
+ - **Email Support**: Priority email support
16
+ - **Live Chat**: Real-time chat support
17
+ - **Video Calls**: Video conference support
18
+
19
+ ## Account Management
20
+
21
+ ### Account Manager Services
22
+ - **Account Planning**: Strategic account planning
23
+ - **Usage Optimization**: Optimize usage patterns
24
+ - **Feature Guidance**: Feature adoption guidance
25
+ - **ROI Analysis**: Return on investment analysis
26
+
27
+ ### Regular Reviews
28
+ - **Monthly Reviews**: Monthly account reviews
29
+ - **Quarterly Planning**: Quarterly planning sessions
30
+ - **Annual Reviews**: Annual strategic reviews
31
+ - **Ad-hoc Support**: On-demand support
32
+
33
+ ## Technical Support
34
+
35
+ ### Priority Technical Support
36
+ - **Priority Queue**: Priority support queue
37
+ - **Faster Response**: Faster response times
38
+ - **Escalation**: Direct escalation to senior engineers
39
+ - **Root Cause Analysis**: Deep technical analysis
40
+
41
+ ### Support Resources
42
+ - **Technical Experts**: Access to technical experts
43
+ - **Architecture Support**: System architecture support
44
+ - **Integration Support**: Integration assistance
45
+ - **Custom Development**: Custom development support
46
+
47
+ ## Training and Onboarding
48
+
49
+ ### Enterprise Training
50
+ - **Admin Training**: Administrator training
51
+ - **User Training**: End-user training
52
+ - **Custom Training**: Customized training programs
53
+ - **Certification**: Enterprise certification programs
54
+
55
+ ### Onboarding Support
56
+ - **Implementation Support**: Implementation assistance
57
+ - **Migration Support**: Data migration support
58
+ - **Configuration Support**: System configuration help
59
+ - **Go-live Support**: Go-live assistance
60
+
61
+ ## Success Management
62
+
63
+ ### Success Metrics
64
+ - **Usage Analytics**: Track usage and adoption
65
+ - **Performance Metrics**: Monitor performance
66
+ - **User Satisfaction**: Measure user satisfaction
67
+ - **ROI Tracking**: Track return on investment
68
+
69
+ ### Continuous Improvement
70
+ - **Feedback Collection**: Collect user feedback
71
+ - **Process Improvement**: Improve processes
72
+ - **Feature Requests**: Handle feature requests
73
+ - **Best Practices**: Share best practices
@@ -0,0 +1,60 @@
1
+ # Enterprise Overview
2
+
3
+ Introduction to Yantra Enterprise features and benefits.
4
+
5
+ ## Enterprise Features
6
+
7
+ ### Advanced Capabilities
8
+ - **SSO Integration**: Single sign-on integration
9
+ - **Custom Branding**: White-label solutions
10
+ - **Advanced Analytics**: Detailed usage analytics
11
+ - **API Priority**: Highest API rate limits
12
+
13
+ ### Management Tools
14
+ - **Admin Dashboard**: Centralized management console
15
+ - **User Management**: Bulk user operations
16
+ - **Usage Analytics**: Comprehensive usage reports
17
+ - **Compliance Tools**: Security and compliance features
18
+
19
+ ## Enterprise Benefits
20
+
21
+ ### Business Value
22
+ - **ROI Analysis**: Return on investment analysis
23
+ - **Productivity Gains**: Measurable productivity improvements
24
+ - **Cost Reduction**: Reduced operational costs
25
+ - **Competitive Advantage**: Strategic business advantage
26
+
27
+ ### Technical Benefits
28
+ - **Scalability**: Enterprise-grade scalability
29
+ - **Security**: Advanced security features
30
+ - **Integration**: Seamless system integration
31
+ - **Support**: Dedicated enterprise support
32
+
33
+ ## Enterprise Plans
34
+
35
+ ### Plan Options
36
+ - **Enterprise Pro**: Advanced enterprise features
37
+ - **Enterprise Max**: Maximum enterprise capabilities
38
+ - **Custom Solutions**: Tailored enterprise solutions
39
+ - **On-premise**: On-premise deployment options
40
+
41
+ ### Pricing
42
+ - **Volume Discounts**: Discounts based on user count
43
+ - **Annual Contracts**: Multi-year agreements
44
+ - **Custom Pricing**: Tailored pricing solutions
45
+ - **ROI Guarantee**: Return on investment guarantee
46
+
47
+ ## Getting Started
48
+
49
+ ### Enterprise Setup
50
+ 1. **Contact Sales**: Reach out to enterprise sales team
51
+ 2. **Requirements Review**: Discuss your enterprise needs
52
+ 3. **Custom Quote**: Receive tailored pricing and features
53
+ 4. **Implementation**: Deploy enterprise solution
54
+ 5. **Training**: Receive enterprise training
55
+
56
+ ### Support Team
57
+ - **Enterprise Sales**: Dedicated enterprise sales team
58
+ - **Technical Sales**: Technical solution architects
59
+ - **Account Managers**: Dedicated account management
60
+ - **Implementation Team**: Deployment specialists
@@ -0,0 +1,74 @@
1
+ # SSO Integration
2
+
3
+ Single Sign-On integration for enterprise customers.
4
+
5
+ ## Supported SSO Providers
6
+
7
+ ### Enterprise Providers
8
+ - **Active Directory**: Microsoft Active Directory
9
+ - **Azure AD**: Azure Active Directory
10
+ - **Google Workspace**: Google Workspace SSO
11
+ - **Okta**: Okta identity provider
12
+
13
+ ### SAML Integration
14
+ - **SAML 2.0**: SAML 2.0 protocol support
15
+ - **Custom SAML**: Custom SAML provider integration
16
+ - **SAML Configuration**: SAML configuration management
17
+ - **SAML Testing**: SAML integration testing
18
+
19
+ ## SSO Configuration
20
+
21
+ ### Setup Process
22
+ 1. **Provider Configuration**: Configure SSO provider
23
+ 2. **Attribute Mapping**: Map user attributes
24
+ 3. **Role Mapping**: Map SSO groups to roles
25
+ 4. **Testing**: Test SSO integration
26
+ 5. **Deployment**: Deploy SSO integration
27
+
28
+ ### Configuration Options
29
+ - **Authentication Flow**: Configure authentication flow
30
+ - **User Provisioning**: Automatic user provisioning
31
+ - **Attribute Sync**: Synchronize user attributes
32
+ - **Session Management**: SSO session management
33
+
34
+ ## User Experience
35
+
36
+ ### Login Process
37
+ - **SSO Login**: Seamless SSO login experience
38
+ - **Fallback Options**: Fallback authentication methods
39
+ - **Error Handling**: SSO error handling
40
+ - **User Guidance**: User guidance for SSO
41
+
42
+ ### Session Management
43
+ - **Session Duration**: Configurable session duration
44
+ - **Session Refresh**: Automatic session refresh
45
+ - **Logout Handling**: SSO logout handling
46
+ - **Session Security**: Session security measures
47
+
48
+ ## Security Features
49
+
50
+ ### Security Measures
51
+ - **Encryption**: Encrypted SSO communication
52
+ - **Certificate Management**: SSL certificate management
53
+ - **Audit Logging**: SSO audit logging
54
+ - **Security Monitoring**: Security event monitoring
55
+
56
+ ### Compliance
57
+ - **Security Standards**: Industry security standards
58
+ - **Compliance Requirements**: Meet compliance requirements
59
+ - **Audit Trail**: Complete audit trail
60
+ - **Security Reporting**: Security compliance reporting
61
+
62
+ ## Troubleshooting
63
+
64
+ ### Common Issues
65
+ - **Configuration Errors**: SSO configuration issues
66
+ - **Attribute Mapping**: Attribute mapping problems
67
+ - **Certificate Issues**: SSL certificate issues
68
+ - **User Sync**: User synchronization issues
69
+
70
+ ### Support Resources
71
+ - **Documentation**: Comprehensive SSO documentation
72
+ - **Support Team**: Dedicated SSO support
73
+ - **Testing Tools**: SSO testing utilities
74
+ - **Best Practices**: SSO implementation best practices
@@ -0,0 +1,73 @@
1
+ # User Management
2
+
3
+ Adding, removing, and managing enterprise users.
4
+
5
+ ## User Administration
6
+
7
+ ### Adding Users
8
+ - **Bulk Import**: Import users from CSV/Excel
9
+ - **Individual Addition**: Add users one by one
10
+ - **Directory Integration**: Integrate with Active Directory
11
+ - **Self-Registration**: Allow self-registration with approval
12
+
13
+ ### User Roles
14
+ - **Admin**: Full administrative access
15
+ - **Manager**: Team management capabilities
16
+ - **User**: Standard user access
17
+ - **Viewer**: Read-only access
18
+
19
+ ## User Operations
20
+
21
+ ### User Management
22
+ - **User Profiles**: Complete user profile management
23
+ - **Account Status**: Activate/deactivate accounts
24
+ - **Password Management**: Password reset and policies
25
+ - **Permission Assignment**: Assign specific permissions
26
+
27
+ ### Bulk Operations
28
+ - **Bulk Updates**: Update multiple users at once
29
+ - **Bulk Role Changes**: Change roles for multiple users
30
+ - **Bulk Deactivation**: Deactivate multiple accounts
31
+ - **Bulk Export**: Export user data
32
+
33
+ ## Directory Integration
34
+
35
+ ### Active Directory
36
+ - **LDAP Integration**: LDAP directory integration
37
+ - **SSO Integration**: Single sign-on integration
38
+ - **Group Mapping**: Map AD groups to Yantra roles
39
+ - **Attribute Mapping**: Map AD attributes to Yantra fields
40
+
41
+ ### Other Directories
42
+ - **Azure AD**: Azure Active Directory integration
43
+ - **Google Workspace**: Google Workspace integration
44
+ - **Okta**: Okta identity provider integration
45
+ - **Custom SAML**: Custom SAML integration
46
+
47
+ ## User Analytics
48
+
49
+ ### Activity Tracking
50
+ - **Login Activity**: Track user login patterns
51
+ - **Usage Statistics**: Monitor user usage
52
+ - **Feature Adoption**: Track feature usage
53
+ - **Productivity Metrics**: Measure user productivity
54
+
55
+ ### Reporting
56
+ - **User Reports**: Generate user activity reports
57
+ - **Usage Reports**: Create usage analytics reports
58
+ - **Compliance Reports**: Generate compliance reports
59
+ - **Custom Reports**: Create custom reports
60
+
61
+ ## Security and Compliance
62
+
63
+ ### Access Control
64
+ - **Role-based Access**: Role-based access control
65
+ - **Permission Management**: Granular permission control
66
+ - **Access Auditing**: Audit user access
67
+ - **Session Management**: Manage user sessions
68
+
69
+ ### Compliance
70
+ - **Audit Logging**: Comprehensive audit logs
71
+ - **Data Retention**: User data retention policies
72
+ - **Privacy Controls**: User privacy controls
73
+ - **Compliance Reporting**: Compliance reporting
@@ -0,0 +1,97 @@
1
+ # Billing Management
2
+
3
+ Manage your subscription, payment methods, and billing history.
4
+
5
+ ## Account Billing Overview
6
+
7
+ ### Current Subscription
8
+ - **Plan**: Your current subscription tier
9
+ - **Billing Cycle**: Monthly or annual
10
+ - **Next Billing Date**: When next payment is due
11
+ - **Amount**: Cost of next billing cycle
12
+
13
+ ### Payment Method
14
+ - **Current Method**: Active payment method
15
+ - **Card Details**: Last 4 digits of card
16
+ - **Expiration**: Card expiration date
17
+ - **Billing Address**: Associated address
18
+
19
+ ## Managing Payment Methods
20
+
21
+ ### Adding a New Payment Method
22
+ 1. Go to Account Settings
23
+ 2. Click on "Payment Methods"
24
+ 3. Select "Add New Method"
25
+ 4. Enter card details
26
+ 5. Verify billing address
27
+ 6. Save payment method
28
+
29
+ ### Updating Payment Method
30
+ 1. Access Payment Methods section
31
+ 2. Click on current method
32
+ 3. Update card information
33
+ 4. Verify new details
34
+ 5. Save changes
35
+
36
+ ### Removing Payment Method
37
+ 1. Navigate to Payment Methods
38
+ 2. Select method to remove
39
+ 3. Confirm removal
40
+ 4. Add new method if needed
41
+
42
+ ## Billing History
43
+
44
+ ### Viewing Invoices
45
+ - **Invoice List**: All past invoices
46
+ - **Download**: PDF format available
47
+ - **Email**: Invoices sent to email
48
+ - **Tax Information**: Tax details included
49
+
50
+ ### Payment History
51
+ - **Transaction Log**: All payments
52
+ - **Payment Status**: Success/failed payments
53
+ - **Refunds**: Refund transactions
54
+ - **Disputes**: Payment disputes
55
+
56
+ ## Subscription Management
57
+
58
+ ### Changing Billing Cycle
59
+ 1. Access Subscription Settings
60
+ 2. Select "Change Billing Cycle"
61
+ 3. Choose new cycle
62
+ 4. Review pricing changes
63
+ 5. Confirm changes
64
+
65
+ ### Pausing Subscription
66
+ 1. Go to Subscription Settings
67
+ 2. Select "Pause Subscription"
68
+ 3. Choose pause duration
69
+ 4. Confirm pause
70
+ 5. Resume when ready
71
+
72
+ ### Canceling Subscription
73
+ 1. Navigate to Subscription Settings
74
+ 2. Click "Cancel Subscription"
75
+ 3. Select cancellation reason
76
+ 4. Confirm cancellation
77
+ 5. Receive confirmation
78
+
79
+ ## Billing Support
80
+
81
+ ### Common Issues
82
+ - **Payment Failed**: Update payment method
83
+ - **Billing Questions**: Contact support
84
+ - **Invoice Discrepancies**: Report issues
85
+ - **Refund Requests**: Submit requests
86
+
87
+ ### Getting Help
88
+ - **Support Team**: Dedicated billing support
89
+ - **Live Chat**: Real-time assistance
90
+ - **Email Support**: Detailed responses
91
+ - **Phone Support**: For urgent issues
92
+
93
+ ### Self-Service Options
94
+ - **FAQ**: Common billing questions
95
+ - **Documentation**: Detailed guides
96
+ - **Video Tutorials**: Step-by-step help
97
+ - **Community Forums**: User discussions
@@ -0,0 +1,93 @@
1
+ # Cancellation and Refunds
2
+
3
+ Information about canceling subscriptions and refund policies.
4
+
5
+ ## Cancellation Policy
6
+
7
+ ### How to Cancel
8
+ 1. **Account Settings**: Navigate to subscription settings
9
+ 2. **Cancel Option**: Click "Cancel Subscription"
10
+ 3. **Reason Selection**: Choose cancellation reason
11
+ 4. **Confirmation**: Confirm cancellation
12
+ 5. **Email Confirmation**: Receive cancellation email
13
+
14
+ ### Cancellation Timing
15
+ - **Immediate**: Cancellation takes effect immediately
16
+ - **Billing Cycle**: No refunds for current period
17
+ - **Access**: Features available until period end
18
+ - **Data**: Account data preserved for 30 days
19
+
20
+ ### Post-Cancellation
21
+ - **Feature Access**: Available until period end
22
+ - **Data Export**: Export data before cancellation
23
+ - **Account Deletion**: Automatic after 30 days
24
+ - **Reactivation**: Can reactivate within 30 days
25
+
26
+ ## Refund Policy
27
+
28
+ ### Refund Eligibility
29
+ - **New Subscriptions**: 7-day refund window
30
+ - **Annual Plans**: Prorated refunds available
31
+ - **Technical Issues**: Refunds for service problems
32
+ - **Duplicate Charges**: Full refunds for duplicates
33
+
34
+ ### Refund Process
35
+ 1. **Contact Support**: Reach out to billing support
36
+ 2. **Provide Details**: Explain refund reason
37
+ 3. **Review Request**: Support team reviews
38
+ 4. **Processing**: Refund processed if approved
39
+ 5. **Confirmation**: Email confirmation sent
40
+
41
+ ### Refund Timeline
42
+ - **Processing Time**: 3-5 business days
43
+ - **Credit Card**: 5-10 business days
44
+ - **PayPal**: 1-3 business days
45
+ - **Bank Transfer**: 7-14 business days
46
+
47
+ ## Subscription Changes
48
+
49
+ ### Downgrading
50
+ - **Immediate Effect**: Downgrade takes effect immediately
51
+ - **Prorated Refund**: Refund for unused portion
52
+ - **Feature Loss**: Some features may be lost
53
+ - **Data Access**: Data remains accessible
54
+
55
+ ### Upgrading
56
+ - **Immediate Access**: New features available immediately
57
+ - **Prorated Billing**: Charge for upgrade difference
58
+ - **No Refund**: No refund for current period
59
+ - **Billing Cycle**: New cycle starts immediately
60
+
61
+ ## Account Management
62
+
63
+ ### Data Retention
64
+ - **30 Days**: Account data kept for 30 days
65
+ - **Export Options**: Download data before cancellation
66
+ - **Search History**: Preserved during retention period
67
+ - **Saved Searches**: Available for export
68
+
69
+ ### Reactivation
70
+ - **30-Day Window**: Can reactivate within 30 days
71
+ - **Same Plan**: Reactivate with same plan
72
+ - **Data Restoration**: All data restored
73
+ - **Billing**: New billing cycle starts
74
+
75
+ ## Support and Assistance
76
+
77
+ ### Cancellation Support
78
+ - **Live Chat**: Real-time assistance
79
+ - **Email Support**: Detailed help via email
80
+ - **Phone Support**: For urgent cancellations
81
+ - **Self-Service**: Online cancellation tools
82
+
83
+ ### Refund Support
84
+ - **Billing Team**: Dedicated refund support
85
+ - **Quick Response**: Fast refund processing
86
+ - **Transparent Process**: Clear refund policies
87
+ - **Multiple Channels**: Various support options
88
+
89
+ ### General Support
90
+ - **FAQ**: Common questions answered
91
+ - **Documentation**: Comprehensive guides
92
+ - **Community**: User forums and discussions
93
+ - **Video Tutorials**: Step-by-step help
@@ -0,0 +1,53 @@
1
+ # Pro and Max Pricing
2
+
3
+ Detailed pricing information for Yantra Pro and Max subscriptions.
4
+
5
+ ## Yantra Pro Pricing
6
+
7
+ ### Monthly Subscription
8
+ - **Price**: $20/month
9
+ - **Features**: All Pro features included
10
+ - **Billing**: Monthly recurring
11
+
12
+ ### Annual Subscription
13
+ - **Price**: $200/year (2 months free)
14
+ - **Savings**: $40 compared to monthly
15
+ - **Billing**: Annual recurring
16
+
17
+ ## Yantra Max Pricing
18
+
19
+ ### Monthly Subscription
20
+ - **Price**: $40/month
21
+ - **Features**: All Max features included
22
+ - **Billing**: Monthly recurring
23
+
24
+ ### Annual Subscription
25
+ - **Price**: $400/year (2 months free)
26
+ - **Savings**: $80 compared to monthly
27
+ - **Billing**: Annual recurring
28
+
29
+ ## Feature Comparison
30
+
31
+ | Feature | Free | Pro | Max |
32
+ |---------|------|-----|-----|
33
+ | Daily Searches | 5 | Unlimited | Maximum |
34
+ | AI Models | GPT-3.5 | GPT-4 + Claude | Latest models |
35
+ | File Uploads | ❌ | ✅ | ✅ |
36
+ | API Access | ❌ | ✅ | ✅ |
37
+ | Priority Support | ❌ | ✅ | ✅ |
38
+ | Team Features | ❌ | ❌ | ✅ |
39
+ | Custom Branding | ❌ | ❌ | ✅ |
40
+
41
+ ## Payment Methods
42
+
43
+ - **Credit Cards**: Visa, MasterCard, American Express
44
+ - **Debit Cards**: Supported debit cards
45
+ - **PayPal**: PayPal account payments
46
+ - **Bank Transfer**: For enterprise customers
47
+
48
+ ## Billing Information
49
+
50
+ - **Billing Cycle**: Monthly or annual
51
+ - **Invoices**: Available in account settings
52
+ - **Tax**: Applicable taxes added at checkout
53
+ - **Currency**: USD (other currencies available)