From c318e1a08a1fecf4d7dc3e35e2f371cb26250d75 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 21 May 2025 10:54:46 -0500 Subject: [PATCH 01/12] Moved files from Fundamentals to Billing --- .../docs/billing/cancel-subscription.mdx | 59 +++++++++++++ src/content/docs/billing/change-plan.mdx | 82 +++++++++++++++++++ src/content/docs/billing/preview-services.mdx | 39 +++++++++ 3 files changed, 180 insertions(+) create mode 100644 src/content/docs/billing/cancel-subscription.mdx create mode 100644 src/content/docs/billing/change-plan.mdx create mode 100644 src/content/docs/billing/preview-services.mdx diff --git a/src/content/docs/billing/cancel-subscription.mdx b/src/content/docs/billing/cancel-subscription.mdx new file mode 100644 index 000000000000000..15fd06a021bc3aa --- /dev/null +++ b/src/content/docs/billing/cancel-subscription.mdx @@ -0,0 +1,59 @@ +--- +pcx_content_type: how-to +title: Cancel Cloudflare subscriptions +head: [] +description: Cancel Cloudflare subscriptions + +--- + +Cancellations are not processed until the end of the billing period, so you can continue using the add-on or subscription until the new billing period begins. To avoid unwanted charges, start the cancellation process before the end of your billing period. + +If you are making a subscription downgrade including a change from a yearly plan to a monthly plan or a change from a paid plan to a free plan, be aware that downgrades and cancellations do not take immediate effect and that you will continue to be billed and have access to your service for the remainder of your contracted service period. You should not contact Cloudflare to ask for exceptions to this policy or refunds for early downgrades and cancellations. + +In addition, you may not always see a cancel button present for each subscription and often it is a switch from a paid plan to a free plan that will act as the cancellation of your paid subscription. + +:::note + + +All billing period dates on invoices and the dashboard are in UTC/GMT timezone, not your local timezone. We recommend any downgrades or changes to subscriptions be made at least 24 hours before stated billing date to avoid any timezone confusion. + + +::: + +*** + +## Step 1: Disable the Cloudflare subscription + +To disable a subscription: + +1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com), and select your account and website. + +2. Select the feature you want to disable under **Active Subscriptions** (Free or Pro customers) or **Plan Extensions** (Enterprise customers). + +3. Follow the instructions to disable the feature. Each feature has a different process which could include toggling a switch, clicking a button, or choosing *Disable* from a drop-down list. + +## Step 2: Cancel the subscription in your billing profile + +1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. + +2. Select **Manage account** > **Billing**. + +3. Select **Subscriptions**. + +4. Find the subscription you want to disable and select **Cancel**. + +5. You will be asked to share feedback with us. Choose all that apply. + +6. Select **Confirm** to finish. + +:::note + + +To alter your plan, select **Change** under **Active Subscriptions** and choose a new plan type. If you would like to cancel your paid plan, select **Free**. + +FEES ARE NONREFUNDABLE. YOU WILL BE BILLED IN FULL FOR THE SUBSCRIPTION TERM IN WHICH YOU CANCEL AND NO REFUNDS WILL BE PROVIDED FOR THE UNUSED PORTION OF SUCH SUBSCRIPTION TERM. Following any cancellation, however, you will continue to have access to the Paid Services through the end of your current Subscription Term (except with respect to Services subject to usage-based billing). We may, in our sole discretion, provide a refund, discount, or credit ("Credits") to you in a specific instance, however the provision of Credits in a specific instance does not entitle you to Credits in the future for similar instances or obligate us to provide additional Credits. + + + + +::: diff --git a/src/content/docs/billing/change-plan.mdx b/src/content/docs/billing/change-plan.mdx new file mode 100644 index 000000000000000..217a91a6c74cf6b --- /dev/null +++ b/src/content/docs/billing/change-plan.mdx @@ -0,0 +1,82 @@ +--- +pcx_content_type: how-to +title: Change domain plan +--- + +import { TabItem, Tabs } from "~/components"; + +Occasionally, you may want to upgrade or downgrade the plan associated with a specific Cloudflare domain. + +## Limitations + +Only Super Administrators can manage changes to domain plans. + +If you decide to downgrade or remove a domain, Cloudflare does not issue refunds. Refer to our [billing policy](/billing/billing-policy/) for more information. + +Upgrades are processed immediately, but downgrades are not processed until the end of the billing period. You will not be able to upgrade if you have an unpaid invoice. When downgrading, you are allowed to continue using the higher plans' products until the new billing period begins. + +If you downgrade your plan, your plan may have access to [fewer Page Rules](/rules/page-rules/). If you continue to use more page rules than is allowed by your plan limit, you may be charged for additional rules. Remove excess rules and [cancel additional subscriptions](/billing/cancel-subscription/) if you do not want to be charged. + +The Enterprise App Sec Advanced and Enterprise App Sec Core plans cannot be downgraded without [contacting Cloudflare](/support/contacting-cloudflare-support/). + +For additional help, refer to [this Community thread](https://community.cloudflare.com/t/communitytip-page-rules-best-practices-when-downgrading-pro-to-free/305725). + +## Change plan type + + + +To change the Cloudflare plan for a domain in the dashboard: + +1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain. + +2. Go to **Overview**. + +3. For Plan Extensions, select **Change**. + + ![Screenshot of the Overview page with the Plan extension section highlighted](~/assets/images/fundamentals/get-started/change-plan.png) + +4. Choose the appropriate plan type, then select **Continue**. + +5. Select **Confirm**. + + + +To change the Cloudflare plan for a domain using the API, first send a [`GET`](/api/resources/zones/subresources/plans/methods/list/) request to review available subscriptions. + +Then, send a [`PUT`](/api/resources/zones/subresources/subscriptions/methods/update/) request with your desired plan type in the `rate_plan` object. + + + +:::note + +If you are an Enterprise customer and cannot change your plan type, contact your Customer Success Manager. + +::: + +## Change plan duration + + + +To change the duration of your Cloudflare plan in the dashboard: + +1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain. + +2. Go to **Overview**. + +3. For Plan Extensions, select **Change**. + + ![Screenshot of the Overview page with the Plan extension section highlighted](~/assets/images/fundamentals/get-started/change-plan.png) + +4. Switch the toggle between **Monthly** or **Annual**. + + ![Screenshot of the Plan choice with the annual or monthly toggle highlighted](~/assets/images/fundamentals/get-started/plan-duration.png) + +5. Choose the appropriate plan type, then select **Continue**. + +6. Select **Confirm**. + + + +To change the duration of a Cloudflare plan for a domain using the API, send a [`PUT`](/api/resources/zones/subresources/subscriptions/methods/update/) request with an updated value for the `frequency` parameter. + + diff --git a/src/content/docs/billing/preview-services.mdx b/src/content/docs/billing/preview-services.mdx new file mode 100644 index 000000000000000..98a7af35168c6a4 --- /dev/null +++ b/src/content/docs/billing/preview-services.mdx @@ -0,0 +1,39 @@ +--- +pcx_content_type: reference +title: Preview services + +--- + +Contracted customers can try certain products and features for 30 days. + +Once you enable the product or feature, it will not be an officially contracted service until you purchase it. Cloudflare will reach out in case you have any questions or feedback, and provide you with a sales quote if you are enjoying the product. + +You may cancel at any time before the 30 days ends by reaching out to your sales team for assistance. + +## Available features and products + +To enable a preview service, use the **Dashboard link** in the following table. Then, select **Enable**. And that is it. You will have instant access to the product or feature you selected so you can begin determining if it is right for your business' needs. + +| Name | Dashboard link | Docs | Community | +| ---------------------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | +| Advanced Certificate Manager (ACM) | [ACM dashboard](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/edge-certificates) | [ACM docs](/ssl/edge-certificates/advanced-certificate-manager/) | [ACM community](https://community.cloudflare.com/c/security/6) | +| API Shield | [API Shield dashboard](https://dash.cloudflare.com/?to=/:account/:zone/security/api-shield) | [API Shield docs](/api-shield/) | [API Shield community](https://community.cloudflare.com/) | +| Argo Smart Routing | [Argo dashboard](https://dash.cloudflare.com/?to=/:account/:zone/traffic) | [Argo docs](/argo-smart-routing/) | [Argo community](https://community.cloudflare.com/c/performance/argo/45) | +| Bot Management | [Bot Management dashboard](https://dash.cloudflare.com/?to=/:account/:zone/security/bots) | [Bot Management docs](/bots/plans/bm-subscription/) | [Bot Management community](https://community.cloudflare.com/c/security/6) | +| Cloudflare for SaaS | [Cloudflare for SaaS dashboard](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/custom-hostnames) | [Cloudflare for SaaS docs](/cloudflare-for-platforms/cloudflare-for-saas/) | [Cloudflare for SaaS community](https://discord.cloudflare.com) | +| Images | [Images dashboard](https://dash.cloudflare.com/?to=/:account/images) | [Images docs](/images/) | [Images community](https://community.cloudflare.com/c/developers/images/63) | +| Load Balancing | [Load Balancing dashboard](https://dash.cloudflare.com/?to=/:account/:zone/traffic/load-balancing) | [Load Balancing docs](/load-balancing/) | [Load Balancing community](https://community.cloudflare.com/tag/loadbalancing) | +| Advanced Rate Limiting | [Rate Limiting dashboard](https://dash.cloudflare.com/?to=/:account/:zone/security/waf/rate-limiting-rules) | [Rate Limiting docs](/waf/rate-limiting-rules/) | [Rate Limiting community](https://community.cloudflare.com/c/security/6) | +| Stream | [Stream dashboard](https://dash.cloudflare.com/?to=/:account/stream) | [Stream docs](/stream/) | [Stream community](https://community.cloudflare.com/tag/cloudflarestream) | +| Waiting Room | [Waiting Room dashboard](https://dash.cloudflare.com/?to=/:account/:zone/traffic/waiting-rooms) | [Waiting Room docs](/waiting-room/) | [Waiting Room community](https://community.cloudflare.com/) | +| Web3 | [Web3 dashboard](https://dash.cloudflare.com/?to=/:account/:zone/web3) | [Web3 docs](/web3/) | [Web3 discord](https://discord.cloudflare.com) | +| Workers | [Workers dashboard](https://dash.cloudflare.com/?to=/:account/workers) | [Workers docs](/workers/) | [Workers discord](https://discord.com/invite/cloudflaredev) | +| Zero Trust | [Zero Trust dashboard](https://one.dash.cloudflare.com/) | [Zero Trust docs](/cloudflare-one/) | [Zero Trust community](https://community.cloudflare.com/c/security/access/51) | + +## Recommendations + +Since these services are not yet part of your contract, we recommend that you use them on staging or other, non-production environments. + +## View enabled products + +To view which products you have previously enabled, go to your [Account Subscriptions](https://dash.cloudflare.com/?to=/:account/billing/subscriptions) page and look for items that with **Terms** of **NOT IN CONTRACT**. From 4101527fc09d28b168ca9b1696ed3b8dacf0a872 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 21 May 2025 10:55:13 -0500 Subject: [PATCH 02/12] Updated old links in files --- src/content/docs/billing/troubleshoot-failed-payments.mdx | 2 +- .../cloudflare-for-saas/start/enable.mdx | 2 +- .../docs/fundamentals/setup/manage-domains/move-domain.mdx | 2 +- .../fundamentals/setup/manage-domains/remove-domain.mdx | 6 +++--- .../fundamentals/subscriptions-and-billing/change-plan.mdx | 2 +- .../subscriptions-and-billing/delete-account.mdx | 2 +- .../troubleshooting/http-status-codes/4xx-client-error.mdx | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/content/docs/billing/troubleshoot-failed-payments.mdx b/src/content/docs/billing/troubleshoot-failed-payments.mdx index eb79ae34e9bdeab..d5d20e9fdd40e99 100644 --- a/src/content/docs/billing/troubleshoot-failed-payments.mdx +++ b/src/content/docs/billing/troubleshoot-failed-payments.mdx @@ -14,7 +14,7 @@ If payment for a recurring charge for a Cloudflare plan, add-on, or subscription The five-day grace period for failed payments on recurring Cloudflare charges includes weekends and holidays. ::: -After confirming your payment method information, Cloudflare suggests [manually updating your plan type](/fundamentals/subscriptions-and-billing/change-plan/) and subscriptions using the Cloudflare dashboard. +After confirming your payment method information, Cloudflare suggests [manually updating your plan type](/billing/change-plan/) and subscriptions using the Cloudflare dashboard. ## Payment method validation diff --git a/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/start/enable.mdx b/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/start/enable.mdx index 249d472788fb1a3..ea37849492735fa 100644 --- a/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/start/enable.mdx +++ b/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/start/enable.mdx @@ -16,7 +16,7 @@ To enable Cloudflare for SaaS for your account: 3. Go to **SSL/TLS** > **Custom Hostnames**. 4. Select **Enable**. 5. The next step depends on the zone's plan: - * **Enterprise**: Can preview this product as a [non-contract service](/fundamentals/subscriptions-and-billing/preview-services/), which provide full access, free of metered usage fees, limits, and certain other restrictions. + * **Enterprise**: Can preview this product as a [non-contract service](/billing/preview-services/), which provide full access, free of metered usage fees, limits, and certain other restrictions. * **Non-enterprise**: Will have to enter payment information. :::note diff --git a/src/content/docs/fundamentals/setup/manage-domains/move-domain.mdx b/src/content/docs/fundamentals/setup/manage-domains/move-domain.mdx index c1b1547fcf43f20..900ff3dd42c203a 100644 --- a/src/content/docs/fundamentals/setup/manage-domains/move-domain.mdx +++ b/src/content/docs/fundamentals/setup/manage-domains/move-domain.mdx @@ -30,7 +30,7 @@ To transfer a domain from one Cloudflare account to another, you will need: :::caution -Before transferring an active Cloudflare domain to another Cloudflare account, you must remove any [DNSSEC configurations](/dns/dnssec/) and [add-ons or subscriptions](/fundamentals/subscriptions-and-billing/cancel-subscription/). +Before transferring an active Cloudflare domain to another Cloudflare account, you must remove any [DNSSEC configurations](/dns/dnssec/) and [add-ons or subscriptions](/billing/cancel-subscription/). We also recommend [exporting](/dns/manage-dns-records/how-to/import-and-export/#export-records) the DNS records of your zone while it is in the previous account. Then, you can [import](/dns/manage-dns-records/how-to/import-and-export/#import-records) the correct DNS records into the new account. If you miss this step, Cloudflare will import your proxied DNS records, which might cause your domain to experience a [1000 error](/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/). diff --git a/src/content/docs/fundamentals/setup/manage-domains/remove-domain.mdx b/src/content/docs/fundamentals/setup/manage-domains/remove-domain.mdx index 0f364c36283addc..383d22bc547313a 100644 --- a/src/content/docs/fundamentals/setup/manage-domains/remove-domain.mdx +++ b/src/content/docs/fundamentals/setup/manage-domains/remove-domain.mdx @@ -13,7 +13,7 @@ Consider the following sections on how you can remove domains from Cloudflare. R If you experience website issues, we recommend [temporarily pausing Cloudflare](/fundamentals/setup/manage-domains/pause-cloudflare/) to evaluate your website's performance. -If you have an Enterprise plan, you need to [change the zone plan](/fundamentals/subscriptions-and-billing/change-plan/#change-plan-type) to **Free**. +If you have an Enterprise plan, you need to [change the zone plan](/billing/change-plan/#change-plan-type) to **Free**. If you need to re-add the domain in a different account, make sure the current settings have been saved. For example, you may [Import and export DNS records](/dns/manage-dns-records/how-to/import-and-export/). @@ -34,7 +34,7 @@ Please also note that domains in the `Initializing (Setup)` or `Pending` statuse ### Actions within Cloudflare -* [Cancel active add-on subscriptions](/fundamentals/subscriptions-and-billing/cancel-subscription/). +* [Cancel active add-on subscriptions](/billing/cancel-subscription/). * [Delete all the Logpush jobs for that domain](/logs/tutorials/examples/example-logpush-curl/#optional---delete-a-job) @@ -57,7 +57,7 @@ Please also note that domains in the `Initializing (Setup)` or `Pending` statuse ![Remove site from Cloudflare is an option under Advanced Actions](~/assets/images/fundamentals/get-started/remove-domain.png) :::note - If you are using an Enterprise domain, [change your domain plan](/fundamentals/subscriptions-and-billing/change-plan/#change-plan-type) to **Free**, which will give you access to **Remove Site from Cloudflare**.

