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

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 (108) hide show
  1. package/lib/components/HelpCenterHeader.d.ts +1 -0
  2. package/lib/components/HelpCenterHeader.d.ts.map +1 -1
  3. package/lib/components/HelpCenterHeader.js +222 -36
  4. package/lib/components/HelpCenterHeader.js.map +1 -1
  5. package/lib/components/SidebarSearch.d.ts +8 -0
  6. package/lib/components/SidebarSearch.d.ts.map +1 -0
  7. package/lib/components/SidebarSearch.js +111 -0
  8. package/lib/components/SidebarSearch.js.map +1 -0
  9. package/lib/pages/ArticlePage/ArticlePage.d.ts +3 -0
  10. package/lib/pages/ArticlePage/ArticlePage.d.ts.map +1 -0
  11. package/lib/pages/ArticlePage/ArticlePage.js +222 -0
  12. package/lib/pages/ArticlePage/ArticlePage.js.map +1 -0
  13. package/lib/pages/ArticlePage/ArticlePageLayout.d.ts +3 -0
  14. package/lib/pages/ArticlePage/ArticlePageLayout.d.ts.map +1 -0
  15. package/lib/pages/ArticlePage/ArticlePageLayout.js +250 -0
  16. package/lib/pages/ArticlePage/ArticlePageLayout.js.map +1 -0
  17. package/lib/pages/ArticlePage/index.d.ts +2 -3
  18. package/lib/pages/ArticlePage/index.d.ts.map +1 -1
  19. package/lib/pages/ArticlePage/index.js +4 -189
  20. package/lib/pages/ArticlePage/index.js.map +1 -1
  21. package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
  22. package/lib/pages/CategoryCollection/index.js +2 -2
  23. package/lib/pages/CategoryCollection/index.js.map +1 -1
  24. package/lib/{content → templates/content}/account-management/account-setup.md +10 -0
  25. package/lib/{content → templates/content}/account-management/delete-account.md +10 -0
  26. package/lib/{content → templates/content}/account-management/preferences.md +10 -0
  27. package/lib/{content → templates/content}/account-management/privacy-settings.md +10 -0
  28. package/lib/{content → templates/content}/account-management/profile-settings.md +8 -0
  29. package/lib/{content → templates/content}/data-privacy/data-collection.md +9 -0
  30. package/lib/{content → templates/content}/data-privacy/privacy-policy.md +10 -0
  31. package/lib/{content → templates/content}/data-subject-privacy/data-access.md +12 -0
  32. package/lib/{content → templates/content}/data-subject-privacy/data-portability.md +15 -0
  33. package/lib/{content → templates/content}/data-subject-privacy/privacy-requests.md +11 -0
  34. package/lib/{content → templates/content}/file-uploads/file-upload-overview.md +9 -0
  35. package/lib/{content → templates/content}/getting-started/getting-started-guide.md +9 -0
  36. package/lib/{content → templates/content}/product-features/ai-models.md +1 -1
  37. package/lib/{content → templates/content}/product-features/collaboration-tools.md +8 -0
  38. package/lib/{content → templates/content}/product-features/conversation-features.md +6 -0
  39. package/lib/{content → templates/content}/product-features/export-features.md +8 -0
  40. package/lib/{content → templates/content}/product-features/follow-up-questions.md +8 -0
  41. package/lib/{content → templates/content}/product-features/real-time-search.md +8 -0
  42. package/lib/{content → templates/content}/product-features/saved-searches.md +8 -0
  43. package/lib/{content → templates/content}/product-features/search-features.md +1 -1
  44. package/lib/{content → templates/content}/product-features/search-history.md +8 -0
  45. package/lib/{content → templates/content}/product-features/source-citations.md +8 -0
  46. package/lib/{content → templates/content}/scope-api/api-overview.md +8 -0
  47. package/lib/{content → templates/content}/search-modes/deep-research.md +8 -0
  48. package/lib/{content → templates/content}/search-modes/labs-features.md +10 -0
  49. package/lib/{content → templates/content}/search-modes/pro-search.md +8 -0
  50. package/lib/{content → templates/content}/search-modes/regular-search.md +8 -0
  51. package/lib/{content → templates/content}/spaces-library/spaces-overview.md +8 -0
  52. package/lib/{content → templates/content}/student-hub/academic-research.md +8 -0
  53. package/lib/{content → templates/content}/student-hub/student-discounts.md +10 -0
  54. package/lib/{content → templates/content}/student-hub/student-overview.md +8 -0
  55. package/lib/{content → templates/content}/student-hub/study-tools.md +8 -0
  56. package/lib/{content → templates/content}/subscription-billing/billing-cycle.md +8 -0
  57. package/lib/{content → templates/content}/subscription-billing/billing-overview.md +6 -0
  58. package/lib/{content → templates/content}/subscription-billing/billing-support.md +8 -0
  59. package/lib/{content → templates/content}/subscription-billing/currency-support.md +10 -0
  60. package/lib/{content → templates/content}/subscription-billing/enterprise-pricing.md +8 -0
  61. package/lib/{content → templates/content}/subscription-billing/invoice-management.md +8 -0
  62. package/lib/{content → templates/content}/subscription-billing/payment-methods.md +9 -0
  63. package/lib/{content → templates/content}/subscription-billing/promotional-offers.md +8 -0
  64. package/lib/{content → templates/content}/subscription-billing/refund-policy.md +10 -0
  65. package/lib/{content → templates/content}/subscription-billing/student-discounts.md +10 -0
  66. package/lib/{content → templates/content}/subscription-billing/tax-information.md +8 -0
  67. package/lib/{content → templates/content}/technical-questions/ai-models-technical.md +10 -0
  68. package/lib/{content → templates/content}/technical-questions/api-technical.md +10 -0
  69. package/lib/{content → templates/content}/technical-questions/data-processing.md +10 -0
  70. package/lib/{content → templates/content}/technical-questions/database-architecture.md +10 -0
  71. package/lib/{content → templates/content}/technical-questions/infrastructure.md +10 -0
  72. package/lib/{content → templates/content}/technical-questions/performance-optimization.md +10 -0
  73. package/lib/{content → templates/content}/technical-questions/search-algorithms.md +10 -0
  74. package/lib/{content → templates/content}/technical-questions/technical-overview.md +10 -0
  75. package/lib/{content → templates/content}/threads/conversation-management.md +8 -0
  76. package/lib/{content → templates/content}/threads/threads-overview.md +8 -0
  77. package/lib/{content → templates/content}/troubleshooting/common-issues.md +8 -0
  78. package/lib/{content → templates/content}/what-is-yantra/getting-started-yantra.md +1 -1
  79. package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
  80. package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
  81. package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
  82. package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
  83. package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
  84. package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
  85. package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
  86. package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
  87. package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
  88. package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
  89. package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
  90. package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
  91. package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
  92. package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
  93. package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
  94. package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
  95. package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
  96. package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
  97. package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
  98. package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
  99. package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
  100. package/lib/utils/docsNavigation.d.ts +9 -0
  101. package/lib/utils/docsNavigation.d.ts.map +1 -0
  102. package/lib/utils/docsNavigation.js +37 -0
  103. package/lib/utils/docsNavigation.js.map +1 -0
  104. package/lib/utils/markdownLoader.d.ts +4 -0
  105. package/lib/utils/markdownLoader.d.ts.map +1 -1
  106. package/lib/utils/markdownLoader.js +110 -327
  107. package/lib/utils/markdownLoader.js.map +1 -1
  108. package/package.json +14 -4
