diff --git a/docs/platform-services/automation-service/app-central/integrations/cyberint.md b/docs/platform-services/automation-service/app-central/integrations/cyberint.md
index 52bce5adf0..566748e667 100644
--- a/docs/platform-services/automation-service/app-central/integrations/cyberint.md
+++ b/docs/platform-services/automation-service/app-central/integrations/cyberint.md
@@ -46,7 +46,7 @@ For information about Cyberint, see the [Cyberint website](https://cyberint.com/
## Test actions
-Before you start exploring the features of the Cyberint app, try test runs of each of the actions to learn specifics of usage.
+Before you start exploring the features of the Cyberint app, try test runs of each of the actions to learn specifics of usage. For general information about testing actions, see [Test action](/docs/platform-services/automation-service/automation-service-integrations/#test-action).
### Search Alerts
The **Search Alerts** action is designed to search for alerts using criteria (filters) such as **Severity**, **Statuses**, datetime range.
diff --git a/docs/platform-services/automation-service/automation-service-integrations.md b/docs/platform-services/automation-service/automation-service-integrations.md
index feea339248..b26c906259 100644
--- a/docs/platform-services/automation-service/automation-service-integrations.md
+++ b/docs/platform-services/automation-service/automation-service-integrations.md
@@ -116,6 +116,20 @@ If you have Cloud SOAR installed, you can build basic integrations without havin
To make your custom integration available for everyone in App Central, see [Publish an integration to App Central](/docs/platform-services/automation-service/automation-service-app-central/#publish-an-integration-to-app-central).
+## Test action
+
+You can test an action on an integration to ensure that it is working correctly.
+
+1. [Open an integration](/docs/platform-services/automation-service/automation-service-integrations/#view-integrations).
+1. [Ensure that authentication is configured for the integration](/docs/platform-services/automation-service/configure-authentication-for-integrations/). Testing actions on the integration will fail unless the integration's authentication settings are correctly configured so that the product you're integrating with can communicate with Sumo Logic.
+1. Select an action on the integration. For our example shown below, we'll select the **List Users** action on the Atlassian Jira V2 integration.
+1. Enter any values needed for the action to run and click **TEST ACTION**.
+ :::tip
+ In some cases, you'll need to provide data for required fields before **TEST ACTION** is enabled. This is data that normally would be provided by the output of other actions running earlier in a playbook sequence, and so must be provided here to test if the action runs correctly. In the example below, note that you need to provide information for the **Issue (ID or Key)** field in order to test the action. Also note that under the **Issue Type** field there is helpful text telling you that you can get the issue type ID and key from the **List Issue Types** action.
+ :::
+1. After you click **TEST ACTION**, results of the action are displayed:
+
+
## Cloud or Bridge execution
You can set integrations, and their related action execution, to be executed in the cloud or through the Bridge. Only certified integrations can be executed in the cloud, while custom integrations must be executed through the [Bridge](/docs/platform-services/automation-service/automation-service-bridge/).
diff --git a/static/img/platform-services/automation-service/example-action-for-test-action.png b/static/img/platform-services/automation-service/example-action-for-test-action.png
new file mode 100644
index 0000000000..a48f678aac
Binary files /dev/null and b/static/img/platform-services/automation-service/example-action-for-test-action.png differ
diff --git a/static/img/platform-services/automation-service/example-test-action.png b/static/img/platform-services/automation-service/example-test-action.png
new file mode 100644
index 0000000000..2546649165
Binary files /dev/null and b/static/img/platform-services/automation-service/example-test-action.png differ
diff --git a/static/img/platform-services/automation-service/test-action-required-fields.png b/static/img/platform-services/automation-service/test-action-required-fields.png
new file mode 100644
index 0000000000..1b3bb6d175
Binary files /dev/null and b/static/img/platform-services/automation-service/test-action-required-fields.png differ
diff --git a/static/img/platform-services/automation-service/test-action-results.png b/static/img/platform-services/automation-service/test-action-results.png
new file mode 100644
index 0000000000..9d513ca4ae
Binary files /dev/null and b/static/img/platform-services/automation-service/test-action-results.png differ