Shanvit commited on
Commit
ecfb0d1
·
verified ·
1 Parent(s): 1658b79

Create faq.json

Browse files
Files changed (1) hide show
  1. faq.json +190 -0
faq.json ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "question": "I can't seem to log in. How do I reset my account password?",
4
+ "answer": "Click on 'Forgot Password' at the login screen and follow the instructions."
5
+ },
6
+ {
7
+ "question": "What's the policy on refunds if I'm not satisfied with the product?",
8
+ "answer": "Refunds are issued within 5 business days after the request is approved."
9
+ },
10
+ {
11
+ "question": "How can I get in touch with someone from your support team?",
12
+ "answer": "You can reach support via our chat widget or email us at [email protected]."
13
+ },
14
+ {
15
+ "question": "Where can I find and install the app on my phone?",
16
+ "answer": "Our app is available on both the App Store and Google Play Store."
17
+ },
18
+ {
19
+ "question": "I need to update my card info. Where do I do that?",
20
+ "answer": "Go to 'Account Settings' and click on 'Billing' to update your payment method."
21
+ },
22
+ {
23
+ "question": "Do you offer any kind of free trial before I subscribe?",
24
+ "answer": "Yes, we offer a 14-day free trial for all new users."
25
+ },
26
+ {
27
+ "question": "Is it possible to switch my subscription plan in the future?",
28
+ "answer": "Yes, you can upgrade or downgrade your plan anytime from the dashboard."
29
+ },
30
+ {
31
+ "question": "Can I set up two-step verification or two-factor login?",
32
+ "answer": "Yes, you can enable 2FA from your account security settings."
33
+ },
34
+ {
35
+ "question": "What are the allowed file types I can upload here?",
36
+ "answer": "We support PDF, DOCX, JPG, and PNG formats."
37
+ },
38
+ {
39
+ "question": "How do I permanently remove or close my account?",
40
+ "answer": "Please go to 'Settings > Account' and click on 'Delete My Account'."
41
+ },
42
+ {
43
+ "question": "What kind of customer support do you offer over the weekends?",
44
+ "answer": "We offer limited weekend support via email. Chat support is available on weekdays."
45
+ },
46
+ {
47
+ "question": "Can I integrate this platform with third-party tools like Slack or Zapier?",
48
+ "answer": "Yes, we offer native integrations with both Slack and Zapier."
49
+ },
50
+ {
51
+ "question": "My payment failed. How can I retry or use a different card?",
52
+ "answer": "Go to Billing Settings and choose 'Retry Payment' or add a new payment method."
53
+ },
54
+ {
55
+ "question": "Do you charge any setup or onboarding fees for new users?",
56
+ "answer": "No, there are no setup or onboarding charges."
57
+ },
58
+ {
59
+ "question": "How do I invite team members to collaborate on projects with me?",
60
+ "answer": "Navigate to your Team tab and use the 'Invite' button to send invites via email."
61
+ },
62
+ {
63
+ "question": "I'm a student. Do you offer any educational discounts?",
64
+ "answer": "Yes, students can apply for a 30% discount by submitting a valid student ID."
65
+ },
66
+ {
67
+ "question": "Can I recover data if I accidentally delete a project?",
68
+ "answer": "Deleted projects are moved to Trash and can be recovered within 30 days."
69
+ },
70
+ {
71
+ "question": "How do I enable dark mode or adjust theme preferences?",
72
+ "answer": "You can switch themes under Settings > Display > Theme Preferences."
73
+ },
74
+ {
75
+ "question": "Is there an API I can use to access this platform programmatically?",
76
+ "answer": "Yes, our API is available to all paid plans. Check the developer docs for endpoints."
77
+ },
78
+ {
79
+ "question": "Can I track usage statistics or user behavior on my dashboard?",
80
+ "answer": "Yes, analytics are available on the Pro and Business plans."
81
+ },
82
+ {
83
+ "question": "What should I do if the mobile app keeps crashing after login?",
84
+ "answer": "Try reinstalling the app and ensure you're using the latest version from the app store."
85
+ },
86
+ {
87
+ "question": "Where can I manage my email and push notification preferences?",
88
+ "answer": "Notification settings are located in Account Settings > Notifications."
89
+ },
90
+ {
91
+ "question": "Is there a way to export all my data before closing the account?",
92
+ "answer": "Yes, you can export your data as a ZIP file from Settings > Data Export."
93
+ },
94
+ {
95
+ "question": "How long will my data be retained after account deletion?",
96
+ "answer": "We retain data for 14 days post-deletion in case of recovery, then permanently remove it."
97
+ },
98
+ {
99
+ "question": "Can I use this app on both desktop and mobile without syncing issues?",
100
+ "answer": "Yes, data syncs in real time across all devices once you're logged in."
101
+ },
102
+ {
103
+ "question": "Do you support multilingual interfaces for global users?",
104
+ "answer": "Yes, the app supports English, Spanish, French, and German."
105
+ },
106
+ {
107
+ "question": "I'm having trouble verifying my email. What should I do?",
108
+ "answer": "Check your spam folder and make sure you're clicking the latest verification link."
109
+ },
110
+ {
111
+ "question": "What if my organization needs a custom deployment of your platform?",
112
+ "answer": "We offer enterprise deployments — please contact [email protected] for a custom plan."
113
+ },
114
+ {
115
+ "question": "Can I schedule reports to be emailed to me weekly?",
116
+ "answer": "Yes, scheduled reports can be configured under Dashboard > Reports > Schedule."
117
+ },
118
+ {
119
+ "question": "How do I know if my account is secure and hasn't been breached?",
120
+ "answer": "Visit Security Settings to see login history, device activity, and suspicious login alerts."
121
+ },
122
+ {
123
+ "question": "What should I do if I'm getting too many irrelevant email notifications?",
124
+ "answer": "Update your preferences under Settings > Notifications to fine-tune what you receive."
125
+ },
126
+ {
127
+ "question": "Can I preview documents before downloading them from shared folders?",
128
+ "answer": "Yes, most file types have a quick preview option without needing to download."
129
+ },
130
+ {
131
+ "question": "How can I suggest a new feature or improvement to your product?",
132
+ "answer": "You can submit suggestions via our feedback portal linked in the footer of our website."
133
+ },
134
+ {
135
+ "question": "Is there a way to undo accidental changes made inside the app?",
136
+ "answer": "Yes, we support undo/redo functionality for most features and have a change history view."
137
+ },
138
+ {
139
+ "question": "Do you offer live webinars or tutorials for new users?",
140
+ "answer": "Yes, we host weekly onboarding webinars and have a full video tutorial library."
141
+ },
142
+ {
143
+ "question": "Can I duplicate an existing project or template to reuse it?",
144
+ "answer": "Yes, just click 'Duplicate' from the project menu or template settings."
145
+ },
146
+ {
147
+ "question": "Are keyboard shortcuts supported for faster navigation?",
148
+ "answer": "Yes, you can view all available shortcuts by pressing '?' or visiting the help menu."
149
+ },
150
+ {
151
+ "question": "How can I pause my subscription temporarily?",
152
+ "answer": "Go to Billing > Subscription > Pause Plan to suspend your account for up to 3 months."
153
+ },
154
+ {
155
+ "question": "What level of encryption is used to store sensitive data?",
156
+ "answer": "We use AES-256 encryption at rest and TLS 1.3 in transit for all user data."
157
+ },
158
+ {
159
+ "question": "Does your platform support SSO or identity providers like Okta?",
160
+ "answer": "Yes, SSO is available on Business and Enterprise tiers with support for Okta, Azure AD, and more."
161
+ },
162
+ {
163
+ "question": "Can I transfer ownership of a team or workspace to another user?",
164
+ "answer": "Yes, workspace admins can transfer ownership from the Team Management page."
165
+ },
166
+ {
167
+ "question": "My download speed is very slow — is there a mirror or CDN option?",
168
+ "answer": "Yes, we use a global CDN to optimize delivery. Try restarting your router or switching networks."
169
+ },
170
+ {
171
+ "question": "I work across time zones. Can I change the time zone for scheduled tasks?",
172
+ "answer": "Yes, go to Account Settings > Preferences and set your preferred time zone."
173
+ },
174
+ {
175
+ "question": "Are there limitations on the number of collaborators per workspace?",
176
+ "answer": "Free plan supports 3 collaborators. Paid plans support up to 50, with custom tiers available."
177
+ },
178
+ {
179
+ "question": "Does this product comply with GDPR or other privacy laws?",
180
+ "answer": "Yes, we are fully GDPR-compliant and provide tools to manage user consent and data requests."
181
+ },
182
+ {
183
+ "question": "Can I create private folders or files not visible to other team members?",
184
+ "answer": "Yes, you can mark folders as private during creation or from the folder options menu."
185
+ },
186
+ {
187
+ "question": "How can I add notes or comments to specific parts of a document?",
188
+ "answer": "Highlight text and click 'Add Comment' to leave contextual notes visible to collaborators."
189
+ }
190
+ ]