@@ -5,12 +5,14 @@ Technical optimizations for speed and efficiency.
5
5
  ## System Performance
6
6
 
7
7
  ### Response Time Optimization
8
+
8
9
  - **Query Optimization**: Database query optimization
9
10
  - **Caching Strategies**: Intelligent caching
10
11
  - **CDN Integration**: Content delivery network
11
12
  - **Load Balancing**: Advanced load balancing
12
13
 
13
14
  ### Throughput Optimization
15
+
14
16
  - **Parallel Processing**: Multi-threaded processing
15
17
  - **Async Operations**: Asynchronous operations
16
18
  - **Connection Pooling**: Database connection pooling
@@ -19,12 +21,14 @@ Technical optimizations for speed and efficiency.
19
21
  ## Database Optimization
20
22
 
21
23
  ### Query Performance
24
+
22
25
  - **Index Optimization**: Database index optimization
23
26
  - **Query Analysis**: Query performance analysis
24
27
  - **Execution Plans**: Query execution optimization
25
28
  - **Connection Optimization**: Database connection optimization
26
29
 
27
30
  ### Storage Optimization
31
+
28
32
  - **Data Partitioning**: Database partitioning
29
33
  - **Compression**: Data compression techniques
30
34
  - **Archiving**: Data archiving strategies
@@ -33,12 +37,14 @@ Technical optimizations for speed and efficiency.
33
37
  ## Application Optimization
34
38
 
35
39
  ### Code Optimization
40
+
36
41
  - **Algorithm Optimization**: Algorithm efficiency
37
42
  - **Memory Management**: Memory optimization
