diff --git a/docs/platform-services/automation-service/app-central/integrations/cloudflare.md b/docs/platform-services/automation-service/app-central/integrations/cloudflare.md
index 832b5a2dae..3f011f274a 100644
--- a/docs/platform-services/automation-service/app-central/integrations/cloudflare.md
+++ b/docs/platform-services/automation-service/app-central/integrations/cloudflare.md
@@ -6,8 +6,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
-***Version: 1.1
-Updated: Jul 06, 2023***
+***Version: 1.2
+Updated: Nov 05, 2024***
Cloudflare makes everything you connect to the Internet secure, private, fast, and reliable. With using the product you can secure your websites, APIs, and internet applications, protect corporate networks, employees, and devices.
@@ -35,27 +35,44 @@ Cloudflare makes everything you connect to the Internet secure, private, fast, a
* [Rule expressions](https://developers.cloudflare.com/ruleset-engine/rules-language/expressions/)
-## Cloudflare configuration
+## Cloudflare configuration for Global API Key
1. Sign in in Cloudflare using your email and password.
-2. Go to your profile in the left menu and select My Profile.
-3. From the left menu select API Tokens.
-4. Under Global API Key is your token.
-5. Make sure you copy and save them.
+1. Go to your profile in the left menu and select My Profile.
+1. From the left menu select API Tokens.
+1. Under Global API Key is your token.
+1. Make sure you copy and save them.
+
+## Cloudflare configuration for Custom API Token
+
+1. Sign in in Cloudflare using your email and password.
+1. Go to your profile in the left menu and select My Profile.
+1. From the left menu select API Tokens.
+1. Click Create Token and select Create Custom Token.
+1. Set Permissions: Choose the necessary permissions based on your use case. For more details, check the [Permissions](https://developers.cloudflare.com/fundamentals/api/reference/permissions/#account-permissions)
+1. Confirm your settings, then click Continue to summary and Create Token.
+1. Copy the token securely as it will only be displayed once.
+
## Cloudflare in Automation Service and Cloud SOAR
1. Access integrations in the [Automation Service](/docs/platform-services/automation-service/automation-service-integrations/#view-integrations) or [Cloud SOAR](/docs/cloud-soar/automation).
-1. After the list of the integrations appears, search/look for the integration and click on the row.
-1. The integration details will appear. Click on the **"+"** button to add new Resource.
+1. After the list of the integrations appears, search for the integration and click on the row.
+1. The integration details will appear. Click on the **"+"** button to add new Resource.
1. Populate all the required fields (\*).
-1. In the API Key field, insert the previously copied key.
+1. Select the **Token Type** (the default is set as **global**).
+1. In the **API Key** field, insert the previously copied key.
1. Click **Save**.
-1. To make sure the resource is working, hover over the resource and then click the pencil icon that appears on the right.
-1. Click **TEST SAVED SETTINGS**.
+1. To make sure the resource is working, hover over the resource and then click **TEST** that appears on the right.
1. You should receive a successful notification in the bottom right corner.
+
+## Notes
+
+* Email is needed only when using global API token. Any valid email will work with custom token.
+
## Change Log
* May 5, 2022 - First upload
* July 6, 2023 (v1.1) - Updated the integration with Environmental Variables
+* November 5, 2024 (v1.2) - Added Custom token auth in all actions
diff --git a/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-3.png b/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-3.png
index a75cda9109..f5a390a761 100644
Binary files a/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-3.png and b/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-3.png differ
diff --git a/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-4.png b/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-4.png
index 1cb26e1d9b..e43fb3c2d9 100644
Binary files a/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-4.png and b/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-4.png differ
diff --git a/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-5.png b/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-5.png
index eab33387c6..c6a255c0c0 100644
Binary files a/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-5.png and b/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-5.png differ
diff --git a/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-7.png b/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-7.png
index a6b9103b19..9d52c6957b 100644
Binary files a/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-7.png and b/static/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-7.png differ