From 3092696c83ad0c8c55c60c81298e6840187db9b5 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Sat, 21 Dec 2024 17:33:40 +0500 Subject: [PATCH] docs: add docs for gift cards --- docs/help/contents/gift-cards.md | 76 ++++++++++++++++++++++++++++++++ docs/help/docgen.yaml | 1 + 2 files changed, 77 insertions(+) create mode 100644 docs/help/contents/gift-cards.md diff --git a/docs/help/contents/gift-cards.md b/docs/help/contents/gift-cards.md new file mode 100644 index 000000000..104f71c0a --- /dev/null +++ b/docs/help/contents/gift-cards.md @@ -0,0 +1,76 @@ +--- +title: Gift cards +description: Gift your friends and family a Notesnook Pro subscription. +--- + +# Gift cards + +Gift cards allow you to gift anyone a free Notesnook Pro subscription. It's a simple 3-step process: + +1. You purchase a gift card. +2. You send someone the gift code. +3. They redeem it and claim the benefits. + +## Purchasing a gift card + +You can purchase a gift card from [https://notesnook.com/giftcards](https://notesnook.com/giftcards). There are 3 gift cards currently: + +- 1 year gift card +- 3 years gift card +- 5 years gift card + +> info +> +> Gift cards are not attached to a user account and can be claimed by any Notesnook user. + +## Redeem a gift code + +# [Desktop/Web](#/tab/web) + +1. Go to `Settings` +2. Go to `Subscription settings` +3. Click on `Redeem a gift code` button +4. Enter the gift code you received +5. Click on `Submit` and wait for the app to verify your gift code. +6. Once the process succeeds, you should be upgraded to Pro. + +# [Mobile](#/tab/mobile) + +1. Go to `Settings` +2. Go to `Account settings` +3. Click on `Redeem a gift code` +4. Enter the gift code you received +5. Click on `Redeem` and wait for the app to verify your gift code. +6. Once the process succeeds, you should be upgraded to Pro. + +--- + +> info +> +> Once you redeem a gift code, the person who purchased it will receive an email informing them that one of their gift code was claimed. The email **does not** contain any information about who claimed the gift code. + +## FAQs + +### Who can redeem a gift code? + +Anyone who doesn't have a Notesnook Pro subscription can redeem a gift code and upgrade their account. One user can only redeem a single gift code at a time. + +### Is there an expiry date to a gift code? + +No. Each gift code is valid for an infinite amount of time until it is claimed by a user. + +### What can I do with a gift code? + +Whatever you like. Sell it, gift it, use it. + +### Can I refund a gift code I purchased? + +No. Gift codes are non-refundable. + +### Are gift cards auto-renewable? + +No. Gift cards are a one-time purchase. + +### Can I use cryptocurrency to purchase a gift card? + +Currently, no. But we are actively working on a solution to support this so stay tuned. diff --git a/docs/help/docgen.yaml b/docs/help/docgen.yaml index 9aa0d7b64..45d150b57 100644 --- a/docs/help/docgen.yaml +++ b/docs/help/docgen.yaml @@ -55,6 +55,7 @@ navigation: - path: recovering-your-account.md - path: deleting-your-account.md - path: app-lock.md + - path: gift-cards.md - path: privacy-mode.md - path: web-clipper