38
43
  - **CPU Optimization**: CPU usage optimization
39
44
  - **I/O Optimization**: Input/output optimization
40
45
 
41
46
  ### Framework Optimization
47
+
42
48
  - **Framework Tuning**: Framework configuration
43
49
  - **Middleware Optimization**: Middleware performance
44
50
  - **Library Optimization**: Third-party library optimization
@@ -47,12 +53,14 @@ Technical optimizations for speed and efficiency.
47
53
  ## Infrastructure Optimization
48
54
 
49
55
  ### Server Optimization
56
+
50
57
  - **Hardware Optimization**: Hardware configuration
51
58
  - **OS Tuning**: Operating system tuning
52
59
  - **Network Optimization**: Network performance
53
60
  - **Storage Optimization**: Storage performance
54
61
 
55
62
  ### Cloud Optimization
63
+
56
64
  - **Resource Allocation**: Optimal resource allocation
57
65
  - **Auto-scaling**: Intelligent auto-scaling
58
66
  - **Cost Optimization**: Cloud cost optimization
@@ -61,12 +69,14 @@ Technical optimizations for speed and efficiency.
61
69
  ## Monitoring and Profiling
62
70
 
63
71
  ### Performance Monitoring
72
+
64
73
  - **Real-time Monitoring**: Real-time performance monitoring
65
74
  - **Metrics Collection**: Performance metrics collection
66
75
  - **Alerting**: Performance alerting
67
76
  - **Dashboards**: Performance dashboards
68
77
 
69
78
  ### Profiling Tools
79
+
70
80
  - **Application Profiling**: Application performance profiling
71
81
  - **Database Profiling**: Database performance profiling
72
82
  - **Network Profiling**: Network performance profiling
@@ -5,12 +5,14 @@ Technical details about Yantra's search algorithms.
5
5
  ## Search Architecture
6
6
 
7
7
  ### Core Algorithms
8
+
8
9
  - **Vector Search**: Semantic vector search
9
10
  - **Keyword Search**: Traditional keyword matching
10
11
  - **Hybrid Search**: Combined vector and keyword search
11
12
  - **Ranking Algorithms**: Advanced ranking algorithms
12
13
 
13
14
  ### Search Pipeline
15
+
14
16
  - **Query Processing**: Query analysis and processing
15
17
  - **Index Lookup**: Search index lookup
16
18
  - **Result Ranking**: Result ranking and scoring
@@ -19,12 +21,14 @@ Technical details about Yantra's search algorithms.
19
21
  ## Ranking Algorithms
20
22
 
21
23
  ### Relevance Scoring
24
+
22
25
  - **TF-IDF**: Term frequency-inverse document frequency
23
26
  - **BM25**: Best Matching 25 algorithm
24
27
  - **Semantic Similarity**: Semantic similarity scoring
25
28
  - **User Behavior**: User behavior-based ranking
26
29
 
27
30
  ### Ranking Factors
31
+
28
32
  - **Content Quality**: Content quality assessment
29
33
  - **Source Authority**: Source authority scoring
30
34
  - **Recency**: Content recency scoring
@@ -33,12 +37,14 @@ Technical details about Yantra's search algorithms.
33
37
  ## Indexing System
34
38
 
35
39
  ### Search Index
40
+
36
41
  - **Inverted Index**: Traditional inverted index
37
42
  - **Vector Index**: Semantic vector index
38
43
  - **Metadata Index**: Metadata indexing
39
44
  - **Full-text Index**: Full-text search index
40
45
 
41
46
  ### Index Management
47
+
42
48
  - **Index Updates**: Real-time index updates
43
49
  - **Index Optimization**: Index optimization
44
50
  - **Index Partitioning**: Index partitioning
@@ -47,12 +53,14 @@ Technical details about Yantra's search algorithms.
47
53
  ## Query Processing
48
54
 
49
55
  ### Query Analysis
56
+
50
57
  - **Query Parsing**: Natural language query parsing
51
58
  - **Query Expansion**: Query expansion techniques
52
59
  - **Query Optimization**: Query optimization
53
60
  - **Query Caching**: Query result caching
54
61
 
55
62
  ### Intent Recognition
63
+
56
64
  - **Intent Classification**: User intent classification
57
65
  - **Entity Recognition**: Named entity recognition
58
66
  - **Context Understanding**: Context analysis
@@ -61,12 +69,14 @@ Technical details about Yantra's search algorithms.
61
69
  ## Performance Optimization
62
70
 
63
71
  ### Search Performance
72
+
64
73
  - **Response Time**: Sub-second response times