If this does not work, contact your Customer Success Manager. + If you are using an Enterprise domain, [change your domain plan](/billing/change-plan/#change-plan-type) to **Free**, which will give you access to **Remove Site from Cloudflare**.

If this does not work, contact your Customer Success Manager. ::: 3. Select **Confirm**. diff --git a/src/content/docs/fundamentals/subscriptions-and-billing/change-plan.mdx b/src/content/docs/fundamentals/subscriptions-and-billing/change-plan.mdx index 7c49c0dbfe98e57..217a91a6c74cf6b 100644 --- a/src/content/docs/fundamentals/subscriptions-and-billing/change-plan.mdx +++ b/src/content/docs/fundamentals/subscriptions-and-billing/change-plan.mdx @@ -15,7 +15,7 @@ If you decide to downgrade or remove a domain, Cloudflare does not issue refunds Upgrades are processed immediately, but downgrades are not processed until the end of the billing period. You will not be able to upgrade if you have an unpaid invoice. When downgrading, you are allowed to continue using the higher plans' products until the new billing period begins. -If you downgrade your plan, your plan may have access to [fewer Page Rules](/rules/page-rules/). If you continue to use more page rules than is allowed by your plan limit, you may be charged for additional rules. Remove excess rules and [cancel additional subscriptions](/fundamentals/subscriptions-and-billing/cancel-subscription/) if you do not want to be charged. +If you downgrade your plan, your plan may have access to [fewer Page Rules](/rules/page-rules/). If you continue to use more page rules than is allowed by your plan limit, you may be charged for additional rules. Remove excess rules and [cancel additional subscriptions](/billing/cancel-subscription/) if you do not want to be charged. The Enterprise App Sec Advanced and Enterprise App Sec Core plans cannot be downgraded without [contacting Cloudflare](/support/contacting-cloudflare-support/). diff --git a/src/content/docs/fundamentals/subscriptions-and-billing/delete-account.mdx b/src/content/docs/fundamentals/subscriptions-and-billing/delete-account.mdx index 877945a9ecd7765..769874989d05093 100644 --- a/src/content/docs/fundamentals/subscriptions-and-billing/delete-account.mdx +++ b/src/content/docs/fundamentals/subscriptions-and-billing/delete-account.mdx @@ -20,7 +20,7 @@ If your account does not use SSO, you can delete your account on your own. Before Cloudflare can cancel your account and delete your personal information, you will need to follow the process below for each domain associated with your Cloudflare account: -* [Cancel your subscriptions or add-on services](/fundamentals/subscriptions-and-billing/cancel-subscription/) +* [Cancel your subscriptions or add-on services](/billing/cancel-subscription/) * [Remove your domain from Cloudflare](/fundamentals/setup/manage-domains/remove-domain/) diff --git a/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error.mdx b/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error.mdx index 8078dec3c764503..90ca38633f306ff 100644 --- a/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error.mdx +++ b/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error.mdx @@ -230,7 +230,7 @@ The upload limit for the Cloudflare API depends on your plan. If you exceed this -If you require a larger upload, break up requests into smaller chunks, change your DNS record to [DNS-only](/dns/proxy-status/#dns-only-records), or [upgrade your plan](/fundamentals/subscriptions-and-billing/change-plan/). +If you require a larger upload, break up requests into smaller chunks, change your DNS record to [DNS-only](/dns/proxy-status/#dns-only-records), or [upgrade your plan](/billing/change-plan/). ## 414 URI Too Long From a9e77a2b6e7be00656efdbee0d8a73eecc71abeb Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 21 May 2025 10:55:53 -0500 Subject: [PATCH 03/12] Deleted files from Fundamentals --- .../cancel-subscription.mdx | 59 ------------- .../subscriptions-and-billing/change-plan.mdx | 82 ------------------- .../preview-services.mdx | 39 --------- 3 files changed, 180 deletions(-) delete mode 100644 src/content/docs/fundamentals/subscriptions-and-billing/cancel-subscription.mdx delete mode 100644 src/content/docs/fundamentals/subscriptions-and-billing/change-plan.mdx delete mode 100644 src/content/docs/fundamentals/subscriptions-and-billing/preview-services.mdx diff --git a/src/content/docs/fundamentals/subscriptions-and-billing/cancel-subscription.mdx b/src/content/docs/fundamentals/subscriptions-and-billing/cancel-subscription.mdx deleted file mode 100644 index 15fd06a021bc3aa..000000000000000 --- a/src/content/docs/fundamentals/subscriptions-and-billing/cancel-subscription.mdx +++ /dev/null @@ -1,59 +0,0 @@ ---- -pcx_content_type: how-to -title: Cancel Cloudflare subscriptions -head: [] -description: Cancel Cloudflare subscriptions - ---- - -Cancellations are not processed until the end of the billing period, so you can continue using the add-on or subscription until the new billing period begins. To avoid unwanted charges, start the cancellation process before the end of your billing period. - -If you are making a subscription downgrade including a change from a yearly plan to a monthly plan or a change from a paid plan to a free plan, be aware that downgrades and cancellations do not take immediate effect and that you will continue to be billed and have access to your service for the remainder of your contracted service period. You should not contact Cloudflare to ask for exceptions to this policy or refunds for early downgrades and cancellations. - -In addition, you may not always see a cancel button present for each subscription and often it is a switch from a paid plan to a free plan that will act as the cancellation of your paid subscription. - -:::note - - -All billing period dates on invoices and the dashboard are in UTC/GMT timezone, not your local timezone. We recommend any downgrades or changes to subscriptions be made at least 24 hours before stated billing date to avoid any timezone confusion. - - -::: - -*** - -## Step 1: Disable the Cloudflare subscription - -To disable a subscription: - -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com), and select your account and website. - -2. Select the feature you want to disable under **Active Subscriptions** (Free or Pro customers) or **Plan Extensions** (Enterprise customers). - -3. Follow the instructions to disable the feature. Each feature has a different process which could include toggling a switch, clicking a button, or choosing *Disable* from a drop-down list. - -## Step 2: Cancel the subscription in your billing profile - -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. - -2. Select **Manage account** > **Billing**. - -3. Select **Subscriptions**. - -4. Find the subscription you want to disable and select **Cancel**. - -5. You will be asked to share feedback with us. Choose all that apply. - -6. Select **Confirm** to finish. - -:::note - - -To alter your plan, select **Change** under **Active Subscriptions** and choose a new plan type. If you would like to cancel your paid plan, select **Free**. - -FEES ARE NONREFUNDABLE. YOU WILL BE BILLED IN FULL FOR THE SUBSCRIPTION TERM IN WHICH YOU CANCEL AND NO REFUNDS WILL BE PROVIDED FOR THE UNUSED PORTION OF SUCH SUBSCRIPTION TERM. Following any cancellation, however, you will continue to have access to the Paid Services through the end of your current Subscription Term (except with respect to Services subject to usage-based billing). We may, in our sole discretion, provide a refund, discount, or credit ("Credits") to you in a specific instance, however the provision of Credits in a specific instance does not entitle you to Credits in the future for similar instances or obligate us to provide additional Credits. - - - - -::: diff --git a/src/content/docs/fundamentals/subscriptions-and-billing/change-plan.mdx b/src/content/docs/fundamentals/subscriptions-and-billing/change-plan.mdx deleted file mode 100644 index 217a91a6c74cf6b..000000000000000 --- a/src/content/docs/fundamentals/subscriptions-and-billing/change-plan.mdx +++ /dev/null @@ -1,82 +0,0 @@ ---- -pcx_content_type: how-to -title: Change domain plan ---- - -import { TabItem, Tabs } from "~/components"; - -Occasionally, you may want to upgrade or downgrade the plan associated with a specific Cloudflare domain. - -## Limitations - -Only Super Administrators can manage changes to domain plans. - -If you decide to downgrade or remove a domain, Cloudflare does not issue refunds. Refer to our [billing policy](/billing/billing-policy/) for more information. - -Upgrades are processed immediately, but downgrades are not processed until the end of the billing period. You will not be able to upgrade if you have an unpaid invoice. When downgrading, you are allowed to continue using the higher plans' products until the new billing period begins. - -If you downgrade your plan, your plan may have access to [fewer Page Rules](/rules/page-rules/). If you continue to use more page rules than is allowed by your plan limit, you may be charged for additional rules. Remove excess rules and [cancel additional subscriptions](/billing/cancel-subscription/) if you do not want to be charged. - -The Enterprise App Sec Advanced and Enterprise App Sec Core plans cannot be downgraded without [contacting Cloudflare](/support/contacting-cloudflare-support/). - -For additional help, refer to [this Community thread](https://community.cloudflare.com/t/communitytip-page-rules-best-practices-when-downgrading-pro-to-free/305725). - -## Change plan type - - - -To change the Cloudflare plan for a domain in the dashboard: - -1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain. - -2. Go to **Overview**. - -3. For Plan Extensions, select **Change**. - - ![Screenshot of the Overview page with the Plan extension section highlighted](~/assets/images/fundamentals/get-started/change-plan.png) - -4. Choose the appropriate plan type, then select **Continue**. - -5. Select **Confirm**. - - - -To change the Cloudflare plan for a domain using the API, first send a [`GET`](/api/resources/zones/subresources/plans/methods/list/) request to review available subscriptions. - -Then, send a [`PUT`](/api/resources/zones/subresources/subscriptions/methods/update/) request with your desired plan type in the `rate_plan` object. - - - -:::note - -If you are an Enterprise customer and cannot change your plan type, contact your Customer Success Manager. - -::: - -## Change plan duration - - - -To change the duration of your Cloudflare plan in the dashboard: - -1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain. - -2. Go to **Overview**. - -3. For Plan Extensions, select **Change**. - - ![Screenshot of the Overview page with the Plan extension section highlighted](~/assets/images/fundamentals/get-started/change-plan.png) - -4. Switch the toggle between **Monthly** or **Annual**. - - ![Screenshot of the Plan choice with the annual or monthly toggle highlighted](~/assets/images/fundamentals/get-started/plan-duration.png) - -5. Choose the appropriate plan type, then select **Continue**. - -6. Select **Confirm**. - - - -To change the duration of a Cloudflare plan for a domain using the API, send a [`PUT`](/api/resources/zones/subresources/subscriptions/methods/update/) request with an updated value for the `frequency` parameter. - - diff --git a/src/content/docs/fundamentals/subscriptions-and-billing/preview-services.mdx b/src/content/docs/fundamentals/subscriptions-and-billing/preview-services.mdx deleted file mode 100644 index 98a7af35168c6a4..000000000000000 --- a/src/content/docs/fundamentals/subscriptions-and-billing/preview-services.mdx +++ /dev/null @@ -1,39 +0,0 @@ ---- -pcx_content_type: reference -title: Preview services - ---- - -Contracted customers can try certain products and features for 30 days. - -Once you enable the product or feature, it will not be an officially contracted service until you purchase it. Cloudflare will reach out in case you have any questions or feedback, and provide you with a sales quote if you are enjoying the product. - -You may cancel at any time before the 30 days ends by reaching out to your sales team for assistance. - -## Available features and products - -To enable a preview service, use the **Dashboard link** in the following table. Then, select **Enable**. And that is it. You will have instant access to the product or feature you selected so you can begin determining if it is right for your business' needs. - -| Name | Dashboard link | Docs | Community | -| ---------------------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | -| Advanced Certificate Manager (ACM) | [ACM dashboard](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/edge-certificates) | [ACM docs](/ssl/edge-certificates/advanced-certificate-manager/) | [ACM community](https://community.cloudflare.com/c/security/6) | -| API Shield | [API Shield dashboard](https://dash.cloudflare.com/?to=/:account/:zone/security/api-shield) | [API Shield docs](/api-shield/) | [API Shield community](https://community.cloudflare.com/) | -| Argo Smart Routing | [Argo dashboard](https://dash.cloudflare.com/?to=/:account/:zone/traffic) | [Argo docs](/argo-smart-routing/) | [Argo community](https://community.cloudflare.com/c/performance/argo/45) | -| Bot Management | [Bot Management dashboard](https://dash.cloudflare.com/?to=/:account/:zone/security/bots) | [Bot Management docs](/bots/plans/bm-subscription/) | [Bot Management community](https://community.cloudflare.com/c/security/6) | -| Cloudflare for SaaS | [Cloudflare for SaaS dashboard](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/custom-hostnames) | [Cloudflare for SaaS docs](/cloudflare-for-platforms/cloudflare-for-saas/) | [Cloudflare for SaaS community](https://discord.cloudflare.com) | -| Images | [Images dashboard](https://dash.cloudflare.com/?to=/:account/images) | [Images docs](/images/) | [Images community](https://community.cloudflare.com/c/developers/images/63) | -| Load Balancing | [Load Balancing dashboard](https://dash.cloudflare.com/?to=/:account/:zone/traffic/load-balancing) | [Load Balancing docs](/load-balancing/) | [Load Balancing community](https://community.cloudflare.com/tag/loadbalancing) | -| Advanced Rate Limiting | [Rate Limiting dashboard](https://dash.cloudflare.com/?to=/:account/:zone/security/waf/rate-limiting-rules) | [Rate Limiting docs](/waf/rate-limiting-rules/) | [Rate Limiting community](https://community.cloudflare.com/c/security/6) | -| Stream | [Stream dashboard](https://dash.cloudflare.com/?to=/:account/stream) | [Stream docs](/stream/) | [Stream community](https://community.cloudflare.com/tag/cloudflarestream) | -| Waiting Room | [Waiting Room dashboard](https://dash.cloudflare.com/?to=/:account/:zone/traffic/waiting-rooms) | [Waiting Room docs](/waiting-room/) | [Waiting Room community](https://community.cloudflare.com/) | -| Web3 | [Web3 dashboard](https://dash.cloudflare.com/?to=/:account/:zone/web3) | [Web3 docs](/web3/) | [Web3 discord](https://discord.cloudflare.com) | -| Workers | [Workers dashboard](https://dash.cloudflare.com/?to=/:account/workers) | [Workers docs](/workers/) | [Workers discord](https://discord.com/invite/cloudflaredev) | -| Zero Trust | [Zero Trust dashboard](https://one.dash.cloudflare.com/) | [Zero Trust docs](/cloudflare-one/) | [Zero Trust community](https://community.cloudflare.com/c/security/access/51) | - -## Recommendations - -Since these services are not yet part of your contract, we recommend that you use them on staging or other, non-production environments. - -## View enabled products - -To view which products you have previously enabled, go to your [Account Subscriptions](https://dash.cloudflare.com/?to=/:account/billing/subscriptions) page and look for items that with **Terms** of **NOT IN CONTRACT**. From 51ef41ada589767f3aa54867289709710f86ec7f Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 21 May 2025 10:58:15 -0500 Subject: [PATCH 04/12] Added redirects for new files in Billing --- public/__redirects | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/__redirects b/public/__redirects index 66f84ac174d19ce..d01b74a02f10582 100644 --- a/public/__redirects +++ b/public/__redirects @@ -689,6 +689,10 @@ /fundamentals/subscriptions-and-billing/understand-invoices/ /billing/invoices/ 301 /fundamentals/subscriptions-and-billing/update-billing-info/ /billing/update-billing-info/ 301 /fundamentals/changelog/ /changelog/?product=fundamentals 301 +/fundamentals/reference-architecture/ /reference-architecture/ 301 +/fundamentals/subscriptions-and-billing/cancel-subscription/ /billing/cancel-subscription/ 301 +/fundamentals/subscriptions-and-billing/change-plan/ /billing/change-plan/ 301 +/fundamentals/subscriptions-and-billing/preview-services/ /billing/preview-services/ 301 # gateway /gateway/about/ /cloudflare-one/policies/gateway/ 301 From fa1d286f63fa8d7c416b4dcf7d1aa611da15faa2 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 21 May 2025 11:05:07 -0500 Subject: [PATCH 05/12] Moved files from Subscriptions to Accounts --- .../account-security/login-and-account-issues.mdx | 2 +- .../secure-a-compromised-account.mdx | 2 +- .../account}/change-password-or-email.mdx | 0 .../account}/change-super-admin.mdx | 0 .../account}/delete-account.mdx | 0 .../docs/fundamentals/setup/account/login.mdx | 2 +- .../subscriptions-and-billing/index.mdx | 15 --------------- 7 files changed, 3 insertions(+), 18 deletions(-) rename src/content/docs/fundamentals/{subscriptions-and-billing => setup/account}/change-password-or-email.mdx (100%) rename src/content/docs/fundamentals/{subscriptions-and-billing => setup/account}/change-super-admin.mdx (100%) rename src/content/docs/fundamentals/{subscriptions-and-billing => setup/account}/delete-account.mdx (100%) delete mode 100644 src/content/docs/fundamentals/subscriptions-and-billing/index.mdx diff --git a/src/content/docs/fundamentals/setup/account/account-security/login-and-account-issues.mdx b/src/content/docs/fundamentals/setup/account/account-security/login-and-account-issues.mdx index 94fae2857766a15..b85f1a54da65393 100644 --- a/src/content/docs/fundamentals/setup/account/account-security/login-and-account-issues.mdx +++ b/src/content/docs/fundamentals/setup/account/account-security/login-and-account-issues.mdx @@ -58,7 +58,7 @@ Refer to [Verify email address](/fundamentals/setup/account/verify-email-address ## Change your Cloudflare email address or password -Refer to [Change password or email address](/fundamentals/subscriptions-and-billing/change-password-or-email/). +Refer to [Change password or email address](/fundamentals/setup/account/change-password-or-email/ ). *** diff --git a/src/content/docs/fundamentals/setup/account/account-security/secure-a-compromised-account.mdx b/src/content/docs/fundamentals/setup/account/account-security/secure-a-compromised-account.mdx index 8f9478a5dc0f934..f2c22eb252702b6 100644 --- a/src/content/docs/fundamentals/setup/account/account-security/secure-a-compromised-account.mdx +++ b/src/content/docs/fundamentals/setup/account/account-security/secure-a-compromised-account.mdx @@ -10,7 +10,7 @@ If you observe suspicious activity within your Cloudflare account, secure your a ## Step 1 - Change your password -For more guidance on changing your password, refer to [Change email address or password](/fundamentals/subscriptions-and-billing/change-password-or-email/). +For more guidance on changing your password, refer to [Change email address or password](/fundamentals/setup/account/change-password-or-email/). ## Step 2 - Revoke active account sessions diff --git a/src/content/docs/fundamentals/subscriptions-and-billing/change-password-or-email.mdx b/src/content/docs/fundamentals/setup/account/change-password-or-email.mdx similarity index 100% rename from src/content/docs/fundamentals/subscriptions-and-billing/change-password-or-email.mdx rename to src/content/docs/fundamentals/setup/account/change-password-or-email.mdx diff --git a/src/content/docs/fundamentals/subscriptions-and-billing/change-super-admin.mdx b/src/content/docs/fundamentals/setup/account/change-super-admin.mdx similarity index 100% rename from src/content/docs/fundamentals/subscriptions-and-billing/change-super-admin.mdx rename to src/content/docs/fundamentals/setup/account/change-super-admin.mdx diff --git a/src/content/docs/fundamentals/subscriptions-and-billing/delete-account.mdx b/src/content/docs/fundamentals/setup/account/delete-account.mdx similarity index 100% rename from src/content/docs/fundamentals/subscriptions-and-billing/delete-account.mdx rename to src/content/docs/fundamentals/setup/account/delete-account.mdx diff --git a/src/content/docs/fundamentals/setup/account/login.mdx b/src/content/docs/fundamentals/setup/account/login.mdx index fb8d4e50ac23546..1a2aecc665baf63 100644 --- a/src/content/docs/fundamentals/setup/account/login.mdx +++ b/src/content/docs/fundamentals/setup/account/login.mdx @@ -39,7 +39,7 @@ For the below sign-in options, initially your user profile will not have a passw * *Same Cloudflare account email as Apple ID*: You can either sign in with your email and password or sign in with Apple. -* *Different Cloudflare account email as Apple ID*: This will create a new Cloudflare account. If you want to log into an existing account, [change your email address](/fundamentals/subscriptions-and-billing/change-password-or-email/) to match the one used for your Apple ID. +* *Different Cloudflare account email as Apple ID*: This will create a new Cloudflare account. If you want to log into an existing account, [change your email address](/fundamentals/setup/account/change-password-or-email/) to match the one used for your Apple ID. If you have chosen to share your email when creating a Cloudflare account with Apple ID and want to set a password and obtain an API key, go to the [Cloudflare dashboard](https://dash.cloudflare.com/login) login page and select **Forgot your password?** to trigger a password reset email. diff --git a/src/content/docs/fundamentals/subscriptions-and-billing/index.mdx b/src/content/docs/fundamentals/subscriptions-and-billing/index.mdx deleted file mode 100644 index 6833f42186f54a3..000000000000000 --- a/src/content/docs/fundamentals/subscriptions-and-billing/index.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -pcx_content_type: navigation -title: Subscriptions -sidebar: - order: 3 - group: - hideIndex: true -head: [] -description: Set up, maintain, and secure your Cloudflare account. - ---- - -import { DirectoryListing } from "~/components" - - From 5a668086316a232468d14df47adc3aaf9262540f Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 21 May 2025 11:06:33 -0500 Subject: [PATCH 06/12] Update redirects for Account files --- public/__redirects | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/__redirects b/public/__redirects index d01b74a02f10582..f9f31a76e68f6e0 100644 --- a/public/__redirects +++ b/public/__redirects @@ -562,12 +562,12 @@ /fundamentals/security/challenge-passage/ /cloudflare-challenges/challenge-types/challenge-pages/#challenge-passage 301 /fundamentals/glossary/ /fundamentals/reference/glossary/ 301 /fundamentals/account-and-billing/login/ /fundamentals/setup/account/login/ 301 -/fundamentals/account-and-billing/account-maintenance/delete-account/ /fundamentals/subscriptions-and-billing/delete-account/ 301 +/fundamentals/account-and-billing/account-maintenance/delete-account/ /fundamentals/setup/account/delete-account/ 301 /fundamentals/account-and-billing/account-maintenance/updating-billing-info/ /billing/update-billing-info/ 301 /fundamentals/account-and-billing/account-maintenance/understand-invoices/ /billing/invoices/ 301 /fundamentals/account-and-billing/account-maintenance/cancel-subscription/ /fundamentals/subscriptions-and-billing/cancel-subscription/ 301 /fundamentals/account-and-billing/account-maintenance/change-plan/ /fundamentals/subscriptions-and-billing/change-plan/ 301 -/fundamentals/account-and-billing/account-maintenance/change-password-or-email/ /fundamentals/subscriptions-and-billing/change-password-or-email/ 301 +/fundamentals/account-and-billing/account-maintenance/change-password-or-email/ /fundamentals/setup/account/change-password-or-email/301 /fundamentals/account-and-billing/account-maintenance/ /fundamentals/subscriptions-and-billing/ 301 /fundamentals/account-and-billing/members/scope/ /fundamentals/setup/manage-members/scope/ 301 /fundamentals/account-and-billing/members/manage/ /fundamentals/setup/manage-members/manage/ 301 @@ -693,6 +693,9 @@ /fundamentals/subscriptions-and-billing/cancel-subscription/ /billing/cancel-subscription/ 301 /fundamentals/subscriptions-and-billing/change-plan/ /billing/change-plan/ 301 /fundamentals/subscriptions-and-billing/preview-services/ /billing/preview-services/ 301 +/fundamentals/subscriptions-and-billing/change-password-or-email/ /fundamentals/setup/account/change-password-or-email/ 301 +/fundamentals/subscriptions-and-billing/change-super-admin/ /fundamentals/setup/account/change-super-admin/ 301 +/fundamentals/subscriptions-and-billing/delete-account/ /fundamentals/setup/account/delete-account/ 301 # gateway /gateway/about/ /cloudflare-one/policies/gateway/ 301 From b5d83bcf6c67ad7c66c1bf96575a4bd78cee8b48 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 21 May 2025 11:14:16 -0500 Subject: [PATCH 07/12] Updated Billing page order --- src/content/docs/billing/billing-policy.mdx | 2 +- src/content/docs/billing/cancel-subscription.mdx | 3 ++- src/content/docs/billing/change-plan.mdx | 2 ++ src/content/docs/billing/invoices.mdx | 2 +- src/content/docs/billing/preview-services.mdx | 3 ++- src/content/docs/billing/sales-tax.mdx | 2 +- src/content/docs/billing/troubleshoot-failed-payments.mdx | 2 +- src/content/docs/billing/troubleshoot-invoices.mdx | 2 +- src/content/docs/billing/usage-based-billing.mdx | 2 +- 9 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/content/docs/billing/billing-policy.mdx b/src/content/docs/billing/billing-policy.mdx index 59fa66ad6e0eb4f..78b838c0fe7063d 100644 --- a/src/content/docs/billing/billing-policy.mdx +++ b/src/content/docs/billing/billing-policy.mdx @@ -2,7 +2,7 @@ title: Billing policy pcx_content_type: overview sidebar: - order: 5 + order: 8 --- **The terms subscription and add-on service are used interchangeably in this support guide.** diff --git a/src/content/docs/billing/cancel-subscription.mdx b/src/content/docs/billing/cancel-subscription.mdx index 15fd06a021bc3aa..c6c3d9ab5e46eed 100644 --- a/src/content/docs/billing/cancel-subscription.mdx +++ b/src/content/docs/billing/cancel-subscription.mdx @@ -3,7 +3,8 @@ pcx_content_type: how-to title: Cancel Cloudflare subscriptions head: [] description: Cancel Cloudflare subscriptions - +sidebar: + order: 7 --- Cancellations are not processed until the end of the billing period, so you can continue using the add-on or subscription until the new billing period begins. To avoid unwanted charges, start the cancellation process before the end of your billing period. diff --git a/src/content/docs/billing/change-plan.mdx b/src/content/docs/billing/change-plan.mdx index 217a91a6c74cf6b..a19db8663a1308c 100644 --- a/src/content/docs/billing/change-plan.mdx +++ b/src/content/docs/billing/change-plan.mdx @@ -1,6 +1,8 @@ --- pcx_content_type: how-to title: Change domain plan +sidebar: + order: 6 --- import { TabItem, Tabs } from "~/components"; diff --git a/src/content/docs/billing/invoices.mdx b/src/content/docs/billing/invoices.mdx index 565bdb7552b50ff..83e2bd3f0c94307 100644 --- a/src/content/docs/billing/invoices.mdx +++ b/src/content/docs/billing/invoices.mdx @@ -2,7 +2,7 @@ title: Invoices pcx_content_type: overview sidebar: - order: 7 + order: 10 --- You will receive an invoice in the **Billing** section of your Cloudflare account when you: diff --git a/src/content/docs/billing/preview-services.mdx b/src/content/docs/billing/preview-services.mdx index 98a7af35168c6a4..dee46e33b14001e 100644 --- a/src/content/docs/billing/preview-services.mdx +++ b/src/content/docs/billing/preview-services.mdx @@ -1,7 +1,8 @@ --- pcx_content_type: reference title: Preview services - +sidebar: + order: 5 --- Contracted customers can try certain products and features for 30 days. diff --git a/src/content/docs/billing/sales-tax.mdx b/src/content/docs/billing/sales-tax.mdx index 4c732cf32101cf5..3f2d0bece227d15 100644 --- a/src/content/docs/billing/sales-tax.mdx +++ b/src/content/docs/billing/sales-tax.mdx @@ -2,7 +2,7 @@ title: Sales tax pcx_content_type: overview sidebar: - order: 8 + order: 11 --- To adhere to tax laws in Russia and certain US states, Cloudflare collects sales tax on sales of our services based on your billing address. diff --git a/src/content/docs/billing/troubleshoot-failed-payments.mdx b/src/content/docs/billing/troubleshoot-failed-payments.mdx index d5d20e9fdd40e99..0fa374a329e94db 100644 --- a/src/content/docs/billing/troubleshoot-failed-payments.mdx +++ b/src/content/docs/billing/troubleshoot-failed-payments.mdx @@ -2,7 +2,7 @@ title: Troubleshoot failed payments pcx_content_type: overview sidebar: - order: 9 + order: 12 --- If payment for a new Cloudflare plan, add-on, or subscription fails, you may need to ask your bank to remove a hold, update your Cloudflare billing information, or confirm that your account has sufficient funds diff --git a/src/content/docs/billing/troubleshoot-invoices.mdx b/src/content/docs/billing/troubleshoot-invoices.mdx index 24af10e2e41e929..b90f30a82a13cba 100644 --- a/src/content/docs/billing/troubleshoot-invoices.mdx +++ b/src/content/docs/billing/troubleshoot-invoices.mdx @@ -2,7 +2,7 @@ title: Troubleshoot invoices pcx_content_type: overview sidebar: - order: 10 + order: 13 --- ## Change in billing contact information diff --git a/src/content/docs/billing/usage-based-billing.mdx b/src/content/docs/billing/usage-based-billing.mdx index 66da36f08268d56..3eb5e866e175db2 100644 --- a/src/content/docs/billing/usage-based-billing.mdx +++ b/src/content/docs/billing/usage-based-billing.mdx @@ -2,7 +2,7 @@ title: Usage based billing pcx_content_type: overview sidebar: - order: 6 + order: 9 --- For some Cloudflare subscriptions and services, you will be charged based on how much a feature was used during your previous billing period. This differs from other services, which are a prepaid flat fee for the upcoming month (e.g. plans, page rules, etc.). From eadd6c67e1e86192b4b8d5a92e056f5bf0389f25 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 21 May 2025 11:18:19 -0500 Subject: [PATCH 08/12] Added missing redirect --- public/__redirects | 1 + 1 file changed, 1 insertion(+) diff --git a/public/__redirects b/public/__redirects index f9f31a76e68f6e0..fbd9ce7ae392921 100644 --- a/public/__redirects +++ b/public/__redirects @@ -696,6 +696,7 @@ /fundamentals/subscriptions-and-billing/change-password-or-email/ /fundamentals/setup/account/change-password-or-email/ 301 /fundamentals/subscriptions-and-billing/change-super-admin/ /fundamentals/setup/account/change-super-admin/ 301 /fundamentals/subscriptions-and-billing/delete-account/ /fundamentals/setup/account/delete-account/ 301 +/fundamentals/subscriptions-and-billing/ /fundamentals/setup/account/ 301 # gateway /gateway/about/ /cloudflare-one/policies/gateway/ 301 From cc1ba304acdfa66502f60b4442f91a7c968e0328 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 21 May 2025 11:44:17 -0500 Subject: [PATCH 09/12] Fixed broken links --- src/content/docs/notifications/notification-available.mdx | 2 +- .../partials/fundamentals/account-permissions-table.mdx | 8 ++++---- .../partials/fundamentals/non-contract-enablement.mdx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/notifications/notification-available.mdx b/src/content/docs/notifications/notification-available.mdx index 246d6659ed9273b..62b7acbcd21feab 100644 --- a/src/content/docs/notifications/notification-available.mdx +++ b/src/content/docs/notifications/notification-available.mdx @@ -8,7 +8,7 @@ sidebar: import { AvailableNotifications } from "~/components" -Available Notifications depend on your Cloudflare plan. Cloudflare offers a variety of Notifications for our products and services, such as [Billing](/fundamentals/subscriptions-and-billing/), [Denial of Service protection](/ddos-protection/), [Magic Transit](/magic-transit/), and [SSL/TLS](/ssl/). +Available Notifications depend on your Cloudflare plan. Cloudflare offers a variety of Notifications for our products and services, such as [Billing](/billing/), [Denial of Service protection](/ddos-protection/), [Magic Transit](/magic-transit/), and [SSL/TLS](/ssl/). Depending on your plan, you can also configure webhooks, allowing you to connect your account with external services such as Slack and Google Chat, and PagerDuty to receive Cloudflare Notifications. diff --git a/src/content/partials/fundamentals/account-permissions-table.mdx b/src/content/partials/fundamentals/account-permissions-table.mdx index 3d03b100d6c63b1..b52b89ed6c4ae6a 100644 --- a/src/content/partials/fundamentals/account-permissions-table.mdx +++ b/src/content/partials/fundamentals/account-permissions-table.mdx @@ -34,8 +34,8 @@ import { Markdown } from "~/components"; | Account Firewall Access Rules {props.editWord} | Grants write access to account firewall access rules. | | Account Rulesets Read | Grants read access to [Account Rulesets](/ruleset-engine/about/rulesets/). | | Account Rulesets {props.editWord} | Grants write access to [Account Rulesets](/ruleset-engine/about/rulesets/). | -| Account Settings Read | Grants read access to [Account resources, account membership, and account level features](/fundamentals/subscriptions-and-billing/). | -| Account Settings {props.editWord} | Grants write access to [Account resources, account membership, and account level features](/fundamentals/subscriptions-and-billing/). | +| Account Settings Read | Grants read access to [Account resources, account membership, and account level features](/fundamentals/setup/account/). | +| Account Settings {props.editWord} | Grants write access to [Account resources, account membership, and account level features](/fundamentals/setup/account/). | | Account: SSL and Certificates Read | Grants read access to [SSL and Certificates](/ssl/). | | Account: SSL and Certificates {props.editWord} | Grants write access to [SSL and Certificates](/ssl/). | | Account WAF Read | Grants read access to [Account WAF](/waf/). | @@ -45,8 +45,8 @@ import { Markdown } from "~/components"; | Allow Request Tracer Read | Grants read access to Request Tracer. | | { props.src === "api" && "Account" } API Gateway Read | Grants read access to [API Gateway (including API Shield)](/api-shield/) for all domains in an account. | | { props.src === "api" && "Account" } API Gateway {props.editWord} | Grants write access to [API Gateway (including API Shield)](/api-shield/) for all domains in an account. | -| Billing Read | Grants read access to [billing profile, subscriptions, and access to fetch invoices](/fundamentals/subscriptions-and-billing/) and entitlements. | -| Billing {props.editWord} | Grants write access to [billing profile, subscriptions, and access to fetch invoices and entitlements](/fundamentals/subscriptions-and-billing/). | +| Billing Read | Grants read access to [billing profile, subscriptions, and access to fetch invoices](/billing/) and entitlements. | +| Billing {props.editWord} | Grants write access to [billing profile, subscriptions, and access to fetch invoices and entitlements](/billing/). | | Bulk URL Redirects Read | Grants read access to [Bulk URL Redirects](/rules/url-forwarding/bulk-redirects/). | | Bulk URL Redirects {props.editWord} | Grants write access to [Bulk URL Redirects](/rules/url-forwarding/bulk-redirects/). | | China Network Steering Read | Grants read access to [China Network Steering](/china-network/). | diff --git a/src/content/partials/fundamentals/non-contract-enablement.mdx b/src/content/partials/fundamentals/non-contract-enablement.mdx index ff649a032faf6a6..c7ebe7b66faefe7 100644 --- a/src/content/partials/fundamentals/non-contract-enablement.mdx +++ b/src/content/partials/fundamentals/non-contract-enablement.mdx @@ -4,6 +4,6 @@ :::note -Enterprise customers can preview this product as a [non-contract service](/fundamentals/subscriptions-and-billing/preview-services/), which provides full access, free of metered usage fees, limits, and certain other restrictions. +Enterprise customers can preview this product as a [non-contract service](/billing/preview-services/), which provides full access, free of metered usage fees, limits, and certain other restrictions. ::: From 9b4c55fad88f9acffc30bcf62423d21dbbbec095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denise=20Pe=C3=B1a?= <75506267+dcpena@users.noreply.github.com> Date: Thu, 22 May 2025 09:17:22 -0500 Subject: [PATCH 10/12] Update public/__redirects Co-authored-by: Rebecca Tamachiro <62246989+RebeccaTamachiro@users.noreply.github.com> --- public/__redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/__redirects b/public/__redirects index fbd9ce7ae392921..1f66991d7e0b850 100644 --- a/public/__redirects +++ b/public/__redirects @@ -567,7 +567,7 @@ /fundamentals/account-and-billing/account-maintenance/understand-invoices/ /billing/invoices/ 301 /fundamentals/account-and-billing/account-maintenance/cancel-subscription/ /fundamentals/subscriptions-and-billing/cancel-subscription/ 301 /fundamentals/account-and-billing/account-maintenance/change-plan/ /fundamentals/subscriptions-and-billing/change-plan/ 301 -/fundamentals/account-and-billing/account-maintenance/change-password-or-email/ /fundamentals/setup/account/change-password-or-email/301 +/fundamentals/account-and-billing/account-maintenance/change-password-or-email/ /fundamentals/setup/account/change-password-or-email/ 301 /fundamentals/account-and-billing/account-maintenance/ /fundamentals/subscriptions-and-billing/ 301 /fundamentals/account-and-billing/members/scope/ /fundamentals/setup/manage-members/scope/ 301 /fundamentals/account-and-billing/members/manage/ /fundamentals/setup/manage-members/manage/ 301 From ea080cc01d6b0bdd4278f64a0592f49fa9227f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denise=20Pe=C3=B1a?= <75506267+dcpena@users.noreply.github.com> Date: Thu, 22 May 2025 09:19:15 -0500 Subject: [PATCH 11/12] Update src/content/docs/fundamentals/setup/account/account-security/login-and-account-issues.mdx Co-authored-by: Rebecca Tamachiro <62246989+RebeccaTamachiro@users.noreply.github.com> --- .../setup/account/account-security/login-and-account-issues.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/fundamentals/setup/account/account-security/login-and-account-issues.mdx b/src/content/docs/fundamentals/setup/account/account-security/login-and-account-issues.mdx index b85f1a54da65393..d3252f0709e117a 100644 --- a/src/content/docs/fundamentals/setup/account/account-security/login-and-account-issues.mdx +++ b/src/content/docs/fundamentals/setup/account/account-security/login-and-account-issues.mdx @@ -58,7 +58,7 @@ Refer to [Verify email address](/fundamentals/setup/account/verify-email-address ## Change your Cloudflare email address or password -Refer to [Change password or email address](/fundamentals/setup/account/change-password-or-email/ ). +Refer to [Change password or email address](/fundamentals/setup/account/change-password-or-email/). *** From b9bddd8191ba5a127661221fb3b55f15baab1ca3 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Thu, 22 May 2025 10:30:08 -0500 Subject: [PATCH 12/12] Added space --- .../troubleshooting/http-status-codes/4xx-client-error.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error.mdx b/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error.mdx index 90ca38633f306ff..c2f126d717af703 100644 --- a/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error.mdx +++ b/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error.mdx @@ -230,7 +230,7 @@ The upload limit for the Cloudflare API depends on your plan. If you exceed this -If you require a larger upload, break up requests into smaller chunks, change your DNS record to [DNS-only](/dns/proxy-status/#dns-only-records), or [upgrade your plan](/billing/change-plan/). +If you require a larger upload, break up requests into smaller chunks, change your DNS record to [DNS-only](/dns/proxy-status/#dns-only-records), or [upgrade your plan](/billing/change-plan/). ## 414 URI Too Long