diff --git a/pages/configuration/r2.mdx b/pages/configuration/r2.mdx
index 0544abf..f5582dc 100644
--- a/pages/configuration/r2.mdx
+++ b/pages/configuration/r2.mdx
@@ -25,19 +25,31 @@ Create a new Bucket.
-Create your R2 Token by clicking "Manage R2 API Tokens"
+Create your R2 Token by going to R2 Object Storage:
-
+
+
+Click on the API dropdown, and select [Manage API tokens](https://dash.cloudflare.com/?to=/:account/r2/api-tokens):
+
+
+
+Copy your Account ID for later, and click on "Create an API token":
+
+
+
+Create an Account API token:
+
+
Under "Permissions" choose "Object Read & Write" and under "Specify bucket(s)" search for your created Bucket.
-After the R2 Token was created, copy your "Access Key ID" and "Secret Access Key"
+After the R2 Token is created, copy your "Access Key ID" and "Secret Access Key":
-Copy the information respectfully into your .env environment.
+Paste the respective information into your .env environment.
```dotenv
CLOUDFLARE_ACCOUNT_ID="accountId"