65
74
  - **Throughput**: High query throughput
66
75
  - **Scalability**: Horizontal scaling
67
76
  - **Caching**: Multi-layer caching
68
77
 
69
78
  ### Optimization Techniques
79
+
70
80
  - **Index Optimization**: Search index optimization
71
81
  - **Query Optimization**: Query performance optimization
72
82
  - **Caching Strategies**: Intelligent caching
@@ -5,12 +5,14 @@ Technical architecture and implementation details.
5
5
  ## System Architecture
6
6
 
7
7
  ### Core Components
8
+
8
9
  - **Search Engine**: Advanced search processing engine
9
10
  - **AI Integration**: Multiple AI model integration
10
11
  - **Data Processing**: Real-time data processing pipeline
11
12
  - **API Layer**: RESTful API architecture
12
13
 
13
14
  ### Infrastructure
15
+
14
16
  - **Cloud Infrastructure**: Scalable cloud infrastructure
15
17
  - **Microservices**: Microservices architecture
16
18
  - **Load Balancing**: Advanced load balancing
@@ -19,12 +21,14 @@ Technical architecture and implementation details.
19
21
  ## Technology Stack
20
22
 
21
23
  ### Backend Technologies
24
+
22
25
  - **Programming Languages**: Python, Node.js, Go
23
26
  - **Frameworks**: FastAPI, Express.js, Gin
24
27
  - **Databases**: PostgreSQL, Redis, Elasticsearch
25
28
  - **Message Queues**: Apache Kafka, RabbitMQ
26
29
 
27
30
  ### Frontend Technologies
31
+
28
32
  - **Web Framework**: React, TypeScript
29
33
  - **Mobile**: React Native, Flutter
30
34
  - **Build Tools**: Webpack, Vite, Rollup
@@ -33,12 +37,14 @@ Technical architecture and implementation details.
33
37
  ## AI Integration
34
38
 
35
39
  ### Model Architecture
40
+
36
41
  - **GPT Integration**: OpenAI GPT model integration
37
42
  - **Claude Integration**: Anthropic Claude integration
38
43
  - **Custom Models**: Proprietary model development
39
44
  - **Model Selection**: Intelligent model routing
40
45
 
41
46
  ### Processing Pipeline
47
+
42
48
  - **Query Analysis**: Natural language query analysis
43
49
  - **Intent Recognition**: User intent recognition
44
50
  - **Context Management**: Conversation context management
@@ -47,12 +53,14 @@ Technical architecture and implementation details.
47
53
  ## Data Architecture
48
54
 
49
55
  ### Data Storage
56
+
50
57
  - **Primary Database**: PostgreSQL for structured data
51
58
  - **Search Index**: Elasticsearch for search functionality
52
59
  - **Cache Layer**: Redis for high-speed caching
53
60
  - **File Storage**: S3-compatible object storage
54
61
 
55
62
  ### Data Processing
63
+
56
64
  - **ETL Pipelines**: Extract, transform, load processes
57
65
  - **Real-time Processing**: Stream processing with Kafka
58
66
  - **Data Validation**: Comprehensive data validation
@@ -61,12 +69,14 @@ Technical architecture and implementation details.
61
69
  ## Security Architecture
62
70
 
63
71
  ### Security Measures
72
+
64
73
  - **Authentication**: Multi-factor authentication
65
74
  - **Authorization**: Role-based access control
66
75
  - **Encryption**: End-to-end encryption
67
76
  - **Network Security**: Network-level security
68
77
 
69
78
  ### Compliance
79
+
70
80
  - **GDPR Compliance**: European data protection compliance
71
81
  - **SOC 2**: Security and compliance certification
72
82
  - **ISO 27001**: Information security management
@@ -5,12 +5,14 @@ Managing and organizing your conversation threads.
5
5
  ## Thread Management
6
6
 
7
7
  ### Creating Conversations
8
+
8
9
  - **New Thread**: Start new conversation thread
9
10
  - **Topic Definition**: Define conversation topic
10
11
  - **Context Setting**: Set conversation context
11
12
  - **Participant Invitation**: Invite conversation participants
12
13
 
13
14
  ### Organizing Threads
15
+
14
16
  - **Topic Grouping**: Group threads by topic
15
17
  - **Priority Setting**: Set thread priorities
16
18
  - **Status Tracking**: Track thread status
@@ -19,12 +21,14 @@ Managing and organizing your conversation threads.
19
21
  ## Conversation Features
20
22
 
21
23
  ### Context Preservation
24
+
22
25
  - **History Tracking**: Track conversation history
23
26
  - **Reference Linking**: Link to previous discussions
