You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/assets/data/faq/index.js
+52-8Lines changed: 52 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ const data = {
11
11
category: "Layer5",
12
12
answer: [
13
13
"Yes, all of Layer5's projects are licensed under Apache v2.",
14
-
"Layer5 also offers extensions to the Meshery project in which Enterprise-centric functionality is commercially offered and supported.",
14
+
"Layer5 also offers extensions to the Meshery project in which Enterprise-grade functionality is commercially offered and supported.",
15
15
],
16
16
},
17
17
{
@@ -212,24 +212,26 @@ const data = {
212
212
//
213
213
214
214
{
215
-
question: "How can I upgrade, downgrade, or cancel my plan?",
215
+
question: "Can I upgrade, downgrade, or cancel my plan?",
216
216
category: "Pricing",
217
217
answer: [
218
-
"Upgrade as needed. Downgrade or cancel at anytime. To make changes to your plan, please get in touch with sales.",
218
+
"Yes, upgrade, downgrade or cancel at anytime. Whether you are upgrading or downgrading between plans, or canceling your existing subscription, changes take effect at the start/end of your current subscription's billing cycle.",
219
219
],
220
+
linktext: "My current plan",
221
+
link: "https://cloud.layer5.io/account/plans"
220
222
},
221
223
{
222
-
question: "Do I need to enter my credit card details to sign up to a free plan?",
224
+
question: "Do I need to enter my credit card details to subscribe to the free plan?",
223
225
category: "Pricing",
224
226
answer: [
225
-
"No. The Free plan does not require a credit card. It is free and will forever be free. A credit card is required only if you want to upgrade to a more fully-featured plan.",
227
+
"No. The Free plan does not require a credit card. It is free and will forever be free.",
228
+
"A credit card is required only if you want to upgrade to a more fully-featured plan.",
226
229
],
227
230
},
228
231
{
229
232
question: "What is the refund policy?",
230
233
category: "Pricing",
231
234
answer: [
232
-
"You can cancel at anytime.",
233
235
"We totally get that plans can change, and we're here to make things as straight-forward as possible. At Layer5, we have a no-refund policy for all our subscription plans. That means once your payment goes through, it's non-refundable, even if you haven't used much of the time left in your billing cycle. This helps us keep delivering awesome access to our cloud native tools, collaborative features, performance testing, multi-cloud setups, and all the learning goodies in Layer5 Academy and Kanvas.",
234
236
"If you're ready to cancel, no worries — just head to your account settings to cancel anytime. That'll stop any future renewals and charges, but you'll still enjoy full access until your current period ends. We're all about helping you explore first, so feel free to try our Free Forever plan to dip your toes in with things like built-in models, community support, and basic testing before going paid.",
235
237
],
@@ -246,15 +248,20 @@ const data = {
246
248
question: "What happens if I accidentally don't renew or forget to renew my subscription?",
247
249
category: "Pricing",
248
250
answer: [
249
-
"Continuity of your infrastructure and application management is important to us as it is to you. Layer5 Cloud and Kanvas will continue to operate under the Free tier features and usage limits. Your historical data will continue to be available to you. You can renew your subscription to have higher-level plan features reenabled at any time.",
251
+
"Your account will automatically transition to the Free plan. Layer5 Cloud and Kanvas will continue to operate under the Free tier features and usage limits.",
252
+
"While your account will no longer be entitled to the features offered a paid plan, rest assured that your historical data will continue to be available to you.",
253
+
"Renew your subscription to have higher-level plan features reenabled at any time.",
250
254
],
251
255
},
252
256
{
253
257
question: "Are there other pricing options?",
254
258
category: "Pricing",
255
259
answer: [
256
-
"Annual and monthly plans are available. Some plans have add-ons available. We can customize billing plans to meet your needs. For a detailed explanation of billing, please see our Billing FAQ.",
260
+
"Both annual and monthly plans are available. Some plans have add-ons available.",
261
+
"If your level of use warrants custom pricing, let's talk adjust as needed.",
257
262
],
263
+
link: "mailto:sales@layer5.io",
264
+
linktext: "Contact Sales",
258
265
},
259
266
{
260
267
question: "Do you have special pricing for open source / non-profit projects?",
@@ -265,6 +272,43 @@ const data = {
265
272
linktext: "Open source pricing",
266
273
link: "/pricing/open-source-program"
267
274
},
275
+
{
276
+
question: "Academy: What is the pricing structure of this add-on?",
277
+
category: "Pricing",
278
+
answer: [
279
+
"Layer5 Academy is available as an add-on to your Enterprise subscription, priced based on number of active learners.",
280
+
"Academy functionality is conveniently divided into two offerings: theoretical learning (learning paths, courses, exams) and practical learning (hands-on labs with Kanvas designs).",
281
+
]
282
+
},
283
+
{
284
+
question: "Academy: Can I add more learners than my plan quota allows?",
285
+
category: "Pricing",
286
+
answer: [
287
+
"Yes. You can exceed your package quota without foreplanning.",
288
+
"Any additional learners are charged at the same per-user rate as your plan at the end of the month.",
289
+
]
290
+
},
291
+
{
292
+
question: "Acedemy: What happens if I exceed my plan’s quota?",
293
+
category: "Pricing",
294
+
answer: [
295
+
"Any users above your quota are billed at the same per-user price as your plan. For example, if you’re on the 500-user plan and end the month with 510 users, you’ll be charged for your base 500 users plus 10 additional users.",
296
+
]
297
+
},
298
+
{
299
+
question: "Acedemy: Are withdrawn or completed users billed?",
300
+
category: "Pricing",
301
+
answer: [
302
+
"No. Only users who are actively registered and have not yet completed or withdrawn from a course are counted as active users.",
303
+
]
304
+
},
305
+
{
306
+
question: "Academy: How are active learners calculated?",
307
+
category: "Pricing",
308
+
answer: [
309
+
"Active learners are determined as the higher of your active learners or your plan’s quota. For example, on the 500-user plan, even if you have only 450 active users, you will still be billed for 500.",
0 commit comments