diff --git a/src/content/docs/cloudflare-challenges/reference/challenge-solve-rate.mdx b/src/content/docs/cloudflare-challenges/reference/challenge-solve-rate.mdx index d649a6f8bc75193..1565567fdc30000 100644 --- a/src/content/docs/cloudflare-challenges/reference/challenge-solve-rate.mdx +++ b/src/content/docs/cloudflare-challenges/reference/challenge-solve-rate.mdx @@ -5,9 +5,11 @@ sidebar: order: 2 --- +import { Tabs, TabItem } from "~/components"; + The challenge solve rate (CSR) is the percentage of issued challenges — Interactive Challenge, JS Challenge, or Managed Challenge actions — that were solved. -```sql +```txt CSR = number of challenges solved / number of challenges issued ``` @@ -15,5 +17,13 @@ This metric helps you evaluate your rule's effectiveness, as well as whether you You can find the CSR of a rule by going to its corresponding dashboard page: -- For [custom rules](/waf/custom-rules/), go to **Security** > **WAF** > **Custom rules**. -- For [rate limiting rules](/waf/rate-limiting-rules/), go to **Security** > **WAF** > **Rate limiting rules**. + + +- For [custom rules](/waf/custom-rules/), go to your zone > **Security** > **WAF** > **Custom rules**. +- For [rate limiting rules](/waf/rate-limiting-rules/), go to your zone > **Security** > **WAF** > **Rate limiting rules**. + + + +For [custom rules](/waf/custom-rules/) or [rate limiting rules](/waf/rate-limiting-rules/), go to your zone > **Security** > **Security rules**. + +