24
27
  - **Context Awareness**: Maintain context across messages
25
28
  - **Follow-up Management**: Manage follow-up questions
26
29
 
27
30
  ### Collaboration Tools
31
+
28
32
  - **Member Roles**: Assign conversation roles
29
33
  - **Permission Control**: Control conversation permissions
30
34
  - **Activity Monitoring**: Monitor conversation activity
@@ -33,12 +37,14 @@ Managing and organizing your conversation threads.
33
37
  ## Thread Organization
34
38
 
35
39
  ### Structure Management
40
+
36
41
  - **Hierarchical Organization**: Organize threads hierarchically
37
42
  - **Category System**: Use category system
38
43
  - **Tagging System**: Tag conversations for easy finding
39
44
  - **Search Functionality**: Search within conversations
40
45
 
41
46
  ### Content Management
47
+
42
48
  - **Message Organization**: Organize messages within threads
43
49
  - **Attachment Management**: Manage file attachments
44
50
  - **Link Management**: Manage external links
@@ -47,12 +53,14 @@ Managing and organizing your conversation threads.
47
53
  ## Advanced Features
48
54
 
49
55
  ### Thread Analytics
56
+
50
57
  - **Participation Metrics**: Track participation metrics
51
58
  - **Activity Analysis**: Analyze conversation activity
52
59
  - **Engagement Tracking**: Track engagement levels
53
60
  - **Productivity Metrics**: Measure conversation productivity
54
61
 
55
62
  ### Integration Features
63
+
56
64
  - **External Tools**: Integrate with external tools
57
65
  - **API Access**: Programmatic access to threads
58
66
  - **Export Options**: Export conversation data
@@ -5,12 +5,14 @@ Understanding Yantra's conversation threading system.
5
5
  ## What are Threads?
6
6
 
7
7
  ### Concept
8
+
8
9
  - **Conversation Organization**: Organize conversations
9
10
  - **Topic Threading**: Group related discussions
10
11
  - **Context Preservation**: Maintain conversation context
11
12
  - **Follow-up Management**: Manage follow-up questions
12
13
 
13
14
  ### Benefits
15
+
14
16
  - **Organization**: Keep conversations organized
15
17
  - **Context**: Maintain conversation context
16
18
  - **Efficiency**: More efficient conversations
@@ -19,12 +21,14 @@ Understanding Yantra's conversation threading system.
19
21
  ## Thread Features
20
22
 
21
23
  ### Conversation Management
24
+
22
25
  - **Thread Creation**: Create conversation threads
23
26
  - **Thread Organization**: Organize threads by topic
24
27
  - **Thread Search**: Search within threads
25
28
  - **Thread Archiving**: Archive old threads
26
29
 
27
30
  ### Context Preservation
31
+
28
32
  - **Conversation History**: Complete conversation history
29
33
  - **Context Awareness**: Maintain context across messages
30
34
  - **Reference Tracking**: Track references and citations
@@ -33,6 +37,7 @@ Understanding Yantra's conversation threading system.
33
37
  ## Thread Usage
34
38
 
35
39
  ### Creating Threads
40
+
36
41
  1. **Start Conversation**: Begin a new conversation
37
42
  2. **Create Thread**: Create a new thread
38
43
  3. **Add Context**: Add relevant context
@@ -40,6 +45,7 @@ Understanding Yantra's conversation threading system.
40
45
  5. **Begin Discussion**: Start the discussion
41
46
 
42
47
  ### Managing Threads
48
+
43
49
  - **Thread Settings**: Configure thread settings
44
50
  - **Member Management**: Manage thread members
45
51
  - **Permission Control**: Control thread permissions
@@ -48,12 +54,14 @@ Understanding Yantra's conversation threading system.
48
54
  ## Thread Organization
49
55
 
50
56
  ### Thread Structure
57
+
51
58
  - **Hierarchical Organization**: Organize threads hierarchically
52
59
  - **Topic Grouping**: Group threads by topic
53
60
  - **Priority Levels**: Set thread priority levels
54
61
  - **Status Tracking**: Track thread status
55
62
 
56
63
  ### Thread Collaboration
64
+
57
65
  - **Member Roles**: Assign member roles
58
66
  - **Participation Tracking**: Track participation
59
67
  - **Activity Monitoring**: Monitor thread activity
@@ -5,12 +5,14 @@ Solutions to frequently encountered problems.
5
5
  ## Search Problems
6
6
 
7
7
  ### Search Not Working
8
+
8
9
  - **Check Internet Connection**: Ensure stable internet
9
10
  - **Clear Browser Cache**: Clear browser data
10
11
  - **Try Different Browser**: Test in another browser
11
12
  - **Check Account Status**: Verify account is active
12
13
 
13
14
  ### Slow Search Results
15
+
14
16
  - **Check Server Status**: Verify Yantra server status
15
17
  - **Reduce Query Complexity**: Simplify your search
16
18
  - **Try Different Search Mode**: Switch search modes
@@ -19,12 +21,14 @@ Solutions to frequently encountered problems.
19
21
  ## Account Issues
20
22
 
21
23
  ### Login Problems
24
+
22
25
  - **Verify Credentials**: Check username/password
23
26
  - **Reset Password**: Use password reset option
24
27
  - **Check Email**: Verify email address
25
28
  - **Contact Support**: Get help from support team
26
29
 
27
30
  ### Subscription Issues
31
+
28
32
  - **Check Payment Method**: Verify payment details
29
33
  - **Review Billing**: Check billing history
30
34
  - **Update Payment Info**: Update payment method
@@ -33,12 +37,14 @@ Solutions to frequently encountered problems.
33
37
  ## Performance Issues
34
38
 
35
39
  ### Slow Loading
40
+
36
41
  - **Clear Browser Cache**: Remove cached data
37
42
  - **Disable Extensions**: Turn off browser extensions
38
43
  - **Check System Resources**: Monitor CPU/memory usage
39
44
  - **Update Browser**: Use latest browser version
40
45
 
41
46
  ### Crashes and Errors
47
+
42
48
  - **Restart Browser**: Close and reopen browser
43
49
  - **Check Error Messages**: Note specific error details
44
50
  - **Try Incognito Mode**: Test in private browsing
@@ -47,12 +53,14 @@ Solutions to frequently encountered problems.
47
53
  ## Mobile App Issues
48
54
 
49
55
  ### App Not Working
56
+
50
57
  - **Update App**: Install latest version
51
58
  - **Restart App**: Force close and reopen
52
59
  - **Check Permissions**: Verify app permissions
53
60
  - **Reinstall App**: Uninstall and reinstall
54
61
 
55
62
  ### Sync Problems
63
+
56
64
  - **Check Internet**: Ensure mobile internet connection
57
65
  - **Force Sync**: Manually trigger sync
58
66
  - **Clear App Data**: Clear app cache and data
@@ -81,4 +81,4 @@ Everything you need to know to start using Yantra effectively.
81
81
  - **Search Not Working**: Check your internet connection
82
82
  - **Account Problems**: Contact support
83
83
  - **Feature Questions**: Check the help center
84
- - **Billing Issues**: Use the billing support channel
84
+ - **Billing Issues**: Use the billing support channel
@@ -35,4 +35,4 @@ Yantra prioritizes accuracy through:
35
35
  - **Source Verification**: All sources are verified for credibility
36
36
  - **Real-time Updates**: Information is always current
37
37
  - **Multiple Perspectives**: Different viewpoints are considered
38
- - **Citation Tracking**: Every claim is backed by sources
38
+ - **Citation Tracking**: Every claim is backed by sources
@@ -17,6 +17,7 @@ Provide context for better answers:
17
17
  ### Follow-up Questions
18
18
 
19
19
  Build on previous answers:
20
+
20
21
  - "Can you explain that in simpler terms?"
21
22
  - "What are the implications of this?"
22
23
  - "How does this compare to other solutions?"
@@ -61,4 +62,4 @@ Build on previous answers:
61
62
 
62
63
  - **Team Collaboration**: Share searches with your team
63
64
  - **Custom Branding**: White-label solutions
64
- - **Advanced Analytics**: Track usage and insights
65
+ - **Advanced Analytics**: Track usage and insights
@@ -29,4 +29,4 @@ To get started with Yantra:
29
29
  3. Start asking questions
30
30
  4. Explore the different search modes available
31
31
 
32
- For more advanced features, consider upgrading to Yantra Pro or Max.
32
+ For more advanced features, consider upgrading to Yantra Pro or Max.
@@ -41,16 +41,19 @@ The Yantra Discord Community is our official space where users can:
41
41
  ## Community Channels
42
42
 
43
43
  ### General Discussion
44
+
44
45
  - **#general**: General Yantra discussions
45
46
  - **#introductions**: Introduce yourself to the community
46
47
  - **#announcements**: Official updates and news
47
48
 
48
49
  ### Help and Support
50
+
49
51
  - **#help**: Get help with Yantra
50
52
  - **#tips-and-tricks**: Share useful tips
51
53
  - **#feature-requests**: Suggest new features
52
54
 
53
55
  ### Specialized Topics
56
+
54
57
  - **#research**: Discuss research methodologies
55
58
  - **#ai-discussion**: Talk about AI and technology
56
- - **#community-projects**: Collaborate on projects
59
+ - **#community-projects**: Collaborate on projects
@@ -5,12 +5,14 @@ Using Yantra on Android devices.
5
5
  ## Android App Features
6
6
 
7
7
  ### Core Features
8
+
8
9
  - **Full Search**: Complete search functionality
9
10
  - **Voice Search**: Google Assistant integration
10
11
  - **Offline Mode**: Limited offline capabilities
11
12
  - **Material Design**: Google Material Design
12
13
 
13
14
  ### Android-Specific Features
15
+
14
16
  - **Google Assistant**: Voice search integration
15
17
  - **Android Widgets**: Home screen widgets
16
18
  - **Share Menu**: Android share functionality
@@ -19,12 +21,14 @@ Using Yantra on Android devices.
19
21
  ## Android Integration
20
22
 
21
23
  ### Google Services
24
+
22
25
  - **Google Assistant**: Voice search via Assistant
23
26
  - **Google Search**: Integration with Google Search
24
27
  - **Chrome Integration**: Search from Chrome
25
28
  - **Android Auto**: Car integration
26
29
 
27
30
  ### Android Features
31
+
28
32
  - **Notification Channels**: Categorized notifications
29
33
  - **Adaptive Icons**: Dynamic app icons
30
34
  - **Shortcuts**: App shortcuts support
@@ -33,12 +37,14 @@ Using Yantra on Android devices.
33
37
  ## Installation and Setup
34
38
 
35
39
  ### Google Play Installation
40
+
36
41
  1. **Open Play Store**: Launch Google Play Store
37
42
  2. **Search Yantra**: Search for "Yantra"
38
43
  3. **Install**: Tap "Install" to download
39
44
  4. **Open**: Launch the app
40
45
 
41
46
  ### Initial Configuration
47
+
42
48
  - **Account Setup**: Sign in or create account
43
49
  - **Permissions**: Grant necessary permissions
44
50
  - **Notifications**: Configure notifications
@@ -47,12 +53,14 @@ Using Yantra on Android devices.
47
53
  ## Android App Usage
48
54
 
49
55
  ### Basic Operations
56
+
50
57
  - **Search**: Tap search bar to search
51
58
  - **Voice**: Use microphone for voice search
52
59
  - **Results**: Browse search results
53
60
  - **Sources**: Access source citations
54
61
 
55
62
  ### Advanced Features
63
+
56
64
  - **Saved Searches**: Save important searches
57
65
  - **Collections**: Organize search collections
58
66
  - **Export**: Export search results
@@ -61,12 +69,14 @@ Using Yantra on Android devices.
61
69
  ## Android App Support
62
70
 
63
71
  ### Common Issues
72
+
64
73
  - **Performance**: Optimize device performance
65
74
  - **Battery Usage**: Manage battery consumption
66
75
  - **Storage**: Clear app cache if needed
67
76
  - **Permissions**: Check app permissions
68
77
 
69
78
  ### Support Resources
79
+
70
80
  - **In-App Help**: Built-in help system
71
81
  - **Support Team**: Contact support team
72
82
  - **Community**: Android user community
@@ -5,12 +5,14 @@ Using Yantra on iPhone and iPad devices.
5
5
  ## iOS App Features
6
6
 
7
7
  ### iPhone Features
8
+
8
9
  - **Full Functionality**: Complete Yantra features
9
10
  - **Touch Interface**: Optimized for iPhone
10
11
  - **Voice Search**: Siri integration
11
12
  - **Share Integration**: iOS share functionality
12
13
 
13
14
  ### iPad Features
15
+
14
16
  - **Larger Interface**: Optimized for iPad screen
15
17
  - **Split View**: Multi-tasking support
16
18
  - **Apple Pencil**: Apple Pencil support
@@ -19,12 +21,14 @@ Using Yantra on iPhone and iPad devices.
19
21
  ## iOS-Specific Features
20
22
 
21
23
  ### Siri Integration
24
+
22
25
  - **Voice Commands**: Use Siri to search
23
26
  - **Shortcuts**: Create custom shortcuts
24
27
  - **Hands-Free**: Voice-only operation
25
28
  - **Siri Suggestions**: Proactive suggestions
26
29
 
27
30
  ### iOS Integration
31
+
28
32
  - **Spotlight Search**: Search from Spotlight
29
33
  - **Share Extension**: Share from other apps
30
34
  - **Widget Support**: Home screen widgets
@@ -33,6 +37,7 @@ Using Yantra on iPhone and iPad devices.
33
37
  ## Installation and Setup
34
38
 
35
39
  ### App Store Installation
40
+
36
41
  1. **Open App Store**: Launch App Store
37
42
  2. **Search Yantra**: Search for "Yantra"
38
43
  3. **Download**: Tap "Get" to download
@@ -40,6 +45,7 @@ Using Yantra on iPhone and iPad devices.
40
45
  5. **Open**: Launch the app
41
46
 
42
47
  ### Initial Setup
48
+
43
49
  - **Sign In**: Use existing account or create new
44
50
  - **Permissions**: Grant necessary permissions
45
51
  - **Notifications**: Enable notifications
@@ -48,12 +54,14 @@ Using Yantra on iPhone and iPad devices.
48
54
  ## iOS App Usage
49
55
 
50
56
  ### Basic Usage
57
+
51
58
  - **Search**: Tap search bar to search
52
59
  - **Voice**: Tap microphone for voice search
53
60
  - **Results**: Scroll through results
54
61
  - **Sources**: Tap citations to view sources
55
62
 
56
63
  ### Advanced Features
64
+
57
65
  - **Saved Searches**: Save important searches
58
66
  - **Collections**: Organize searches
59
67
  - **Export**: Export results
@@ -62,12 +70,14 @@ Using Yantra on iPhone and iPad devices.
62
70
  ## iOS App Support
63
71
 
64
72
  ### Troubleshooting
73
+
65
74
  - **App Crashes**: Restart app or device
66
75
  - **Slow Performance**: Close other apps
67
76
  - **Sync Issues**: Check internet connection
68
77
  - **Login Problems**: Reset password
69
78
 
70
79
  ### Getting Help
80
+
71
81
  - **In-App Help**: Built-in help system
72
82
  - **Support Team**: Contact support
73
83
  - **Community**: iOS user community
@@ -5,12 +5,14 @@ Introduction to Yantra's mobile applications.
5
5
  ## Mobile Apps Available
6
6
 
7
7
  ### iOS App
8
+
8
9
  - **iPhone Support**: Full iPhone compatibility
9
10
  - **iPad Support**: Optimized for iPad
10
11
  - **iOS Versions**: iOS 14.0 and later
11
12
  - **App Store**: Available on Apple App Store
12
13
 
13
14
  ### Android App
15
+
14
16
  - **Android Support**: Full Android compatibility
15
17
  - **Tablet Support**: Optimized for Android tablets
16
18
  - **Android Versions**: Android 8.0 and later
@@ -19,12 +21,14 @@ Introduction to Yantra's mobile applications.
19
21
  ## Mobile Features
20
22
 
21
23
  ### Core Features
24
+
22
25
  - **Full Search**: Complete search functionality
23
26
  - **Voice Search**: Voice-activated searches
24
27
  - **Offline Mode**: Limited offline functionality
25
28
  - **Push Notifications**: Real-time notifications
26
29
 
27
30
  ### Mobile-Specific Features
31
+
28
32
  - **Touch Interface**: Optimized touch interface
29
33
  - **Gesture Support**: Swipe and gesture controls
30
34
  - **Camera Integration**: Photo and document scanning
@@ -33,6 +37,7 @@ Introduction to Yantra's mobile applications.
33
37
  ## App Installation
34
38
 
35
39
  ### Download Process
40
+
36
41
  1. **Visit Store**: Go to App Store or Google Play
37
42
  2. **Search Yantra**: Search for "Yantra"
38
43
  3. **Download App**: Download and install
@@ -40,6 +45,7 @@ Introduction to Yantra's mobile applications.
40
45
  5. **Sign In**: Sign in with your account
41
46
 
42
47
  ### System Requirements
48
+
43
49
  - **iOS**: iPhone/iPad with iOS 14.0+
44
50
  - **Android**: Android device with 8.0+
45
51
  - **Storage**: 100MB available storage
@@ -48,12 +54,14 @@ Introduction to Yantra's mobile applications.
48
54
  ## Mobile Experience
49
55
 
50
56
  ### Interface Design
57
+
51
58
  - **Responsive Design**: Adapts to screen size
52
59
  - **Touch-Friendly**: Optimized for touch
53
60
  - **Gesture Navigation**: Intuitive gestures
54
61
  - **Accessibility**: Full accessibility support
55
62
 
56
63
  ### Performance
64
+
57
65
  - **Fast Loading**: Quick app startup
58
66
  - **Smooth Scrolling**: Smooth interface
59
67
  - **Efficient Battery**: Optimized battery usage